Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dangrie158
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dangrie158
11mo ago
Not in all traditions. E.g. in Germany Christmas Eve is typically the last day so you only get 24.
2.
▲
by
dangrie158
1y ago
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
3.
▲
by
dangrie158
1y ago
Rink: https://github.com/tiffany352/rink-rs/ Is an Open Source CLI implementation
4.
▲
by
dangrie158
2y ago
I love the name Altstore PAL for the app only usable in Europe.
5.
▲
by
dangrie158
2y ago
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 r
6.
▲
by
dangrie158
3y ago
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 t
7.
▲
by
dangrie158
3y ago
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.
8.
▲
Show HN: Dolce – Get notified if something (bad) happens to your containers
(github.com)
4 points
by
dangrie158
3y ago
|
4 comments
9.
▲
by
dangrie158
4y ago
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&
10.
▲
by
dangrie158
4y ago
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
11.
▲
by
dangrie158
4y ago
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
12.
▲
by
dangrie158
4y ago
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.
13.
▲
by
dangrie158
4y ago
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?
14.
▲
by
dangrie158
4y ago
„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
15.
▲
by
dangrie158
4y ago
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 al
16.
▲
by
dangrie158
4y ago
Wait, is the printers story over?
17.
▲
by
dangrie158
4y ago
Looks like bond wires, probably for some FETs that are glued down to the board. I guess part of the motor controller
18.
▲
by
dangrie158
4y ago
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.
19.
▲
by
dangrie158
4y ago
Should be more like 35^2 considering the same area but scaled down features?
20.
▲
by
dangrie158
4y ago
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 wor
21.
▲
by
dangrie158
4y ago
Ha! Did exactly the same for some time
22.
▲
by
dangrie158
4y ago
You may want to use Format specifiers or fstrings (>py36) for a „more pythonic“ code. Also why do you annotate every variable, even if the type can be deduced automatically? That’s going to be a real PITA if you want to refactor the code
23.
▲
by
dangrie158
4y ago
Does not seem Privilege free as it seems to need sudo to run the client to connect to the service?
24.
▲
by
dangrie158
4y ago
Maybe the problem is cheap LED lamps. Check for a high color rendering index [1] (CRI >>90) [1]: https://en.wikipedia.org/wiki/Color_rendering_index
25.
▲
by
dangrie158
4y ago
https://youtu.be/SAaESb4wTCM
26.
▲
by
dangrie158
4y ago
You must have installed it a while ago then :). I just recently did and only needed to I stall 2 packages via pip (i think tensoflow-macos and tenderfoot-metal ) which I found much better than wrangling with cuda and cudnn versions for Nvid
27.
▲
by
dangrie158
5y ago
This is really weird, most laptops require 20V PD to charge since the internal cells are typically at ~17V. So if true one of the decices (probably the laptop) has a boost converter. Still probably really inefficient
28.
▲
by
dangrie158
5y ago
There are cables with an IC connected to the CC pins. However this is AFAIK only used to determine if the cable can handle higher charging currents, still the MacBook could detect if the cable was plugged in before the device in the other s
29.
▲
by
dangrie158
5y ago
I also build a SAP variant inspired by the Ben Eater series on YouTube. You can check it out here: https://github.com/dangrie158/SAP-1 Interestingly my docs are very similar to the linked article: https://da
30.
▲
by
dangrie158
5y ago
Nice, I built a version in python with curses visualization of all states. It emulates all chips ob the hardware level (chips.py) and does not need any dependencies except py3.7: https://github.com/dangrie158/SAP-1/
More ›