frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Creating Teensy ELF Executables for Linux(Or, "Size Is Everything")

https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
1•Bluestein•32s ago•0 comments

AI chatbots are becoming experts at changing people's minds. What's their edge?

https://www.science.org/content/article/ai-chatbots-are-becoming-experts-changing-people-s-minds-...
1•pseudolus•4m ago•0 comments

Tmp.0ut, Vol. 5

https://tmpout.sh/5/
1•kmstout•5m ago•0 comments

M-Block – New Adblock

https://gitlab.com/mak_dev/m-block
1•MakLanDEV•5m ago•0 comments

Apple's new Mac mini, featuring M6 and M5 Pro

https://www.apple.com/newsroom/2026/08/apple-unveils-a-more-powerful-mac-mini-featuring-the-all-n...
1•runako•7m ago•0 comments

FinalSpark. Rent Brain Power

https://finalspark.com/neuroplatform/
2•pelagicAustral•9m ago•0 comments

Second Reality by Future Crew (1993) in JavaScript

https://www.secondreality1993.com/
1•ibobev•9m ago•0 comments

JSON evolution in Go: from v1 to v2

https://antonz.org/go-json-v2/
2•typical182•10m ago•0 comments

Triangulating AI's Climate Impact, a Look at Studies, Research and Regulation

https://read.misalignedmag.com/triangulating-ais-climate-impact-a-look-at-studies-research-and-re...
1•lcubw•10m ago•1 comments

My Apple Watch would rather I skipped the winter coat

https://www.thisandthat.chat/blog/garbage-in-dressed-up-in-tech/
1•jreynar•11m ago•0 comments

Merchants of Insecurity

https://blog.happyfellow.dev/merchants-of-insecurity/
2•jwdunne•12m ago•0 comments

Mold: A Parallel Linker

https://arxiv.org/abs/2608.23228
1•chrsw•12m ago•0 comments

US data centers tripled annual water consumption to 17B gallons

https://forgeeks.net/us-data-centers-water-use-17-billion-gallons/
1•kuuuzya•12m ago•0 comments

Polars – Prototype on a laptop, scale to 16B rows: one Polars query

https://pola.rs/posts/market-data-to-plotly-enterprise-dashboard/
1•speckx•12m ago•0 comments

Realme P4 vs. Tecno Pova 7 Neo: Comparing two 7000mAh phones side-by-side

https://forgeeks.net/realme-p4-vs-tecno-pova-7-neo-which-budget-battery-giant-actually-wins/
1•kuuuzya•13m ago•0 comments

Casio MQ24: Hands-On with the (Often) Cheapest Watch on Amazon

https://www.hodinkee.com/articles/with-the-often-cheapest-watch-on-amazon
2•xeonmc•13m ago•0 comments

Extending Life Perception

https://herman.bearblog.dev/extending-life-perception/
1•HermanMartinus•15m ago•0 comments

EVE Online moves to Python 3

https://www.eveonline.com/news/view/the-move-to-python-3-begins
3•TylerJaacks•15m ago•0 comments

Apple Introduces New Mac Studio with M5 Max and M5 Ultra

https://www.apple.com/newsroom/2026/08/apple-introduces-new-mac-studio-with-m5-max-and-m5-ultra/
32•interpol_p•17m ago•18 comments

Show HN: Wirespan, a daily power grid optimization puzzle I made for my son

https://wirespan.app/?r=hnn
5•dualarte•17m ago•3 comments

Show HN: Canned Web – Lock a Mac to a single website (kiosk mode, no MDM)

https://cannedweb.app/
2•kazbeki•18m ago•0 comments

FreeCP/M, a modern take on the classic CP/M operating system

https://github.com/Mazin-O3/freecpm
2•oldnetguy•18m ago•0 comments

Apple introduces M6 and M5 Ultra for a big leap in performance and AI compute

https://www.apple.com/newsroom/2026/08/apple-introduces-m6-and-m5-ultra-for-a-big-leap-in-perform...
55•interpol_p•19m ago•23 comments

The Rules Won't Help You When the Game Is Rigged

https://matthogg.fyi/the-rules-wont-help-you-when-the-game-is-rigged/
2•speckx•20m ago•0 comments

An open protocol for AI-mediated product discovery

https://github.com/open-receipt-protocol/orp/blob/main/README.md
1•NiklasHenkel•20m ago•1 comments

Android is getting its own weird dots to cure car sickness

https://www.theverge.com/tech/984226/google-motion-assist-anti-nausea-car-sickness-cure
2•corvad•21m ago•0 comments

Decades-long Linux ownership dispute dead after Xinuos appeal rejected

https://www.tomshardware.com/software/linux/decades-long-linux-ownership-dispute-effectively-dead...
2•theanonymousone•23m ago•0 comments

My agent inflated its own state file to 49MB. Every check passed for three days

https://wisplu.com/blog/en/status-file-blew-up/
1•dustinchu•24m ago•0 comments

Show HN: Turn a Sandbox into an MCP Server

https://github.com/substructureai/mcpd
1•xwil•25m ago•0 comments

Ask HN: Best LLM Subscription as of Now?

1•Simon2712•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?