frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Happens to Software When Proof Is Cheap? [video]

https://www.youtube.com/watch?v=oSHVPvM56sA
1•joomy•1m ago•0 comments

Conduct Named SAP Strategic AI Partner for SAP Cloud ERP Transformation

https://conduct.ai/blog/sap-partnership
2•micouay•1m ago•0 comments

Toxic sewage tsunami racing toward US coast threatens wealthy beach towns

https://www.dailymail.com/sciencetech/article-15808841/tijuana-river-sewage-california-beaches.html
1•Bender•1m ago•0 comments

The Animated Eliptic Curve

https://curves.xargs.org/
1•colejohnson66•1m ago•0 comments

Linux 7.0.6 Released to Finish Mitigating the Dirty Frag Vulnerability

https://www.phoronix.com/news/Linux-7.0.6-Released
1•Bender•5m ago•0 comments

The Era of Risk-Maxxing

https://www.collisiondetector.com/the-era-of-risk-maxxing/
1•littlexsparkee•5m ago•0 comments

SQLite Columnar: Column-oriented extension for SQLite up to 130,000x faster

https://github.com/sqliteai/sqlite-columnar
2•marcobambini•6m ago•0 comments

All you need to know about the current hantavirus outbreak

https://sourceryintel.com/reports/the-2026-hantavirus-outbreak
1•freakynit•7m ago•0 comments

The Age of the Amplifier

https://www.construction-physics.com/p/the-age-of-the-amplifier
1•surprisetalk•7m ago•0 comments

Linux Scheduler Work Helping Boost Gaming Performance on Old "Potato" Hardware

https://www.phoronix.com/news/Linux-Flatten-The-Pick
1•Bender•9m ago•0 comments

Show HN: AI to Arse – Chrome text replacer for the new age

https://github.com/loadzero/ai-to-arse
1•loadzero•9m ago•1 comments

EU iOS users get Proximity Pairing, Notifications for third-party wearables

https://www.macrumors.com/2026/05/11/ios-26-5-eu-third-party-wearable-changes/
1•rippeltippel•12m ago•0 comments

UnDUNE II

https://liquidream.itch.io/undune2
2•tosh•14m ago•0 comments

Zig vs. Rust in 2026

https://zackoverflow.dev/writing/zig-vs-rust-in-2026/
2•danborn26•14m ago•0 comments

Why You Shouldn't Treat AI Agents Like Employees

https://hbr.org/2026/05/research-why-you-shouldnt-treat-ai-agents-like-employees
3•gpi•14m ago•0 comments

Three teams shipped the same fix for AI agents losing cross-repo context

https://riftmap.dev/blog/ai-coding-agents-need-cross-repo-context/
2•DaWe01•16m ago•0 comments

Illegal vs. Unwanted States

https://buttondown.com/hillelwayne/archive/illegal-vs-unwanted-states/
2•PaulHoule•17m ago•0 comments

Show HN: Retrace – reverse debugging for production CPython applications

https://github.com/retracesoftware/retracesoftware
3•L15p3r•18m ago•0 comments

Apple Bought Color Grading Tool Color.io in January

https://www.macrumors.com/2026/05/11/apple-color-io-acquisition/
2•tosh•18m ago•0 comments

Tool-Response Engineering: The Frontier Beyond Prompt Engineering

https://hic-ai.com/blog/tool-response-engineering
2•simonreiff•19m ago•0 comments

Second brain for meeting. Local-first (privacy focused). One-time payment

https://appmemora.app
3•kozielgpc•19m ago•0 comments

Waymo recalls 3,800 robotaxis over flood-risk software flaw

https://qz.com/waymo-recalls-3800-robotaxis-flood-risk-software-051226
2•louiereederson•21m ago•0 comments

Show HN: AnythingMCP – source-available gateway turning REST/SOAP/SQL into MCP

https://github.com/HelpCode-ai/anythingmcp
2•helpcodeai•21m ago•0 comments

Cross-platform MCP server letting Claude see your screen (Windows and Linux)

https://github.com/lfzds4399-cpu/claude-screen-mcp
2•FengLin4399•21m ago•0 comments

Show HN: Branchless Quicksort – faster than std:sort and pdqsort

https://easylang.online/blog/qsort
2•chrka•22m ago•0 comments

The Elusive Cost Savings of the Prefabricated Home

https://www.construction-physics.com/p/the-elusive-cost-savings-of-the-prefabricated
3•surprisetalk•22m ago•0 comments

AI-FI: Giving Claude Code Glitch Skills for Bypassing Secure Boot

https://raelize.com/blog/ai-fi-giving-claude-code-glitch-skills-for-bypassing-secure-boot/
1•notmine1337•23m ago•0 comments

LLM Observability Tools for Reliable AI Applications

https://machinelearningmastery.com/llm-observability-tools-for-reliable-ai-applications/
2•eigenBasis•23m ago•0 comments

The Silence That Meets the Rape of Palestinians

https://www.nytimes.com/2026/05/11/opinion/israel-palestinians-sexual-violence.html
3•bjourne•24m ago•0 comments

Maker of Canvas Learning Platform Strikes Deal for Hackers to Return Data

https://www.nytimes.com/2026/05/12/us/canvas-instructure-hackers-deal.html
1•rafram•26m ago•0 comments
Open in hackernews

What if the browser was the server?

https://arthurcornil.com/blog/ship-it-to-the-user/
2•quirissum•1h ago

Comments

quirissum•59m ago
I explored the idea of shipping a full backend to the user using WASM-compiled Go, SQLite and OPFS. The whole thing is delivered via a URL but runs entirely on the user's machine.

Live Demo: https://localtrack.arthurcornil.com/ GitHub: https://github.com/arthurcornil/localtrack

gamebak•54m ago
I think a lot of companies already trying to use this stuff, not SQL related but rather focusing more on the frontend. In reality, this causes more issues, like data fragmentation, versioning between different versions, security and at the end of the day it's a either a dev cost or server cost to implement this.

Usually, server costs are much much cheaper than dev cost to implement all this into FE, but it's a viable thing for the future.

billconan•47m ago
how is this different from service worker?