frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI hiring algorithms reject Black, Asian job seekers at higher rates

https://www.theregister.com/ai-ml/2026/05/27/ai-hiring-algorithms-reject-black-asian-job-seekers-...
1•ohjeez•12s ago•0 comments

Hyper Text Coffee Pot Control Protocol

https://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol
1•sans_souse•1m ago•0 comments

Show HN: Yet Another Confidence Calculator

https://confidence.nickyreinert.de/
1•y42•1m ago•0 comments

Claude Tag: How to Build Your Own Slack AI Agent

https://www.arcade.dev/blog/claude-tag-build-slack-ai-agent/
1•manveerc•2m ago•0 comments

Show HN: Glasshouse – A privacy-first news app with on-device personalization

https://www.roserug.co/products/glasshouse
1•roserugco•2m ago•0 comments

Show your hands honor for the power they bring you

https://aresluna.org/show-your-hands-honor/
1•matthberg•4m ago•0 comments

ParallelKernelBench: Can LLMs write fast multi-GPU kernels?

https://github.com/togethercomputer/ParallelKernelBench
1•matt_d•4m ago•0 comments

Apple Explains Why It Raised Prices on These 14 Products Today

https://www.macrumors.com/2026/06/25/apple-explains-why-it-raised-prices/
1•tosh•5m ago•0 comments

VibeToContent: Marketing Content for Builders

https://vibetocontent.com/
1•javierluraschi•5m ago•0 comments

The biggest problems in using AI

https://shearer.org/research/addressing-biggest-problems-in-ai/
1•smartmic•6m ago•0 comments

Em Dash Counter: A browser extension that counts em dashes

https://mattnite.net/blog/em-dash-counter/
1•speckx•6m ago•0 comments

Linear elastic caching reduced Spanner's memory use by 15.5%

https://research.google/blog/optimizing-cloud-economics-with-linear-elastic-caching/
1•p_stuart82•6m ago•0 comments

Our $8M Seed Round and Open Beta

https://www.sazabi.com/blog/seed-round
1•shcallaway•7m ago•0 comments

The AI-Tutor Revolution That Wasn't

https://www.theatlantic.com/ideas/2026/06/ai-tutor-education-human-investment/687678/
3•Brajeshwar•7m ago•1 comments

Apple's Skating in the Right Direction, but the Puck Is Still Ahead

https://reviews.ofb.biz/safari/article/1429.html
1•trbutler•9m ago•0 comments

I Fine-Tuned an AI Model on My Mac for Less Than a Cent, and You Can Too

https://medium.com/@deshpandetanmay/i-fine-tuned-an-ai-model-on-my-mac-for-less-than-a-cent-and-y...
1•tanmaydesh5189•10m ago•0 comments

Garry Tan: Put a Leash on Your YC Founders

https://twitter.com/looksmaxxvc/status/2069967113947885839
3•mellosouls•12m ago•1 comments

Why electric car batteries last much longer than researchers thought

https://www.sciencenorway.no/battery-cars-and-traffic-transport/electric-car-batteries-last-much-...
2•dxs•13m ago•0 comments

InfiniteDiffusion: A new approach to infinite generation with diffusion models

https://twitter.com/xandurglar/status/2070179038417821777
1•LorenDB•15m ago•1 comments

Using Claude Code makes you a worse developer, but a slightly better manager

https://evgeniipendragon.com/posts/managing-claude-code-made-me-a-better-tech-lead/
1•speckx•16m ago•0 comments

Maybe "is AI a bubble?" is the wrong question

https://emilesilvis.com/maybe-is-ai-a-bubble-is-the-wrong-question.html
2•gmays•17m ago•2 comments

Apple to Skip High-End M6 Mac Chips in Favor of AI-Focused M7 Line

https://www.bloomberg.com/news/articles/2026-06-25/apple-to-skip-high-end-m6-mac-chips-to-launch-...
5•mfiguiere•19m ago•0 comments

Feistel Cipher

https://en.wikipedia.org/wiki/Feistel_cipher
1•tosh•20m ago•0 comments

Using the Red Pitaya STEMlab 125-14 Pro Gen2 as an SDR in GNU Radio

https://www.controlpaths.com/2026/06/21/red-pitaya-stemlab-sdr-gnuradio/
1•hasheddan•21m ago•0 comments

Ask HN: Quickbooks Alternative?

2•bix6•22m ago•0 comments

The AI Data-Center Boom Is Sparking a Third Wave of Inflation

https://www.wsj.com/economy/the-data-center-boom-is-sparking-a-third-wave-of-inflation-926adc6e
4•gmays•22m ago•0 comments

CSS on the ESP32

https://hackaday.com/2026/06/25/css-on-the-esp32/
2•arbayi•24m ago•0 comments

Claudecaine

https://bfontaine.net/blog/2026/06/25/claudecaine/
1•hk__2•24m ago•0 comments

Distro Fighter

https://distrofighter.com/
1•FergusArgyll•25m ago•0 comments

The Exhaustion of Talking to a Tool

https://ohadravid.github.io/posts/2026-06-tool-talking/
1•ohr•25m 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