frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: NiceTryGPT and CTF and riduzione degli shortcut LLM

https://github.com/aleff-github/NiceTryGPT
1•aleff•29s ago•0 comments

NodeX – Serverless P2P E2EE Messenger in Rus

https://github.com/NetGadz/NodeX
1•gadz•30s ago•0 comments

QLoRA Explained – How 4 Bit Quantization Unlocks Frontier Models

https://theneuralmaze.substack.com/p/qlora-explained-how-4-bit-quantization
1•peter_d_sherman•1m ago•0 comments

From MySQL to PostgreSQL: a much lighter server

https://ozkanpakdil.github.io/posts/my_collections/2026/2026-09-18-mysql-to-postgresql-migration/
1•ejboy•2m ago•0 comments

Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per actor

https://github.com/mmeyerlein/meclaw/
1•mmeyerlein•5m ago•1 comments

Eigenism

https://eigenism.org/
1•supermdguy•5m ago•0 comments

Building an Agentic Coding Server in Go

https://prakhargurunani.com/blog/building-an-agentic-coding-server-in-go/
1•prakhargurunani•8m ago•0 comments

AI Journal 1: The Slow Surrender to AI

https://devshrine.net/blog/ai-journal-1/
1•renehsz•9m ago•0 comments

Domain sellers try to scam me

https://devshrine.net/blog/blog-domain-scams/
1•renehsz•12m ago•0 comments

What were Roman dodecahedrons used for?

https://twelve-faces-one-mystery.borisxp.chatgpt.site/
1•MrBuddyCasino•15m ago•0 comments

Agents are replacing pull requests, Playwright, and chip design tools

https://fromtheterminal.substack.com/p/the-land-grab-isnt-for-your-code-its-for-everything-around-it
1•oldfamily•15m ago•0 comments

'Anti-vampiric' grave used two strategies to stop the undead

https://www.sciencenews.org/article/ancient-anti-vampire-grave-undead
3•billybuckwheat•15m ago•0 comments

The Overhang

https://www.oneusefulthing.org/p/the-overhang
2•saikatsg•16m ago•0 comments

MNIST64: Interactive speed 6502 implementation on the Commodore 64 [pdf]

https://jarnoh.github.io/mnist64/paper.pdf
1•roopekangas•17m ago•0 comments

HN: MacDown SE, the Native Apple Silicon Continuation of MacDown with MCP

https://github.com/eldris-io/macdown-se
1•jeff-oomu•19m ago•0 comments

Natural General Intelligence

https://naturalgeneralintelligence.ai/
1•gmays•21m ago•0 comments

Steppy Fox, a one-tap browser game

https://steppyfox.com/
1•fadilbeg•24m ago•0 comments

The Proof in the Code: How a Truth Machine Is Transforming Math and AI

https://www.publishersweekly.com:443/9780374620059
1•abiro•29m ago•0 comments

Software Sandboxing: The Basics

https://blog.emilua.org/2025/01/12/software-sandboxing-basics/
2•mococa•29m ago•0 comments

Sorry, Webster. Most People Don't Want Internet Slang in the Dictionary

https://www.nytimes.com/2026/09/17/magazine/dictionary-internet-slang.html
2•ChrisArchitect•30m ago•1 comments

I Stole RRR from Elon Musk and SpaceX

https://github.com/MLSystemsRI/ml-systems-public/blob/main/why/articles/i-stole-rrr-from-elon-mus...
1•Salparvezml•30m ago•0 comments

Anthropic is cutting Claude Code's current weekly limits by 17%

https://www.bleepingcomputer.com/news/artificial-intelligence/anthropic-is-cutting-claude-codes-c...
5•shepherdjerred•32m ago•3 comments

Dead Cowboy

https://smithery.ai/servers/wolfendentheo/Dead-Cowboy
1•Facingsouth•32m ago•0 comments

The Stripe Subscription Downgrade Loophole

https://bookofrevenue.com/blog/6ab01614262a640001309291/the-stripe-downgrade-loophole
3•tanin•33m ago•0 comments

Show HN: SaaS Pricing Tracker

https://tracker.kimsalmi.com/
1•infr88•34m ago•0 comments

Boston drops Flock after outside agencies gained access to vehicle data

https://www.masslive.com/boston/2026/09/boston-drops-flock-after-outside-agencies-gained-access-t...
2•Cider9986•35m ago•0 comments

GPG: A philosophical dead end (2015)

https://moxie.org/2015/02/24/gpg-and-me.html
2•arboles•38m ago•2 comments

Saturation at GitHub

https://surfingcomplexity.blog/2026/09/19/saturation-at-github-the-saga-continues/
3•RohanAdwankar•41m ago•0 comments

AI Helps People Get Past the Blank Page

https://greyenlightenment.com/2026/08/24/ai-assisted-writing-is-common-because-writing-is-hard/
2•paulpauper•43m ago•0 comments

Gzip 1.15 Released with Many Longtime Bugs Fixed

https://fossforce.com/2026/09/gzip-1-15-released-with-many-longtime-bugs-fixed/
1•brideoflinux•45m 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