frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a simpler way to sell digital products on Shopify

https://apps.shopify.com/alva-digital-downloads
1•alva•2m ago•0 comments

David Bowie's final project discovered locked in his study

https://www.bbc.co.uk/news/articles/c3dpdpvj083o
1•JohnHammersley•2m ago•0 comments

Neo4j Launches Infinigraph. What is it?

https://neo4j.com/press-releases/neo4j-launches-infinigraph/
1•acefaceZ•4m ago•1 comments

Waymo to begin testing at San Jose airport this fall

https://www.cnbc.com/2025/09/04/waymo-testing-san-jose-airport.html
1•donsupreme•8m ago•0 comments

Show HN: CompareGPT – Trustworthy AI Answers with Confidence and Sources

1•tinatina_AI•9m ago•0 comments

The Honesty Tax

https://www.theargumentmag.com/p/the-honesty-tax
1•paulpauper•13m ago•0 comments

The Puzzle of War

https://linch.substack.com/p/the-puzzle-of-war
1•paulpauper•14m ago•0 comments

Show HN: Invocly – Convert PDF, DOCX, and TXT files into lifelike speech

https://www.invocly.com/
1•romeumaleiane•16m ago•0 comments

Built like ChatGPT, runs like Netflix–welcome to inspection software 2.0

https://www.inspectreports.com/
1•pruufsocial•26m ago•2 comments

Robots learn to work together like a well-choreographed dance

https://www.ucl.ac.uk/news/2025/sep/robots-learn-work-together-well-choreographed-dance
1•hhs•28m ago•0 comments

Menthol-like compounds inhibit bitter taste receptors for saccharin and Ace-K

https://febs.onlinelibrary.wiley.com/doi/10.1002/2211-5463.70098
1•PaulHoule•29m ago•0 comments

Updating restrictions of sales to unsupported regions

https://www.anthropic.com/news/updating-restrictions-of-sales-to-unsupported-regions
1•yurivish•30m ago•0 comments

MS-BASIC 1.1 introduced programming to a generation

https://www.zdnet.com/article/ms-basic-1-1-introduced-programming-to-a-generation-now-you-can-dow...
2•CrankyBear•32m ago•0 comments

Unix Conspiracy (1991)

http://www.catb.org/~esr/jargon/html/U/Unix-conspiracy.html
1•gjsman-1000•39m ago•0 comments

Record profits, layoffs: Wall Street cheers as workers fear

https://qz.com/wall-street-cheers-and-workers-fear-as-layoffs-overshadow-earnings
1•akyuu•39m ago•0 comments

Imagining the future of banking with agentic AI

https://www.technologyreview.com/2025/09/04/1123023/imagining-the-future-of-banking-with-agentic-ai/
1•mdp2021•42m ago•0 comments

How I self-police my work (2018)

https://www.econlib.org/archives/2018/03/how_i_self-poli.html
2•bikenaga•43m ago•0 comments

EQ-Bench 3

https://eqbench.com/
1•handfuloflight•44m ago•0 comments

Unexplained Falls in a Man with Bipolar Disorder Treated by a Shaman

https://reference.medscape.com/viewarticle/unexplained-falls-68-year-old-man-bipolar-disorder-par...
1•wjb3•46m ago•0 comments

Is the decline of reading making politics dumber?

https://www.economist.com/culture/2025/09/04/is-the-decline-of-reading-making-politics-dumber
3•pseudolus•49m ago•2 comments

OpenAPI Analyzer MCP – Natural Language API Analysis for Claude

https://github.com/Sureshkumars/openapi-analyzer-mcp
1•sureshkumars•49m ago•1 comments

From Libraries to Schools: Why Organizations Should Install Privacy Badger

https://www.eff.org/deeplinks/2025/09/libraries-schools-why-organizations-should-install-privacy-...
3•mdp2021•51m ago•0 comments

OTC nasal spray reduces the risk of Covid-19 infection by 70%

https://newatlas.com/health-wellbeing/azelastine-nasal-spray-covid-19-infection/
2•breve•53m ago•1 comments

A Website Is a Room

https://a-website-is-a-room.net/
3•Arubis•57m ago•0 comments

Microsoft Engineer Dies at Work at 35 as His Family Warns of Overworking Employe

https://www.dailymail.co.uk/news/article-15065617/Microsoft-death-family-warning-Silicon-Valley.html
8•onesandofgrain•57m ago•3 comments

Liberté, égalité, Radioactivité

https://www.worksinprogress.news/p/liberte-egalite-radioactivite
1•sien•58m ago•0 comments

