frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Vexyn – browser-only privacy tools with local AI (WebGPU)

https://vexyn.app/
1•andreicristi88•18s ago•0 comments

The Out N' About Walks Store

https://lopespm.com/notes/2026/06/21/out_and_about.html
1•nate•1m ago•0 comments

Health Insurance Claim Denial Rates Range from 13% to 35% by Insurer

https://www.randalolson.com/2026/06/16/aca-insurer-claim-denial-rates/
4•brandonb•3m ago•0 comments

Workspace, Runtime, and Directories – Designing an Agent Orchestration Library

https://ffacu.dev/blog/designing-agents-environment
1•ffacu•4m ago•1 comments

Reminiscences of Tolstoy, Chekhov and Andreyev by Maxim Gorky

https://www.lrb.co.uk/the-paper/v48/n11/adam-thirlwell/luxury-muzhik
1•mitchbob•4m ago•1 comments

The Strange Disappearance of Japan's Animators

https://www.economist.com/interactive/1843/2026/06/19/the-strange-disappearance-of-japans-animators
1•austinallegro•6m ago•1 comments

Two AI judges scored our agent's answer 0.85, but it never opened the file

https://tenureai.dev/writing/llm-as-judge-became-the-default-for-agent-evaluation/
4•jflynt76•8m ago•0 comments

Designing Finger-Friendly Interactions

https://aresluna.org/show-your-hands-honor/
1•prnv10•12m ago•0 comments

Jürgen Habermas Defended Reason in a Darkening Age

https://www.newyorker.com/magazine/2026/06/22/jurgen-habermas-desperate-fight-for-democracy
2•mitchbob•16m ago•1 comments

How to get what's available – game theory and governing dynamics

https://www.tsoon.com/posts/game-theory/
1•mooreds•16m ago•0 comments

ZSTD –auto it picks the optimal compression level for you

https://github.com/detechs-debug/zstd-auto
1•detechs•19m ago•0 comments

An example abstract for conference talks

https://cakehurstryan.com/2026/05/05/an-example-abstract-for-conference-talks/
1•mooreds•22m ago•0 comments

Anthropic uses Persona for identity verification

https://web.archive.org/web/20260415064244/https://support.claude.com/en/articles/14328960-identi...
1•Trung0246•22m ago•0 comments

Scanning malicious websites with 'infinite' number of VPN tunnels (Part 1)

https://discounttimu.substack.com/p/scanning-malicious-websites-with
1•guardiangod•22m ago•1 comments

What I Don't See When I'm Jealous

https://www.mooreds.com/wordpress/archives/3741
1•mooreds•22m ago•0 comments

A simple self-hosted service to generate per-serving macros of online recipes

https://github.com/harrisonfaulkner/recipe-macros-scraper
1•entitledosprey•24m ago•1 comments

While the World Scrambles for Oil, China Sits on Full Tanks

https://www.nytimes.com/2026/06/21/business/china-oil-iran.html
2•mikhael•27m ago•0 comments

The Inevitable Weakness of Metrics

https://www.technologyreview.com/2026/06/19/1138778/inevitable-weakness-metrics-quantified-life-b...
1•joozio•30m ago•0 comments

Tell HN: Happy Fathers Day to all the fathers, uncles, anyone in that role!

49•consumer451•31m ago•6 comments

Designing Teams for an Agentic World

https://www.anup.io/designing-teams-for-an-agentic-world/
1•zdw•32m ago•0 comments

Show HN: Hands on tutorial for open source contribution

https://github.com/firstcontributions/first-contributions
1•Mohamed-Edeeb•35m ago•0 comments

Burnout Is Real in the OSS World, Says John-David Dalton, Creator of Lodash

https://openjsf.org/blog/burnout-is-real-for-open-source-maintainers
3•theanonymousone•35m ago•0 comments

DokuWiki Markdown Support

https://www.patreon.com/dokuwiki/posts/dokuwiki-support-158080793
2•thunderbong•36m ago•0 comments

The Disappearance of Japan's Animators

https://economist.com/interactive/1843/2026/06/19/the-strange-disappearance-of-japans-animators
2•andsoitis•40m ago•0 comments

Some Favorite Quotes

https://www.cs.virginia.edu/~evans/quotes.html
2•jruohonen•41m ago•0 comments

Show HN: I built notion to docs website generator

https://volta-docs.myurll.in/
2•nookeshkarri7•43m ago•0 comments

What Does OO Afford? (2018)

https://sandimetz.com/blog/2018/21/what-does-oo-afford
3•mooreds•46m ago•0 comments

Show HN: A Browser Built for Browser Automation

https://github.com/tilework-tech/nori-browser/
2•theahura•48m ago•0 comments

Beyond Visibility: The Linkage Gap

https://zenodo.org/records/20761232
2•tas101•49m ago•0 comments

