I put together a minimalistic pure-Rust, CPU-only implementation of the recent LFM2.5-8B-A1B language model from @liquidai that you can directly link into your Rust projects😎
https://t.co/7SpV3nkpck
If you're interested in SSD internals and how to use them efficiently, our paper, “How to Write to SSDs,” has been accepted to VLDB and is currently on the Hacker News front page. https://t.co/bwYAtPFTBg
@meln1k A great read, thank you!
I have been thinking of running a man-in-the-middle proxy next to a container to inject secrets into outgoing requests to avoid putting any secret whatsoever into the container. And maybe doing other things to intercepted traffic down the road.
After being DST-pilled by TigerBeetle, I've written the same completion-based I/O loop many, many times just to get going on whatever new i was working on.
This time I extracted it as a small Rust library so next time I don't have to start from scratch.
https://t.co/6GH8fVwZG5
My dear front-end developers (and anyone who’s interested in the future of interfaces):
I have crawled through depths of hell to bring you, for the foreseeable years, one of the more important foundational pieces of UI engineering (if not in implementation then certainly at least in concept):
Fast, accurate and comprehensive userland text measurement algorithm in pure TypeScript, usable for laying out entire web pages without CSS, bypassing DOM measurements and reflow
🚀 Introducing OpenZL, a new #opensource, format-aware compression framework!
It uses a unique “graph model” for compression, enabling modular, high-performance codecs and a universal decoder - perfect for structured data at scale
Link: https://t.co/XynPVXXw3I
#DataCompression
If you are looking for formal models of a real-world distributed system, DeepSeek @deepseek_ai released P specifications for their new distributed file system (3FS): https://t.co/TuUKbfjCc6
Our team open-sourced MANTIS: a foundation model for time series classification. It is lightweight, more efficient than competitors, and supports feature extraction mode without fine-tuning.
Arxiv: https://t.co/PPGoWdHcIw
Code: https://t.co/cM9ELd5oKj
A quick thread 👇
Towards the D in ACID, how many DBMSs:
- fsync() on commit
- fsync() on opening the WAL
- daisy chain checksums (cf. misdirected I/O)
- open the WAL with O_DIRECT (cf. fsyncgate)
- have 2 WALs (cf. Protocol-Aware Recovery)
- don't trust the inode to get WAL size
- test this?
@iMagesh@felixge https://t.co/RMHL0F8KX3
For now you can see this ,
https://t.co/uNg8u0fsca
I probably lost the article, it will take me a while to find it