frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Valve releases Steam Controller CAD files under Creative Commons license

https://www.digitalfoundry.net/news/2026/05/valve-releases-steam-controller-cad-files-under-creat...
1101•haunter•11h ago•365 comments

The Vatican's Website in Latin

https://www.vatican.va/latin/latin_index.html
46•ks2048•1h ago•23 comments

Appearing productive in the workplace

https://nooneshappy.com/article/appearing-productive-in-the-workplace/
761•diebillionaires•10h ago•296 comments

Vibe coding and agentic engineering are getting closer than I'd like

https://simonwillison.net/2026/May/6/vibe-coding-and-agentic-engineering/
429•e12e•11h ago•462 comments

From Supabase to Clerk to Better Auth

https://blog.val.town/better-auth
213•stevekrouse•9h ago•137 comments

Finding the differences in a series of power supplies

https://www.lttlabs.com/articles/2026/05/05/testing-psu-series
8•LabsLucas•1d ago•0 comments

The bottleneck was never the code

https://www.thetypicalset.com/blog/thoughts-on-coding-agents
522•Anon84•2d ago•339 comments

Google Cloud fraud defense, the next evolution of reCAPTCHA

https://cloud.google.com/blog/products/identity-security/introducing-google-cloud-fraud-defense-t...
221•unforgivenpasta•8h ago•215 comments

How do I inform Windows that I'm writing a binary file?

https://devblogs.microsoft.com/oldnewthing/20260504-00/?p=112296
25•ingve•1d ago•25 comments

Building my own Vi text editor in BASIC

https://leetusman.com/nosebook/yvi
30•zeech•1d ago•12 comments

Show HN: Hallucinopedia

http://halupedia.com/
157•bstrama•10h ago•156 comments

Learning the Integral of a Diffusion Model

https://sander.ai/2026/05/06/flow-maps.html
103•benanne•8h ago•18 comments

SQLite Is a Library of Congress Recommended Storage Format

https://sqlite.org/locrsf.html
29•whatisabcdefgh•4h ago•9 comments

Programming Still Sucks

https://www.stvn.sh/writing/programming-still-sucks-fqffhyp
122•jeromechoo•7h ago•23 comments

Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

https://tilde.run/
130•ozkatz•10h ago•98 comments

Community firmware for the Xteink X4 e-paper reader

https://github.com/crosspoint-reader/crosspoint-reader
54•dmos62•1d ago•20 comments

A Theory of Deep Learning

https://elonlit.com/scrivings/a-theory-of-deep-learning/
133•elonlit•1d ago•28 comments

Inkscape 1.4.4

https://inkscape.org/doc/release_notes/1.4.4/Inkscape_1.4.4.html
225•s1291•7h ago•63 comments

Ted Turner has died

https://www.cnn.com/2026/05/06/us/ted-turner-death
235•pseudolus•11h ago•189 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
105•oahmadov•10h ago•24 comments

Perturb-MARS: Reading mouse experiments through a human lens

https://www.noetik.blog/p/perturb-mars-reading-mouse-experiments
5•crescit_eundo•2d ago•0 comments

SoundOff: Low-Cost Passive Ultrasound Tags

https://yibo-fu.com/SoundOff-Low-cost-Passive-Ultrasound-Tags-for-Non-invasive-and-Non
43•jonbaer•9h ago•1 comments

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions

https://github.com/olivier-ls/php-fts
34•asmodios•6h ago•8 comments

Setting up a Sun Ray server on OpenIndiana Hipster 2025.10

https://catstret.ch/202605/srss-hipster202510/
128•jandeboevrie•15h ago•46 comments

Higher usage limits for Claude and a compute deal with SpaceX

https://www.anthropic.com/news/higher-limits-spacex
398•meetpateltech•10h ago•348 comments

ADT says customer data stolen in cyber intrusion

https://therecord.media/ADT-data-breach-cyberattack
26•PaulHoule•3h ago•6 comments

What makes a good smartphone camera?

https://cadence.moe/blog/2026-05-05-what-makes-a-good-smartphone-camera
85•zdw•1d ago•55 comments

Virtual violin produces realistic sounds

https://news.mit.edu/2026/mit-engineers-virtual-violin-produces-realistic-sounds-0429
82•gmays•3d ago•61 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
628•rolph•23h ago•355 comments

StarFighter 16-Inch

https://us.starlabs.systems/pages/starfighter
645•signa11•1d ago•353 comments
Open in hackernews

SQLite Is a Library of Congress Recommended Storage Format

https://sqlite.org/locrsf.html
29•whatisabcdefgh•4h ago

Comments

alexpotato•1h ago
I have always loved SQLite.

I have also heard that some firms ban its use.

Why?

Because it makes it SO easy to set up a database for your app that you end up with a super critical component of your application that looks exactly like a file. A file that can have any extension. And that file can be copied around to other servers. Even if there is PII in that file. Multiply this times the number of applications in your firm and you can see how this could get a little nuts.

DevOps and DBA teams would prefer that the database be a big, heavy iron thing that is very obviously a database server. And when you connect to it, that's also very obvious etc etc.

I still love SQLite though.

ai_slop_hater•43m ago
That's so dumb
Fwirt•32m ago
The question is, do the same firms ban Excel? Excel spreadsheets often end up as shadow databases in unlikely places.
hermitShell•22m ago
The sane thing would be to ban Excel and promote SQLite. Excel is often used for tabulated text (issue tracking) not calculations. Perfect use case for a relational db
frollogaston•6m ago
Excel is made for calculations. But if you make it hard to make a DB, people will abuse Excel as a DB.
slopinthebag•13m ago
> DevOps and DBA teams

Ah so two teams nobody should listen to.

frollogaston•3m ago
At least would take it with a grain of salt when the DBA wants you to depend more on the DBA.
srcreigh•40m ago
2026 recommended storage formats: https://www.loc.gov/preservation/resources/rfs/data.html
akihitot•7m ago
For public-sector data preservation, it may be one of the best options.

The specification is publicly available

- It is widely adopted - It is likely to remain readable in the future - It has little dependency on specific operating systems or services - It carries low patent risk

From the perspective of long-term continuity, avoiding dependence on any particular company or service is extremely important.