frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Virtual Memory: Page Tables, TLBs, and Linux Internals

https://blog.codingconfessions.com/p/virtual-memory
1•ibobev•1m ago•0 comments

Show HN: One-click open-source ecommerce starter (Magento), drive it with Claude

https://ecommerce-ai-starter.graycore.io
1•damienwebdev•4m ago•0 comments

Nvidia Cosmos 3

https://developer.nvidia.com/blog/develop-physical-ai-reasoning-world-and-action-models-with-nvid...
2•tosh•4m ago•0 comments

[video] WebRTC for the Streamer – How Whip/WebRTC Can Improve Streaming

https://www.youtube.com/watch?v=NOVH70nH7jw
1•Sean-Der•6m ago•1 comments

NPM packages from RedHat have been compromised

https://github.com/RedHatInsights/javascript-clients/issues/492
5•kurmiashish•6m ago•0 comments

Blue Origin Moon Lander Completes Testing at NASA Vacuum Chamber

https://www.nasa.gov/missions/artemis/blue-origin-moon-lander-completes-testing-at-nasa-vacuum-ch...
1•tcp_handshaker•7m ago•0 comments

Windows GOG DOS Games on M-Series Macs

https://f055.net/technology/windows-gog-dos-games-on-m-series-macs/
2•f055•8m ago•0 comments

Introducing Pulse: A Post-Scrum Manifesto and Agent Workflow for AI-Native Teams

https://github.com/pssah4/digital-innovation-agents
1•pssah4•9m ago•0 comments

AeroThemePlasma: Alternative shell for KDE Plasma that replicates Windows 7 look

https://gitgud.io/aeroshell/atp/aerothemeplasma
1•Tiberium•9m ago•0 comments

Major Israeli tech firms start layoffs as AI revolution roils industry

https://www.timesofisrael.com/major-israeli-tech-firms-commence-sweeping-layoffs-as-ai-revolution...
2•tcp_handshaker•11m ago•0 comments

Cosmos 3: Omnimodal World Models for Physical AI

https://research.nvidia.com/labs/cosmos-lab/cosmos3/
1•armcat•11m ago•0 comments

Show HN: Prela – Purely Algebraic Relation Combinators

https://github.com/remysucre/prela
1•remywang•11m ago•0 comments

The CIA crash that opened a fraught month in Mexico–US relations

https://english.elpais.com/international/2026-05-26/the-cia-crash-that-opened-a-fraught-month-in-...
2•wslh•11m ago•1 comments

Gemma 4 26B on a consumer GPU: build pain, throughput, and BFCL numbers

https://algollabs.com/blog/gemma4-bfcl
1•tumbak•12m ago•0 comments

Simple batch decoding of unary codes

https://fgiesen.wordpress.com/2026/05/30/simple-batch-decoding-of-unary-codes/
1•ibobev•13m ago•0 comments

When AI Starts Writing Systems Code

https://www.coreauto.com/blog/when-ai-starts-writing-systems-code
2•yurivish•14m ago•0 comments

Building DNA from Scratch in C

https://twitter.com/TheVixhal/status/2061108499636265114
3•ibobev•14m ago•0 comments

Ask HN: Are there companies that use agent-based modeling?

3•hamburgererror•15m ago•1 comments

Up from the Ash

https://www.metanoia-research.com/dispatch-004-up-from-the-ash/
2•metanoia_•15m ago•0 comments

Flipper Zero Zig Template

https://github.com/NishantJoshi00/flipper-template
3•Nars088•16m ago•0 comments

Nvidia Introduces First PCs Designed for AI Agents

https://www.wsj.com/tech/ai/nvidia-introduces-first-pcs-designed-for-ai-agents-47445bcd
2•fortran77•17m ago•3 comments

PS1 Forge – Zsh/Bash, EzPrompt blocks, Light/Dark mode and local persistence

https://ps1-forge.vercel.app/
1•speckx•17m ago•0 comments

Linux Basics for Hackers

https://github.com/ahegazy0/linux-basics-for-hackers-notes
2•ibobev•18m ago•1 comments

Pinyin

https://en.wikipedia.org/wiki/Pinyin
1•tosh•18m ago•0 comments

How to add a passkey prompt in your application with FusionAuth

https://fusionauth.io/community/forum/topic/3098/wanted-to-add-a-passkey-prompt-in-my-application
1•mooreds•20m ago•0 comments

Stop Killing Games

https://jxself.org/stop-killing-games.shtml
2•amcclure•20m ago•0 comments

Surface Laptop Ultra

https://www.microsoft.com/en-us/surface/devices/surface-laptop-ultra
2•fumar•20m ago•0 comments

Two-player networked Tetris with a twist

https://github.com/bcantrill/BattleTris
1•mooreds•21m ago•0 comments

DeepSeek-V4-Flash (284B params) running on a Raspberry Pi 5 8GB

https://twitter.com/danveloper/status/2061435541199994890
2•m-hodges•23m ago•1 comments

Show HN: AI Agents Need Inspectable State. That's Why I Built LangMCP

https://medium.com/towards-artificial-intelligence/ai-agents-need-inspectable-state-thats-why-i-b...
1•muhammad-shafat•25m ago•0 comments
Open in hackernews

macOS Malware Development II

3•0xf00sec•1y ago
This article is a deep technical dive into custom macOS malware development, centered on building a self-mutating loader using Mach-O internals and native Darwin APIs. It details the architecture of a polymorphic engine divided into two phases: a parent process responsible for payload mutation and re-encryption, and a mutant process that executes the evolved code. The piece explores techniques such as fileless execution, runtime mutation, in-memory encryption, and command-and-control via dead-drop, all implemented entirely through native APIs and low-level Mach-O manipulation.

https://0xf00sec.github.io/0x22