frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Git-based md note app

https://knowdust.com/demo
3•thenamo•3m ago•1 comments

Ask HN: What career will you switch to when AI replaces developers?

1•DGAP•4m ago•0 comments

The Curse of the Everything Device

https://hackaday.com/2026/02/26/the-curse-of-the-everything-device/
1•zdw•5m ago•0 comments

Kubernetes operators are easier than you think

https://2v.pm/kubernetes-operators-are-easier-than-you-think/
1•vidalee•9m ago•1 comments

Murchi – A Desktop Pet for macOS

https://murchi.pet/
2•egorfedorov•11m ago•1 comments

A live counter of our digital world (based on statistics)

https://anythingconverter.com/anythingcounter/
1•digitalofen•12m ago•0 comments

Show HN: Outside In – Stream live night sounds from outside to bedside. iOS/free

1•telecuda•13m ago•0 comments

LLMs Solving a DEF Con CTF Finals Challenge

https://wilgibbs.com/blog/defcon-finals-mcp/
1•therepanic•13m ago•0 comments

Anthropic launched community ambassador program

https://claude.com/community/ambassadors
1•galsapir•13m ago•0 comments

LLM-cpp: 26 single-header C++17 libraries for LLM integration

https://github.com/Mattbusel/llm-cpp
2•Shmungus•17m ago•3 comments

Oracle and OpenAI End Plans to Expand Flagship Data Center

https://www.bloomberg.com/news/articles/2026-03-06/oracle-and-openai-end-plans-to-expand-flagship...
1•riffraff•18m ago•1 comments

Show HN: SuperBuilder – open-source AI Agent Platform

https://github.com/rupac4530-creator/super-builder-platform
1•BuildWithAI•18m ago•0 comments

Show HN: Sentinel Data – Hardware- Bound CLI tool to prevent data exfiltration

1•Anaoliveira•18m ago•0 comments

Grief Text Editor

https://github.com/adamyg/grief
2•BruceEel•20m ago•0 comments

Show HN: Kagora – Multi-AI terminal platform with built-in chat and scheduling

https://github.com/dead1786/kagora
1•dead1786•21m ago•0 comments

Will Claude Code ruin our team?

https://justinjackson.ca/claude-code-ruin
2•lionheart•22m ago•0 comments

Test Drive Linux Distros in the Browser

https://distrosea.com/
1•TigerUniversity•23m ago•0 comments

Humanity heating planet faster than ever before, study finds

https://www.theguardian.com/environment/2026/mar/06/humanity-heating-planet-faster-than-ever-befo...
2•doener•24m ago•0 comments

How to generate subtitles automatically in every lenguage

https://www.flowsub.ai/
1•bloomder•24m ago•1 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
4•lydionfinance•26m ago•0 comments

Tamper-evident audit trail for AI agent tool calls (MCP proxy)

https://github.com/Born14/mcp-proxy
1•sovereign-labs•26m ago•1 comments

Show HN: Sandbox0 – AI Agent Sandbox with Persistent Volumes and Fast Restore

https://github.com/sandbox0-ai/sandbox0
1•laotoutou•26m ago•0 comments

AI compromised sandbox to mine crypto without prompting on its own initiative

3•throw0101c•27m ago•0 comments

The Millisecond That Could Change Cancer Treatment

https://spectrum.ieee.org/flash-radiotherapy
3•marc__1•30m ago•0 comments

Compile to Architecture

https://aicoding.leaflet.pub/3mgfsrk75ac2l
1•chadfowler•32m ago•1 comments

Show HN: Interactive Browser Constructor for Collatz, Riemann, and Twin Primes

https://aidoctrine.github.io/uct-navigator/
1•AlekseN•32m ago•1 comments

Claude Code Front End Design Toolkit

https://github.com/wilwaldon/Claude-Code-Frontend-Design-Toolkit
1•stagezerowil•33m ago•0 comments

Everyday Drone Pilots Are Making a Google Street View from Above

https://singularityhub.com/2026/03/05/thousands-of-everyday-drone-pilots-are-making-a-google-stre...
2•geox•34m ago•0 comments

Books and Blogs (2017)

https://stratechery.com/2017/books-and-blogs/
1•herbertl•37m ago•0 comments

Find roles, meetups, and bounties that showcase what you can do–now, not later

https://earlygrad.com
2•M0HD197•38m ago•2 comments
Open in hackernews

Show HN: File Indian income tax from the browser. No signup, privacy first

https://fiscally.online
1•irishavmishra•1h ago
Tax filing in India is broken.

You get income data from 3 government sources. They often disagree with each other. You're supposed to figure out which one is correct.

Existing tools like ClearTax and TaxBuddy require you to upload all your financial data to their servers, create accounts, and trust third parties with your PAN, salary, investments, and bank details.

For something as sensitive as tax data, that never felt right to me.

So I built Fiscally. It runs 100% in your browser.

No server. No signup. No data upload. Your financial data never leaves your machine.

What it does: - Import government tax files (all 3 formats) - Auto-detect conflicts between sources and pick the right values - Calculate tax under both old and new regime - Generate filing-ready JSON for the government portal - Generate PDF computation report - Save progress across days using IndexedDB (tax filing takes time)

I built this with a practicing Chartered Accountant who validated every tax rule.

Stack: Next.js, TypeScript, IndexedDB, Zod, jsPDF

The tricky part was reconciliation — same income shows up differently across sources because of rounding, timing, or formatting. Built a matching engine with source trust levels to handle this automatically.

Would love feedback from the community.