frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Xiaomi MiMo-V2-Pro: Flagship Foundation Model Towards Agent Era

https://mimo.xiaomi.com/mimo-v2-pro
1•gainsurier•36s ago•0 comments

Construct's official 3D model object

https://www.construct.net/en/blogs/construct-official-blog-1/introducing-constructs-1900
1•AshleysBrain•38s ago•0 comments

Preventing and Debugging Memory Leaks in Node.js

https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
1•eustoria•1m ago•0 comments

Optimization lessons from a Minecraft structure locator

https://purplesyringa.moe/blog/optimization-lessons-from-a-minecraft-structure-locator/
1•gavide•2m ago•0 comments

Coastline – detect resonance between ideas, fed by your OpenClaw agent

https://coastline-production.up.railway.app/
1•pb_lightmind•2m ago•1 comments

Your ChatGPT Conversations Aren't as Private as You Think

https://stellarraccoon.com/your-chatgpt-conversations-arent-as-private-as-you-think-heres-whats-b...
1•eustoria•3m ago•0 comments

Verifying Move Borrow Checker in Lean:An Experiment in AI-Assisted PL Metatheory

https://proofsandintuitions.net/2026/03/18/move-borrow-checker-lean/
1•matt_d•4m ago•0 comments

Show HN: Augre – A cross platform ePub reader for deep reading

https://getaugre.com
1•ishanr•4m ago•0 comments

Judge orders Krafton to re-hire Subnautica studio founders

https://www.rockpapershotgun.com/subnautica-2-bosses-handed-back-control-of-company-after-judge-f...
1•12_throw_away•5m ago•0 comments

Show HN: HypergraphZ – Hypergraph Implementation in Zig

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•6m ago•0 comments

Show HN: My VPS got DDoS'd into a kernel panic, so I learned XDP

https://liuu.org/posts/ddos/
1•kennethhh•6m ago•0 comments

Understanding Detection of Belowground Natural Gas Leaks in Urban Environments

https://www.sciencedirect.com/science/article/pii/S2667143325001647
1•PaulHoule•8m ago•0 comments

Does "AI" cause delusion, or just attract those aleady suffering?

2•chrisjj•10m ago•0 comments

Digg Is Gone Again

https://digg.com
3•hnarayanan•11m ago•0 comments

Ask HN: How do you use AI agents in your day to day life?

1•sujayk_33•12m ago•0 comments

Show HN: Built a crosslister (in PHP!) that supports Vinted (which has no API)

1•gosixl•13m ago•0 comments

Show HN: CareerKit – ATS scorer and resume tailoring tool for job seekers

1•tanbirrrrr•13m ago•0 comments

Encyclopedia Britannica, Merriam-Webster Sue OpenAI for Copyright Infringement

https://techcrunch.com/2026/03/16/merriam-webster-openai-encyclopedia-brittanica-lawsuit/
2•Vaslo•14m ago•0 comments

The biggest surprise of the MacBook Neo

https://asymco.com/2026/03/18/the-biggest-surprise-of-the-macbook-neo/
2•ndr42•14m ago•1 comments

Former Uber self-driving chief crashes his Tesla, exposes supervision problem

https://electrek.co/2026/03/17/former-uber-self-driving-chief-tesla-fsd-crash-supervision-problem/
2•upofadown•15m ago•0 comments

A watchface where it's 11 AM, but the timezone changes every hour

https://mastodon.nl/@koenvh/116233325333833474
1•Koenvh•15m ago•0 comments

Government backtracks on AI and copyright after outcry from major artists

https://www.bbc.co.uk/news/articles/cvg1gr5v333o
4•chrisjj•15m ago•0 comments

Show HN: Procedural tree and boulder sprite generation – TypeScript library

https://markshtat.com/notebook/every-spruce-is-sacred/
1•markshtat•15m ago•0 comments

Gstack++ – Garry Tan's gstack adapted for C++ development

https://github.com/bulyaki/gstackplusplus
1•bulyaki•16m ago•1 comments

Banksy's Identity Has Been Revealed. Expect His Art to Sell for a Lot More

https://www.wsj.com/arts-culture/fine-art/banksy-reveal-art-cost-buyers-b54c109d
1•bookofjoe•17m ago•1 comments

Mexican Banks Are Working to Boost Digital Payments in Tech Push

https://www.bloomberg.com/news/articles/2026-03-18/mexican-banks-are-working-to-boost-digital-pay...
1•toomuchtodo•17m ago•0 comments

Visa CLI

https://visacli.sh/
3•bpierre•18m ago•0 comments

Decide, Evolve, Repeat

https://docs.eventsourcingdb.io/blog/2026/03/19/decide-evolve-repeat/
1•goloroden•18m ago•0 comments

Google Engineers Launch "Sashiko" for Agentic AI Code Review of the Linux Kernel

https://www.phoronix.com/news/Sashiko-Linux-AI-Code-Review
3•speckx•19m ago•0 comments

Cheap drones are reshaping the war in the sky (scrolling infographic)

https://www.reuters.com/graphics/IRAN-CRISIS/DRONES/dwpkyamxqpm/
4•FrojoS•20m ago•0 comments
Open in hackernews

Show HN: Deploybase CLI – Search GPU and LLM pricing from your terminal

https://github.com/nicalevras/deploybase-cli
2•grasper_•1h ago
Hey HN, I built a CLI tool for comparing GPU and LLM pricing across 100+ cloud providers.

It pulls live data from deploybase.ai and lets you filter and search right in your terminal:

  deploybase gpu --model h100
  deploybase gpu --provider lambda
  deploybase gpu --type bare metal
  deploybase llm --author anthropic
  deploybase llm --provider google vertex
  deploybase llm --modality image
Install with npm install -g deploybase-cli. Open source, MIT licensed.

I'd love feedback on the UX, missing providers, or features that would make this more useful.

Comments

BTAQA•1h ago
Nice idea, pricing comparison across providers is genuinely painful to do manually right now. One feature that would make this more useful for me — a cost estimator based on expected token volume or GPU hours, not just raw pricing. Context switching between providers to calculate actual monthly cost is where the friction is.