frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rejections on 4DGS capture app for iPhone

https://bennolan.com/p/214
1•captainbenises•1m ago•1 comments

LangPulse – Which languages are gaining traction?

https://langpulse.top/
1•xgdgsc•5m ago•1 comments

Tenstorrent Unveils Galaxy AI Platform Targeting Scale and Efficiency

https://www.forbes.com/sites/davealtavilla/2026/04/28/tenstorrent-unveils-galaxy-ai-platform-targ...
1•monkeydust•7m ago•1 comments

UX StackExchange – less questions, less answers

https://data.stackexchange.com/ux/query/625041/count-questions-and-answers-by-year#graph
1•s4074433•9m ago•1 comments

What masterpiece might Molière have written if he hadn't died in February 1673?

https://moliere-ex-machina.fr/en/
2•snoren•11m ago•1 comments

StackOverflow's Alarming Q+A Drop

https://data.stackexchange.com/stackoverflow/query/625041/count-questions-and-answers-by-year#graph
1•s4074433•12m ago•1 comments

Homemade and Minimalist Agent Composer

https://en.andros.dev/blog/ed26ea98/homemade-and-minimalist-agent-composer/
1•andros•12m ago•0 comments

Small Model Forensics

https://blog.0xmmo.co/forensics/post.html
1•mmoustafa•13m ago•0 comments

Scaling Inventory Reservations

https://shopify.engineering/scaling-inventory-reservations
1•prognostikos•14m ago•0 comments

Attention Once Is All You Need: Stateful Transformers

https://arxiv.org/abs/2605.13784
2•logotype•15m ago•0 comments

After 8 years, I rewrote my open-source PyTorch curvature library

https://github.com/noahgolmant/pytorch-hessian-eigenthings
1•noahgolmant•19m ago•1 comments

Show HN: Kubesearch, search through Kubernetes YAMLs from homelabs

https://kubesearch.dev/
1•whazor•19m ago•0 comments

The beauty of Human Hands – and how far is Robotics

https://blog.chiragmadaan.com/posts/beauty-of-human-hands/
3•sankalpmukim•23m ago•0 comments

AI Search Visibility: The Practical Guide to Generative Engine Optimization

https://chatbenchmark.com/blog/ai-search-visibility-geo-guide/
2•zbiku•24m ago•0 comments

The Cost of Cloud, a Trillion Dollar Paradox (2021)

https://a16z.com/the-cost-of-cloud-a-trillion-dollar-paradox/
2•naves•24m ago•0 comments

Patient-Friendly Maternity Gown for Healthcare Facilities

1•nehagstc•25m ago•0 comments

Poppy – Dynamic Instrumentation Pipeline for macOS Security Research

https://github.com/jetnoir/poppy
1•ethical•27m ago•0 comments

What the Hell Was Going on with Cigarette Ads in the 70s?

https://tohippo.com/what-the-hell-was-going-on-with-cigarette-ads-in-the-70s/
2•Vasbarlog•29m ago•0 comments

Bring any agent into a meeting – talk back, collaborate, screen share, code live

https://www.youtube.com/watch?v=d4DD8HP65pU
3•anand_pattern•31m ago•0 comments

The Bird Eye Was Pushed to an Evolutionary Extreme

https://www.quantamagazine.org/how-the-bird-eye-was-pushed-to-an-evolutionary-extreme-20260513/
3•sohkamyung•38m ago•0 comments

AI chatbots are giving out people's real phone numbers

https://www.technologyreview.com/2026/05/13/1137203/ai-chatbots-are-giving-out-peoples-real-phone...
5•joozio•46m ago•0 comments

AI is using our Open Source code to replace us. We need new licenses now

https://opensource.com/
5•jcarlosweb•47m ago•4 comments

Classic 7 is a Windows 10 LTSC mod to look 1:1 to Windows 7

https://classic7.lol/
2•jandeboevrie•52m ago•1 comments

Show HN: I got tired of AI agents using outdated libs, so I built them an OS

https://neonia.io
2•olex-green•53m ago•1 comments

Moxy, a Go reliability layer for Redis-style queues

https://github.com/an8kk/moxy
1•an8kk•56m ago•0 comments

Windows 11 PCs Compared to MacBook Neo

https://signal65.com/research/windows-11-pcs-compared-to-macbook-neo/
2•tosh•1h ago•2 comments

GitHub Copilot considering offering open source models in subscription plans

https://old.reddit.com/r/GithubCopilot/comments/1tclrdl/there_are_three_new_models_on_the_gh_copi...
1•theanonymousone•1h ago•0 comments

CringeLink – Auditing how midwit a LinkedIn post is on six independent axes

https://cringelink.com
2•pro_methe5•1h ago•0 comments

A Faster Way to Build MongoDB Queries Visually

https://visualeaf.com/blog/build-mongodb-queries-visually/
4•roxana_haidiner•1h ago•0 comments

Wolf of Wall Street financier Jho Low seeks pardon from Donald Trump

https://www.theguardian.com/world/2026/may/13/1mdb-financier-jho-low-seeks-pardon-from-donald-trump
5•benchtobedside•1h 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.