frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Block Some of the Bots

https://nochan.net/b/Internet-Crap/20260606-How-To-Block-Some-Of-The-Bots/
1•Bender•1m ago•0 comments

Show HN: An OS where a hard question escalates itself to a bigger model

https://github.com/hertz-ai/HARTOS
1•hevolveai•1m ago•0 comments

"Grill Me" Skill

https://www.aihero.dev/skills-grill-me
1•theptip•4m ago•0 comments

Show HN: Open-plan-annotator – local annotation UI for working with agent plans

https://github.com/ndom91/open-plan-annotator
1•ndom91•5m ago•0 comments

Portable Executable

http://justine.lol/ape.html
1•tosh•9m ago•0 comments

Ask HN: Anyone suffering from the tyranny of the Waiting Equation?

1•akersten•9m ago•0 comments

Decker

https://beyondloom.com/decker/
1•tosh•10m ago•0 comments

Code Complexity Hooks for Agents

https://github.com/dekobon/big-code-analysis
1•dekobon•11m ago•1 comments

Show HN: ModelFuzz – Open-source runtime guardrails for AI agents

https://www.modelfuzz.com/
1•higagan•11m ago•0 comments

Header-only C/C++ Meshtastic LoRa protocol stack for embedded systems

https://github.com/jstockdale/meshtastic-lite
1•westurner•12m ago•1 comments

Narcissism, Machiavellianism, and AI Use

https://thenextweb.com/news/dark-traits-problematic-ai-use-psychology
2•colinprince•14m ago•0 comments

Sell the Company for $400M? He's Giving It Away Instead

https://www.nytimes.com/2026/07/25/business/grady-white-boats-charity.html
3•keithly•14m ago•0 comments

Terminal Sessions – VSCode extension for tmux terminals that survive restarts

https://github.com/visul/terminal-sessions
1•testycool•14m ago•0 comments

Google Cache used to have a copy of this page at

https://www.hornet.org/wikipedia-notes.txt
1•jruohonen•15m ago•0 comments

Show HN: Readability for web and PDFs with TTS and local AI summary

https://github.com/ldenoue/readability-read-aloud-web-pdf-ai-summary
1•ldenoue•15m ago•1 comments

Show HN: How many other kids need to be in the room before they match names

https://names.vaguespac.es/
1•thebigship•15m ago•0 comments

The Rust Async Runtime Footgun That Blocks Your Tokio Thread Pool

https://medium.com/@yalovoy/the-rust-async-runtime-footgun-that-blocks-your-entire-tokio-thread-p...
1•zero-ground-445•16m ago•0 comments

Show HN: An interactive way to exploit an LLM without going to jail

https://github.com/joshfischer1108/jailbreak-lab
1•joshfischer1108•17m ago•0 comments

The Segment Descriptor Cache (1998)

https://www.rcollins.org/ddj/Aug98/Aug98.html
1•jruohonen•20m ago•0 comments

Introduction to Data-Oriented Design [pdf]

https://www.gamedevs.org/uploads/introduction-to-data-oriented-design.pdf
1•tosh•22m ago•0 comments

Show HN: I made Claude quiz me on my own code before showing it

https://github.com/De-Cri/dont-kick-me-out
1•Ssamu3909•22m ago•0 comments

I Find Problems to Solve as a Staff Engineer

https://lalitm.com/post/find-problems-staff-engineer/
3•birdculture•26m ago•0 comments

Good productivity tools that run 100% in the browser (privacy in mind)

https://github.com/slaveofcode/goodwebtools
1•kresnadev•26m ago•0 comments

Show HN: Forkbench – a native Mac control room for several CLI coding agents

https://forkbench.com
1•forkbench•26m ago•0 comments

Hugging Face CEO calls for 'radical transparency' after 'unprecedented' OpenAI

https://techcrunch.com/2026/07/26/hugging-face-ceo-calls-for-radical-transparency-after-unprecede...
2•sbulaev•26m ago•0 comments

Oil tanker explodes after hitting naval mine in Strait of Hormuz

https://www.jpost.com/middle-east/iran-news/article-903687
2•ipunchghosts•27m ago•2 comments

Thoughts about the Leiden Declaration

https://gowers.wordpress.com/2026/07/26/thoughts-about-the-leiden-declaration/
1•artninja1988•30m ago•1 comments

Bast: SSH Multiplexer

https://bast.sh
1•handfuloflight•30m ago•0 comments

Show HN: Vocabulary, a daily game to learn words(V2)

https://www.quizingo.app/vocabulary
1•coder97•30m ago•0 comments

It's not empowering to hand off the details

https://davidnicholaswilliams.com/its-not-empowering-to-hand-off-the-details/
3•davnicwil•35m 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.