frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SLork (Stanford Laptop Orchestra)

https://slork.stanford.edu/
1•WorldPeas•38s ago•0 comments

A Collection of Hard to Find Pieces of Software

https://www.rarewares.org/rrw/programs.php
1•TigerUniversity•49s ago•0 comments

Decision Guardian: My first open source project

https://github.com/DecispherHQ/decision-guardian
1•poor_hustler•1m ago•0 comments

Show HN: HELmR – A runtime control layer for autonomous agents

https://github.com/helmr-labs/helmr-core
1•systems_arch•2m ago•0 comments

Testing Apple's 2026 16-inch MacBook Pro, M5 Max, and its new performance cores

https://arstechnica.com/gadgets/2026/03/testing-apples-2026-16-inch-macbook-pro-m5-max-and-its-ne...
1•rbanffy•3m ago•0 comments

So you want to write an "app" (2025)

https://arcanenibble.github.io/so-you-want-to-write-an-app.html
1•jmusall•3m ago•0 comments

Smooth UI animations on server-rendered HTML

https://blog.siami.fr/smooth-ui-animations-on-server-rendered-html
1•ksec•3m ago•0 comments

Binex – Debuggable runtime for AI agent pipelines (YAML, trace, replay, diff)

https://github.com/Alexli18/binex
1•alexli1807•4m ago•1 comments

Formalizing Data Structures and Algorithms with Agents

https://risemsr.github.io/blog/2026-03-06-autoclrs/
1•alpaylan•6m ago•0 comments

Is the AI Compute Crunch Here?

https://martinalderson.com/posts/is-the-ai-compute-crunch-here/
1•gmays•7m ago•0 comments

Show HN: A tool that automatically installs Python and common dev libraries

1•Alexpan_dev•7m ago•0 comments

Show HN: AI-Proof Careers Leaderboard

https://github.com/yoyothesheep/ai-resilient-occupations-data
1•yoyothesheep•8m ago•0 comments

LeRobot v0.5.0: Scaling Every Dimension

https://huggingface.co/blog/lerobot-release-v050
2•ibobev•11m ago•0 comments

Ulysses Sequence Parallelism: Training with Million-Token Contexts

https://huggingface.co/blog/ulysses-sp
1•ibobev•11m ago•0 comments

In the '90s Germany's air traffic control ran on Emacs

https://old.reddit.com/r/emacs/comments/lly7po/comment/gnvzisy/
3•clyfe•11m ago•0 comments

Simulating Queueing 2

https://buttondown.com/jaffray/archive/simulating-queueing-2/
1•ibobev•12m ago•0 comments

Trump says Iran 'war is complete,' talks to Putin

https://www.cnbc.com/2026/03/09/trump-iran-war-end.html
4•kamaraju•12m ago•0 comments

Feed Palestine

1•alpple•13m ago•0 comments

Skill to slim down your bloated AGENTS.md file

https://mheadd.github.io/agent-slimmer/
1•mjheadd•13m ago•0 comments

I wrote a OpenClaw Operators Field Guide for operating multi-agent AI systems

https://bethegorilla.com/
2•pathowlett•13m ago•1 comments

Snice – 130 web components and a decorator-based framework

1•hedzer•14m ago•0 comments

Some skills become second nature

https://news.mit.edu/2026/how-some-skills-become-second-nature-0304
1•rbanffy•14m ago•0 comments

One Year with Hyprland

https://www.whileforloop.com/en/blog/2026/03/09/one-year-with-hyprland/
2•wookashh•15m ago•0 comments

Oracle is building yesterday's data centers with tomorrow's debt

https://www.cnbc.com/2026/03/09/oracle-is-building-yesterdays-data-centers-with-tomorrows-debt.html
10•spenvo•17m ago•0 comments

Show HN: Making Codex stop rediscovering the same repository over and over

1•oldskultxo•17m ago•1 comments

Setting Up a Debug Environment for QEMU PCI Device Exploitation

https://varik.dev/blog/htb/nftdrm/debug-env-for-qemu-pwn
1•varik77•18m ago•0 comments

Taara Beam

https://taaraconnect.com/product/beam
3•rglover•19m ago•0 comments

Talking Face Animation Using a Learned Kalman Filter on Mobile Devices

https://www.mdpi.com/1424-8220/26/4/1377
2•PaulHoule•20m ago•0 comments

Show HN: DevToolbox – 13 browser-based dev tools, privacy-first

https://geld-verdienen-app-kbpcmxfq.devinapps.com
1•DevToolboxApp•20m ago•1 comments

Thomas Selfridge: The First Airplane Fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
6•Hooke•21m ago•1 comments
Open in hackernews

macOS Malware Development II

3•0xf00sec•10mo 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