frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TypeScript surpassed Python, JavaScript to become most-used language on GitHub

https://github.blog/ai-and-ml/generative-ai/how-ai-is-reshaping-developer-choice-and-octoverse-da...
1•7777777phil•37s ago•0 comments

Self-host an eBook library with kobo and library integration

https://www.markpitblado.me/blog/selfhost-an-ebook-library-with-kobo-and-library-integration/
1•speckx•47s ago•0 comments

Let Me Uninstall Spotlight

https://medium.com/@hbbio/let-me-uninstall-spotlight-1fe64a3466ab
1•hbbio•58s ago•0 comments

Show HN: My first project, a native Win32/C++17 assistant with zero dependencies

https://github.com/94BILLY/NOVA
1•94BILLY•1m ago•0 comments

Show HN: Msplat – 3D Gaussian Splatting training in ~90s on M4 Max, native Metal

https://github.com/rayanht/msplat
1•rayanht•1m ago•0 comments

Show HN: LPBacked – Find and connect with limited partners behind venture funds

https://lpbacked.com
1•veritas9•2m ago•0 comments

BBC says 'irreversible' trends mean it will not survive without major overhaul

https://www.theguardian.com/media/2026/mar/05/bbc-charter-renewal-tv-licence-major-overhaul
1•beardyw•4m ago•0 comments

Pg_plan_advice: Plan Stability and User Planner Control for PostgreSQL?

http://rhaas.blogspot.com/2026/03/pgplanadvice-plan-stability-and-user.html
1•gfloyd•4m ago•0 comments

Show HN: Ralph Review – OSS code review that loops fixes until no issues remain

https://github.com/kenryu42/ralph-review
1•kenryu•4m ago•0 comments

Situational Awareness (2024)

https://situational-awareness.ai/
1•piinbinary•5m ago•0 comments

Show HN: Tymeslot – Open-source cal.com alternative built with Elixir/Phoenix

https://github.com/tymeslot/tymeslot
1•luka-thb•5m ago•0 comments

The End of Eleventy

https://brennan.day/the-end-of-eleventy/
1•dzogchen•5m ago•0 comments

High-performance TRAMP back end using JSON-RPC instead of shell parsing

https://github.com/ArthurHeymans/emacs-tramp-rpc
2•PaulHoule•5m ago•0 comments

Show HN: Nemilia – multi-agent AI workspace in a single HTML file, no back end

https://github.com/luislopez1212/nemilia
1•Nemilia•6m ago•0 comments

Show HN: Liftstack – Snippet-level A/B testing for CRM marketers

https://www.liftstack.com/
1•iamacyborg•6m ago•0 comments

How to build great products (2013)

https://defmacro.org/2013/09/26/products.html
1•ozgune•6m ago•1 comments

Show HN: Searchable JSON compression (offline demo and DD evidence and BYOD kit)

https://flippa.com/12431275-pre-revenue-tech-asset-searchable-json-ndjson-compression-offline-10-...
1•Tetsuro•6m ago•0 comments

macOS Tahoe 26.3.1 update will "upgrade" your M5's CPU to new "super" cores

https://arstechnica.com/gadgets/2026/03/macos-tahoe-26-3-1-update-will-upgrade-your-m5s-cpu-to-ne...
1•voxadam•6m ago•0 comments

We have more privacy controls yet less privacy

https://www.bbc.com/news/articles/c4gj39zk1k0o
1•Brajeshwar•7m ago•0 comments

Why your IQ no longer matters in the era of AI

https://bigthink.com/business/why-your-iq-no-longer-matters-in-the-era-of-ai/
2•Brajeshwar•7m ago•0 comments

A basket of new fruit varieties is coming your way

https://www.economist.com/science-and-technology/2026/03/04/a-basket-of-new-fruit-varieties-is-co...
1•Brajeshwar•7m ago•0 comments

Palantir and other tech companies are stocking offices with tobacco products

https://fortune.com/2026/03/04/palantir-tech-companies-offices-vending-machines-tobacco-worker-pr...
3•donutshop•8m ago•0 comments

Bringing Claude Code Intelligence to Your SaaS

https://www.twinsai.com/blog/bringing-claude-code-intelligence-to-your-saas
2•nirajs•8m ago•0 comments

Furgit, fast Git library in pure Go, re-structured

https://github.com/runxiyu/furgit
1•runxiyu•10m ago•1 comments

Show HN: Tokenusage – Rust CLI that tracks Claude Code/Codex tokens 214x faster

https://github.com/hanbu97/tokenusage
1•hanbu97•11m ago•1 comments

What is "Nothing"? 9 levels of nothing [video]

https://www.youtube.com/watch?v=PhfqdBk8qxk
1•caustic•11m ago•0 comments

New USPS Galaxy Pair Stamp

https://store.usps.com/store/product/galaxy-pair-stamp-S_129604
1•bookofjoe•11m ago•1 comments

Show HN: ClawLite – AI agent runtime built on Android Termux

https://github.com/eobarretooo/ClawLite
1•eobarretooo•11m ago•0 comments

Rust: The Unlikely Engine of the Vibe Coding Era

https://www.forbes.com/councils/forbestechcouncil/2026/03/03/rust-the-unlikely-engine-of-the-vibe...
2•01-_-•11m ago•0 comments

What VSCode type IDE to use to avail of open source models for code gen / comp

2•vivzkestrel•12m ago•0 comments
Open in hackernews

Show HN: A simple tool to convert CSV data into graphs

https://plotiq-web.web.app/
3•devnpatel•1h ago
I built a simple tool that converts CSV files into graphs instantly. The idea came from seeing how much time people spend opening spreadsheets or writing code just to visualize data. I wanted something where you can just upload a CSV and get charts immediately. It currently supports quick line and basic chart visualizations from CSV datasets. I’d really appreciate feedback from people who work with data or frequently analyze CSV files.

Comments

devnpatel•1h ago
Hi HN! I'm the maker of Plotiq.

Right now the MVP focuses on the simplest workflow: upload a CSV → instantly generate a line chart.

I built it mainly for quick data exploration without opening heavy tools or writing code. The goal is to make visualizing CSV data as fast as possible.

Currently it only supports line charts and multiline charts, but I'm planning to add bar charts, scatter plots, better styling, and sharing options soon.

I'd love feedback: • What kind of charts would you want first? • What problems do you usually face when visualizing CSV data? • What more features would you like to have?

Thanks for taking a look!

vraj0516•1h ago
Feedback: I have uploaded 90k row data in csv format , but the website freeze in data handling . FIX this problem.
devnpatel•34m ago
Thanks for trying it and reporting this!

Right now the tool processes CSV data entirely in the browser, so very large files like 90k rows can cause performance issues.

I'm working on improving this — likely by adding better chunked processing and optimization for larger datasets.

And i will increase limit of 5000 rows to somewhat more.

dipika1979•52m ago
This solves problem for quick graph visualization and best thing is graph is downloadable.
devnpatel•34m ago
Thanks for trying it!

Glad the quick visualization and downloadable graphs were useful. That was one of the main goals — making it easy to go from raw CSV data to a shareable graph quickly.

If you have any suggestions for additional chart types or features, I'd love to hear them.