frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tailscale Aperture

https://tailscale.com/blog/aperture-partners-update
1•tosh•1m ago•0 comments

Conference Arena, a rating leaderboard where papers fight each other

https://confarena.com/arena
1•seonglae•9m ago•1 comments

Passkeys and the Quiet Revolution in Corporate Crypto

https://conic.al/writing/passkeys-and-the-quiet-revolution-in-corporate-key-material/
1•seanieb•11m ago•0 comments

Agent/Skill for Literature Reviews

https://github.com/5ak3t/literature-review-skills
1•fruiapps•15m ago•0 comments

PCB Tracer

https://pcbtracer.com
1•Luc•17m ago•0 comments

Show HN: AI tools on one domain, built with Next.js and Claude AI

https://ai-tools-woad-six.vercel.app
1•oteo_buildso•18m ago•0 comments

Show HN: AI Headcanon Generator: Instant Ideas, Endless Stories

1•avaj03•20m ago•0 comments

Ask HN: How are you doing with AI overload?

1•Gooblebrai•23m ago•0 comments

Show HN: Kuta – Treadmill Interval Training for iOS

1•eriknielsen•25m ago•0 comments

AI-generated replies really are a scourge these days

https://twitter.com/simonw/status/2025909963445707171
8•da_grift_shift•25m ago•4 comments

Microsoft execs worry AI will eat entry level coding jobs

https://www.theregister.com/2026/02/23/microsoft_ai_entry_level_russinovich_hanselman/
2•latexr•27m ago•0 comments

Is GitHub Down Again?

3•MicKillah•29m ago•0 comments

Timedb: Open-Source Database for Timeseries

https://github.com/rebase-energy/timedb
1•davide_rebase•32m ago•1 comments

Mastodon Engagement Viewer

https://www.leeholmes.com/projects/mastodon-engagement-viewer/?url=https%3A%2F%2Finfosec.exchange...
1•latexr•32m ago•0 comments

How I made a shooter game in 64 KB [video]

https://www.youtube.com/watch?v=qht68vFaa1M
1•freetonik•33m ago•0 comments

I Built an AI Agent That Trades Crypto on a Mac Mini for $2/Month

https://jdbot54.substack.com/p/i-built-an-ai-agent-that-trades-crypto
1•JohncheckMunich•34m ago•0 comments

Show HN: Vim-Claude-code – Use Claude directly inside Vim

https://github.com/rishi-opensource/vim-claude-code
1•rishi-sharma•35m ago•0 comments

Show HN: An RPG in the Windows file explorer

https://store.steampowered.com/app/3333010/Directory_Dungeon__File_Explorer_Dungeon_Crawler/
2•juhrjuhr•37m ago•0 comments

Show HN: Markdown in the Middle – proxy to convert HTML to Markdown

https://github.com/rickcrawford/markdowninthemiddle
1•crawdog•38m ago•0 comments

MasterAI RankWriter

https://wordpress.org/plugins/masterai-rankwriter/
1•producttube•39m ago•1 comments

Alternative with Do

1•jameshuntdo•41m ago•0 comments

Spotify Update on Developer Access and Platform Security

https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security
2•hazzamanic•41m ago•1 comments

My Skill Makes Claude Code Great at TDD

https://www.aihero.dev/skill-test-driven-development-claude-code
1•saikatsg•42m ago•0 comments

It Was the Best of Times, etc.

https://www.robinsloan.com/lab/worst-or-best/
1•MindGods•43m ago•0 comments

Mojo's Take on Metaprogramming

https://mzaks.medium.com/when-magic-becomes-explicit-mojos-take-on-metaprogramming-61bcfafc5145
2•tosh•46m ago•0 comments

TeleCMI – Best cloud communication platform

1•sundarmsp•46m ago•0 comments

Decimal-Java is a library to convert java.math.BigDecimal to and from IEEE-754r

https://github.com/FirebirdSQL/decimal-java
3•mariuz•47m ago•0 comments

Pinhead – Quality public domain icons for your map pins

https://pinhead.ink/
1•altilunium•49m ago•0 comments

GyroidOS Virtualization Solution

https://www.cnx-software.com/2026/02/24/gyroidos-virtualization-solution-aims-to-secure-embedded-...
2•No_CQRT•54m ago•1 comments

Show HN: Autonomous AI Agent Fleets

https://www.openlegion.ai/
4•benriazy•54m ago•3 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