frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Explorable Explanations

https://worrydream.com/ExplorableExplanations/
1•soupspaces•38s ago•0 comments

What remains scarce after AGI?

https://www.dwarkesh.com/p/alex-imas-phil-trammell
1•gmays•2m ago•0 comments

Moomin (1990)

https://archive.org/details/moomin-1990
1•petethomas•3m ago•0 comments

Sestriere: Native MeshCore LoRa Mesh Client for Haiku OS

https://github.com/atomozero/Sestriere
1•iamnothere•3m ago•0 comments

Why Tech CEOs Are Quietly Cancelling Their AI Plans [video][9 Mins]

https://www.youtube.com/watch?v=NBtUgWn-nHs
2•Bender•5m ago•0 comments

ECO: An LLM-Driven Efficient Code Optimizer for Warehouse Scale Computers

https://arxiv.org/abs/2503.15669
2•bone_tag•10m ago•0 comments

Individual locomotor bias drives counterclockwise motion in pedestrian crowds

https://www.nature.com/articles/s41467-026-73713-w
2•js2•18m ago•1 comments

How to build a landing page with AI, no code [video]

https://www.youtube.com/watch?v=06azxD5FOo8
3•nongquy•18m ago•0 comments

OpenAI considers drastic price cuts, anticipating war for users with Anthropic

https://www.reuters.com/technology/openai-considers-drastic-price-cuts-anticipating-war-users-wit...
5•theanonymousone•22m ago•0 comments

Ask HN: What coding agents are you using?

2•linzhangrun•23m ago•1 comments

A Tough Year

https://littlefeelings.substack.com/p/a-tough-year
2•martialg•25m ago•0 comments

Piper: A Programmable Distributed Training System

https://syfi.cs.washington.edu/blog/2026-06-05-piper/
2•matt_d•28m ago•0 comments

Teardown Confirms the Trump Phone Is a Gold-Painted HTC U24 Pro

https://www.ifixit.com/News/117789/teardown-confirms-the-trump-phone-is-a-gold-painted-htc-u24-pro
5•jerlam•28m ago•0 comments

Show HN: Hacker's Guides

https://github.com/jeffshrager/HackersGuides
2•abrax3141•29m ago•0 comments

Canada proposes teen social media ban – with workaround for tech firms

https://www.bbc.com/news/articles/c872x47gnyjo
5•grugagag•32m ago•0 comments

Sam Altman is starting to panic [video][8mins]

https://www.youtube.com/watch?v=lwjVjD3oQJg
4•Bender•33m ago•0 comments

Initial impressions of Claude Fable 5

https://simonwillison.net/2026/Jun/9/claude-fable-5/
4•gillytech•34m ago•1 comments

The Fall and Rise of Reginald Perrin (1976)

https://archive.org/details/reginaldperrin
2•petethomas•36m ago•0 comments

Scarcity is driving AI innovation outside Silicon Valley

https://restofworld.org/2026/scarcity-is-driving-ai-innovation-outside-silicon-valley/
2•colinprince•40m ago•0 comments

China Lures Foreign Patients with Cutting-Edge, Cheap Medical Care

https://www.bloomberg.com/news/features/2026-06-10/china-s-medical-tourism-boom-draws-foreign-pat...
4•polrjoy•40m ago•0 comments

Khronos Announces glTF Gaussian Splatting Extension

https://www.khronos.org/news/press/gltf-gaussian-splatting-press-release
3•lairv•44m ago•1 comments

Teenagers Stayed Overnight at Their School and Found Hidden Ancient Roman Ruins

https://www.smithsonianmag.com/smart-news/these-italian-teenagers-stayed-overnight-at-their-schoo...
3•thunderbong•46m ago•0 comments

Stretching a point: the economics of elastic infrastructure

https://ably.com/blog/stretching-a-point-economics-of-elastic-infrastructure
2•b-man•47m ago•0 comments

An Information-Theoretic Approach to the Computational Complexity of TSP

https://zenodo.org/login/?next=%2Fme%2Fuploads%3Fq%3D%26f%3Dshared_with_me%25253Afalse%26l%3Dlist...
2•Dori_Lee•48m ago•0 comments

The theory taking the rich by storm: China funds data center haters

https://www.npr.org/2026/06/10/nx-s1-5844328/us-china-data-centers-foreign-influence
4•beedeebeedee•50m ago•0 comments

We Used Agentic AI to Fix Kong Gateway's Flakiest Tests

https://konghq.com/blog/engineering/how-we-used-agentic-ai-to-fix-kong-gateways-flakiest-tests
4•dndx•1h ago•0 comments

Why are there an increasing number of outright unhinged high karma users on HN?

8•MichaelZuo•1h ago•11 comments

Shrubbery syntax for Racket

https://docs.racket-lang.org/shrubbery/index.html
2•azhenley•1h ago•0 comments

Wanted: Dead or Alive. Google Search Console

https://medium.com/@thesuperrepemail/wanted-dead-or-alive-google-search-console-17a2ed7424eb
3•mssblogs•1h ago•0 comments

Old Violins (1910)

https://www.gutenberg.org/cache/epub/78831/pg78831-images.html
3•petethomas•1h 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?