frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Iris: Climbing to the Search Frontier

https://arxiv.org/abs/2609.04304
1•codelion•53s ago•0 comments

I turned my 2018 Redmi Note 5 Pro into a Kali NetHunter platform for $0

https://www.reddit.com/r/Kalilinux/comments/1w45o8r/i_turned_my_2018_redmi_note_5_pro_into_a_kali/
1•syumei•1m ago•0 comments

GPT-6 Astra demos: Games, Blender, websites and video workflows

https://github.com/magiccreator-ai/awesome-gpt-6-astra
1•Kevin_Guo•4m ago•0 comments

Astra has beat all 48 levels of Neal.fun's "I'm Not a Robot" game

https://twitter.com/sharifshameem/status/2096847916837314853
1•smusamashah•4m ago•0 comments

Show HN: DepWarden – free, anonymous dependency vulnerability scanner

https://depwarden.in/blog/npm-pypi-typosquatting-2026-report
1•rushabh5000•4m ago•0 comments

Resend · Email for Developers

https://resend.com
1•thunderbong•8m ago•0 comments

We Can't Know Our A.I. Future If We Don't Study It

https://www.nytimes.com/2026/09/06/opinion/ai-social-sciences.html
1•vinni2•9m ago•0 comments

Mesamatrix: The Mesa Drivers Matrix

https://mesamatrix.net/
1•natureglass•12m ago•0 comments

Impedance Matching

https://www.edge.org/response-detail/27238
1•muti•15m ago•0 comments

Show HN: JarPeek – Online Java Class Decompiler(No Upload)

https://jarpeek.com/class-decompiler
1•xooch_95•16m ago•0 comments

Show HN: Hayduk, a browser-based Metasploit GUI inspired by Armitage

https://github.com/jolovicdev/hayduk
1•jolovicdev•21m ago•0 comments

Learning Synths – Ableton

https://learningsynths.ableton.com/
1•vsvagr•22m ago•0 comments

25 years ago, two strangers met in the twin towers and escaped on 9/11

https://www.theguardian.com/us-news/2026/sep/07/strangers-twin-towers-escape-september-11
1•ljf•22m ago•0 comments

Show HN: Guile-Secure Your Stack

https://guile.in
2•Harsha2193•26m ago•0 comments

Joining Advanced Machine Intelligence to work on world models

https://www.lihaoyi.com/post/JoiningAMItoworkonWorldModels.html
2•plun9•30m ago•0 comments

How to Write Tech Doc

https://essays.nigri.dev/How-to-write-tech-doc
3•napo•30m ago•0 comments

South Atlantic Anomaly

https://en.wikipedia.org/wiki/South_Atlantic_Anomaly
2•robin_reala•33m ago•0 comments

'You Can See Everything' Review: Nathan Fielder's Doc About Elizabeth Holmes

https://variety.com/2026/film/reviews/nathan-fielder-surprise-film-telluride-elizabeth-holmes-123...
13•cianmm•34m ago•1 comments

JavaScript installer pnpm recast in Rust because ECMAScript can't keep up

https://www.theregister.com/devops/2026/09/04/javascript-installer-pnpm-recast-in-rust-because-ec...
2•pjmlp•35m ago•0 comments

Caltech Mathathon – first hackathon ever devoted to research level mathematics

https://mathathonchallenge.com/index.html
2•astroanax•41m ago•0 comments

Speculative Decoding in vLLM on AMD GPUs

https://vllm.ai/blog/2026-08-23-speculative-decoding-amd-gpus
3•ankitg12•41m ago•0 comments

Trump unveils Space Force uniform inspired by Nazi-aesthetic film

https://www.telegraph.co.uk/us/politics/2026/09/07/donald-trump-space-force-uniform-nazi/
6•doener•42m ago•1 comments

Raptor turns Claude Code into a general-purpose AI

https://github.com/gadievron/raptor
2•mitifo5226•43m ago•1 comments

Show HN: Forget Rigid Stock Screeners – A Universal Query API for Financial Data

https://financialdata.net/universal-query
2•_FDN_•43m ago•0 comments

GPT 6 created a new universe [video]

https://www.youtube.com/watch?v=5ldy0Rfx8gA
2•modinfo•45m ago•0 comments

Plastics Companies Are Writing Lesson Plans. What Could Go Wrong?

https://www.wired.com/story/plastics-companies-writing-lesson-plans-what-could-go-wrong/
2•beardyw•45m ago•0 comments

Ask HN: Do People Care About Image Optimisation Anymore?

2•CM30•47m ago•0 comments

Train your own custom Tiny TTS model from scratch overnight on consumer hardware

https://github.com/franciscocarloserra/ttslibre
2•FranciscoCarlos•47m ago•0 comments

Ask HN: How do you keep AI coding agents in sync with a changing Figma file?

2•rjvidentia•51m ago•0 comments

Unreliable Guide to Locking

https://docs.kernel.org/kernel-hacking/locking.html
2•ankitg12•52m 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?