frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Teaching Algorithms in 2026

https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm
1•matt_d•1m ago•0 comments

Dojos: Git is dead. Long live Git

https://legendum.dojos.name/dojos/blob/main/docs/the-dojos-book.md
1•hutchike•1m ago•0 comments

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
1•giuliomagnifico•5m ago•0 comments

How to Set Up a Kiosk Thermal Printer for Self-Service Checkouts?

https://www.masung.group/How-to-Set-up-a-Kiosk-Thermal-Printer-for-Self-Service-Checkouts-id00186...
1•LukeZhou•5m ago•0 comments

I built a lightweight Docker container monitor that notifies you alerts

https://github.com/PizzukaTorph/compose-watchdog
1•pizzuka•6m ago•0 comments

Show HN: I built a Markmaster, a Markdown learning tool for non-coders

https://drmarkdown.netlify.app/
1•shymaple•8m ago•0 comments

White House lifts ban on Anthropic models

https://www.ft.com/content/137ddb71-852f-438c-ad76-25e2dc43486b
1•couAUIA•9m ago•1 comments

On the semantic web

https://karlkoch.me/writing/on-the-semantic-web
1•nathell•10m ago•0 comments

How are you building resilient hybrid cloud networks?

https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-base...
1•Krishnaswaroop•11m ago•0 comments

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•14m ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•17m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•21m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
2•doppp•25m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
4•joozio•26m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
1•mpfect•28m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•30m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•34m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•34m ago•0 comments

Terminal Apps Need a DOM

https://www.c1.ai/engineering/agent-tui-structured-terminal-access-for-ai-agents
1•philips•36m ago•0 comments

What if social media optimized for less time online?

https://tuhat.net/u/sbr/p/kilta
1•8by3•36m ago•0 comments

Uruky: The paid European search engine

https://robheghan.prose.sh/26_06_30_uruky
2•Skinney•39m ago•0 comments

Ragit – chat with any folder of documents using a local LLM

https://github.com/ats4321/ragit
2•atshu21•40m ago•0 comments

Telharmonium: First Synthesizer (and Predecessor to Muzak), Invented in 1897

https://www.openculture.com/2026/03/meet-the-telharmonium-the-first-synthesizer-and-predecessor-t...
1•brudgers•44m ago•0 comments

End Every Work Session with One Note

1•Semi_hayat•44m ago•0 comments

High quality image resizing: ImageMagick vs. libplacebo

https://world-playground-deceit.net/blog/2026/06/high-quality-image-resizing-imagemagick-vs-libpl...
1•BoingBoomTschak•47m ago•0 comments

Clone This Repo and I Own Your Machine

https://0din.ai/blog/clone-this-repo-and-i-own-your-machine
1•croes•48m ago•0 comments

Flux 2.9 release: new mirror and schema plugins

https://fluxcd.io/blog/2026/06/flux-v2.9.0/
1•stealthybox•49m ago•1 comments

Will China build an electric rocket launch pad on the roof of the world?

https://www.scmp.com/news/china/science/article/3358469/will-china-build-electric-rocket-launch-p...
3•Alien1Being•54m ago•1 comments

New Zealand paid Michelin $6.3M to make a guide for the country

https://www.stuff.co.nz/politics/361000572/our-food-migtnt-be-worth-special-journey-minister-says...
1•didntknowyou•55m ago•2 comments

DProvenanceKit: Execution Provenance for AI Systems

https://github.com/Therealdk8890/DProvenanceKitPython
1•DPK890•56m 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?