Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zzril
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zzril
3d ago
I think the fundamental difference is that humans aren't trained on experiences. They make experiences. Models are just thrown away and re-created after each conversation / job. If you could clone and throw away human workers as
2.
▲
by
zzril
11d ago
I'm doing that all the time. Starting with a .vim directory that contains vim-specific files, such as scripts / build commands to be run on certain key combinations, to ".misc" / ".scratch" / ".n
3.
▲
by
zzril
11d ago
I have a shell alias to create a folder containing a `.gitignore` with just `*`, so I don't depend on my project never using a directory of a specific name.
4.
▲
by
zzril
14d ago
The list is missing a couple of points, including: "My camera isn't working." "I don't have a QR code scanner app." - And, of course, since we've already shown we're fine with bending the truth a litt
5.
▲
by
zzril
16d ago
It's called "Matrix".
6.
▲
by
zzril
16d ago
When after an actual shooting, it its found that the shooter has, at some point in his life, made a post on social media that one could - if so inclined - interpret as an announcement of what he was about to do, people will go absolutely ma
7.
▲
by
zzril
21d ago
Maybe we should treat the agents like coworkers? I don't physically share my machine with my coworkers.
8.
▲
by
zzril
1mo ago
> Someone with the secret key can determine which list a word will be on at each token generation point (which is how the watermarking is detected); those without the secret key cannot. How is this supposed to work in an actual lawsuit?
9.
▲
by
zzril
1mo ago
That one was always worth its own function for me. ``` mkcd() { mkdir -p -- "$*" && cd -- "$*" } ```
10.
▲
by
zzril
1mo ago
There is the PinePhone. It has 3GB of RAM and needs to be charged daily. It's barely enough for my use case, which is essentially "I need a browser and a shell". Haven't tried an emulator yet. Don't think I will - t
11.
▲
by
zzril
2mo ago
Seems like the wrong spot to optimize for fairness / equal playing conditions when the weather itself affects the game in so many more ways.
12.
▲
by
zzril
2mo ago
Or split semantics and layout and work in markdown the whole time. (And only render it to PDF or similar at the very end - if you even need to publish it at all to someone who can't just make use of the same stylesheets for rendering a
13.
▲
by
zzril
2mo ago
I've paid 200€ for my PinePhone. It is underpowered, but at least it doesn't have to waste its resources on rendering ads. Where Android/iPhone users have "apps", I mostly end up writing small shell scripts around e
14.
▲
by
zzril
2mo ago
I use postmarketOS btw...
15.
▲
by
zzril
2mo ago
For linux, there's this excellent series of articles by Eli Bendersky: https://eli.thegreenplace.net/2011/01/23/how-debuggers-work-... https://eli.thegreenplace.net/2011/01/27&#
16.
▲
by
zzril
2mo ago
I have never actively asked a question on SO either. But for every programming question I ever had (literally!), I always either found the solution to it, or the reason why my question was stupid. (Which usually boils down to me not underst
17.
▲
by
zzril
2mo ago
More interesting would be the IP!
18.
▲
by
zzril
2mo ago
My PinePhone runs postmarketOS and can technically run every modern Linux desktop "app".
19.
▲
by
zzril
2mo ago
Yes, but the underlying problem is a lack of exact specification what the agent is allowed or not allowed to do. It must have access to some (most?) of my files (but I'm too lazy to specify which ones exactly, e. g. by setting approp
20.
▲
by
zzril
2mo ago
If your threat model is that of a malicious agent that will use a 0-day LPE to get root and exfiltrate all of your SSH keys, virtualization makes sense. But then, I wouldn't run such an agent at all, if not specifically in the context
21.
▲
by
zzril
2mo ago
Stories about copilot messing things up made into regular newspapers... Do Anthropic users consider themselves clever enough to not make the same mistakes as Microsoft?
22.
▲
by
zzril
2mo ago
You have to put them into a RULES.md of course!
23.
▲
by
zzril
2mo ago
The reports of copilot running amok when Microsoft integrated it into Windows 11 should have been enough of a warning. You either ensure proper sandboxing, or you'll be in for a bad surprise eventually.
24.
▲
by
zzril
2mo ago
What should it do then? The whole point of LLMs is that you can stop writing rigorous rules in a programming or config language with hard-to-learn syntax, and can resort to natural language instead. You pay for that with the chance for misu
25.
▲
by
zzril
2mo ago
> they are never actionable, don’t say anything Wikipedia doesn’t Researching your way through Wikipedia and the likes certainly counts as "Western education", which as we all know is forbidden by their name. Having an agent re
26.
▲
by
zzril
2mo ago
Guardrails are essentially part of the input. Saying "but we have guardrails" is like saying "but we do trust part of the input". Either way, even if you trust 100% of the input, there is actually no way to guarantee tha
27.
▲
by
zzril
2mo ago
> In most agentic prompt injection attacks, the agent treats the wrong content as a trusted source of instructions and allows itself to be misdirected or misused. This happens when the system fails to maintain a strict trust boundary bet
28.
▲
by
zzril
2mo ago
I have conditioned my left first finger and pinky to just hammer F5 and Esc until the page loading stops at the right moment...
29.
▲
by
zzril
2mo ago
in fact, this could be generalized more and doesn't neccessarily have to be about hiding messages . We've all heard the discussions about using VPNs "for privacy" (i. e. for hiding your IP metadata), when it's real
30.
▲
by
zzril
2mo ago
I guess you could make a point for using messengers based on open protocols (like Matrix) that have plenty of different client implementations. It doesn't protect you from targeted attacks (it might if you can somehow hide from the out
More ›