frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pollen: The Book Is a Program

https://docs.racket-lang.org/pollen/
1•tosh•2m ago•0 comments

Ask HN: Did anyone noticed – Claude vs. Claude generated code act different?

1•kocialnews•4m ago•0 comments

Demographics may be breaking traditional labor market signals

https://www.reuters.com/business/feds-williams-productivity-shifts-hard-spot-real-time-2026-05-28/
2•latentframe•14m ago•0 comments

Blue Origin faces months of delays after rocket explosion damages launch pad

https://www.reuters.com/business/aerospace-defense/blue-origin-faces-months-delays-after-rocket-e...
2•JumpCrisscross•16m ago•0 comments

The National Automated Highway System That Almost Was (2013)

https://www.smithsonianmag.com/history/the-national-automated-highway-system-that-almost-was-6302...
2•downbad_•27m ago•0 comments

The U.S. Has Found a Way to Down a Drone Without Spending $1M

https://www.wsj.com/world/the-u-s-has-found-a-way-to-down-a-drone-without-spending-1-million-848f...
2•JumpCrisscross•32m ago•0 comments

Show HN: GoodSender – the email API for makers and AI agents

https://goodsender.com/
2•efsher_azoy2•33m ago•0 comments

The ~500kB NBSDGames 6 managed to be published ahead of GTA 6

https://github.com/abakh/nbsdgames/releases
3•abakh•36m ago•0 comments

Access Advance Licensor Sues Snap Inc. For AV1 and HEVC Patent Infringement

https://www.accessnewswire.com/newsroom/en/electronics-and-engineering/access-advance-licensor-su...
2•maxloh•37m ago•0 comments

Why Custom Attributes in .NET Give Me Nightmares

https://blog.washi.dev/posts/custom-attributes-and-why-they-suck/
2•jandeboevrie•38m ago•0 comments

Alibaba DAMO Academy Releases GPU Version of Solver

https://www.moomoo.com/news/post/70684711/alibaba-damo-academy-releases-gpu-version-of-solver-for...
2•devy•40m ago•0 comments

Avian Visitors

https://theodore.net/projects/AvianVisitors/
5•fdb•40m ago•0 comments

I'm a photographer. I built a DSL for multi-agent workflows

https://github.com/anhonestboy/agentflow
4•westhills•48m ago•0 comments

A Complexity Theory of AI Value Accrual

https://twitter.com/hypersoren/status/2056866328003174707
3•pretext•53m ago•0 comments

Google infringed trademark allowing competitors use brand name as an ad keyword

https://economictimes.indiatimes.com/tech/technology/ettech-explainer-why-google-was-fined-rs-30-...
6•alok-g•54m ago•1 comments

Dell Confirms XPS Laptop with Nvidia N1X at Computex

https://videocardz.com/newz/dell-confirms-xps-laptop-with-nvidia-n1x-at-computex
4•theanonymousone•56m ago•0 comments

High Tech Heroes #37: Sherwin Gooch Interviews Jef Raskin (1989?)

https://www.youtube.com/watch?v=1qvrOEExlps
3•OhMeadhbh•1h ago•0 comments

Codex generated code that bypasses security constraints

https://twitter.com/sluongng/status/2060746160558543217
4•nomilk•1h ago•0 comments

Why Don't Computers Just Use One Type of Memory?

https://www.youtube.com/watch?v=TfhL5kBiQVI
4•randfur•1h ago•0 comments

Show HN: News about positive advances in medicine, climate tech, research

https://thegoodreport.co/
3•dreadsword•1h ago•0 comments

The SpaceX IPO is great for Elon Musk and terrible for you

https://www.theverge.com/ai-artificial-intelligence/940001/elon-musk-spacex-ipo-ai
11•1vuio0pswjnm7•1h ago•3 comments

A pictorial introduction to differential geometry (2017)

https://arxiv.org/abs/1709.08492
4•ricudis•1h ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
3•dharaniES•1h ago•0 comments

We contain Claude across products

https://www.anthropic.com/engineering/how-we-contain-claude
4•Tomte•1h ago•0 comments

Show HN: V0.6.0-pre.14 hopefully the last release before v0.6.0

https://codeberg.org/ordinarylabs/Ordinary/releases/tag/v0.6.0-pre.14
2•seanwatters•1h ago•0 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
6•rainxchzed•1h ago•1 comments

Blackwall – OSINT exposure scanner that pulls from real sources

https://theblackwall.vercel.app/
2•jwallace•1h ago•0 comments

Gradient animation using a WebGL shader

https://garden.bradwoods.io/notes/shaders/gradient
3•bradwoodsio•1h ago•0 comments

A standard for building production AI agents (+ installable Claude Code skills)

https://github.com/AlexDuchDev/agentic-product-standard
2•AlexDuch•1h ago•0 comments

OMP – pi agent with batteries included and a coding agent with the IDE wired in

https://omp.sh/
4•himata4113•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