frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Code Compaction Viewer

https://github.com/swyxio/claude-compaction-viewer/
1•handfuloflight•2m ago•0 comments

Modular Diffusers – Composable Building Blocks for Diffusion Pipelines

https://huggingface.co/blog/modular-diffusers
1•nathanmarz•2m ago•0 comments

Ask HN: Do you have a good solution for isolated workspaces per project?

1•straydusk•8m ago•0 comments

TeX Live 2026 is available for download now

https://www.tug.org/texlive/acquire.html
3•jithinraj•21m ago•0 comments

Show HN: Triplecheck – Review your code free with local LLMs

https://github.com/raullenchai/triplecheck
1•raullen•38m ago•0 comments

Gemini-flash-latest silently broke Search grounding for 1 month

2•takibboinz•38m ago•0 comments

Show HN: AI Benchy – AI benchmarks and comparisons

https://aibenchy.com/
1•XCSme•39m ago•0 comments

Did anyone try this Docker desktop alternative?

https://www.empiricapps.com/zenithal/download
1•mburlac•40m ago•0 comments

Caroline affair – eventually influencing the development of international law

https://en.wikipedia.org/wiki/Caroline_affair
1•vinnyglennon•49m ago•0 comments

Show HN: WingNews – Htmx Hacker News Reader

https://news.wingman.actor/
1•ChaseRensberger•50m ago•0 comments

AI Doesn't Remember Yesterday. How to Design Team Memory for AI Workflows

https://github.com/htuzel/flalingo-mem-bridge
1•htuzel•50m ago•0 comments

Ask HN: Wish Linux tmpfs support compression option

2•gry_gh•50m ago•0 comments

Howard Abrams' Literate Programming with Org Mode [video]

https://www.youtube.com/watch?v=OUuz9-CtCwY
2•todsacerdoti•55m ago•0 comments

My SoC Analyst Writeup – Support by star, thanks guys

https://github.com/ogtamimi/SOC-Analyst-WriteUp-LetsDefend.io
2•ogtamimi•56m ago•0 comments

Create PDF Resume

https://createpdfresume.com/
1•tahirasadov•58m ago•0 comments

All of you doubted me, and said I was hallucinating on AI

https://ryanshamim.substack.com/p/the-inference-efficiency-paradox
1•anima-core•59m ago•1 comments

Tech titans vow to 'take back' California

https://nypost.com/2026/03/05/us-news/tech-titans-vow-to-take-back-california-from-lefties-call-o...
4•mudil•1h ago•0 comments

First Aptera Solar EV Rolls Off Validation Assembly Line

https://aptera.us/first-vehicle-off-validation-line/
1•TeaVMFan•1h ago•0 comments

Show HN: Yappy – A Python TUI to automate LinkedIn yapping

https://github.com/JienWeng/yappy
2•jienweng•1h ago•0 comments

Shut Up and Take My Money

https://lorendb.dev/posts/shut-up-and-take-my-money/
4•LorenDB•1h ago•0 comments

Spell UI

https://spell.sh/
2•handfuloflight•1h ago•0 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
17•armandhammer10•1h ago•8 comments

Show HN: Custom Search Engine on Safari and Spotlight (macOS)

https://knhash.in/custom-search-engine-on-safari-and-spotlight-macos/
3•knhash•1h ago•0 comments

Show HN: SafeAgent – exactly-once execution guard for AI agents

2•Lions2026•1h ago•1 comments

Enhanced brain cells clear away dementia-related proteins

https://medicalxpress.com/news/2026-03-brain-cells-dementia-proteins.html
8•WaitWaitWha•1h ago•0 comments

Google Patent: Sending Searchers to AI-Generated Pages over Your Site

https://www.seroundtable.com/google-patent-ai-generated-pages-search-41010.html
3•frays•1h ago•0 comments

System76 on Age Verification Laws

https://blog.system76.com/post/system76-on-age-verification/
24•LorenDB•1h ago•7 comments

A Technology for a Low-Trust Society

https://www.theatlantic.com/technology/2026/03/central-lie-prediction-markets/686250/
7•CaptainZapp•1h ago•0 comments

Tollund Man

https://en.wikipedia.org/wiki/Tollund_Man
2•thunderbong•1h ago•0 comments

Show HN: Steadwing – Your Autonomous On-Call Engineer

https://www.steadwing.com/
5•abejith•1h ago•0 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.