frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SIMD in the 90s: Programming Intel's Pentium MMX

https://pikuma.com/blog/programming-intel-pentium-mmx-simd
1•ibobev•56s ago•0 comments

Show HN: The cited, dated source for Oregon home inspections

https://homeinspectionsbend.com/
1•not_wowinter13•1m ago•0 comments

Show HN: Show HN: Stackdome – A self-hostable Railway alternative on Kubernetes

https://stackdome.com
2•ashishmax31•1m ago•0 comments

Off-Grid Aesthetics

https://www.rightclicksave.com/article/off-grid-aesthetics-where-the-ai-prompt-cannot-go
1•surprisetalk•2m ago•0 comments

Rsync 3.5 Released as "Extraordinary" Update to Fix 33 Security Issues

https://www.phoronix.com/news/Rsync-3.5
1•rbanffy•2m ago•0 comments

Free private memory across every AI you use on-device

https://sovseal.com/
1•radebe49•4m ago•0 comments

Spotify Soloist

https://developer.spotify.com/blog/2026-08-13-introducing-spotify-soloist
1•soheilpro•4m ago•0 comments

Show HN: A prompt to verify Supabase RLS policy

https://defencecore.com/audit
1•tornadorice•6m ago•0 comments

One line of Python, and a 3× drop in p99

https://developers.soundcloud.com/blog/one-line-of-python-and-a-3x-drop-in-p99/
1•soheilpro•6m ago•0 comments

CBP workers accused of using government databases to spy on exes

https://www.wired.com/story/cbp-workers-allegedly-used-government-databases-to-spy-on-exes-crushe...
2•BlueBerry2001•6m ago•0 comments

Why FAANG developers look down upon non FAANG developers

https://beginnercoder.quora.com/Do-FAANG-developers-look-down-on-non-FAANG-developers-Why-do-some...
1•UCB_123•6m ago•0 comments

DeepSeek-AI/DeepSeek-V4-Pro-0813

https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro-0813
1•Philpax•6m ago•0 comments

Goat herding hedge: Susquehanna, Kalshi help company offset change in law

https://www.cnbc.com/2026/08/13/how-a-california-goat-herding-company-is-hedging-against-risk-of-...
1•pseudolus•6m ago•0 comments

Hello There

https://www.thegoalonline.com/atlantis-marketplace/rotator
1•robert753•6m ago•0 comments

Scientist Proposes Consciousness Might Be the Fabric of Reality Itself

https://www.sciencealert.com/what-if-the-brain-doesnt-create-consciousness-scientist-proposes-it-...
3•alexfromapex•7m ago•0 comments

We lost $270 building a Polymarket trading bot

https://uruguabot.com/blog/we-lost-270-building-a-polymarket-bot.html
1•Uruboi•9m ago•0 comments

Trying to fill out a PDF with AI

https://twitter.com/DanielLockyer/status/2087542891677671526
1•nreece•9m ago•0 comments

Patime – GitHub Profile Activity Customize

https://github.com/Liyfez/Pastime
1•liyfez•9m ago•0 comments

Behold the 'glueball,' a new form of matter

https://www.science.org/content/article/behold-glueball-strange-new-form-matter
1•pseudolus•10m ago•0 comments

Original 35mm Reel of STAR WARS (1977) No Fade, near perfect condition [video]

https://www.youtube.com/watch?v=6YnpvQOnHRc
1•austinallegro•10m ago•0 comments

GenAI Is a Lens into Humanity

https://aethermug.com/posts/gen-ai-is-a-lens-into-humanity
1•meetpateltech•11m ago•0 comments

How Go detects struct copies with sync.noCopy

https://func25.dev/posts/go-sync-nocopy/
1•func25•11m ago•0 comments

The Cutaway Illustrations of Christopher Cushman

https://technicalillustrators.org/2019/12/christopher-cushman/
1•gyomu•12m ago•0 comments

Rustc_codegen_JVM: Compile Rust to Java bytecode and runnable JARs

https://github.com/IntegralPilot/rustc_codegen_jvm
1•integralpilot•12m ago•0 comments

Show HN: Read it easy – Read-only code editor with an improved Go to Definition

https://www.readiteasy.app/
2•YY-EN40P•14m ago•0 comments

Show HN: AI Flight Recorder – record, replay, and track AI session costs

https://github.com/AllThingsSmitty/ai-flight-recorder
2•AllThingsSmitty•14m ago•0 comments

Snapdok–url to pdf and screenshot API on real Chromium

https://snapdok.io
1•dxsd•15m ago•0 comments

Nobody wrote or prompted 49.5% of the code in GitHub's top 100 repos in 180 days

https://fathohm.dev/dark-index
1•ashrivastavaa•15m ago•0 comments

A ledger of which of your own AI architectural decisions you could defend

https://github.com/Dupflo/decision-ledger
1•dupflo•18m ago•1 comments

Postgres 19: Write-ahead logging levels and effective_wal_level

https://www.buraksen.dev/articles/wal-levels-in-postgres-and-effective-wal-level-in-pg19
2•buraksen•19m 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?