Viewing profile — 5d8767c68926
5d8767c68926
HN member- Joined
- Sun, May 08, 2022, 7:19 PM UTC
- HN karma
- 192
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About 5d8767c68926
No profile information was provided.
Recent public activity
-
comment
Comment #33126707
How do I lock down my "real" account? For instance, I want to disable the ability for anybody to pull money, and I must manually push into a billing account which only maintains li…
-
comment
Comment #33115754
Already been done [0]. Unfortunately, the first attempt, the probe crashed, but given the physical durability of the media, it is expected to still be readable. [0]: https://www.ar…
-
comment
Comment #33089363
Is this still technically true? Since the movie was released, both sides developed bunker busters to dig deep into fortified military installations. If salt mines did become part o…
-
comment
Comment #33075576
I suspect having that cross training is also desirable that there will always be someone who can run machine X and that everyone becomes disposable.
-
comment
Comment #33070932
It does feel like an odd complaint. I have had mismatched desktop elements for a very long time now. What's another oddball entry on the list?
-
comment
Comment #33070910
>...and creating a new distro (with a bad case of NIH) that no one asked for Eh, after suffering through many Gnome We-Know-Best design decisions, I would be happy for a new entran…
-
comment
Comment #33026502
Cannot offer any justification for the error. Just that I have done it more than once, and each time it has taken me too long to debug the underlying cause.
-
comment
Comment #33025774
Eh, I'm not sure that has ever been a stated policy other than an offhand remark when Steam was much smaller. Valve is unlikely to have the legal right to strip away DRM from other…
-
comment
Comment #33024425
>... a comma at the end of the line turned his Python scalar into a unary tuple I have been burned by this mistake a handful of times. Each instance managed to eat up a shocking am…
-
comment
Comment #33017047
Rule of threes: three minutes without air, three days without water, three weeks without food. I feel like this rule is dated from a thinner time, so feel free to adjust for BMI.
-
comment
Comment #33016952
The only winning move for sure. Living inside a major population center (near major military bases!) means that if bombs were really falling, I would be vaporized or fatally irrita…
-
comment
Comment #33016936
>...near SF, which I hope isn't a target in such a war You are talking about a city right on the coast, a top-20 most populated in the country, representing the tech center of the …
-
comment
Comment #33004646
>... This has the added benefit of sorting the values as well I don't think you can rely on this? Happy to be proven wrong, but set does not guarantee iteration order. There may be…
-
comment
Comment #33004606
YMMV, but a tuple should be faster than a list for construction and iteration. Though, I believe it is a pretty negligible amount.
-
comment
Comment #33003748
That's the wild thing about this. It would take very minimal resources to pull off this kind of action.
-
comment
Comment #33002899
We're taking about a trillion dollar company who can afford all of the talent and has very limited time pressure. I would prefer they do it correctly.
-
comment
Comment #32998107
Has that attack ever been observed in the wild? While I don't know if the current incarnations of Nix/Guix will succeed, I think we are slowly making progress towards reproducible …
-
comment
Comment #32964478
I have been thinking about picking up this miniITX, Cooler Master NR200P[0]. Similar form factor that would be completely adequate for a daily driver and could accommodate a sizeab…
-
comment
Comment #32958206
Now I am curious. - how big is it if you exclude non-Python3 compatible? - how big if you only wanted the latest version of everything?
-
comment
Comment #32955304
Meta has repeatedly demonstrated they will do whatever it takes to capture user data. Kid VPNs, in app browsers, etc. Is it any surprise that people are deeply suspicious of any co…
-
comment
Comment #32932713
I have thought there needs to be much more trivial plug-and-play caching solution that works for the major services: npm, pypi, cargo, docker, etc. Right now, is is justifiably ann…
-
comment
Comment #32907557
To be that guy... Didn't Guido officially step down as BDFL?
-
comment
Comment #32885787
Specifically, I want a backup key off-site. Anytime I enroll a new service, I need to retrieve my backup key from storage for the purposes of enrolling. Depending on how/where the …
-
comment
Comment #32884964
The thing that trips me up is the ability to make backups in the event it is lost/stolen. Seemingly not all services allow registering an additional key, and even if they do, the p…
-
comment
Comment #32873053
Nginx security page [0] lists a non-zero amount of exploitable issues rooted in manual memory management. [0] https://nginx.org/en/security_advisories.html