Launch HN: Propolis (YC X25) – Browser agents that QA your web app autonomously
app.propolis.tech
ZOZO's Contact Solver (for physics-based simulations)
github.com
US declines to join more than 70 countries in signing UN cybercrime treaty
therecord.media
Uv is the best thing to happen to the Python ecosystem in a decade
emily.space
Free software scares normal people
danieldelaney.net
Show HN: In a single HTML file, an app to encourage my children to invest
roberdam.com
Show HN: I made a heatmap diff viewer for code reviews
0github.com
Estimating the Perceived 'Claustrophobia' of New York City's Streets (2024)
mfranchi.net
Replacing EBS and Rethinking Postgres Storage from First Principles
tigerdata.com
Frozen DuckLakes for Multi-User, Serverless Data Access
ducklake.select
Ventoy: Create Bootable USB Drive for ISO/WIM/IMG/VHD(x)/EFI Files
github.com
Spinning Up an Onion Mirror Is Stupid Easy
flower.codes
Minecraft removing obfuscation in Java Edition
minecraft.net
Language models are injective and hence invertible
arxiv.org
Typst's Math Mode Problem
laurmaedje.github.io
Some Smalltalk about Ruby Loops
tech.stonecharioteer.com
Acronymy (Can we define every word as an acronym?)
acronymy.net
How ancient people saw themselves
worldhistory.substack.com
Raspberry Pi Pico Bit-Bangs 100 Mbit/S Ethernet
elektormagazine.com
I'm kind of disappointed in this article, Splade is a cool way to improve results of a TF/IDF index with minimally invasive changes and this obscures that more than it clarifies.
> Next, my SPLADE implementation in Elasticsearch is oversimplified. If you scroll back up to get_splade_embedding, we extract non-zero elements from vec_np (the SPLADE tokens) but discard their associated weights. This is a missed opportunity. The SPLADE papers use these weights for scoring matches.
Yes, exactly, that is the whole point of Splade.
Probably easier to demonstrate if you drop down a level to Lucene, I don't think you will be able to do it easily with Elastic.
Tangentially, I haven't looked closely at SPLATE which tries to marry Splade and ColBERT, but it's an interesting idea. https://arxiv.org/html/2404.13950v1