frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Opus 5 is a really bad model"

https://twitter.com/HarukaKunori/status/2081697911847481502
1•behnamoh•2m ago•0 comments

A Science of Reality: Observers, Interfaces, and Traces [pdf]

https://traceinstitute.org/papers/TRACE_INSTITUTE_WHITE_PAPER.pdf
1•andsoitis•4m ago•0 comments

Why do we think we understand the world more than we actually do?

https://thedecisionlab.com/biases/the-illusion-of-explanatory-depth
2•rramadass•5m ago•1 comments

Claude Fable 5: What It Is and Why the Hype?

https://lazerg.uz/en/blog/claude-fable-5-nima
1•lazerg•6m ago•0 comments

The age of token efficiency, the age of libraries

https://golemui.com/blog/the-age-of-token-efficiency/
2•handfuloflight•9m ago•0 comments

Ex-JPMorgan banker Chirayu Rana files fed civil rights suit; racism/sexual abuse

https://www.morningstar.com/news/pr-newswire/20260727ny12568/former-jpmorgan-executive-files-swee...
1•sizzle•10m ago•1 comments

Manticore Search 28.4.4:Faster KNN, conversational search, installs and faceting

https://medium.com/@s_nikolaev/manticore-search-28-4-4-faster-knn-better-conversational-search-an...
1•snikolaev•10m ago•0 comments

VibeUE: Unreal Engine Vibe Coding Tool

https://github.com/kevinpbuckley/VibeUE
1•nateb2022•11m ago•0 comments

Newspeak

https://github.com/dv-hart/newspeak
1•handfuloflight•20m ago•0 comments

Show HN: I taught Claude Code to file Indian income-tax returns (ITR)

https://github.com/karanb192/itr-wala
1•karanb192•23m ago•0 comments

Storj begins court-supervised restructuring, proposes equity for token holders

https://www.storj.io/blog/an-open-letter-to-the-storj-token-community-the-restructuring-the-netwo...
1•Manouchehri•31m ago•1 comments

Architecting Persistent Memory for Multi-Agent System [video]

https://www.youtube.com/watch?v=lw52w7Pw86M\
2•handfuloflight•35m ago•0 comments

Playing Computer Music via Am Radio on Computers Like Altair, IMSAI, PDP8, etc.

https://github.com/rcl9/Playing-Computer-Music-via-AM-Radio-on-IMSAI-8080-PDP8-Sorcerer-TRS80-etc...
1•TMWNN•37m ago•1 comments

Show HN: A macOS Port of Ventoy2disk

https://github.com/fcjr/ventoy-mac
1•fcjr•41m ago•0 comments

Sam Altman: "Never a Better Time to Do a Startup" [video]

https://www.youtube.com/watch?v=ZIaOBAjvc38
1•tvvocold•42m ago•0 comments

39,535+ hours of open robot data

https://datasets.bot/
1•ilreb•47m ago•0 comments

Walk on Decomposed Subdomains

https://clementjambon.github.io/wods/index.html#blogpost
1•E-Reverance•49m ago•0 comments

ICE launching operation in New York City

https://thehill.com/policy/national-security/5992642-ice-queens-long-island-raids/
3•Alien1Being•50m ago•0 comments

Key Considerations for On-Premises Project Management Platform Planning

https://ones.com/blog/10-key-considerations-for-on-premises-project-management-platform-planning/
1•coding1134•50m ago•0 comments

Tracked Capabilities for Safer Agents

https://martinodersky.substack.com/p/tracked-capabilities-for-safer-agents
2•matt_d•52m ago•0 comments

Street videos 'exploiting' vulnerable people

https://www.bbc.com/news/articles/c0rdglq4nvlo
1•1659447091•55m ago•0 comments

Dunning-Kruger effect is the result of statistical artifact

https://neurosciencenews.com/dunning-kruger-inversion-confidence-31132/
1•_superposition_•55m ago•0 comments

Can AMD Break the CUDA Moat? AMD Advancing AI 2026

https://newsletter.semianalysis.com/p/can-amd-break-the-cuda-moat-amd-advancing
2•gmays•1h ago•0 comments

Claude's code comments – too much or just enough?

4•lalaleslieeeee•1h ago•2 comments

CharaLab

https://aicharalab.com/
2•zzkk•1h ago•0 comments

Deep in This Lake, a Contagious Cancer Is Spreading

https://www.nytimes.com/2026/07/22/science/contagious-cancer-catfish.html
1•gmays•1h ago•0 comments

Playing with Playbook; the scheduling app for astronauts (2015)

https://blogs.esa.int/iriss/2015/09/09/playing-with-playbook/
1•prawn•1h ago•0 comments

Show HN: SeaTicket – AI agent that resolve GitHub and Discord issues

2•Daniel-Pan•1h ago•0 comments

Show HN: Coast – Turn an iPhone into a control surface for a Mac

https://coast.masn.studio
1•MasonChen•1h ago•0 comments

Ask HN: What apps are you building?

8•totaldude87•1h ago•6 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.