frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Forked TensorZero after it was archived after raising $7.3M

https://github.com/agentify-sh/gateway
1•agentifysh•6m ago•0 comments

Initial Results on Legal Agent Benchmark

https://twitter.com/gabepereyra/status/2059320727988224128
1•gmays•10m ago•0 comments

Show HN: Agent Gate – a deterministic CI firewall for AI-generated PRs

https://github.com/sjh9714/Agent-Gate
1•sjh9714•11m ago•0 comments

Design Engineer at Solve Intelligence

https://foundersarehiring.com/job/on-site/design-engineer-6a2bbb90fd4cdebe8c4ed02f
1•niksmac•12m ago•0 comments

Co-Founder Honch

https://www.honch.io/
1•Raeedzz•13m ago•0 comments

Hi HN: Loopy agent, meta-loop engineer my Claude Code and codex sessions

https://github.com/secretbuilds/loopy
1•secretbuilds•27m ago•1 comments

Pac-Man, but You're the Ghost

https://garrit.xyz/posts/2026-06-13-pac-man-but-you-re-the-ghost
2•mindracer•31m ago•1 comments

Ask HN: Do you buy the domain first or build first then domain?

1•akashwadhwani35•31m ago•0 comments

PeopleSoft 0-day affecting organizations steals gigabytes of data

https://arstechnica.com/security/2026/06/peoplesoft-0-day-affecting-hundreds-of-organizations-ste...
2•geoffbp•35m ago•0 comments

Track tokens usage and AI Subscriptions across major AI platforms

https://www.tokens4breakfast.app
1•1Kapish•40m ago•1 comments

Software Architecture Guide

https://martinfowler.com/architecture/
2•laxmena•42m ago•0 comments

Show HN: Winamp's Geiss and Milkdrop ported to WebGL

https://milkbar.fm/
2•vlbeta•53m ago•0 comments

OmniCloud is a full-stack cloud drive aggregation platform

https://github.com/dimartarmizi/OmniCloud
1•tonyhart7•56m ago•0 comments

Free SQL→ER diagram tool, runs in the browser, nothing uploaded

https://sqltoerdiagram.com/
2•robhati•1h ago•0 comments

Show HN: I created a simple searchable list of abandoned WordPress Plugins

https://vimsy.io/plugin-graveyard
2•arximughal•1h ago•0 comments

Running Out of Context? No More

https://github.com/shrey1110-dotcom/CLAUDE_API_SAVER
1•otto_api•1h ago•0 comments

AAD-50: multi-cycle NVMe sanitize with per-cycle hardware verification

https://github.com/yonasabeselom/aad50
1•yonasabeselom•1h ago•0 comments

UK announces $1.5B AI infrastructure plan

https://www.reuters.com/world/uk/uk-sets-out-15-billion-ai-hardware-plan-with-supercomputer-chip-...
3•Soumya_Max•1h ago•2 comments

What old technology do you still use regularly?

2•Soumya_Max•1h ago•4 comments

What happens if you click the first link on every Wikipedia article? [video]

https://www.youtube.com/watch?v=dpLG3DpfSlM
2•wilsonhobbs•1h ago•0 comments

Zero-knowledge SAT validation engine

https://ptsf-engine.vercel.app/
1•curio_Pol_curio•1h ago•0 comments

Type Theory Forall #62 – Dependent Haskell – Vladislav Zavialov [video]

https://www.youtube.com/watch?v=COBZZb6Iu2Q
5•matt_d•1h ago•0 comments

Automating my job away

https://austinhenley.com/blog/automatingmyjob.html
2•azhenley•1h ago•0 comments

The Redistribution of Housing Wealth Caused by Rent Control [pdf]

https://www.rhawa.org/file/secure/shs-the-impact-of-rent-control-in-st-paul.pdf
56•luu•1h ago•56 comments

Half-Life able to run on ReactOS

https://xcancel.com/reactos/status/2064839936059011207
3•zdw•1h ago•1 comments

Making Claude a Chemist

https://www.anthropic.com/research/making-claude-a-chemist
5•gmays•1h ago•0 comments

Life Evolved

https://github.com/harrisjerico30-dotcom/G4-construct-
4•jericoharris•1h ago•0 comments

Weave: Merging based on language structure and not lines

https://ataraxy-labs.github.io/weave/
8•rohanat•2h ago•1 comments

Show HN: Tabby – sleeps tabs based on RAM pressure, not fixed timers

https://meettabby.netlify.app/
3•justbuilding•2h ago•0 comments

Show HN: Bastion – isolated Linux VMs for background coding agents

https://bastion.computer/
4•almostlit•2h 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