photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

242
active users

#restructure

0 posts0 participants0 posts today
Continued thread

Fourteen days restraining order. Deputy Assistant Attorney General argues that the emergency is plaintiff's creation, & that the court has no jurisdiction. So we'll soon be able to add this as 3) CA federal judge: "Stop it." & they defy another court.
#SanFrancisco #federal #judge #Susan #Illston "#radically #restructure & #dismantle the #federal #government" #RIF #Notice #reduction in #force #protect the #power of the #legislative #branch #executive #TRO #restraining npr.org/2025/05/09/nx-s1-53937

In other #ThingUmbrella related news: I've completed the weekend round — 65+ commits — of restructuring & splitting up some larger packages, with the result of there being nine more of them now. 198 in total! Another side effect of this effort is generally fewer dependencies, incl. for some select other core packages (partially by choosing to intern small functions/functionality, in cases where it made sense...)

The new packages (but existing functionality!) are:

- thi.ng/bidir-index : Bi-directional map/index data structure
- thi.ng/disjoint-set: Disjoint Set data structure w/ path compression (useful for union-find tasks)
- thi.ng/object-utils : Plain JS object & map manipulation
- thi.ng/pixel-convolve: Extensible image convolution, preset kernels, normal map generation
- thi.ng/pixel-dominant-colors: k-means based dominant color extraction from images
- thi.ng/sorted-map: Skiplist-based sorted map & set data structures
- thi.ng/sparse-set : Sparse set data structure
- thi.ng/trie : Trie-based map data structure w/ prefix search/query
- thi.ng/uuid : Binary & string-based UUID v4 generation

The packages which have been split up have received major version updates w/ notices on both readmes & changelogs:

- thi.ng/adjacency
- thi.ng/associative
- thi.ng/pixel
- thi.ng/random

In case you missed it, please see this issue for more context:

github.com/thi-ng/umbrella/iss

thi.ng/bidir-indexBi-directional index mapping arbitrary keys to numeric IDs & vice versa