frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Xfwl4's First Preview Release

https://www.spurint.org/journal/2026/06/xfwl4s-first-preview-release
1•Tomte•54s ago•0 comments

X down for users globally, Downdetector shows

https://www.reuters.com/business/x-down-thousands-us-users-downdetector-shows-2026-06-22/
2•1vuio0pswjnm7•3m ago•0 comments

GentleOS: A Hobby Operating System for Vintage PCs

https://www.adamsdesk.com/posts/gentleos-vintage-pc-operating-system/
1•black6•3m ago•0 comments

'Don't Die,' Ballerina Farm and the theology of self-optimization

https://www.ncronline.org/culture/dont-die-ballerina-farm-and-theology-self-optimization
1•bookofjoe•3m ago•0 comments

A copyright law quirk may let Lord British reclaim Ultima from EA

https://www.destructoid.com/it-seems-a-copyright-law-quirk-will-finally-let-lord-british-reclaim-...
2•evo_9•3m ago•0 comments

Leipzig accuses conductor of inappropriate conduct

https://slippedisc.com/2026/06/breaking-leipzig-accuses-conductor-of-inappropriate-conduct/
1•Tomte•3m ago•0 comments

Google is investing around $75M in 'Backrooms' studio A24

https://www.wsj.com/tech/ai/google-investing-in-backrooms-studio-a24-e7585ebe
1•logickkk1•3m ago•0 comments

DHL Set to Transport Goods on New Wind-Powered Cargo Ships

https://www.wsj.com/pro/sustainable-business/dhl-set-to-transport-goods-on-new-wind-powered-cargo...
1•julienchastang•4m ago•0 comments

I built Ponytrail, a local audit trail for AI coding-agent edits

https://github.com/0xroylee/ponytrail
2•1997roylee•5m ago•1 comments

Widespread internet outage impacts multiple sites and services

https://www.androidauthority.com/internet-outage-2-3679954/
1•ilreb•5m ago•0 comments

Microsoft-backed startup raises $40M for advanced chipmaking equipment tech

https://www.reuters.com/world/asia-pacific/microsoft-backed-startup-raises-40-million-advanced-ch...
1•Marius77•5m ago•0 comments

There Are More than Five POVs: A little craft rant on points of view in fiction

https://countercraft.substack.com/p/there-are-more-than-five-povs
1•crescit_eundo•5m ago•0 comments

Show HN: Keynap – On-device AI voice typing app for Windows

https://apps.microsoft.com/detail/9n7kdlcxvjxt?hl=en-US&gl=US
1•monosma•6m ago•0 comments

OpenMW 0.51.0 Released

https://openmw.org/2026/openmw-0-51-0-released/
2•birdculture•6m ago•0 comments

Mechanical Flappy Bird [video]

https://www.youtube.com/watch?v=qcKArylBdE0
2•redbell•7m ago•0 comments

From Picocli to Æsh: How Porting JBang's CLI Made Everything Better

https://www.jbang.dev/learn/from-picocli-to-sh-how-porting-jbang-s-cli-made-everything-better/
1•theanonymousone•7m ago•0 comments

Weather Replay: your time machine to revisit past weather

https://weather-replay.climate.copernicus.eu/
1•mikalauskas•8m ago•0 comments

Definiums LSD formula produces 'best data ever seen' in pivotal depression trial

https://www.fiercebiotech.com/biotech/definiums-lsd-formula-produces-best-data-ever-seen-pivotal-...
1•randycupertino•9m ago•0 comments

Search has its own bitter lesson

https://softwaredoug.com/blog/2026/06/12/incentives-in-search.html
1•Tomte•12m ago•0 comments

CUDA Profiler for Production Inference

https://graphsignal.com/blog/cuda-profiler-for-production-inference/
4•npgraph•13m ago•0 comments

A More Predictable MySQL Release Model: Calendar Versions, LTS, and Innovation

https://blogs.oracle.com/mysql/a-more-predictable-mysql-release-model-calendar-versions-lts-and-i...
1•ksec•13m ago•0 comments

Simulating a RISC-V CPU in Terraria

https://github.com/yfdyzjt/TerrariaWiringComputer
1•stevefan1999•14m ago•1 comments

Biggest whale graveyard found in Indian Ocean off Australia

https://www.abc.net.au/news/science/2026-06-11/world-s-biggest-whale-graveyard-found-in-the-india...
1•speckx•14m ago•0 comments

An indie blog's directory of indie blog directories

https://www.autodidacts.io/indie-blog-directory-directory/
1•surprisetalk•15m ago•0 comments

Kronotop: A database per tenant, with transactions that span all of them

https://kronotop.com/
1•mastabadtomm•15m ago•0 comments

MSYS2 and the No-Fuss Way to Get More GNU into Your Windows

https://hackaday.com/2026/06/22/msys2-and-the-no-fuss-way-to-get-more-gnu-into-your-windows/
2•Tomte•15m ago•0 comments

Groq Raises Another $650M

https://groq.com/newsroom/groq-raises-usd650m-to-scale-its-ai-inference-cloud-business
3•FinnLobsien•16m ago•0 comments

A New Competitor for Fable 5 and Mythos Preview: Sakana's Fugu Ultra Model

https://sakana.ai/fugu-release/
3•giwook•19m ago•0 comments

Build your own AI-assisted personal health record

https://openhealthhub.org/t/build-your-own-ai-assisted-personal-health-record/3006
1•spdegabrielle•20m ago•0 comments

Breaking Browser-Use Models Using Domain Randomization

https://www.fig.inc/blog/gui-pertubed-breaking-browser-use-models/
2•hsikka•22m 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