frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I think AI is swapping code debt for tooling debt

https://pckt.blog/b/dev-stream/i-think-ai-is-swapping-code-debt-for-tooling-debt-em3b48c
2•cprecioso•1m ago•0 comments

BrAIn: Persistent, Human-Inspired Memory for LLM Agents

https://github.com/glthr/brAIn
1•glth•1m ago•0 comments

Microsoft breaks email delivery to hotmail/outlook/live.com

https://learn.microsoft.com/en-us/answers/questions/5786144/all-sending-ips-temporarily-rate-limi...
1•junaru•1m ago•0 comments

Show HN: CivBench a long-horizon AI benchmark for multi-agent games

https://clashai.live
1•mbh159•1m ago•0 comments

Quartz: A signet-based proof-of-personhood system

https://modemworks.com/projects/quartz/
1•artur_makly•2m ago•0 comments

Zelda's Z-Targeting

https://parryeverything.com/2021/12/10/how-to-fight-things-in-three-dimensions-zeldas-z-targeting/
1•avaer•2m ago•0 comments

Data center developers asked Trump for an exemption from pollution rules

https://grist.org/regulation/these-data-center-developers-asked-trump-for-an-exemption-from-pollu...
1•Brajeshwar•3m ago•0 comments

The quixotic team trying to build a world in a 20-year-old game

https://arstechnica.com/gaming/2026/02/inside-the-quixotic-team-trying-to-build-an-entire-world-i...
1•Brajeshwar•4m ago•0 comments

How to Boost Your OpenClaw Bot 10x

https://www.getmaxim.ai/bifrost
1•aanthonymax•4m ago•1 comments

Largest coral colony discovered off Australian by mother-daughter team

https://www.cnn.com/2026/02/24/science/largest-coral-reef-australia-scli-intl
1•Brajeshwar•4m ago•0 comments

If AI is mission-critical for your business, build your own feedback loop

https://inato.substack.com/p/why-your-ai-product-needs-bespoke
1•anatolecallies•4m ago•1 comments

Net widening of Southern California beaches

https://www.nature.com/articles/s41467-026-68880-9
1•PaulHoule•5m ago•0 comments

Cloudflare: Run 15x more Containers with higher resource limits

https://developers.cloudflare.com/changelog/post/2026-02-25-higher-container-resource-limits/
1•tosh•6m ago•0 comments

CA Taxes and Cost of Living

https://www.sfgate.com/california/article/six-figure-salary-california-21938779.php
1•mistrial9•6m ago•0 comments

Show HN: MCPSpec – Ship reliable MCP servers without writing test code

https://light-handle.github.io/mcpspec/
2•warmcat•7m ago•0 comments

BuildKit: Docker's hidden gem that can build almost anything

https://tuananh.net/2026/02/25/buildkit-docker-hidden-gem/
1•tuananh•7m ago•0 comments

What CI Looks Like at a 100-Person Team

https://www.mendral.com/blog/ci-at-scale
1•shad42•8m ago•0 comments

Ask HN: Is RAG an antipattern for AI agents?

1•rklosowski•8m ago•0 comments

The Inversion: What Remains of Research When the Machine Can Ideate?

https://cacm.acm.org/blogcacm/the-inversion-what-remains-of-research-when-the-machine-can-ideate/
1•igloopan•9m ago•0 comments

Covid's origins: what we do and don't know

https://www.nature.com/articles/d41586-026-00530-y
1•bookofjoe•9m ago•0 comments

Sub-second volumetric 3D printing by synthesis of holographic light fields

https://www.nature.com/articles/s41586-026-10114-5
2•zdw•10m ago•0 comments

The AI Bubble Is Bursting

https://hughhowey.com/the-ai-bubble-is-bursting/
1•hentrep•11m ago•0 comments

Show HN: I built an engine to reverse-engineer car dealership lease math

https://quotedefender.com/blog/verified-lease-math-three-deals
1•amirjavid•12m ago•1 comments

Hosting an IRC Server with Traefik and Coolify

https://melkat.blog/p/hosting-an-irc-server-with-traefik-and-coolify/
1•speckx•13m ago•0 comments

Software Delivery Guide

https://martinfowler.com/delivery.html
1•amalfra•13m ago•1 comments

AI Ads Blocker

https://github.com/gsampaio-rh/ai-ads-blocker
1•sampgab•13m ago•2 comments

Show HN: Crewly Codes – AI crew that specs, builds, and QAs your features

https://crewly.codes
1•digitalegoai•14m ago•0 comments

LFG.GG – The Most Advanced Duo Partner Finder for League of Legends

https://www.lfg.gg
1•Yugoleliatrope2•15m ago•1 comments

Show HN: Lemonpod.ai – Your daily life recap, narrated as a personal AI podcast

https://lemonpod.ai
1•marcfinger•15m ago•0 comments

Cardiff Giant

https://vvesh.de/false-history/cardiff-giant
2•pryncevv•16m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•9mo ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.