Apple Photos app corrupts images
tenderlovemaking.com
A postmortem of three recent issues
anthropic.com
One Token to rule them all – Obtaining Global Admin in every Entra ID tenant
dirkjanm.io
What's New in C# 14: Null-Conditional Assignments
blog.ivankahl.com
Show HN: The text disappears when you screenshot it
unscreenshottable.vercel.app
YouTube addresses lower view counts which seem to be caused by ad blockers
9to5google.com
Optimizing ClickHouse for Intel's 280 core processors
clickhouse.com
Stepping Down as Libxml2 Maintainer
discourse.gnome.org
Towards a Physics Foundation Model
arxiv.org
Ton Roosendaal to step down as Blender chairman and CEO
cgchannel.com
DeepMind and OpenAI win gold at ICPC
codeforces.com
Tinycolor supply chain attack post-mortem
sigh.dev
U.S. investors, Trump close in on TikTok deal with China
wsj.com
Drought in Iraq reveals tombs created 2,300 years ago
smithsonianmag.com
Gluon: a GPU programming language based on the same compiler stack as Triton
github.com
Ask HN: What's a good 3D Printer for sub $1000?
A QBasic Text Adventure Still Expanding in 2025
the-ventureweaver.itch.io
Alibaba's new AI chip: Key specifications comparable to H20
news.futunn.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