Munich-based Constellr, which builds thermal satellite imaging hardware and software, raised a €37M Series A, taking its total funding to €75M (Ingrid Lunden/Resilience Media)
https://resiliencemedia.co/constellr-snaps-up-e37m-to-expand-its-thermal…
🥳 New Kitten¹ Release
Fixes:
• The `kitten.html` shorthands for plain HTMX client-side event handling of a Kitten Page’s default WebSocket lifecycle (`on:connecting`, `on:connect`, and `on:disconnect`) were generating faulty HTMX code (the Alpine.js versions, `@on:connecting`, `@on:connect`, and `@on:disconnect`, were fine). The plain HTMX versions now also generate working code.
• Replaced direct `eval` in a statement in the Kitten Introspection API to improve safet…
Kazakhstan’s constitutional overhaul signals a Ukrainian-style break from Russia: https://benborges.xyz/2026/02/10/kazakhstans-constitutional-overhaul-signals-a.html
I see that Texas's Office of Hostile Foreign Adversaries is holding sway with the governor's office or something.
Governor Abbott Directs State Health Agencies to Address Potential CCP-Connected Cybersecurity Risks
https://go…
Cowboys Connected to Targeting Towering 6-Foot-6 Pass Rusher https://heavy.com/sports/nfl/dallas-cowboys/connected-targeting-towering-pass-rusher/
After decades of construction, the world's first facility for permanently disposing spent nuclear fuelis set to begin operations in Finland,
becoming a final resting place for tons of dangerous radioactive waste.
Construction of Onkalo
— which means “cave” in Finnish
— began on the west coast in 2004.
It sits on the secluded island of Olkiluoto, in a dense wooded area.
The closest town is Eurajoki, about 9.3 miles inland, which is home to about 9,000 p…
Kenneth Walker III joins short list of Super Bowl MVPs who immediately changed teams https://www.nytimes.com/athletic/7102187/2026/03/09/kenneth-walker-super-bowl-mvp-changed-teams/
Oh, poor babies. Thank goodness thousands of Brown people aren’t dying or anything.
Get bent. @… https://connectop.us/@CharlieMcHenry/11637690…
The U.S. Food and Drug Administration is
refusing to consider Moderna’s application for a new flu vaccine
made with Nobel Prize-winning mRNA technology.
The news is the latest sign of the FDA’s heightened scrutiny of vaccines under Health Secretary Robert F. Kennedy Jr.,
particularly those using mRNA technology,
which he has criticized before and after becoming the nation’s top health official.
Moderna received what’s called a “refusal-to-file” letter from…
🥳 JavaScript Database (JSDB)¹ version 7.0.0 released
- *Breaking change* JSTable.PERSIST event now uses a parameter object with properties for `type`, `keypath`, `value`, `change`, and `table`. This should make listening for events on your databases much nicer to author. e.g., a snippet from Catalyst² I’m working on:
```js
const settingsTable = db.settings['__table__']
const JSTable = settingsTable.constructor
settingsTable.addListener(JSTable.PERSIST, (…