Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rustyminnow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rustyminnow
9d ago
I asked my AI for a rebuttal to your argument and it came up with some pretty good points. Since inputs are more interesting than outputs I've included my prompt; you should submit it to your AI to see why you're wrong. > I
2.
▲
by
rustyminnow
18d ago
I don't see this mentioned enough! Wood glue will improve the stability massively. Obviously beds and huge bookshelves might need to come apart again, so use your best judgement. But chairs, dressers, end-tables, etc. are completely wo
3.
▲
by
rustyminnow
18d ago
I've started wood-gluing together my IKEA and other flat-pack furniture to try and increase its usable life since - as you said - it's counterproductive to dis/re-assemble most of it anyways. I've not been at it long eno
4.
▲
by
rustyminnow
1mo ago
https://www.byhand.ai/p/library > AI by Hand is the research publication of By Hand Research, founded by Prof. Tom Yeh. By Hand Research studies model interpretability and explainability at the math and algorithm l
5.
▲
by
rustyminnow
1mo ago
Find me one that you genuinely think is not AI written or edited, with comments claiming it is.
6.
▲
by
rustyminnow
1mo ago
I'd sincerely love to see them
7.
▲
by
rustyminnow
1mo ago
How do you know when it's not written by LLM except to take someone's word? If I got caught slopping I'd be too embarassed to admit it. "I wrote it all myself! I actually majored in slick writing and minored in tenuous m
8.
▲
by
rustyminnow
1mo ago
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, repeat. An ever revolving door of vulnerabilities. Will they r
9.
▲
by
rustyminnow
2mo ago
(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 cliche and casts doubt on the rest of it: > This vol
10.
▲
by
rustyminnow
3mo ago
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.
11.
▲
by
rustyminnow
3mo ago
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| -> x > 3`. I'd prefer just `|x| x > 3` but
12.
▲
by
rustyminnow
3mo ago
Could probably be implemented by a smartcard or yubikey-like device as well. Shoot, just build it into my state issued ID card.
13.
▲
by
rustyminnow
3mo ago
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.
14.
▲
by
rustyminnow
3mo ago
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 constantly. By itself it is not a sure sign of LLM output, bu
15.
▲
by
rustyminnow
3mo ago
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 surface level details, but completely misses the k
16.
▲
by
rustyminnow
3mo ago
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 Compounding Is Invisible." The au
17.
▲
by
rustyminnow
4mo ago
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.
18.
▲
by
rustyminnow
4mo ago
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 getFoo() {..}` to a modern style `Foo foo() {.
19.
▲
by
rustyminnow
4mo ago
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 maintained. It's an impressive feat no doubt, bu
20.
▲
by
rustyminnow
4mo ago
> 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 string.
21.
▲
by
rustyminnow
8mo ago
Why would I want them hidden? I access files in ~/.config almost daily, I think this is a really good idea
22.
▲
by
rustyminnow
11mo ago
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-metal processes, local dev tooling) there are extr
23.
▲
by
rustyminnow
1y ago
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 up and that's his job. Any implication
24.
▲
by
rustyminnow
1y ago
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 there's a hair more friction than my SO wo
25.
▲
by
rustyminnow
1y ago
I don't keep tabs on OP; I just provide hypothetical answers to literal interpretations of rhetorical questions.
26.
▲
by
rustyminnow
1y ago
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.
27.
▲
by
rustyminnow
1y ago
If one is a "digital nomad"
28.
▲
by
rustyminnow
1y ago
:help 'autoread' (I think)
29.
▲
by
rustyminnow
1y ago
What does NB stand for? Edit: "Nota bene" apparently: https://en.wikipedia.org/wiki/Nota_bene
30.
▲
by
rustyminnow
1y ago
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 devving. This little change was mind-blowing for me so I alwa
More ›