frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sting's eye-watering fortune that his 6 kids won't be inheriting

https://www.hellomagazine.com/us/900095/sting-eye-watering-fortune-kids-will-not-inherit/
1•wslh•18s ago•0 comments

AI evaluation startup Braintrust confirms breach

https://techcrunch.com/2026/05/06/ai-evaluation-startup-braintrust-confirms-breach-tells-every-cu...
2•zachdotai•1m ago•0 comments

ReleaseJet – the release notes tool for repos with many customers

https://github.com/makisp/releasejet
1•PaulHoule•4m ago•0 comments

Omega-3 supplements may be linked to faster cognitive decline in seniors

https://medicalxpress.com/news/2026-05-omega-supplements-linked-faster-cognitive.html
1•brandonb•4m ago•0 comments

VirtualGL

https://virtualgl.org
1•NexRebular•5m ago•0 comments

SQLite Is a Library of Congress Recommended Storage Format

https://sqlite.org/locrsf.html
1•whatisabcdefgh•6m ago•0 comments

Show HN: I wrote a flight simulator in my own programming language

https://github.com/navid-m/flightsim
1•pizza_man•7m ago•0 comments

AI, Computer Literacy, and the New Divide

https://blog.vaxry.net/articles/2026-aiIsABitDifferent
2•tertle950•7m ago•0 comments

Rails Security, AI, and IBB

https://tenderlovemaking.com/2026/05/06/rails-security-ai-and-ibb/
1•riffraff•8m ago•0 comments

Firm solar and storage costs fall to $54/MWh, says IRENA

https://www.pv-magazine.com/2026/05/06/firm-solar-and-storage-costs-fall-to-54-mwh-says-irena/
2•epistasis•8m ago•0 comments

Solod v0.1: Go ergonomics, practical stdlib, native C interop

https://antonz.org/solod-v0-1/
1•jicea•9m ago•0 comments

"Would It Matter If I Told You I'm Pope Leo?"

https://www.thelettersfromleo.com/p/would-it-matter-if-i-told-you-im
1•pella•13m ago•1 comments

CSG: Why the Largest Military IPO in European History Is Combusting

https://hntrbrk.com/csg/
2•yread•14m ago•0 comments

It's time to test all adults for lipoprotein(a)

https://www.lipidjournal.com/article/S1933-2874(26)00126-1/fulltext
1•brandonb•18m ago•1 comments

Claude Code wire trace reveals 13,000 words base prompt

https://twitter.com/dominiek/status/2052119211644760473
3•dominiek•19m ago•1 comments

Agile Is Dead. Long Live Agile

https://amoebaunlimited.substack.com/p/agile-is-dead-long-live-agile
3•bryanking•20m ago•0 comments

CrustAI – Private local AI assistant

https://github.com/DaveSimoes/CrustAI
2•DaveHN_2026•21m ago•0 comments

Over 3k Datacentres planned for 2026 global map

https://roboticforce.io/datacentermap
3•cdnsteve•22m ago•0 comments

Show HN: A website designed to be not readable by AI

http://eyes.onlytech.boo/
1•vednig•23m ago•0 comments

UI Hostility

2•morpheos137•24m ago•0 comments

Making Julia as Fast as C++

https://flow.byu.edu/posts/julia-c++
1•d_tr•28m ago•0 comments

Terminal coding agent for DeepSeek V4

https://github.com/Hmbown/DeepSeek-TUI
2•doener•28m ago•0 comments

Kestrel: Open-source sovereign AI agent framework

https://github.com/KestrelSovereignAI/kestrel-sovereign
1•Gabriela_OS_TX•29m ago•0 comments

Nvidia's Status as the Biggest Company Could Could End Soon

https://www.inc.com/moses-jeanfrancois/nvidia-alphabet-worlds-biggest-company/91341371
1•donsupreme•32m ago•0 comments

All the demons hiding in your AIs

https://drtompollak.substack.com/p/all-the-demons-hiding-in-your-ais
1•IvanLudvig•33m ago•0 comments

Connectors Now on Grok Web

https://x.ai/news/grok-connectors
1•surprisetalk•35m ago•0 comments

Show HN: I built an open source background agent inspired by Ramp Inspect

https://github.com/jvaill/Kill-The-Backlog
1•jvaill•36m ago•0 comments

All one-byte program names in Nixpkgs

https://gist.github.com/samestep/2365535dc9afd10458b918919d7c2383
2•sestep•36m ago•0 comments

Show HN: Naval Strike – simultaneous turn-based fleet combat in the browser

https://navalstrike.app
1•pinchydev•37m ago•0 comments

Ask HN: Terafab – Smart move or insane financial risk?

1•imheretolearn•37m ago•0 comments
Open in hackernews

macOS Malware Development II

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