Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Find where GPU capacity is available across cloud regions(datadoghq.com)
    —discuss
  2. Don't let AI kill the author(economist.com)
    —discuss
  3. Cost of Delay(votito.com)
    —discuss
  4. RevExOS – JEV(revexos.com)
    —discuss
  5. JEV-as-a-Judge(dair.ai)
    —discuss
  6. DOJ: Uncle Sam bought forensics software from same Russian operation supplying(theregister.com)
    —discuss
  7. Internationalization (Internationalization) and Localization (L10n)(kashyapsuhas.com)
    —discuss
  8. Why the FBI investigated archbishop sheen during WWII(osvnews.com)
    —discuss
  9. Ask HN: Does spec-driven development still pay off with frontier coding models?
    —discuss
  10. AI is accelerating and amplifying threats: immediate action is necessary(aivd.nl)
    —discuss
  11. Marvel Has Been Wearing a Horror Movie Under That Spandex Since 1962(medium.com/theentertainmentbreakdown)
    —discuss
  12. Show HN: Rig – Open-source cloud desktops for AI agents(github.com/shadowwalker2014)
    —discuss
  13. Russian Cosmism(wikipedia.org)
    —discuss
  14. 'Palantir is a great company', EU defence chief tells Euronews(euronews.com)
    1comments
  15. JEV-Star: Low-Cost StarCraft II Control with Language-Model Planning(github.com/sc2musa)
    —discuss
  16. Run-assert-eval: Find the risk, fix it, prove it(commandline.microsoft.com)
    —discuss
  17. Digital Cash Payoff (2001)(technologyreview.com)
    —discuss
  18. Show HN: DrawCMS – An open-source animated diagramming tool for AI Agents(github.com/drawcms)
    —discuss
  19. Logs you, your AI and cron jobs write to that you can prove weren't altered(freshjots.com)
    1comments
  20. Show HN: bananabread AI – Find what customers love and want from your products(bb-product-api-docs.web.app)
    —discuss
  21. GoDaddy receives takeover offer from maker of Norton antivirus software(ft.com)
    —discuss
  22. If you don't have the factories, you lose the expertise(lemire.me)
    —discuss
  23. Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock(github.com/brofranks)
    —discuss
  24. Namernut – domain name generator that scores how crowded a name is(namernut.com)
    —discuss
  25. Show HN: MEF LLM Studio(mef-llm-studio.com)
    —discuss
  26. Fragments: September 24(martinfowler.com)
    —discuss
  27. Double-entry bookkeeping and paper and tokens(pokorny.ca)
    —discuss
  28. Pummelvision Back(pummelvision.ai)
    —discuss
  29. Legal and General to Cut 10% of Jobs by Middle of 2027(wsj.com)
    —discuss
  30. Beware Overreliance on Metaphor(evnm.substack.com)
    —discuss

DBDelve: Fast and modern DB Client made in Rust and gpui

1 pointsby 39m ago
1 comments
Every DB Client I've used so far falls into two categories: Memory hogs (DBeaver, Beekeeper, Datagrip) Better but paid (TablePlus)

I switched to zed from vscode some years back and while my code editor got fast, my db client was always the bottle neck.

I had known about GPUI so started building a DB Client in it, to start with I just made it for my own use but kept on adding features so it now has most of the feature you'd expect from a DB client. Is incredibly fast and very memory efficient.

It supports postgres, mysql and sqlite but we'll be adding more DB engines soon!

In the readme you can find a video of how fast it is, it scrolls at 120fps scrolling through a grid with 1 million rows. Same load that DBeaver crashes the tab at. It also opens at half a bounce on mac.

Give it a try! There is no plan to make it paid, ever. Feedback and bug reports are very welcome.