Theft and Fraud at Iota Foundation Continued

https://twitter.com/iota/status/1945821199893668087
1•iotamigrator•58m ago•1 comments

The Racing Speed of 3I/Atlas

https://avi-loeb.medium.com/the-racing-speed-of-3i-atlas-6f5b9eb99ba4
1•delichon•59m ago•0 comments

I ditched Spotify and set up my own music stack

https://leshicodes.github.io/blog/spotify-migration/
65•starkparker•1h ago•38 comments

When to Hire a Computer Performance Engineering Team

https://www.brendangregg.com/blog/2025-08-04/when-to-hire-a-computer-performance-engineering-team...
1•SerCe•1h ago•0 comments
Open in hackernews

What If OpenDocument Used SQLite?

https://www.sqlite.org/affcase1.html
46•whatisabcdefgh•2h ago

Comments

librasteve•1h ago
wouldn’t an XML database be easier?
floating-io•57m ago
Does an embeddable XML database engine exist at a similar level of reliability?
supportengineer•47m ago
No.
renecito•37m ago
LOL!
duskwuff•27m ago
You can't* index into XML. You have to read through the whole document until you get to the part you want.

*: without adding an index of your own, at which point it isn't really XML anymore, it's some kind of homebrew XML-based archive format.

floating-io•58m ago
An interesting skim, but it would have been more meaningful if it had tackled text documents or spreadsheets to show what additional functionality would be enabled with those beyond "versioning".

Maybe it's just me, but I see the presentation functionality as one of the less used aspects of the OpenOffice family.

mac-attack•56m ago
I'm a fan of both as a Linux user. Interesting thought experiment.
supportengineer•48m ago
What if instead of API's for data sets, we simply placed a sqlite file onto a web server as a static asset, so you could just periodically do a GET and have a local copy.
yupyupyups•43m ago
This works as long as the data is "small" and you have no ACL for it. Assuming you mean automatic downloads.

Devdocs does something similar, but there you request to download the payload manually, and the data is still browsable online without you having to download all of it. The data is also split in a convenient manner (by programming language/library). In other words, you can download individual parts. The UI also remains available offline, which is pretty cool.

https://devdocs.io/

abtinf•36m ago
With an S3 object lambda, I suppose you could generate the sqlite file on the fly.
abtinf•34m ago
A few years ago someone posted a site that showed how to query portions of a SQLite file without having to pull the whole thing down.
dbarlett•13m ago
https://news.ycombinator.com/item?id=27016630
anon291•16m ago
You can do this today by using the WASM-compiled SQLite module with a custom Javascript VFS that implements the SQLite VFS api appropriately for your backend. I've used it extensively in the past to serve static data sets direct from S3 for low cost.

More industrious people have apparently wrapped this up on NPM: https://www.npmjs.com/package/sqlite-wasm-http

chmaynard•38m ago
Dr. Hipp occasionally gets on a soapbox and extolls the virtue of sqlite databases for use as an application file format. He also preaches about the superiority of Fossil over Git. His arguments generally make sense. I tolerate his sermons because he is one of the truly great software developers of our time, and a personal hero of mine.
sakesun•18m ago
If I remember correctly Mendix project file format is simply a sqlite db. I thought the designer was lazy but it turns out it's a reasonable decision.

Recently, DuckDB team raise similar question on DataLake catalog format. Why not just use SQL database for that ? It's simpler and more efficient as well.

sgc•15m ago
It seems like it would be relatively straightforward to make an sqlite based file format and just have users add a plugin if for some reason they couldn't upgrade their older version of LibreOffice etc. I agree with the other commenter who mentioned that the benefits for text and spreadsheet files needs more explanation. But it seems like a good enough idea to have a LibreOffice working group perform a more in depth study. If significant memory reduction is real and that would translate to fewer crashes, it would be a huge boost even if it had no other benefits, IMHO.
RainyDayTmrw•7m ago
Juggling all the fragments inside the database, garbage collecting all the unused ones, and maintaining consistency are all quite challenging in this use case.
conorbergin•2m ago
I've being trying out SQLite for a side project of mine, a virtual whiteboard, I haven't quite got my head around it, but it seems to be much less of a bother than interacting with file system APIs so far. The problem I haven't really solved is how sync and maybe collaboration is going to interact with it, so far I have:

1. Plaintext format (JSON or similar) or SQLite dump files versioned by git

2. Some sort of modern local first CRDT thing (Turso, libsql, Electric SQL)

3. Server/Client architecture that can also be run locally

Has anyone had any success in this department?