frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gogcli – Google in Your Terminal

https://github.com/steipete/gogcli
1•nstj•2m ago•0 comments

Show HN: Nemilia – multi-agent AI workspace in a single HTML file, no back end

https://github.com/luislopez1212/Nemilia
1•Nemilia•3m ago•0 comments

FFmpeg at Meta: Media Processing at Scale

https://engineering.fb.com/2026/03/02/video-engineering/ffmpeg-at-meta-media-processing-at-scale/
1•articsputnik•4m ago•0 comments

The New York Earth Room

https://www.niche-museums.com/117
1•Tomte•6m ago•0 comments

The Calm List

https://world.hey.com/raulp/the-calm-list-cb7be8f8
2•adrianthedev•7m ago•0 comments

I refused to pay $30/month for Superhuman so I built my own Gmail organizer

https://github.com/Lakshay1509/NeatMail
2•mafia15•9m ago•1 comments

Tuneithub.com turn any Markdown into Google Docs like collab

https://www.get-colibri.com/
2•mlysk•9m ago•1 comments

Remote contractors are now the new normal for businesses

1•emmanol•9m ago•0 comments

Muon: An optimizer for hidden layers in neural networks

https://kellerjordan.github.io/posts/muon/
1•tosh•11m ago•0 comments

modded-nanogpt: NanoGPT (124M) in 2 minutes

https://github.com/KellerJordan/modded-nanogpt
1•tosh•12m ago•0 comments

The day Iran buried Ayatollah Khomeini (2015) [video]

https://www.bbc.com/news/av/magazine-32938264
1•thomassmith65•18m ago•1 comments

Iraq suffers power grid blackout due to technical fault

https://www.reuters.com/business/energy/iraq-suffers-power-grid-blackout-due-technical-fault-2026...
2•yreg•19m ago•1 comments

Sneak peek at the redesigned Stack Overflow

https://stackoverflow.blog/2026/02/25/your-sneak-peek-at-the-redesigned-stack-overflow/
1•SerCe•20m ago•0 comments

How Vulnerable Are Computers to 80-Year-Old Spy Technique? Congress Wants Answer

https://www.wired.com/story/how-vulnerable-are-computers-to-an-80-year-old-spy-technique-congress...
2•walterbell•21m ago•0 comments

Zorin OS: The Alternative to Windows and macOS

https://zorin.com/
2•thunderbong•24m ago•1 comments

Google Play Store will shame developers of sloppy, battery-wasting apps

https://www.neowin.net/news/google-play-store-will-shame-developers-of-sloppy-battery-wasting-apps/
1•bundie•25m ago•0 comments

Show HN: The Forensic Mirror – Weaponizing LLMs for Cognitive Auditing

https://github.com/type-null/forensic-mirror
1•llmmirror•26m ago•1 comments

Writing about Agentic Engineering Patterns

https://simonwillison.net/2026/Feb/23/agentic-engineering-patterns/
1•kristianp•28m ago•0 comments

Ask HN: How valuable is production scale experience vs. LeetCode in startups?

2•winsongr•33m ago•0 comments

OpenBSD on SGI: A Rollercoaster Story

http://miod.online.fr/software/openbsd/stories/sgiall.html
2•brynet•34m ago•0 comments

Source code for Minecraft Legacy Console Edition has leaked online

https://spilled.gg/minecraft-legacy-console-edition-source-code-builds/
1•ObviouslyFlamer•35m ago•0 comments

The Ada Lovelace Fable

https://twitter.com/gtredoux/status/2029300803144696309
2•MrBuddyCasino•36m ago•0 comments

The Modern Search Engine: The Complete Pipeline – How It Ranks Results

https://blog.ivan.digital/inside-the-modern-search-engine-the-complete-pipeline-how-it-ranks-resu...
1•ipotapov•37m ago•0 comments

Jira tasks can now write their own code (OpenAI Symphony)

https://github.com/openai/symphony/blob/main/README.md
1•bakigul•37m ago•0 comments

Chevron Warns of Irreversible Harm to Calif Economy in Letter to Gov. Newsom

https://californiaglobe.com/fl/chevron-warns-of-irreversible-harm-to-californias-economy-and-ener...
1•mudil•40m ago•0 comments

Social Capital Is a Design Choice: A Markov Framework for AI Trust

https://weightedthoughts.substack.com/p/social-capital-is-a-design-choice
1•ylliprifti•41m ago•1 comments

Cancer blood tests are everywhere. Do they work?

https://www.nature.com/articles/d41586-026-00661-2
4•sohkamyung•42m ago•0 comments

To update blobs or not to update blobs

https://codon.org.uk/~mjg59/blog/p/to-update-blobs-or-not-to-update-blobs/
2•pabs3•43m ago•0 comments

Douglas MacGregor Claims Netanyahu Draggin US into War [video]

https://www.youtube.com/watch?v=g6QPz4XqVlQ
2•t23414321•44m ago•1 comments

72.000 pupils in Austria start 3-week smartphone-detox in controlled study

https://www.derstandard.de/consent/tcf/story/3000000310374/suchtexperte-zum-handy-detox-an-schule...
1•fzeindl•45m ago•0 comments
Open in hackernews

macOS Malware Development II

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