NVFP4 Blockscaled GEMM on NVIDIA RTX Pro Blackwell GPUs (SM12x)

https://research.colfax-intl.com/cutlass-tutorial-nvfp4-blockscaled-gemm-on-nvidia-rtx-pro-blackw...
1•matt_d•50m ago•0 comments
Open in hackernews

Show HN: Convert Large CSV/XLSX to JSON or XML in Browser

https://csvforge.com
41•Botlabs•1y ago
Hello HN, I'm excited to share a project I've been working on: A simple, fast way to process huge CSV and XLSX files directly in your browser and export them as clean JSON or XML

Here's a few things that makes this converter different: - runs in the browser - all parsing and conversion is client side can handle data any size data - automatically detects delimiters, encodings, and data types as it parses - Live preview with column renaming, search/replace, and data cleanup - Export to JSON or XML — clean, structured output that can be used for API or Databases

backstory: I built this tool for myself. I work with massive CSV and TXT files, some over 10GB, and opening them in Excel would freeze my laptop, some of the online converters only limits to a certain size, so I started learning Python and pandas but ended up wasting so much time trying different delimiters or fixing badly structured data just to make it usable, and I thought this would be a really fun project to build

I'd love some feedback. Thank you

URL: https://csvforge.com

Comments

sverhagen•1y ago
"Runs in the browser" and "client side" isn't as much of a selling point to me as it's made out to be. It's a claim that I can't really validate until it's too late. If it's a commercial service I'm going to have to pay for, then maybe you should go all the way in gaining my trust with whatever safeguards it takes, so that I no longer care if I upload my data to your server or not.
rustc•1y ago
> then maybe you should go all the way in gaining my trust with whatever safeguards it takes

What kind of safeguards are possible with a web app?

sverhagen•1y ago
I think this comes down to legally-enforceable contracts with some teeth. A lot of business seem okay to trust Google's cloud products, or Microsoft's? I think as private person with limited means for litigation, you're likely sol.
hahn-kev•1y ago
Yeah I really wish there was a way for this to be enforced by the browser that the end user could trust. It would have to be a standard, but outside of opening dev tools and toggling offline mode there's no way to be sure.

The funny thing is that it feels safer to download a desktop app and give it the same data even though it's usually much harder to validate if it's shipping your data somewhere else.

strogonoff•1y ago
There’s a cheap trick to make sure a website that claims to do everything client-side actually does everything client-side:

1. Open the site in an incognito window.

2. Turn off your Internet.

3. Do what you’ve got to do.

4. Close browser window.

As a bonus, and this makes it better than just flipping the offline switch in developer tools, if you turn off Internet in a way that keeps the browser thinking it’s online, you can also peek at whether any network requests are made (for pathological cases where the app does everything locally but phones home anyway).

Botlabs•1y ago
Sure, but you can validate it dev tools exist for a reason. Honestly, I just can’t afford the storage costs if users are uploading 50GB+ CSVs. It’d be a huge strain on any server, not to mention painfully slow for users. Running everything client side was the easiest and most practical way to build this MVP at least for me thanks for the feedback
o11c•1y ago
"Large" generally means "bigger than RAM"; 10GB is medium-sized these days since it fits in most people's RAM. Does the browser actually have the (web worker?) APIs needed to stream and "upload" and "download"?
shubhamjain•1y ago
I don't get it. Are JSON and XML files more friendly to import vs CSV files? I always assumed CSVs were the standard. Any reasons to prefer structured formats?

Shameless plug: I am working on a similar problem of Excel not being a great tool for large datasets. My desktop app[1] lets you import raw data files and query them using SQL. (The website needs to be updated, the app looks much better than the current screenshots).

[1]: https://textquery.app

Botlabs•1y ago
yes they are a lot easier to work with when inserting into the database
snappr021•1y ago
This type of thing is fairly trivial to create with ChatGPT running entirely locally in HTML.

A couple of kb of open standard vanilla js that does some simple things faster than legacy spreadsheets etc ever could.

Even to the point of creating invoices, reports etc based on standard filters stored in local storage…

oschvr•1y ago
Looks like you made it in lovable. It has that characteristic UI.

If so, how much time did it take you?

Botlabs•1y ago
thanks for your comment, it took me almost 3 weeks to build this
constantcrying•1y ago
I think it should go without saying, but never use this with anything more relevant than a hobby project.

Doing this with any kind of data you don't fully own (e.g. data from your company) is a terrible idea, from so many standpoints. That it is "allegedly" running locally is not making it much better.

I think my question to OP is, who is this for. Any developer can write up a convert for his own datasets, in basically any case I can think of where you are handling large amounts of data you are building a pipeline to do cleanup, renaming, conversion, etc. Who wants to have a part of that pipeline be uploading the data into the browser?