https://caniuse.com/css-snappoints #web #css #layout
CSS Scroll Snap
CSS technique that allows customizable scrolling experiences like pagination of carousels by setting defined snap positions.
CSS Scroll Snap
CSS technique that allows customizable scrolling experiences like pagination of carousels by setting defined snap positions.
https://cliffle.com/blog/not-thread-safe/ #api #concurrency #rust #programming
Safely writing code that isn't thread-safe -- An under-appreciated Rust feature
Safely writing code that isn't thread-safe -- An under-appreciated Rust feature
https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell #yaml #configuration #fileformat
Ruudvanasseldonk
The yaml document from hell
As a data format, yaml is extremely complicated and it has many footguns. In this post I explain some of those pitfalls by means of an example, and I suggest a few simpler and safer yaml alternatives.
https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/24 #community #opensource #terminal #cooperation
GitLab
Terminal WG Operational Doubts (#24) · Issues · terminal-wg / specifications · GitLab
[ I wrote these notes about half a year ago. I publish them now unchanged (except for this very paragraph) in the hope that it's useful, but...
https://ericmitchell.ai/detectgpt/ #ai #machine_learning #paper
DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature
DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature
https://fasterthanli.me/articles/the-bottom-emoji-breaks-rust-analyzer #programming #lsp #ide #unicode #rust
fasterthanli.me
The bottom emoji breaks rust-analyzer
Some bugs are merely fun. Others are simply delicious! Today's pick is the latter. Reproducing the issue, part 1(It may be tempting to skip that section, but reproducing an issue is an important pa...