Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria (rackcrunch.com)
    —discuss
  2. Devenv 2.4: Machines (devenv.sh)
    —discuss
  3. California Is Chasing Wealth That Has Feet (landeconomics.org)
    1comments
  4. ESP32: The Arduino Rivals That Changed the Game (petkovsky.sk)
    —discuss
  5. Zeal – Offline Documentation Browser (zealdocs.org)
    —discuss
  6. Oracle triggers 'force majeure' on data center project over power delays (reuters.com)
    —discuss
  7. Issue Graph (github.com/vercel-labs)
    —discuss
  8. DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned (kotaku.com)
    —discuss
  9. Opus 5.5 is good at explainer videos (launchvideo.io)
    —discuss
  10. Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5 (twitter.com/cahidarda)
    1comments
  11. Anthropic Strikes $12B AI Computing Deal with Akamai (bloomberg.com)
    —discuss
  12. Show HN: RentBench – Levels.fyi for UK Rents (rentbench.fyi)
    —discuss
  13. The Tao of Acme (chai.guru)
    1comments
  14. Mamdani is the most popular elected official in NYC: poll (nydailynews.com)
    —discuss
  15. Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky (nypost.com)
    —discuss
  16. Probing picosecond depairing currents in type-II superconductors (nature.com)
    —discuss
  17. Ask HN: How would you know if you have learned something?
    —discuss
  18. SciUniverse: Can frontier models carry out scientific work? (c5r.net)
    —discuss
  19. Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling (github.com/compio-rs)
    —discuss
  20. Swarm Scaling (tobyord.com)
    —discuss
  21. Cracking VFPU math functions using Claude (Sony PSP) (ppsspp.org)
    1comments
  22. ZeroDrift – A small model that finds and fixes compliance violations (zerodrift.com)
    —discuss
  23. Show HN: Dunara (dunara-studio.com)
    —discuss
  24. Flux 3 Action Tops RoboLab, but Large Companies Can't Use It in a Product (topicqueue.substack.com)
    —discuss
  25. Astronomers capture an unprecedented view of gas giant formation in action (phys.org)
    —discuss
  26. China Holds Sensitive F-35 Parts Diverted to Hong Kong from Australia (bloomberg.com)
    2comments
  27. The "C" Word (coredump.cx)
    1comments
  28. Restaurants Are Using AI to Advertise Their Food and It's Making People Sick (wsj.com)
    —discuss
  29. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    —discuss
  30. Global Chat (jojoban842.workers.dev)
    —discuss

Show HN: I built a seriously detailed free financial planner

1 pointsby 1h agoapp.finzot.com
4 comments
Hi,

I spent the last 2.5 years building a super detailed financial planning tool called FinZot (US focused). It helps with questions like deciding when to retire, how much to spend in retirement, how to optimize taxes.

I believe it is much more detailed than other free tools or free tiers. It even contains an embedded Excel-inspired domain specific language for customizing the sizing of income/expense, etc.

The entire planning engine is free. Runs in your browser (Rust/WASM). No sign-up is necessary. Your data does not leave your browser unless you create an account.

There are a couple of paid features in the app which are mostly just quality of life features and AI integration. The AI integration is via a Claude connector that gives Claude access to the full planning engine.

Links: https://app.finzot.com/plan/6VXFMte2tRMp81sRKhYgXM/results/n...

finzot.com

1h agoHN ↗

feels vibe coded, and the first modal i tried i couldnt save cause the save button rendered off screen

1h agoHN ↗

Was this on mobile?

I started working on FinZot before vibe coding was a thing. It was originally a project to learn rust/wasm. The planning engine is very much not vibe coded. I had too much fun optimizing the engine such that monte carlo trials run trials in ~1ms to have AI write the code. The newer parts of the UI were written by AI. AI has also been amazingly helpful to scale testing.

1h agoHN ↗

Very cool. Does this integrate with banks like ActualBudget? Any plans to support self hosting?

1h agoHN ↗

Thanks.

I do not have any plans to integrate with banks directly mostly for security reasons. In the paid version you can give Claude a screenshot of your balances/budget and it can update the plan and publish it to the app. Does ActualBudget offer a Claude connector? I have never tried it but I bet with both connectors Claude could read from ActualBudget and update FinZot plans in one conversation.

I am also not currently considering true self hosting. The guest mode has no time limit and does not require you to sign in and your data does not leave the browser. I will consider adding a feature to import and export plans.