HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dangrie158

no profile record

Submissions

Show HN: Dolce – Get notified if something (bad) happens to your containers

github.com
4 points·by dangrie158·3 ปีที่แล้ว·4 comments

comments

dangrie158
·9 เดือนที่ผ่านมา·discuss
Not in all traditions. E.g. in Germany Christmas Eve is typically the last day so you only get 24.
dangrie158
·ปีที่แล้ว·discuss
This is linked right in the article: https://www.axios.com/2025/03/23/allies-issue-usa-travel-gui...

In it you’ll find several direct links to the official warnings
dangrie158
·ปีที่แล้ว·discuss
Rink: https://github.com/tiffany352/rink-rs/ Is an Open Source CLI implementation
dangrie158
·ปีที่แล้ว·discuss
I love the name Altstore PAL for the app only usable in Europe.
dangrie158
·2 ปีที่แล้ว·discuss
You can directly hash the code using inspect: https://docs.python.org/3/library/inspect.html#inspect.getso...

And do something similar for the arguments (maybe pickling to get a bytes object you can hash without relying on specific types). Using just the hash function could come with footguns for mutable objects
dangrie158
·3 ปีที่แล้ว·discuss
Well, sort of. The original downtime was caused by the reverse proxy dying for no apparent reason. This state could be detected by healthchecks. However the quick solution after the second time the container went away while on holiday was to use ‚restart: unless-stopped‘ and I could see a case where the container was down 90% of the time but just-so-happend to be freshly restarted while the healthchecks were looking.

That’s why I decided to use the docker API’s /events endpoint to get notified about all changes. Using dockers healthcheck features you can even monitor the availability of the http server with this solution as well. I did not find a project that went the same route.

The downside to this approach of course is, that if docker goes down you won’t get notified, also if you just use curl inside the container for healthchecks, you won’t notice external network problems. So something that is hosted on the outside like healthchecks.io is a great addition.
dangrie158
·3 ปีที่แล้ว·discuss
Thanks, appreciate it. It was a fun exercise and if you end up with a tool that you and hopefully others can use even better.
dangrie158
·3 ปีที่แล้ว·discuss
Wow that’s expensive. If you are willing to get away from those highly dynamic providers and commit for a month or a year (which seems reasonable for that sort of thing) I currently rent a VPS at strato [1] with 1.5TB SSD/8 cores&16GB Ram guaranteed for 15€/month inkl an ipv4 and a TLD

[1]: https://www.strato.de/server/linux-vserver/
dangrie158
·3 ปีที่แล้ว·discuss
You can run any command in the shell by prefixing them with ! In the jupyter cell. However I don‘t think jupyter notebooks are super useful for that usecase as you can’t simply double click to open them
dangrie158
·3 ปีที่แล้ว·discuss
Well my dog is called Lizzy. That’s apparently close enough. The first times I freaked out a bit when a voice answered to something I said to my dog when I was alone at home
dangrie158
·3 ปีที่แล้ว·discuss
This is a different scope aimed at hosting a production service.

The Python included http Server is super useful but for completely different use cases.
dangrie158
·3 ปีที่แล้ว·discuss
So you mean feature complete and it only needs updates to fix bugs or security issues? Since it still is maintained (which is what maintenance mode means or not) why would you not include it in a comparison?
dangrie158
·4 ปีที่แล้ว·discuss
„Locked device after first unlock“ => the device is locked but was unlocked at least once after boot. I guess this loads some keys from the tpm into ram. Using Face ID for example requires an initial unlock via the users pin
dangrie158
·4 ปีที่แล้ว·discuss
Don‘t know about the US market but in Germany there were many audio books available in Spotify already that you could access via the normal premium subscription. Few days after I read about the launch of purchasable audio books in the US all of those vanished so I canceled my subscription and got Apple Music via Apple one which was a little cheaper for the whole family when adding the extra iCloud storage I needed anyway. Happy with the decision so far. I just had to move all my playlists to Apple Music which was easy due to a random online tool I found
dangrie158
·4 ปีที่แล้ว·discuss
Wait, is the printers story over?
dangrie158
·4 ปีที่แล้ว·discuss
Looks like bond wires, probably for some FETs that are glued down to the board. I guess part of the motor controller
dangrie158
·4 ปีที่แล้ว·discuss
In the old days :tm: I remember doing this as well with a 1GB drive ( and room to spare for some mobile apps).

Would be interesting to see a graph of usb size easily available vs. Wikipedia dump size.
dangrie158
·4 ปีที่แล้ว·discuss
Should be more like 35^2 considering the same area but scaled down features?
dangrie158
·4 ปีที่แล้ว·discuss
Why not just use a simple FTP server with curlftps to replace Dropbox then? ;)

But honestly, it seems like you did not read the article at all. That’s seems to be exactly what they do for the queue part, but you still need to manage the workers executing the tasks, lifecycle management and interfacing/serialization/deserialization for the tasks and results
dangrie158
·4 ปีที่แล้ว·discuss
Ha! Did exactly the same for some time