frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LLM-wiki-tags: LLM-readable codebase docs with grep-friendly tags

https://github.com/mpashka/llm-wiki-tags
1•m_pashka•3m ago•0 comments

Anyone here with an "in" with eBay?

1•ColinWright•3m ago•0 comments

Are all evils caused by insufficient knowledge?

https://www.bretthall.org/blog/are-all-evils-are-caused-by-insufficient-knowledge
2•jxmorris12•4m ago•1 comments

Waterfall CAD Playground: Haskell-Powered Programmable CAD in Browser with WASM

https://doscienceto.it/waterpark/
1•birdculture•4m ago•0 comments

German Exit Tax: What to Do Before Your First Funding Round

https://eidel.io/posts/german-exit-tax-what-to-do-before-your-first-funding-round
1•olieidel•4m ago•0 comments

Digital show and tell: how digital audio signals behave in the real world

https://wiki.xiph.org/Videos/Digital_Show_and_Tell
1•fanf2•5m ago•0 comments

Quilt: Run many AI coding agents in one Git checkout

https://github.com/wkoverfield/quilt
1•wkoverfield•6m ago•0 comments

Cayley graph search with Claude Code: what puzzle competitions look like in 2026

https://andlukyane.com/blog/cayleypy-kaggle-with-claude
1•Artgor•6m ago•0 comments

Introducing My Apple Franken-Lisa Project · Rhyme

https://rhyme.com/post/6xb7vxx/introducing-my-apple-franken-lisa-project
1•rbanffy•7m ago•0 comments

Show HN: Boards.md – A project board that writes itself while you build

https://boards.reindent.com/
1•reindent•8m ago•0 comments

Spit – On-device voice dictation for Mac, free and open source

https://github.com/Draxo-io/spit
1•rafamail•9m ago•0 comments

Ask HN: What features do you want in a free online timer?

1•CleanStopwatch•10m ago•0 comments

America's Greatest Hot Dog

https://www.theringer.com/2026/07/02/food/costco-hot-dog-history-explained-cheap
1•speckx•10m ago•0 comments

Running Kubernetes without C in Rust-based Asterinas kernel

https://github.com/upbound/asterkube
1•boeroboy•11m ago•1 comments

IBM Expands Z17 and LinuxONE 5 Mainframe Lineups with Single Frame and Rackmount

https://www.servethehome.com/ibm-expands-z17-and-linuxone-5-mainframe-lineups-with-single-frame-a...
1•rbanffy•12m ago•0 comments

The Lolcow-ification of Politics in the Attention Economy

https://www.dontbeasucker.blog/p/attention-tastes-good-like-a-politik
1•betterthanever•12m ago•0 comments

Razer Certifying Their First Laptop for Linux: Razer Blade 18 RZ09-0582 Review

https://www.phoronix.com/review/razer-blade-18-linux
1•rbanffy•13m ago•0 comments

I RE'd (and reimplemented) the ICSee camera app. The security is atrocious

https://github.com/voidnullvalue/Icsee-android
2•voidnullvalue•14m ago•0 comments

America Talked Itself into Chinese Open Source AI

https://www.resilientcyber.io/p/how-america-talked-itself-into-chinese
2•smurda•14m ago•0 comments

Hosting a 2,800 RPS app on Render – the good parts and the bad parts

https://judoscale.com/blog/judoscale-on-tour-render
1•adamlogic•14m ago•0 comments

Ramp – Render-style deploys on your own VPS

https://ramp.sh
1•mafras•15m ago•1 comments

OpenCode Data: Real-world AI model usage, cache ratios, and costs

https://opencode.ai/data/
2•ntcho•15m ago•1 comments

A document explainer with no signup and no permanent document storage

https://www.understanddocs.com
1•Nencheff•15m ago•0 comments

Collapse of Atlantic Currents May Already Be 'Locked In'

https://e360.yale.edu/digest/amoc-collapse-10-percent
2•Brajeshwar•16m ago•0 comments

High-cardinality metrics at scale: why the standard playbook is wrong

https://www.netdata.cloud/blog/high-cardinality-metrics-observability-scale/
2•tanelpoder•16m ago•0 comments

Werner's Nomenclature of Colours

https://www.c82.net/werner/
1•surprisetalk•17m ago•0 comments

DuckDuckGo's Free Browser Now Blocks Most YouTube Video Ads

https://www.cnet.com/tech/services-and-software/duckduckgos-free-browser-now-blocks-most-youtube-...
1•speckx•18m ago•0 comments

The number of job titles that mention AI (even outside of tech) is surging

https://www.nbcnews.com/data-graphics/job-site-data-shows-ai-jobs-increasing-rcna353336
1•freejoe76•19m ago•0 comments

People Who Will Thrive in the AI Age

https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/
2•Michelangelo11•19m ago•0 comments

Japan releases snowman-like asteroid image after flyby

https://phys.org/news/2026-07-japan-snowman-asteroid-image-flyby.html
1•root-parent•19m ago•0 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.