Viewing profile — kevinmgranger
kevinmgranger
HN member- Joined
- Tue, Jun 17, 2014, 7:34 PM UTC
- HN karma
- 995
- Public activity
- 331 items
- HN profile
- View on Hacker News ↗
About kevinmgranger
No profile information was provided.
Recent public activity
-
comment
Comment #48921274
It should be `v.into_iter()`, and that distinction matters because of ownership / move semantics. It just so happens that for most collections, `IntoIter` is also defined for refer…
-
comment
Comment #48369986
unit files barely have any nesting, so the INI-like format is already 90% of the way towards TOML, no?
-
comment
Comment #48369975
I believe its original motivation was just speeding up boot times by starting fewer services, even if you'd eventually want the service running. This was achieved in the past with …
-
comment
Comment #48152210
I thought part of Tor's design was routing through multiple relay nodes, so even an exit node doesn't see the source IP?
-
comment
Comment #48094673
I'm gonna push back against the "backbone of Obsidian" part. I'll argue that vanilla Obsidian is plenty powerful enough. I know many people swore / swear by the datatables plugin, …
-
comment
Comment #48066465
.Net can compile to a self-contained binary: https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...
-
comment
Comment #48066455
Another reason why it's worse is how it breaks logical laws thanks to the nil interface bug: https://go.dev/doc/faq#nil_error Well, they'll call it a design decision, not a bug. I …
-
comment
Comment #48044967
Or the alternative explanation: there simply is no better name for it
-
comment
Comment #48026466
Any reason why those containers can't be run ephemerally?
-
comment
Comment #48015759
Deno has sqlite: https://docs.deno.com/examples/sqlite/
-
comment
Comment #47999782
What's this about Zed? I've been considering switching to it but I want to know more about what you mentioned.
-
comment
Comment #47999762
> a desire to support functionality that some customers expect of VS Code w.r.t. AI-generated code This isn't enough. What was the _full train of thought_ for this? Why would it be…
-
comment
Comment #47926184
Do you have any figures that show it's _most_? I sure hope not, but I wouldn't be surprised either.
-
comment
Comment #47924502
> This was fixed by using a regular expression to remove script tags. The infamous you can't parse (X)HTML with regex¹ meme is from 2009, yet this fix was done in 2019. I guess the…
-
comment
Comment #47902011
Are ASCII diagrams painful for screen reader users, though?
-
comment
Comment #46113155
I keep reading that WSL2 uses 9p, but that's not _exposed_ anywhere, right?
-
comment
Comment #46062617
I'm starting to think the person who handed me a bread bowl for this wasn't a doctor.
-
comment
Comment #45052853
I've often wished I could find back-references and search my bookmarks as if they were part of my Obsidian database. This would help with that.
-
comment
Comment #43870962
Rust had something similar: https://github.com/rust-lang/rust/issues/13871
-
comment
Comment #42703806
I'm not sure about proxmox, but ZFS on Linux does have encryption.
-
comment
Comment #42136458
The policy(?) change came ever since "SSL added and removed here ;-)", right? That's when I remember seeing a broader shift towards app-terminated TLS.
-
comment
Comment #40728128
Does this page not work with middle-click scrolling for anyone else?
-
comment
Comment #40670141
A barrel roll or an aileron roll? Most people call an aileron roll a barrel roll (no thanks to Star Fox)
-
comment
Comment #37501488
Can you elaborate?
-
comment
Comment #36169213
Not strictly relevant, but: I've yet to see tools that handle zero-downtime-migrations well. The manual task of keeping two versions of the same query / model alive (version N and …