frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Shooting Starlink: The "no limits" partnership between Russia and China

https://theins.press/en/inv/294635
1•uxhacker•1m ago•1 comments

We reached 300 repos visualized

https://www.reddit.com/r/PrincipalAi/s/tN8cnUNHR3
1•fernando-ram•1m ago•0 comments

AI Pilling Our Company

https://twitter.com/neilrahilly/status/2075290325757608148
1•iacguy•2m ago•0 comments

The Worst Company

https://vowe.net/2026/07/10/the-worst-company/
1•doener•2m ago•0 comments

My two year old taught me constraint solving

https://thecomputersciencebook.com/posts/how-my-2yo-taught-me-constraint-solving/
1•bambataa•2m ago•0 comments

Show HN: Bunrun – agent-configured local dashboard to start/stop dev apps

https://github.com/jokkebk/bunrun
1•jokkebk•3m ago•0 comments

Cat Is Being Nice? Think Again

https://www.nytimes.com/2026/07/10/science/cat-grooming-licking-research.html
1•gumby•3m ago•0 comments

Citi wins bank support for tokenized deposit tools

https://www.americanbanker.com/payments/news/citi-wins-bank-support-for-tokenized-deposit-tools
1•petethomas•3m ago•0 comments

Mayor Mamdani Announces Landmark "Click-to-Cancel" Consumer Protection Rules

https://www.nyc.gov/mayors-office/news/2026/07/mayor-mamdani-announces-landmark--click-to-cancel-...
4•thisislife2•4m ago•1 comments

Squishy Face

https://www.viverse.com/A4tz3Qk
1•Eduard•4m ago•0 comments

Discovery could lead to brighter, more energy-efficient digital displays

https://news.mit.edu/2026/discovery-could-lead-brighter-more-energy-efficient-digital-displays-0710
1•gnabgib•5m ago•0 comments

Core dump epidemiology: fixing an 18-year-old bug

https://openai.com/index/core-dump-epidemiology-data-infrastructure-bug/
1•ot•8m ago•0 comments

New Research Indicates That in Future, Trees May Store Less Carbon Than Expected

https://lamont.columbia.edu/news/new-research-indicates-future-trees-may-store-less-carbon-expected
1•littlexsparkee•9m ago•0 comments

Chickadees cheat on their partner more with males better at navigation

https://elifesciences.org/reviewed-preprints/110905
1•marojejian•11m ago•1 comments

Retiring Group Chats in ChatGPT

https://help.openai.com/en/articles/12703475-retiring-group-chats-in-chatgpt
2•flyaway123•12m ago•0 comments

Flock threatens to sue private group in California that discusses diplomacy, law

https://bsky.app/profile/bennjordan.bsky.social/post/3mqcmjhtstc2y
3•cdrnsf•13m ago•2 comments

Four Day Work Week Statistics 2026: What the Data Shows

https://stealthagents.com/research/four-day-work-week-statistics-2026
1•momentmaker•14m ago•0 comments

Did you start a startup, then had to shut it down?

https://www.youtube.com/watch?v=wVhOCrlApwk
1•dsantbakshsing•14m ago•0 comments

The first programmer I know who was murdered in a targeted strike was Haitham

https://www.lrb.co.uk/the-paper/v48/n12/muhammad-shehada/i-would-never-release-him
2•lr0•16m ago•0 comments

ChatGPT and Codex Desktop app merge confusion

https://community.openai.com/t/where-did-my-chatgpt-projects-go/1386177
2•foupfeiffer•17m ago•0 comments

AI Gets a Cerebellum

https://www.mccormick.northwestern.edu/news/articles/2026/07/ai-gets-a-cerebellum/
2•geox•18m ago•0 comments

What's Behind the Recent Legal Challenges to Costco's Iconic Rotisserie Chicken

https://www.kavout.com/market-lens/what-s-behind-the-recent-legal-challenges-to-costco-s-iconic-r...
1•momentmaker•19m ago•0 comments

A bad X is better than none

https://en.andros.dev/blog/cdc5a0bc/a-bad-x-is-better-than-none/
1•andros•19m ago•0 comments

Show HN: C++ SFML SDL 2 Game Engine for Nintendo Switch, PC, Web and Mobile

https://github.com/Is-Daouda/is-Engine
1•Is_Daouda•20m ago•0 comments

Introducing Rss.chat

http://scripting.com/2026/07/10/161133.html
3•jjordan•21m ago•0 comments

I Am Offgrid Now

https://blog.freira.dev/@mateusfreira-2026-06-07-i-am-fully-off-grid-now/
2•speckx•23m ago•0 comments

Russia hacks doorbell cameras to spy on NATO bases

https://www.telegraph.co.uk/world-news/2026/07/10/russia-hacks-doorbell-cameras-to-spy-on-nato-ba...
2•jacquesm•24m ago•2 comments

How Millions of Americans Got Tricked into Using a Bank That Isn't a Bank [video]

https://www.youtube.com/watch?v=hiE7NvONU5U
1•dataflow•24m ago•0 comments

US states are seeking $1.4T in penalties in August youth safety trial

https://www.reuters.com/business/meta-says-us-states-are-seeking-14-trillion-penalties-august-you...
1•dotcoma•25m ago•1 comments

Mythic Beasts: Human support requires human queries

https://www.mythic-beasts.com/blog/2026/07/03/human-support-requires-human-queries/
1•happosai•26m 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?