Show HN: I replaced vector databases with Git for AI memory (PoC)
github.com
Code review can be better
tigerbeetle.com
Show HN: I was curious about spherical helix, ended up making this visualization
visualrambling.space
Australia Post halts transit shipping to US as 'chaotic' tariff deadline looms
abc.net.au
To Infinity but Not Beyond
meyerweb.com
Data, objects, and how we're railroaded into poor design (2018)
tedinski.com
Why are anime catgirls blocking my access to the Linux kernel?
lock.cmpxchg8b.com
Python f-string cheat sheets (2022)
fstring.help
SK hynix dethrones Samsung as world’s top DRAM maker
koreajoongangdaily.joins.com
A statistical analysis of Rotten Tomatoes
statsignificant.com
Gemma 3 270M re-implemented in pure PyTorch for local tinkering
github.com
Home Depot sued for 'secretly' using facial recognition at self-checkouts
petapixel.com
Mirror Ball Emoji Proposal (2018) [pdf]
unicode.org
Launch HN: Channel3 (YC S25) – A database of every product on the internet
Basic dependency injection in OCaml with objects
gr-im.github.io
The Pleasure of Patterns in Art
thereader.mitpress.mit.edu
French firm Gouach is pitching an Infinite Battery with replaceable cells
arstechnica.com
Show HN: Luminal – Open-source, search-based GPU compiler
github.com
Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python
github.com
Project to formalise a proof of Fermat’s Last Theorem in the Lean theorem prover
imperialcollegelondon.github.io
From the f-strings PEP 498
https://peps.python.org/pep-0498/
> This PEP is driven by the desire to have a simpler way to format strings in Python.
I think f-strings have become the thing they were trying to replace and they are now more complicated than the old % interpolation.
I still like f-strings and use them a lot but if you look at the cheat sheet, they are no longer simple.