Viewing profile — rustyminnow
rustyminnow
HN member- Joined
- Fri, Mar 15, 2019, 5:03 PM UTC
- HN karma
- 332
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About rustyminnow
No profile information was provided.
Recent public activity
-
comment
Comment #49214261
If we also consider LLM developed software to have exponential growth, then the CVEs will also grow at an exponential (if proportionally limited) rate. Squash some, create some, re…
-
comment
Comment #49138815
(disclaimer: I'm not anti-ai nor do I think ai automatically makes something bad, _but_...) To me, it's all fairly human-ai neutral except for this sentence which is oh-so AI clich…
-
comment
Comment #48677937
They've had some practice now, so next time will go better. RealID is completely optional anyways. Just like organ donation and using the internet.
-
comment
Comment #48677631
I asked for short form functions! Neovim has a ton of apis that accept functions as configuration. Having to write `function(x) return x > 3 end` is so much more annoying than `|x|…
-
comment
Comment #48647049
Could probably be implemented by a smartcard or yubikey-like device as well. Shoot, just build it into my state issued ID card.
-
comment
Comment #48634081
In any other commercial they'd be laughing and grinning ear to ear with their fakest smile instead of wincing from dieing in Cuphead. Definitely still staged but refreshingly so.
-
comment
Comment #48620514
What's your point? Yes, humans and AIs CAN make similar errors. However, continuity and context churn at this level is the sort of error that humans make rarely and AIs make consta…
-
comment
Comment #48578423
In the article, she wasn't introduced as a researcher at all, but suddenly "She went back to her research data...". This totally smells like an LLM refactor where it re-emits surfa…
-
comment
Comment #48578336
Some of the headings are very AI-cliche: "Hospitality Is a Dialogue, Service Is a Monologue"; "AI Raises the Floor. Humans Raise the Ceiling"; "Your Employees Are the Moat. The Com…
-
comment
Comment #48328050
Java has very good refactor support. I use jdt.ls which is eclipse based, but I've heard intellij is even better. I've wished for similar refactor actions in other langs.
-
comment
Comment #48327181
I'm right there with you - prefer classic, deterministic tools wherever possible - but there's a limit. E.g. it's easy to rename a single getter from classic enterprise java `Foo g…
-
comment
Comment #48240542
Bun getting rewritten in Rust is not really the counter point you think it is. The rust version hasn't shipped yet, so there hasn't even been a chance to see if the code can be mai…
-
comment
Comment #48235530
> character placement and border special characters These characters _are_ text though. They can be copy pasted like text, I can use them in my text editor, you can stick em in a s…
- comment
-
comment
Comment #46746383
Why would I want them hidden? I access files in ~/.config almost daily, I think this is a really good idea
-
comment
Comment #45571574
I think in the context of containers you're right, there's a level of isolation and secrets are probably fine. But I think under other contexts that lack that isolation (e.g. bare-…
-
comment
Comment #45304968
Nobody thought an RPI cluster would ever be competitive, and Geerling never expected anybody would. But it's fun to play "what if" and then make the thing just to see how it stacks…
-
comment
Comment #45171015
How do you expose the service for your SO when away from home? Do you use tailscale/cloudflare tunnel/vpn? public port on your router? I've been trying tailscale for myself, but th…
-
comment
Comment #45029909
I don't keep tabs on OP; I just provide hypothetical answers to literal interpretations of rhetorical questions.
-
comment
Comment #45028480
I would be all in on the nub if mine didn't have such terrible drift. Trackpad with top buttons beats any other trackpad though.
-
comment
Comment #45028328
If one is a "digital nomad"
-
comment
Comment #44816573
:help 'autoread' (I think)
-
comment
Comment #44652510
What does NB stand for? Edit: "Nota bene" apparently: https://en.wikipedia.org/wiki/Nota_bene
-
comment
Comment #44563489
A bit off-topic, but in a shell pipeline like that, if you put your pipe chars at the end of the line you don't need backslashes and you can comment out bits of the pipe for devvin…
-
comment
Comment #44563274
> You should be rejecting the PR because the fix was insufficient I mean they probly could've articulated it your way, but I think that's basically what they did... they point out …