Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Tech leaders to UN: For sake of humanity, please control the AI tech we created (apnews.com)
    1comments
  2. Anwar Gargash: Caught in the Middle of the Iran War, Foreign Affairs [video] (youtube.com)
    —discuss
  3. Show HN: XYVEL Trip – plan a trip in one sentence, with prices (xyvel.ch)
    —discuss
  4. August 27 TCRF DDoS Attack Postmortem (xkeeper.net)
    —discuss
  5. Embracing Dark Mode: A User's Perspective on Accessibility (master.dev)
    —discuss
  6. Opus 5.5 refuses basic molecular biology questions (bede.im)
    —discuss
  7. Steppy Fox – Free Game (steppyfox.com)
    —discuss
  8. Tiny-Vedas: RISC-V Infrastructure for AI Accelerator Design [pdf] (siliscale.com)
    —discuss
  9. Eli's Software Encyclopedia (elisoftware.org)
    —discuss
  10. Any nerds out there who've read a lot of research papers?
    —discuss
  11. GizmoSQL changes the unit economics for AI analyst companies (emms21.github.io)
    1comments
  12. I'm Begging You: Never Write with A.I (nytimes.com)
    1comments
  13. Lateline: A Mind of Their Own (1996) [video] (youtube.com)
    —discuss
  14. Privacy: The Sequel (2015) (theawl.com)
    —discuss
  15. Haversine Law (johndcook.com)
    —discuss
  16. Nathaniel Bowditch (johndcook.com)
    —discuss
  17. GLiNER2.5-Decide (huggingface.co)
    —discuss
  18. ChatGPT is my (new) GTD interface (raywu.org)
    —discuss
  19. Show HN: Denizlihub (denizlihub.com)
    —discuss
  20. Show HN: Inkdom – Draw loops on the real world map to claim territory (inkdom.io)
    —discuss
  21. Show HN: Lini – one language for diagrams, charts, schematics and drawings (lini.rs)
    —discuss
  22. Claude can't stop itself from writing code comments (bayes.net)
    —discuss
  23. Show HN: Fine-tuned 110M encoder beat 7B LLMs and hybrid search for NIST mapping (github.com/applied-inference-lab)
    —discuss
  24. Show HN: Little Memory 2.0, one-line-a-day journal, offline-first (apps.apple.com)
    —discuss
  25. Why No One Wants to Date Tech Bros (wired.com)
    1comments
  26. File notification side channel leakage on Linux, Android, Windows, and macOS (inoti.fyi)
    1comments
  27. AlloyDB's Agentic Database Architecture (cloud.google.com)
    —discuss
  28. GTA 6 $400 Collector's Edition Comes with Everything Except the Game (gamespot.com)
    —discuss
  29. Show HN: FluxCast – Stream Linux Desktop to a Smart TV via Miracast (github.com/ilyap358)
    —discuss
  30. Can Java's Adjoint Automatic Differentiation Compete with C++? (nablatensor.com)
    —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

51m agoHN ↗

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

27m 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.

43m agoHN ↗

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

33m 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.