frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An on-device OSS alternative to Wispr Flow

https://frigade.com/yap
1•pancomplex•4m ago•0 comments

Drawing a portrait with the traveling salesman problem by Opus 5.5

https://www.echohive.ai/tsp-art
1•echohive42•6m ago•0 comments

Holistic design systems for the AI coding era

https://numeric.substack.com/p/design-systems-at-numeric
1•bihla•9m ago•0 comments

RatHat Malware Can Hijack Your Android by Disguising Itself as a Legitimate App

https://www.cnet.com/tech/services-and-software/rathat-malware-attacks-android-phones/
1•gmays•11m ago•0 comments

AI-CAD: An OSS Multi-Agent Harness for Mech. Eng. CAD

https://github.com/ai-cad-labs/ai-cad
1•jbm•15m ago•0 comments

The iPhone 4 'Antennagate' Press Conference Q&A – Finally

https://daringfireball.net/2026/09/iphone_4_antennagate_q_and_a
1•robbiet480•17m ago•1 comments

Sol 6 and Opus 5.5 compared on an agentic CAD harness

https://www.partforge.ai/blog/2026-09-23-new-model-day
3•Mazer23•19m ago•0 comments

From biologists, math could learn to live with AI

https://terrytao.wordpress.com/2026/09/22/open-problems-open-mathematics/
1•oliculipolicula•26m ago•0 comments

Do Social Norms Substitute for Enforcement? [pdf]

https://www.nber.org/system/files/working_papers/w35756/w35756.pdf
1•parksb•28m ago•0 comments

Trying to Observe Convection Plumes (and other chaos things)

https://chillphysicsenjoyer.substack.com/p/trying-to-observe-convection-plumes
1•crescit_eundo•30m ago•0 comments

Human Glitch – twenty small web experiences, each one starts free

https://humanglitch.ai
1•sixrandanes•30m ago•0 comments

iPhone 18 Pro Max SSD drops lower than hard drive at 1.1 MBs during heavy writes

https://www.tomshardware.com/pc-components/ssds/iphone-18-pro-max-storage-can-drop-lower-than-a-h...
2•ajdude•31m ago•0 comments

Google says its AI model gained unauthorized access to three outside systems

https://www.nbcnews.com/tech/tech-news/google-says-ai-model-gained-unauthorized-access-three-syst...
2•gmays•31m ago•0 comments

Shipping local speech-to-text inside a Tauri app

https://writewithset.com/blog/shipping-local-speech-to-text-inside-a-tauri-app
1•aavshr•33m ago•0 comments

Libnix: Nix as a Backend to Cargo

https://github.com/nixcloud/cargo/blob/master-libnix/README.md
1•lovesegfault•35m ago•0 comments

The one-person unicorn: building a company alone in two days with Claude

https://leaveyouragent.com/blog/one-person-unicorn
1•christopherianh•35m ago•0 comments

Gemini 3.8 TTS Playground

https://simonwillison.net/2026/Sep/23/gemini-tts-playground/
1•lumpa•37m ago•0 comments

Jev deserves hype but not the type its getting

https://github.com/YidiDev/jev-benchmark
1•yididev•38m ago•1 comments

Meta VR Glasses

https://www.meta.com/vr-glasses/
97•polymorph1sm•42m ago•47 comments

US investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
6•throw0101a•48m ago•2 comments

The Full Stack Obliteration

https://www.reinhash.com/demos/full-stack-stomp/
1•reinhash•52m ago•1 comments

Linux on Snapdragon X2 Series Early Developer Preview

https://www.qualcomm.com/developer/blog/2026/09/announcing-linux-on-snapdragon-x2-series-early-de...
3•kevincox•52m ago•0 comments

Every U.S. State Ranks Above Every Foreign Economy in Household Consumption

https://twitter.com/cremieuxrecueil/status/2102889196000256219
5•delichon•56m ago•2 comments

Show HN: Submit asynchronous LLM batch jobs through one interface

https://github.com/gojiplus/batchlane
1•neehao•56m ago•0 comments

Show HN: A CC0 museum of retro 3D tricks you can paste into a page

https://3d-retro.com/
3•SouthWestAtlas•56m ago•1 comments

OpenAI agent hacked into Australia's national healthcare system

https://www.cnn.com/2026/09/23/business/australia-openai-agent-hack-intl-hnk
4•smb06•58m ago•2 comments

LatentPort: Cross-model recurrent state transfer without prefix replay

https://arxiv.org/abs/2609.25053
1•mmprotest•1h ago•0 comments

Stanford violated AI policy after race-swapping students in ad

https://www.sfchronicle.com/bayarea/article/stanford-ai-policy-student-photo-race-swapping-224441...
10•absqueued•1h ago•4 comments

Post-Training Post-Morten: Tenet / Harvey

https://newpriors.substack.com/p/post-training-post-mortem-tenet-by
1•tanmayc98•1h ago•0 comments

UK shares findings of damning climate crisis national security report

https://www.theguardian.com/environment/2026/sep/23/uk-climate-crisis-national-security-report-su...
5•littlexsparkee•1h 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