-
“Cisco announces record revenue and 4,000 layoffs in the same day”
https://arstechnica.com/information-technology/2026/05/cisco-announces-record-revenue-and-4000-layoffs-in-the-same-day/Time for more co-ops in tech?
https://en.wikipedia.org/wiki/Cooperative
https://www.thenews.coop/ -
#CSS experiment: collapsible TOC.
Thanks to :has(), the input:radio can be anywhere.
body:has(#collapsed:checked) > ul > li > ul {
display: none;
} -
As a user, I find toggles much more difficult to figure out than checkboxes. This is one of the better toggle implementations but it also makes you wonder: Why not use a checkbox if it’s so similar to one?
More thoughts on checkboxes vs. toggles: https://uxplanet.org/checkbox-and-toggle-in-forms-f0de6086ac41
-
npm packages: Share of ESM vs. CommonJS?
https://github.com/wooorm/npm-esm-vs-cjs
#ES_Next_News #ECMAScript #JavaScript #ESM #CommonJS #npm -
Is there are place where people discuss #TextMate grammars – especially implementing parsers for them?
-
Concurrent.js: load modules into web workers, access them asynchronously
https://github.com/bitair-org/concurrent.js
#ES_Next_News #ECMAScript #JavaScript #WebWorkers -
Work in progress (eventually free or open source): a cross-platform flash card app written with #Rust and #FLTK: https://github.com/fltk-rs/fltk-rs
My main wish was being able to easily switch between files with cards, written in Markdown.
Card management is more manual than e.g. Anki which I think I prefer (but it was also easier to implement 😀).
-
I’m intrigued that “Speaking JavaScript” (*) still fills a (tiny) niche: People who want to learn ECMAScript 5.
That’s difficult with newer material because you don’t always see which features are newer than ES5.
(*) https://exploringjs.com/es5/
#JavaScript #ES5 #ECMAScript5 -
#ImageCompression: “The new attention center model […] uses machine learning to attempt to identify which parts of an image will attract a human’s attention first, so that it can selectively decompress those regions first.”
https://www.theregister.com/AMP/2022/12/02/ml_attention_center_model_freed/