HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lepuski

no profile record

Submissions

QubesOS – The best defense against (supply chain) attacks

qubes-os.org
4 points·by lepuski·vorige maand·2 comments

Ask HN: How are you structuring your .md docs to facilitate agentic development?

1 points·by lepuski·2 maanden geleden·0 comments

Ask HN: Agents.md and linked files vs. discrete skills – what's your setup?

2 points·by lepuski·2 maanden geleden·1 comments

[untitled]

1 points·by lepuski·4 maanden geleden·0 comments

NY bill would force manufacturers of devices, OS's and app stores to verify age

nysenate.gov
1 points·by lepuski·4 maanden geleden·0 comments

Ask HN: How are you structuring Markdown-based context for AI coding agents?

3 points·by lepuski·4 maanden geleden·2 comments

comments

lepuski
·vorige maand·discuss
Given how common supply-chain vulnerabilities have become, I’m surprised more teams haven’t adopted Qubes. To compromise a Qubes setup you’d need a Xen sandbox escape which is possible but vastly more difficult than running a simple bash script from a post-install script.

I’ve daily-driven Qubes for about a year and it’s been easier than I expected. The main drawback is gaming because you need a second GPU and the GPU passthrough setup is annoying. I don't game much, so I use the CPU's integrated GPU for dom0 and reserve my dedicated GPU for general hardware-acceleration e.g. smoother youtube playback.
lepuski
·vorige maand·discuss
Qubes offers the strongest protection against these threats. It's surprising it isn't more commonly adopted.
lepuski
·2 maanden geleden·discuss
I can't see why anyone still chooses Claude. Codex outperforms it in most respects, and its quotas are about ten times larger. A $100 Codex plan gets me through the whole week with 6–12 hours of coding per day.
lepuski
·2 maanden geleden·discuss
I'll coin a word for it: slopression.

Anyway, I'm a hobby coder and, unlike you, I've really enjoyed AI-assisted development. I was never a strong developer, so coding always took me a long time, and my interest in projects faded quickly that forced me to relearn them from scratch after long breaks. With AI, I can actually finish projects, and my code quality has improved. GPT is a better developer than I am. Example: the first time I had it analyze a personal project, it found over 50 vulnerabilities.

I enjoy learning and understanding how code works, but since AI has largely automated typing code I've since then shifted my focus to higher level topics like software architecture and systems engineering. I am reading the book "designing data intensive applications" right now.
lepuski
·3 maanden geleden·discuss
Maybe the "NPC meme" wasn't completely wrong.
lepuski
·3 maanden geleden·discuss
I believe compartmentalized operating systems like Qubes are the future for defending against these kinds of attacks.

Storing your sensitive data on a single bare-metal OS that constantly downloads and runs packages from unknown maintainers is like handing your house key out to a million people and hoping none of them misuse it.