frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Sandboxing AI Agents

https://noek.net/sandboxing-ai-agents/
3•anoek•5m ago•0 comments

Decoupling Control and Data: Better Architecture Through Larger Results

https://materialize.com/blog/decoupling-control-data-large-results/
1•nate_stewart•6m ago•0 comments

Ravenports Universal Package System

https://www.ravenports.com/
1•BSDobelix•6m ago•0 comments

Real Men Burn Stuff – Paul Krugman

https://paulkrugman.substack.com/p/real-men-burn-stuff
1•rbanffy•7m ago•1 comments

AI Cameras Change Driver Behavior at Intersections

https://spectrum.ieee.org/ai-intersection-monitoring
1•sohkamyung•9m ago•0 comments

Things I Learned About Information Retrieval in Two Years at a Vector DB Co

https://www.leoniemonigatti.com/blog/what_i_learned.html
1•sramam•10m ago•0 comments

Show HN: I built a simple tool to automate business data into Google Sheets

https://dataflowed.com/
1•RyanDavid•10m ago•0 comments

Query Google Sheets with SQL

https://github.com/jonaylor89/sheetsql
1•jonaylor89•12m ago•0 comments

Show HN: Snippet – Copy and paste sideboard for your Mac (Notch app)

https://apps.apple.com/us/app/snippet-visual-copy-paste/id6746696183?mt=12
1•marcoluthi•14m ago•0 comments

My TTS Power Rankings (July ’25)

https://twitter.com/TenZorroAI/status/1942181677918224669
1•paulo20223•17m ago•0 comments

N8n vs. Zapier

https://rnikhil.com/2025/07/06/n8n-vs-zapier
1•whoami_nr•20m ago•0 comments

Ask HN: Do Commodore fans have anything in common to guide new products?

1•amichail•20m ago•0 comments

Grinding down open source maintainers with AI

https://shkspr.mobi/blog/2025/07/grinding-down-open-source-maintainers-with-ai/
2•ColinWright•21m ago•0 comments

LLMs can be hypnotized to generate poisoned responses

https://www.machine.news/llms-can-be-hypnotized-into-producing-poisoned-responses-ibm-and-mit-researchers-warn/
1•LargeLingoMod•28m ago•0 comments

Oracle Gives U.S. Government Discount on Cloud and Software

https://www.wsj.com/articles/oracle-gives-u-s-government-discount-on-cloud-and-software-9d893fc4
1•doener•31m ago•0 comments

7-Zip for Windows can now use more than 64 CPU threads for compression

https://www.7-zip.org/history.txt
2•doener•32m ago•0 comments

Show HN: A recursive DNS resolver written in Erlang

https://github.com/theotrama/dns-resolver
1•theotrama•32m ago•0 comments

He's the hackathon king of SF – and he doesn't even know how to code

https://sfstandard.com/2025/07/05/rene-turcios-hackathon-labubu-vibe-coding-chatgpt/
2•doener•34m ago•0 comments

Show HN: I'm a teacher who built fireClass to wrap any site in the classroom

https://meir.world/fireclass-launch/
1•mlivneh•35m ago•1 comments

Jira Automation Samples: Streamline Repetitive Support Tasks with Scripts

https://github.com/aroojjaved93/Jira-automation-samples
1•aroojjaved•35m ago•1 comments

HaxeFlixel: 2D Cross-platform game engine

https://haxeflixel.com/
1•-yukari•35m ago•0 comments

Steam's Next Fest June 2025 Results

https://www.gginsights.io/next-fest/25-june
1•csmets•36m ago•1 comments

The Mass Trauma of Porn

https://www.afterbabel.com/p/the-mass-trauma-of-porn
7•drankl•39m ago•0 comments

Show HN: Metashot: API for generating images from Metabase questions

https://github.com/farmdawgnation/metashot
1•farmdawgnation•39m ago•1 comments

Havoc – Heap Allocated Value Object Containers

https://github.com/Znurre/havoc
1•ostwilkens•39m ago•0 comments

Shortcut – the first superhuman Excel agent

https://twitter.com/nicochristie/status/1940440489972649989
1•nhatcher•41m ago•0 comments

Programming = proving? The Curry-Howard correspondence today

https://xavierleroy.org/CdF/2018-2019/
1•fanf2•42m ago•0 comments

Show HN: I built PrompTessor – a tool to help people write better AI prompts

https://promptessor.com/
11•rizkimurtadha•42m ago•0 comments

Bitcoin Faces Weakest Monthly Growth Since July as Whales Counteract ETF Inflows

https://www.coindesk.com/markets/2025/06/27/bitcoin-faces-weakest-monthly-growth-since-july-as-whales-counteract-etf-inflows
1•PaulHoule•43m ago•0 comments

Get instant alerts when someone clicks your link

https://blazeurl.xyz/TdXG2G
1•gojam•46m ago•1 comments
Open in hackernews

Show HN: A tool that explains Python errors like you're five

https://github.com/Zahabsbs/Error-Narrator
2•BB5•6h ago
I built Error Narrator — a Python tool that explains exceptions in plain English (and Russian, too).

It goes beyond just showing the traceback. It tells you: – What happened (in human terms) – Why it happened (including the concept behind the error) – Where exactly it happened (file + line) – How to fix it (with code suggestions)

It works with OpenAI or HuggingFace models and runs directly in your terminal or scripts.

This tool helped me save time and also helped friends who are just learning Python. I'd love your feedback, suggestions, or even contributions. It’s open source.