Viewing profile — zzril
zzril
HN member- Joined
- Thu, Jul 02, 2026, 9:05 PM UTC
- HN karma
- 22
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About zzril
No profile information was provided.
Recent public activity
-
comment
Comment #49197084
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 e…
-
comment
Comment #49117378
Seems like the wrong spot to optimize for fairness / equal playing conditions when the weather itself affects the game in so many more ways.
-
comment
Comment #49100745
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'…
-
comment
Comment #49049909
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 w…
-
comment
Comment #49047291
I use postmarketOS btw...
-
comment
Comment #49038649
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/how-…
-
comment
Comment #48958944
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 ques…
-
comment
Comment #48953552
More interesting would be the IP!
-
comment
Comment #48904358
My PinePhone runs postmarketOS and can technically run every modern Linux desktop "app".
-
comment
Comment #48895998
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 t…
-
comment
Comment #48893943
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 su…
-
comment
Comment #48893749
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?
-
comment
Comment #48893673
You have to put them into a RULES.md of course!
-
comment
Comment #48893637
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 ba…
-
comment
Comment #48893611
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…
-
comment
Comment #48865731
> 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…
-
comment
Comment #48829241
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, t…
-
comment
Comment #48828863
> 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…
-
comment
Comment #48798912
I have conditioned my left first finger and pinky to just hammer F5 and Esc until the page loading stops at the right moment...
-
comment
Comment #48798577
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…
-
comment
Comment #48798478
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…
-
comment
Comment #48794734
SXMO is pretty minimal in that regard, but it doesn't force you to use the touchscreen. Can also navigate through menus via the volume buttons...
-
comment
Comment #48793269
As a user, I much prefer a blocking UI thread to one that lets me spam clicks on the "rotate left" and "flip along vertical axis" buttons and then makes me wonder why the resulting…