Always enjoy reading your posts and the way you catalog and reflect on your journey. Thanks for making it easy for others to learn from you!
HN user
flaviuspopan
[ my public key: https://keybase.io/flavius; my proof: https://keybase.io/flavius/sigs/uxFRh2CPdIKPenXQykad8WB1tJbsSZw41rY7_OPxhoo ]
Even AWS, GCP, and Azure have had major outages in the past few months. Seems to be growing pains of the new era of the web, nowhere is truly safe.
His persistent efforts are the reason I pay for Bear Blog. I think he should fight for the chance to come out on the other side of whatever future we’re heading towards.
To confirm, an LLC with a solo dev wouldn’t qualify?
Lovely! I’ll give this a shot soon. Two questions: 1. Pricing - I presume y’all will eventually charge for hosting like n8n? I’m feeling a bit sheepish trying a new service without any mention of price. Even mentioning a free tier would be nice to see.
2. Any plans for integrating MCP servers? I’m looking to build a WhatsApp based Text to SQL service and this seems like a solid fit, but I’d like to use an MCP server that groks the business domain to query supabase. Any suggestions on how to pull this off?
This is so good. I love the name, logo, and bugs section.
exec request failed on channel 1
Well, guess it's time to scale
It's been released as of an hour ago!!! https://github.com/SagiPolaczek/NeuralSVG/pull/6
Oh boy oh boy oh boy
soon
Likewise! Really appreciate the reply and insight; I adore the alloy metaphor. I used to do a bit of blacksmithing a few years back and will def pocket this way of thinking about it.
How long have you been on your journey? I'm still wrangling the core language, particularly in regards to nested recursion. This is my first FP endeavor and feeling the drag on my brain.
Great analogy, and agreed. I want to understand the difference between good enough code that works, and great code. Ideally writing the latter myself, but some blend of traditional/new might get us there faster.
I signed up for Gemini Advanced to get access to Deep Research on Feb 1st and felt on top of the world. So cool, so advanced.
Then OpenAI announced theirs on the 2nd: https://openai.com/index/introducing-deep-research/
Ethan Mollick called Google's undergraduate level and OpenAI's graduate level on the 3rd: https://www.oneusefulthing.org/p/the-end-of-search-the-begin...
And now this. I can't stop thinking about The Onion Movie's "Bates 4000" clip:
How to blog privately in public on bearblog.dev
This is one of those posts that makes me feel like I'm in the right place at the right time. Thank you, this is a fantastic piece of tech.
This is incredibly nifty, thank you!
You have no idea how unfathomably timely this discovery was. Truly unreal. I've scoured the internet for a while trying to collect every dataset known to humanity about beat programming in this exact sense. Thank you.
Is it able to synthesize individual elements of a track? (kick, snare, hats, bass note in C4, etc). This might be killer for pairing with a sampler. Back in the early days of hip-hop, memory & disk limits encouraged artists to load samples that were pitched up 2x then slow back down on the device. This gave the samples a grainy quality which helped the aesthetics. With a human level of polish, I'm pretty sure the combo would be amazing.
I'm floored, the typing to jazz demo is WILD! Please keep pushing this space, you've got something real special here.
Also, is it a one-size-fits solution for dog allergens or does it vary by breed?
Much appreciated! I'll talk to my mom about it and see if she'd be down to try it for him. He's been exceptionally reactive to vaccines and allergens so there may be some hesitation. If you have any info about this therapy being used by people with autism, mental disabilities, etc. hook me up.
Congrats on an awesome launch homie :) My brother is severely disabled and I've always hoped he could have a companion dog but he's severely allergic. This very well could changes things. Cheers to a hella bright future.
Repeats the same command previously run. So if you used 'ci"' for (change text in quotes) and entered a new string, you can jump to a new line and hit . to replay your last series of commands.
Such a well paced tutorial, bookmarked!
Love how the frame switched back to the iPhone 4's style. Feels retro and futuristic at the same time.
This is why I'm obsessed with HN. Thank you so much for linking this, it's exactly what I've been hoping someone would make!
This is way more interesting than the actual product, I can't wait to read the post!
Resist the urge to try every single new framework/technology just because it's popular. I wasted far too much time trying to always use the latest and greatest when MySQL and Python cover 99% of all the use cases I'd ever need.
I appreciate you taking the time to summarize all this; I've only begun writing in earnest this past year and I'm glad to know that the habits I'm working on developing now are sustainable for the long term.
I would simply familiarize with just the basics because you don't have to go much further than that to make use of it for research purposes. My usual process involves breaking the process down into multiple stages (cleansing, conformance, testing, reporting), including a data dir, and finally creating a dockerfile that simply adds the data/source to a simple hierarchy and includes all dependencies. As long as you know how to build a dockerfile, you're golden. You can then upload the image to dockerhub, and have somebody else pull the image and run it to reproduce your entire environment. Helps a ton for online DS courses and MOOCs.
Nothing feels cleaner than storing everything (notebook, raw data, cleansed data, misc scripts, etc.) in a docker image when you're finished with the project. Data science and docker are meant to be besties.
Just compared a few coins from coinbin to http://coincap.io/front/ and the prices seem to differ, so my initial instinct is to say no, but dev feedback would be great :)
EDIT: Just looked through the source of the project, and they source their info from https://coinmarketcap-nexuist.rhcloud.com/api/all, which is indeed built on top of the coinmarketcap API.