frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB

https://demo.duckui.com
16•caioricciuti•47m ago•6 comments

The Case for the Return of Fine-Tuning

https://welovesota.com/article/the-case-for-the-return-of-fine-tuning
26•nanark•2h ago•8 comments

EQ: A video about all forms of equalizers

https://www.youtube.com/watch?v=CLAt95PrwL4
183•robinhouston•1d ago•43 comments

Jupyter Collaboration has a history slider

https://blog.jupyter.org/exploring-a-documents-timeline-in-jupyterlab-6084f96db263
25•fghorow•6d ago•3 comments

Titan submersible’s $62 SanDisk memory card found undamaged at wreckage site

https://www.tomshardware.com/pc-components/microsd-cards/tragic-oceangate-titan-submersibles-usd6...
350•WithinReason•2d ago•178 comments

Root System Drawings

https://images.wur.nl/digital/collection/coll13/search
365•bookofjoe•22h ago•73 comments

The Accountability Problem

https://www.jamesshore.com/v2/blog/2025/the-accountability-problem
72•FrancoisBosun•9h ago•24 comments

Chen-Ning Yang, Nobel laureate, dies at 103

https://www.chinadaily.com.cn/a/202510/18/WS68f3170ea310f735438b5bf2.html
242•nhatcher•1d ago•55 comments

How to sequence your DNA for <$2k

https://maxlangenkamp.substack.com/p/how-to-sequence-your-dna-for-2k
186•yichab0d•16h ago•79 comments

Did Space Debris Hit A United Flight Over The Rockies Thursday?

https://viewfromthewing.com/did-space-debris-hit-a-united-flight-over-the-rockies-thursday-heres-...
20•sipofwater•1h ago•11 comments

When you opened a screen shot of a video in Paint, the video was playing in it

https://devblogs.microsoft.com/oldnewthing/20251014-00/?p=111681
312•birdculture•2d ago•54 comments

How does Turbo listen for Turbo Streams

https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
61•sidk_•5d ago•8 comments

How one of the longest dinosaur trackways in the world was uncovered in the UK

https://www.bbc.co.uk/news/resources/idt-5f8c77b0-92bc-40f2-bf21-6793abbe5ffe
14•6LLvveMx2koXfwn•5d ago•0 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
240•Bogdanp•21h ago•32 comments

./watch

https://dotslashwatch.com/
357•shrx•1d ago•101 comments

Why the open social web matters now

https://werd.io/why-the-open-social-web-matters-now/
173•benwerd•4d ago•106 comments

The optimistic case for protein foundation model companies

https://www.owlposting.com/p/the-optimistic-case-for-protein-foundation-193
10•crescit_eundo•1w ago•0 comments

K8s with 1M nodes

https://bchess.github.io/k8s-1m/
228•denysvitali•2d ago•54 comments

Tinnitus Neuromodulator

https://mynoise.net/NoiseMachines/neuromodulationTonesGenerator.php
316•gjvc•19h ago•206 comments

Secret diplomatic message deciphered after 350 years

https://www.nationalarchives.gov.uk/explore-the-collection/the-collection-blog/secret-diplomatic-...
155•robin_reala•2d ago•28 comments

BQN "Macros" with •Decompose (2023)

https://saltysylvi.github.io/blog/bqn-macros.html
4•ofalkaed•1w ago•0 comments

Space junk falls on Western Australian minesite

https://www.abc.net.au/news/2025-10-19/wa-space-debris-reentry-investigation/105909612
35•dabiged•3h ago•6 comments

GoGoGrandparent (YC S16) Is Hiring Back End and Full-Stack Engineers

1•davidchl•11h ago

Adding Breadcrumbs to a Rails Application

https://avohq.io/blog/breadcrumbs-rails
57•flow-flow•5d ago•7 comments

IDEs we had 30 years ago and lost (2023)

https://blogsystem5.substack.com/p/the-ides-we-had-30-years-ago-and
516•AlexeyBrin•23h ago•464 comments

Coral NPU: A full-stack platform for Edge AI

https://research.google/blog/coral-npu-a-full-stack-platform-for-edge-ai/
134•LER0ever•3d ago•22 comments

Friendship Begins at Home

https://3quarksdaily.com/3quarksdaily/2025/10/friendship-begins-at-home.html
132•herbertl•10h ago•62 comments

Using Pegs in Janet

https://articles.inqk.net/2020/09/19/how-to-use-pegs-in-janet.html
38•Bogdanp•11h ago•4 comments

Who invented deep residual learning?

https://people.idsia.ch/~juergen/who-invented-residual-neural-networks.html
103•timlod•6d ago•34 comments

Picturing Mathematics

https://mathenchant.wordpress.com/2025/10/18/picturing-mathematics/
90•jamespropp•20h ago•3 comments
Open in hackernews

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

https://csvforge.com
41•Botlabs•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo ago
yes they are a lot easier to work with when inserting into the database
snappr021•5mo 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•5mo ago
Looks like you made it in lovable. It has that characteristic UI.

If so, how much time did it take you?

Botlabs•5mo ago
thanks for your comment, it took me almost 3 weeks to build this
constantcrying•5mo 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?