frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

University of California STEM professors call for reinstating SAT in math

https://ucstudentsuccess.org/
1•ytpete•53s ago•1 comments

Prediction Markets Reward Insider Trading. They Should

https://jimmyalfonsolicon.substack.com/p/prediction-markets-reward-insider
1•jger15•1m ago•0 comments

Remove /company/team and set up a redirect

https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/143520
1•sfc32•1m ago•0 comments

The Priority Problem

https://substack.com/@nomiddaydecisions/p-194331125
1•jon_naylor•2m ago•0 comments

Noctalia v5

https://noctalia.dev/blog/announcing-noctalia-v5
1•durron•2m ago•0 comments

Show HN: Biopetals – Run biology tuned Llama, BitTorrent-style

https://github.com/OSbiotools/BioPetals/tree/main
1•shpran•3m ago•0 comments

Rails has overtaken Next.js in a dataset of 3,658 profitable startups

https://twitter.com/marclou/status/2059616890063085632
1•earcar•3m ago•0 comments

GitHub Actions outage told devs 'your account is suspended'

https://www.theregister.com/devops/2026/05/27/github-actions-outage-told-devs-your-account-is-sus...
2•Bender•4m ago•0 comments

NASA to pull an IKEA by dropping tons of plastic, metal, and glass on the Moon

https://www.theregister.com/science/2026/05/27/nasa-plans-moon-base-buildout-with-rovers-drones-c...
1•Bender•5m ago•0 comments

Microsoft wants safer C# without turning it into Rust

https://www.theregister.com/devops/2026/05/26/microsoft-wants-safer-c-without-turning-it-into-rus...
1•Bender•5m ago•0 comments

A self-hosted gateway to turn almost any REST API into MCP tools for agents

https://github.com/Vrivaans/invok-oss
1•vrivaans•6m ago•0 comments

Codex has dethroned Claude as the king of AI programming

https://www.msn.com/en-us/news/technology/codex-has-dethroned-claude-as-the-king-of-ai-programmin...
3•galaxyLogic•6m ago•0 comments

Palantir's Grip on Europe Could Be Deadly, Here Is Why

https://mrkt30.com/palantirs-grip-on-europe-why-defense-relies-on-us-ai/
2•technewssss•6m ago•0 comments

Lanes now lets you run plan, implement, and review as sibling agent sessions

https://lanes.sh/blog/whats-new-v041
1•s-xyz•7m ago•0 comments

Derek Sivers' Minimal .vimrc Is Only 4 Lines Long

https://tilde.club/~passthejoe/zola/blog/derek-sivers-minimal-vimrc/
3•jamesgill•10m ago•0 comments

Front-end, regrounded: Why Wraplet might be what you're missing

https://wraplet.dev/blog/why-wraplet/
2•enador•10m ago•0 comments

Matching Hashes: Reproducing the Guix-Built Bitcoin Core Release Binary with Nix

https://b10c.me/projects/027-bitcoind-gunix-match/
2•b10c•11m ago•0 comments

A brief note about slot access cost in Common Lisp

https://turtleware.eu/posts/A-brief-note-about-slot-access-cost-in-Common-Lisp.html
3•jackdaniel•11m ago•0 comments

Building self-improving tax agents with Codex

https://openai.com/index/building-self-improving-tax-agents-with-codex/
2•dnw•12m ago•0 comments

NASA selects Jeff Bezos's Blue Origin for first of three uncrewed lunar missions

https://www.theguardian.com/science/2026/may/26/nasa-jeff-bezos-blue-origin
3•tcp_handshaker•14m ago•0 comments

It's so over for finance bros, I made an AI agent that does a 100K analyst job

https://edgaranalyst.com/
5•eeko_systems•14m ago•0 comments

New blood test is added an an option for colorectal cancer screenings [video]

https://www.youtube.com/watch?v=ZBmJs4gzGnA
2•mgh2•14m ago•0 comments

Show HN: Bounty-Doctor – Diagnose a GitHub bounty before wasting hours on it

https://github.com/cnguyen14/bounty-doctor
2•cnguyen1494•14m ago•0 comments

Keep calm and use (Rust) monorepos

https://kerkour.com/rust-monorepos
2•speckx•15m ago•0 comments

How to Do Things with Words J.L. Austin [pdf]

https://dn710003.ca.archive.org/0/items/austin-how-to-do-things-with-words/Austin,%20how%20to%20d...
2•mkovach•15m ago•1 comments

Anticode-audit – open-source Solidity security analyzer with multi-model AI (

https://github.com/josemiguel3125-sketch/anticode-audit-action
1•josemiguel3125•16m ago•0 comments

Google Vertex Is Now Gemini Enterprise Agent Platform

https://cloud.google.com/products/gemini-enterprise-agent-platform
4•tnolet•16m ago•1 comments

I built an agentic coding harness across three CLI hosts

https://pub.towardsai.net/i-built-an-agentic-coding-harness-across-three-cli-hosts-heres-how-it-w...
2•homescout•17m ago•0 comments

Show HN: DataFrame Library Nobody Asked For

https://github.com/NavodPeiris/grizzlars
2•NavodPeiris•17m ago•0 comments

Destroy Big Tech with a Salvaged Cyberdeck – Make

https://makezine.com/article/technology/raspberry-pi/destroy-big-tech-with-a-salvaged-cyberdeck/
3•evo_9•19m ago•0 comments
Open in hackernews

Show HN: GridPath – Faster and Better Agent for Spreadsheets (Tauri, Rust)

https://gridpath.dev/
1•pixelmash13•46m ago
Hi HN — I built GridPath as I wanted something that runs like Cursor for spreadsheets - parallel workloads, reversible changes, fast, with tool set customized for spreadsheet work and connection to multiple model providers. It's a Tauri/Rust desktop app, free to use, just connect your Claude token or sign in with OpenAI subscription.

A few things that were interesting to figure out: you can get very close to Excel with just Univer free license, the most material missing elements are charts (existing charts kept but not displaying in the view) and pivot tables. Rust + cutting down on tools available to the model (basically just web fetch + talk to user + excel operations) improves the speed materially. SpaceX model built in 2 min 30s, compared to ~5 min for Excel plug in. Working next on improving the agent efficiency for multi-sheet work + context compacting for longer sessions.

Repo: https://github.com/pixelsmasher13/gridpath Site: https://gridpath.dev Feedback welcome!