frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI and the Practical Scientist

https://scholarlyfutures.substack.com/p/ai-and-the-practical-scientist
1•JohnHammersley•1m ago•0 comments

React Performance Isn't About UseMemo – It's About Render Boundaries

https://reactdevelopment.substack.com/p/react-performance-isnt-about-usememo
1•javatuts•2m ago•0 comments

AgentPTY – if a CLI is interactive, it is scriptable

https://github.com/quietforgelabs/AgentPTY
1•quietforgelabs•4m ago•1 comments

Agent First Language by Vercel

https://github.com/vercel-labs/zerolang
1•hmokiguess•5m ago•0 comments

Valkey 9.1 trims memory 10% and pulls search into the core

https://thenewstack.io/valkey-91-cuts-memory/
1•CrankyBear•5m ago•0 comments

Anthropic is killing stainless, so we built our own SDK/MCP generator

1•iiviie•9m ago•0 comments

The $50M Rocket Deal Fueled by Trump's Hypersonic Dreams

https://www.wsj.com/tech/a-50-million-rocket-deal-fueled-by-trumps-hypersonic-dreams-4c14789e
1•JumpCrisscross•9m ago•0 comments

Show HN: I built a native macOS Markdown viewer 100% with AI coding agents

https://github.com/rajatarya/mdviewer
1•rajatarya•14m ago•0 comments

Cognitive Drift and Co-Cognition: How AI Reshapes Human Thought [pdf]

https://ia801602.us.archive.org/12/items/cognitive-drift-and-co-cognition-canonical-overview-faq-...
1•scaledsystems•16m ago•1 comments

Netlify Is Having an Outage

https://www.netlifystatus.com
2•flycatcha•16m ago•0 comments

Ambrose to Theodosius I 390

https://sourcebooks.web.fordham.edu/source/ambrose-let51.asp
1•highfrequency•17m ago•0 comments

Study this tool, kids. Just don't you dare open it

https://www.washingtonpost.com/opinions/2026/05/19/minimum-age-rules-ai-are-bad-policy/
1•IMGROOT2•19m ago•1 comments

I carried my stories From Python to Node and found Apple's hidden city of Metal

https://github.com/jahbini/pipeline-demo
1•GeemoBeamo•21m ago•1 comments

Solo Dev Kills YouTube Ask

https://www.neotube.ai/
4•walkervin•24m ago•1 comments

Meta Goes Big on the Bayou

https://www.bloomberg.com/features/2026-meta-facebook-ai-data-center-louisiana/
1•littlexsparkee•28m ago•1 comments

1k-year-old dingo bones show that it was injured, cared for, and ritually buried

https://www.popsci.com/environment/dingo-bones-ritual-burial-australia/
2•gmays•30m ago•0 comments

OhMyAdmin – PhpMyAdmin Reimagined with Go, React, and Monaco Editor

https://github.com/aranajhonny/ohmyadmin
2•akatsutki•31m ago•0 comments

Show HN: PrismoDev – local CLI for finding token waste in Claude Code/Codex

https://github.com/shanirsh/prismodev
1•shanirshad•31m ago•1 comments

Show HN: SharpSkill – A LeetCode Alternative with real interview outcomes

https://sharpskill.dev/en/vs/leetcode
2•GiornoJojo•32m ago•0 comments

Russia's War Is Going Badly–On the Ground and in the Air

https://www.wsj.com/world/russias-war-is-going-badlyon-the-ground-and-in-the-air-447ce204
2•JumpCrisscross•33m ago•1 comments

FBI plans tracking system that taps into license plate cameras across US

https://arstechnica.com/tech-policy/2026/05/fbi-seeks-us-wide-access-to-license-plate-cameras-wan...
1•ndr42•35m ago•1 comments

Donald Trump and sons to be 'forever' exempt from tax audits

https://www.ft.com/content/57334fae-a475-4ab0-a202-8df3766927e4
12•doener•36m ago•4 comments

Show HN: Postbear The API Client your terminal has been waiting for

https://github.com/carban/postbear
1•carban•36m ago•0 comments

How Google Is Becoming the New AOL(2014)

https://raventools.com/blog/google-new-aol/
2•rolph•36m ago•0 comments

Printable Blank Calendar Generator

https://blankcal.app/?r=this-month&dp=1
1•zapeterson16•38m ago•0 comments

Google's Ambitious AI Search Changes (Biggest in 25 Years) Are Risky. Here's Why

https://www.inc.com/connor-jewiss/googles-ambitious-ai-search-changes-are-risky-heres-why/91347071
1•connorjewiss•38m ago•0 comments

Xi told Trump that Putin might 'regret' Ukraine invasion

https://www.ft.com/content/567c57b0-6346-43e6-9d14-840a793b4d1d
1•cwwc•39m ago•0 comments

Jigs, Products, and Appearances: The Vibe Coding Distribution Problem

https://trevoragilbert.com/posts/jigs-products-appearances-vibe-coding-distribution/
1•trevoragilbert•39m ago•1 comments

I created Age of Empires 2: The Conquerors

https://twitter.com/i/status/2056763353369063571
3•Michelangelo11•41m ago•0 comments

Trump's deal with government ends his tax audits

https://www.justice.gov/opa/media/1441216/dl
5•defly•42m ago•1 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y 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.