Comments on other internet sources I follow are mostly mixed bag of beans, however here they are prevalently salty when it comes to crypto and every time I stumble upon topic like this I wonder why. I was expecting that HN audience sees blockchain tech and bitcoin for what it is, and unique capabilities it offers, beyond "omg its a ponzi scheme!!11!" narrative.
I'm really curious why that annoys you? As I mentioned earlier, almost any emerging technology will go through period of instability, and with bitcoin and its speculative nature this is certainly the case. And there are people that are ready to ride that wave.
Bitcoin is here to stay. You're mixing up shitcoins and other ponzi-like schemes.
As with any new & emerging technology, blockchain ecosystem hosts various (intentional or unintentional) FUD and malicious coins that are backed by nothing and often run in a ponzi scheme manner. These coins will eventually crash and disappear.
Bitcoin's intrinsic values are similar to other asset classes, plus, its also decentralized and censorship resistant.
My previous employer used it, and I use it nowadays for my side project. I like it, but granted, its the only log ingestion software I've ever used, so cant compare it. The charts I made are nice and I can easily pinpoint errors, bottlenecks and similar in my platform/code.
Here are some views that we're using for our little startup:
I broke up with a girlfriend shortly before whole hell broke loose, so February to April lockdown has been the loneliest time in my life, but I powered through it by working a lot (two fulltime jobs + startup) and having few close friends that I hung out with. Also started doing yoga and meditation which immensely alleviated anxiety and loneliness.
All in all, I held up pretty well, but I don't think I would be able to power through another lockdown. I'm from Belgrade, Serbia and looking to fly somewhere warm and remote for the fall and winter (Thailand/Bali/Mexico) where I'd have more freedom than being locked down in an apartment.
Thanks for giving me advice on database syncing, but I think that you kinda missed the point.
It doesn't matter how I chose 10 seconds as a periodic task interval, problem was that to a simple question about feature support I got dismissive/borderline rude answer which made me lose confidence in Huey as a project and it's long-term maintainability. And it's not like I asked for something exotic, but a support for subminute periodic tasks which almost every other task queue has.
I also liked Huey because of it's simplicity, and tried using it in a commercial project, but it couldn't execute periodic tasks in less than a minute intervals which puzzled me a bit. I had need to execute task every 10 seconds to reindex database changes to ElasticSearch.
After opening GitHub issue about it and asking if there were plans to implement sub-minute intervals, library's author (coleifer on github) had dismissive/arrogant attitude, and his reply was something along the lines of "too bad you cannot fork it and do it by yourself" and deleted my thread.
This threw me off from using this library, and I went back to Celery.
While this looks cool, I learned over time that basic Windows shell works just fine for productivity purposes: https://i.imgur.com/HC4evaK.jpg, and this would just add another layer on top which potentially requires maintenance, troubleshooting or debugging.
The only additional customization I have is a little utility I wrote in C++ that runs in background and provides hotkeys to launch Chrome, Sublime Text, Total Commander and Cmder via Win+1, Win+2, etc hotkeys.
And to run any other program, it is enough to hit Win key and start typing that programs name.
I'm active in development related channels on freenode (e.g. #python, #aws, #docker, etc). As a contractor who codes alone most of the time, it's a great source of help if I can't solve something, or to hear opinion of others about something.
It requires a lot of pampering, but I quite enjoy using it and discovering it's possibilities. I am using it for the startup project which I work on, that has search feature very similar to Instagram one. Do you have any other suggestions for search engine that is flexible enough? I don't want to couple things too tightly by using zombodb and similar stuff.
This is truly amazing. I have always developed on Windows and recently got a new contract where whole development environment is based on OSX/Linux. It has saved me hours and hours of work (and $$$) since I can run their environment in subsystem, while keeping Windows interface. Thank you, Nadella.