Bài đăng

New top story on Hacker News: Show HN: Threadprocs – executables sharing one address space (0-copy pointers)

Show HN: Threadprocs – executables sharing one address space (0-copy pointers) 23 by jer-irl | 17 comments on Hacker News. This project launches multiple independent programs into a single shared virtual address space, while still behaving like separate processes (independent binaries, globals, and lifetimes). When threadprocs share their address space, pointers are valid across them with no code changes for well-behaved Linux binaries. Unlike threads, each threadproc is a standalone and semi-isolated process. Unlike dlopen-based plugin systems, threadprocs run traditional executables with a `main()` function. Unlike POSIX processes, pointers remain valid across threadprocs because they share the same address space. This means that idiomatic pointer-based data structures like `std::string` or `std::unordered_map` can be passed between threadprocs and accessed directly (with the usual data race considerations). This accomplishes a programming model somewhere between pthreads and mult...

New top story on Hacker News: Trivy under attack again: Widespread GitHub Actions tag compromise secrets

Trivy under attack again: Widespread GitHub Actions tag compromise secrets 9 by jicea | 3 comments on Hacker News. March 22, 2026 at 04:45PM jicea 9 https://ift.tt/pRZ3vQh Trivy under attack again: Widespread GitHub Actions tag compromise secrets 3 https://ift.tt/ZcMP0gI

New top story on Hacker News: Ask HN: AI productivity gains – do you fire devs or build better products?

Ask HN: AI productivity gains – do you fire devs or build better products? 61 by Bleiglanz | 89 comments on Hacker News. i was rolling my eyes at the hype, but reading about this is totally different from experiencing it. if you have any old repos out there - try it, you might actually be amazed. i'm not sure i buy the long-term "*90% productivity*" claims for complex, legacy enterprise systems, but for the boilerplate, libraries, build-tools, and refactoring? the gain is gigantic. all the time-consuming, nerve-wrecking stuff is mostly taken care of. you start off checking every diff like a hawk, expecting it to break things, but honestly, soon you see it's not necessary most of the time. you just keep your IDE open and feed the "analyze code" output back into it. in java, telling it to " add checkstyle, run mvn verify and repair " works well enough that you can actually go grab a coffee instead of fighting linter warnings. the theory is that wh...

New top story on Hacker News: Reports of code's death are greatly exaggerated

Reports of code's death are greatly exaggerated 19 by stevekrouse | 2 comments on Hacker News. March 22, 2026 at 06:09PM stevekrouse 19 https://ift.tt/ByETW0t Reports of code's death are greatly exaggerated 2 https://ift.tt/Qm052xr

New top story on Hacker News: Show HN: Joonote – A note-taking app on your lock screen and notification panel

Show HN: Joonote – A note-taking app on your lock screen and notification panel 6 by kilgarenone | 0 comments on Hacker News. I finally built this app after many years of being sick of unlocking my phone every goddamn time I need to take or view my notes. It particularly sucks when I'm doing my grocery and going down the list. I started building last year June. This is a native app written in Kotlin. And since I'm a 100% Web dev guy, I gotta say this wouldn't have been possible without this AI to assist me. So this isn't "vibe-coded". I simply used the chat interface in Gemini website, manually copy paste codes to build and integrate every single thing in the app! I used gemini to build it just because I was piggybacking on my last company's enterprise subscription. I personally didn't subscribe to any AI (and still don't cuz the free quota seems enough for me :) So I certainly have learnt alot about Android development, architecture patterns, K...

New top story on Hacker News: Iran launched unsuccessful attack on UK's Diego Garcia

Iran launched unsuccessful attack on UK's Diego Garcia 56 by alephnerd | 44 comments on Hacker News. March 21, 2026 at 09:54PM alephnerd 56 https://ift.tt/kOIQz12 Iran launched unsuccessful attack on UK's Diego Garcia 44 https://ift.tt/6xr51Xb

New top story on Hacker News: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development