frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Revolut scraps 'remote-first' working for graduate hires

https://www.ft.com/content/f0e12920-bac5-4f5b-aad1-79e350742d84
1•andrewstetsenko•15s ago•0 comments

Type-checked non-empty strings

https://exploring-better-ways.bellroy.com/haskell-koan-type-checked-non-empty-strings.html
1•surprisetalk•18s ago•0 comments

Show HN: Xtra – a Python framework for reasoning about AI system threats

https://github.com/TangibleResearch/xtra
1•reboy•1m ago•0 comments

A Portrait of the Software Engineer, 2031

https://jamesjboyer.substack.com/p/a-portrait-of-the-software-engineer
1•aesthetics1•2m ago•0 comments

QVAC: Building local-first, peer-to-peer AI applications and systems

https://github.com/tetherto/qvac
1•wslh•3m ago•0 comments

Memory Price Hikes Will Become a New Norm, Claims Lenovo

https://www.techpowerup.com/350326/memory-price-hikes-will-become-a-new-norm-claims-lenovo
1•speckx•3m ago•0 comments

Why software engineers are grieving

https://dev.jimgrey.net/2026/06/25/why-software-engineers-are-grieving/
2•chrisp1118•3m ago•0 comments

Endive 1.0: WebAssembly on the JVM, Now a Bytecode Alliance Project

https://endive.run/blog/endive-1.0/
1•dustingetz•4m ago•0 comments

Immobiliarelabs NPM packages have been compromised

https://github.com/immobiliare/backstage-plugin-gitlab/issues/1052
1•varunsharma07•5m ago•0 comments

Ask HN: Is "no source code was copied" still a sufficient defense?

2•oscgam1•5m ago•0 comments

Behind closed doors? The private sphere is under threat (2025)

https://www.the-tls.com/politics-society/social-cultural-studies/strangers-and-intimates-tiffany-...
1•throw0101d•5m ago•1 comments

FCC may kill $2B program that connects schools and libraries to Internet

https://arstechnica.com/tech-policy/2026/06/fcc-may-kill-2b-program-that-connects-schools-and-lib...
1•Brajeshwar•7m ago•0 comments

Show HN: I compared 15 AI agent frameworks across 4 production stacks

https://compare-lab.xyz/ai-agent-frameworks/
1•hannune•9m ago•0 comments

Kubescheduler: The Game

https://imjasonh.github.io/kubescheduler-the-game/
1•ImJasonH•9m ago•0 comments

Show HN: Save money with this DIY endurance gel calculator and recipe guide

https://www.theinstant.cc/gel
1•Gshaheen•11m ago•0 comments

Build a Simple RAG App with Telnyx AI Inference

https://github.com/team-telnyx/telnyx-code-examples/tree/main/build-rag-with-telnyx-inference-python
1•sona-coffee11•11m ago•1 comments

Techlang – a compiled, statically typed language targeting LLVM

https://github.com/gummyniki/techlang
1•Mierenik•11m ago•1 comments

Show HN: Dial9, a tool for diagnosing p99+ performance in Rust programs

https://github.com/dial9-rs/dial9
1•rusbus•12m ago•0 comments

Trino's Summer of Grammar

https://trino.io/blog/2026/06/26/summer-of-grammar.html
1•mateuszserafin•12m ago•0 comments

Show HN: BetterDB, MIT Valkey-native context layer for AI agents

https://github.com/BetterDB-inc/monitor/tree/master/packages
2•kaliades•13m ago•0 comments

Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)

https://www.w3.org/DesignIssues/MatrixURIs.html
2•napolux•14m ago•0 comments

Close America's Transit Automation Gap

https://ifp.org/close-americas-transit-automation-gap/
1•surprisetalk•14m ago•0 comments

Module decomposition cut agent token use 32% on follow-up feature additions

https://docs.krv.ai/topos/agent-cost-savings-case-study.html
1•sgathrid•15m ago•1 comments

My memories of what life was like before the Internet

https://www.vintagecomputing.com/index.php/archives/3132/my-memories-of-what-life-was-like-before...
1•speckx•15m ago•0 comments

MCP Does Not Need Another App Store. It Needs a Control Plane

https://vectoralix.com/blog/mcp-does-not-need-another-app-store-it-needs-a-control-plane
1•eugmai86•16m ago•0 comments

How to Backup Roland Juno-106 Presets

https://knob.monster/how-to-backup-roland-juno-106-presets-sysex-transfer-guide
1•halfradaition•22m ago•0 comments

Serious statin side effects on muscles are rare, new research confirms

https://www.nbcnews.com/health/heart-health/statin-side-effects-muscles-rare-cholesterol-medicati...
1•brandonb•22m ago•0 comments

Miasma campaign poisons 20-plus NPM packages, hunts for developer secrets

https://www.theregister.com/security/2026/06/26/miasma-campaign-poisons-20-plus-npm-packages-hunt...
1•quantummagic•24m ago•0 comments

SQLite: Clustered Indexes and the Without Rowid Optimization

https://sqlite.org/withoutrowid.html
2•tosh•24m ago•0 comments

Archaic Hominin Species Buried Only Their Women

https://nautil.us/archaic-hominin-species-buried-only-their-women-1282257
2•Brajeshwar•24m 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.