Yes! It's anniversary based. What went wrong actually was the notification part. As Feb 29 was not an expected anniversary, it didn't schedule any notification to be sent.
Hi! Someday, I feared Pocket [1] would disapear and I would suddenly lose all links I saved there. So I made pouch [2]. It let's you save links and, if possible, automatically saves the text, for a reading mode.
I never showed it publicaly, so I'm the only user. Fell free to use it and I'm open to any feedback.
Mind you I'm a backend dev, so in terms of design and overall frontend quality it is definitely lacking.
I'm working for a company that was originally a 40h workplace, but since last month and until the end of January will test a 32h week, with preferably the Fridays off (preferably because there are some departments that must have at least one person every day). After this test period the management will evaluate the productivity, basically some OKRs set before the change and if objectives were met we will keep this benefit.
Important to mention that no other benefit was removed or any salary reduced.
I imagine this is particular to company/team policy. In my case, the team does 2 reviews before a deployment. The first validates architecture and gerneral structure, what is considered not be a code review. The second is a "functional" validation, where the person must run and test the use cases.
Some time ago I tried to scrap some posts from the Cloudflare Blog (https://blog.cloudflare.com/) with Node.js and got 503. I was hoping I could use those tips from OP, but no luck. Maybe they're using some other type Id.
Really great talk! He talks about some problems about the BEAM Distribution, but didn't get into details about it. Do you have any idea about those problems?
Does anyone know of any good resources to learn about data streams in general? Some weeks ago I had to implemnt some streams (in nodejs) to upload a file to s3 "on the fly", without storing the file locally and then uploading it, but I culdn't wrap my head about the data stream concept.
There is a similar project here in Brazil [1]. They analyse public records of government officials and detects discrepancies with their refound requests for their "official" expenses. It's a civil society totally open project.
Maybe late to the party, but since I didn't see it mentioned, I would recommend the podcast The Last Podcast on the Left [1]. Three guys research true crime and bizarre stuff such as cults [2] and serial killers [3]. They tell the facts and their person take with a good dose of humour.
Hi HN, here is my first Python project ever (and post), nothing fancy nor well done, just a simple tweak for easy the life. I'd really appreciate ANY advice on how to do things better.