frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: VaultNote – Local-first encrypted note-taking in the browser

https://vaultnote.saposs.com/
1•powerwild•47s ago•0 comments

BLM Acquires Inholding in Colorado's Dominguez-Escalante NCA

https://coloradosun.com/2026/03/06/blm-acquires-escalante-ranch/
1•mooreds•1m ago•0 comments

How to Build a Data Agent in 2026

https://twitter.com/jamiequint/status/2029705203457609785
1•dmpetrov•1m ago•0 comments

Oura buys gesture-navigation startup DoublePoint

https://www.engadget.com/wearables/oura-buys-gesture-navigation-startup-doublepoint-163758659.html
1•andsoitis•1m ago•0 comments

Codex for Open Source

https://developers.openai.com/codex/community/codex-for-oss/
1•jonluca•2m ago•0 comments

Nested Training for Mutual Adaptation in Human-AI Teaming

https://arxiv.org/abs/2602.17737
1•PaulHoule•2m ago•0 comments

Codex for Open Source Software

https://openai.com/form/codex-for-oss/
1•tosh•2m ago•0 comments

macOS Tahoe windows have different corner radiuses

https://lapcatsoftware.com/articles/2026/3/1.html
2•robenkleene•3m ago•0 comments

Htmx Infinite Scroll

https://alchemists.io/articles/htmx_infinite_scroll
1•speckx•5m ago•0 comments

Show HN: Tri·TFM Lens – 5-axis quality evaluation for ChatGPT/Gemini responses

1•siris950•5m ago•1 comments

Let's build a tool-using agent

https://educatedguesswork.org/posts/tool-calling/
2•ibobev•6m ago•0 comments

AI bubble probably going to be blown? [video]

https://www.youtube.com/watch?v=4Ql24Z8SIeE
1•kar37•6m ago•0 comments

BYD's Second-Generation Blade Battery Makes Western EV Tech Look Ancient

https://insideevs.com/news/789094/byd-second-generation-blade-battery/
1•mooreds•7m ago•0 comments

Should newbies use IDE autocomplete (Intellisense)? (2011)

https://softwareengineering.stackexchange.com/questions/40172/should-newbies-use-ide-autocomplete...
1•mooreds•7m ago•0 comments

Geoffrey Hinton Explains AI Dangers to Neil DeGrassi Tyson [video]

https://www.youtube.com/watch?v=l6ZcFa8pybE
1•keernan•8m ago•0 comments

I Still Blog – and Why the Future of Blogging Is Connected

https://www.ssp.sh/blog/why-i-still-blog/
2•articsputnik•8m ago•0 comments

Show HN: Claudine – A Kanban board for your Claude Code and Codex conversations

https://claudine.pro
1•ycmatt•9m ago•0 comments

Show HN: I built the first scripting language for multiplayer game dev

https://docs.allout.game/scripting/syntax
2•joshuamanton•9m ago•1 comments

Cognitive and Physical Improvement with Positive Age Beliefs

https://www.mdpi.com/2308-3417/11/2/28
1•wjb3•10m ago•0 comments

Manual to Phil Zimmermans PGPfone Circa 1996 [pdf]

https://philzimmermann.com/docs/pgpfone10b7.pdf
2•smalltorch•10m ago•1 comments

Self taught gen-xers with senior dev/pm exp. Where's my imposter syndrome team?

1•_hugerobots_•11m ago•0 comments

Lotus 1-2-3 on the PC with DOS

https://stonetools.ghost.io/lotus123-dos/
1•TMWNN•12m ago•0 comments

Knightian Uncertainty

https://en.wikipedia.org/wiki/Knightian_uncertainty
1•jerlendds•12m ago•0 comments

Generate cell-type specific mRNAs for better vaccines autoregressively

https://tsone.notion.site/Generate-cell-type-specific-mRNAs-for-better-vaccines-autoregressively-...
1•tdsone3•12m ago•0 comments

Withheld Epstein files with accusations against Trump released by justice dept

https://www.bbc.com/news/articles/c4g0dzg6e4mo
4•tartoran•13m ago•1 comments

Three Quiet Brothers on Long Island, All of Them Related to Hitler

https://www.nytimes.com/2006/04/24/nyregion/three-quiet-brothers-on-long-island-all-of-them-relat...
1•Anon84•15m ago•0 comments

Time to teach our children about finance

https://cointales.ai/en
1•mhalifax•15m ago•1 comments

A Plea for Lean Software (1995) [pdf]

https://berthub.eu/articles/LeanSoftware_text.pdf
1•tosh•17m ago•0 comments

Show HN: CloakPipe – Rust privacy proxy for LLM APIs with pseudonymization

1•rohansx•18m ago•0 comments

An approach to provably safe AI engineering for legacy codebases

https://evok.dev
1•devconcierge•20m ago•1 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

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