Viewing profile — fl0ki
fl0ki
HN member- Joined
- Tue, Dec 04, 2018, 3:54 AM UTC
- HN karma
- 650
- Public activity
- 297 items
- HN profile
- View on Hacker News ↗
About fl0ki
No profile information was provided.
Recent public activity
-
comment
Comment #49057146
Mr President, a 4th proposal has hit the General Resolution.
-
comment
Comment #49057103
> Keep your CLAUDE.md lightweight and briefly describe what your repo is for [...] Avoid stating ‘the obvious’ things Claude should know by looking at your file system or your repo…
-
comment
Comment #48919928
I completely misunderstood your post, because I have the opposite problem, I've never broken a charge port but I've broken several cables.
-
comment
Comment #48919837
Exactly. That said, it's nice to get a notification when it's done.
-
comment
Comment #48909570
Try the relatively recent Anker Prime cables, the ones that are both braided and soft. I haven't managed to break one yet, despite breaking several past Anker cables that also clai…
-
comment
Comment #48909447
I'm still driven absolutely mad by how many devices are being released in 2026 that refuse to charge if they're connected to a port that negotiates USB Power Delivery. They don't f…
-
comment
Comment #48400875
Been using this knot exclusively since 2013, it's stood the test of time.
-
comment
Comment #48327585
One thing I miss from when I mained workstation-class Linux laptops is indeed just how tinkerable they were, in a way that didn't feel like a compromise because no other workstatio…
-
comment
Comment #48325347
> The Neo is an appliance. The Framework is a tool. I get where you're coming from in principle, but I'm not sure to what audience this actually applies. If you just want a laptop …
-
comment
Comment #48007864
It's even weirder than that sometimes. For example, Subnautica on Steam has a hard dependency on Steam (whether or not you would call this DRM), but the exact same version number o…
-
comment
Comment #48007804
Workers seizing the means of production is out, workers seizing the product is in.
-
comment
Comment #47999528
I think a big difference is that the less unsafe you want in your own code, the more you rely on crates to provide a safe abstraction for unsafe code in a centralized place where s…
-
comment
Comment #47997547
I was also worried about the plastic tongue, but I have never managed to break one. In contrast, I have managed to irreperably damage the exposed metal contacts on multiple Lightni…
-
comment
Comment #47997534
To be fair, even state of the art of high-speed data cables are thick and relatively inflexible. I simply wouldn't want every cable to be a high-speed cable if that meant they were…
-
comment
Comment #47903515
Async ruined Rust for me, even though I write exactly the kind of highly concurrent servers to which it's supposed to be perfectly suited. It degrades API surfaces to the worst cas…
-
comment
Comment #47629260
Like I said, if you prefer an integrated graphical UI, you can file feature requests against the one you prefer. What git itself does makes a lot of sense for the canonical CLI too…
-
comment
Comment #47626695
If that's the kind of UX you prefer, please consider filing a feature request against your git UI of choice. My point is that git itself already has the core capability, and how co…
-
comment
Comment #47613229
> I think it would be great to have the ability to easily reorder/modify commits while in active development Take a look at `git rebase --interactive`.
-
comment
Comment #47428404
I only agree if you have a bounded dataset size that you know will never grow. If it can grow in future (and if you're not sure, you should assume it can), not only will many data …
-
comment
Comment #47427292
> Fancy algorithms are slow when n is small, and n is usually small. Fancy algorithms have big constants. I get where he's coming from, but I've seen people get this very wrong in …
-
comment
Comment #47380024
Yeah, I make it a habit to read the changelogs of every update to every direct dependency. I was anticipating this change for years, thanks for doing it!
-
comment
Comment #47379418
My best professional relationships are between people who are confident enough to take direct feedback and appreciate it rather than resent it. However, my worst professional relat…
-
comment
Comment #47379339
This seems as good a thread as any to mention that the gzhttp package in klauspost/compress for Go now supports zstd on both server handlers and client transports. Strangely this w…
-
comment
Comment #47341409
Try Sikarugir for PC gaming on macOS. It runs everything I've cared to try, with little or no tweaking. https://github.com/Sikarugir-App/Sikarugir
-
comment
Comment #47341188
I think the big difference is that if you just want to optimize for some objective, it's usually very clear how to do that from Apple's options, so there's not much research to be …