Event Sourcing in Python by John Bywater is on sale on Leanpub! Its suggested price is $29.99; get it for $5.00 with this coupon: https://leanpub.com/eventsourcinginpython/c/LeanPublishingDaily20260603 #agile #python #event_driven_architecture #distributed_systems #reactive
Event Sourcing in Python

A pattern language for event sourced applications and reliable distributed systems, with examples in the Python programming language.

🎉 After only six years, #Pluto.jl finally creeps out of beta and into version 1.0! 🐢 But don't worry, it's still just a "reactive" notebook—whatever that means—so grab your popcorn 🍿 and settle in for a 10-minute read that might only feel like an hour. ⏳
https://discourse.julialang.org/t/pluto-1-0-release/137296 #Plutojl #Release #Notebook #Reactive #Programming #Tech #News #HackerNews #ngated
Pluto 1.0 release!

After six years, it’s time to release Pluto version 1.0! With this release, I want to celebrate all the progress over the past years, and to symbolise that Pluto is ready. I am proud of what we have achieved, and I hope you enjoy it! This is a long post, so I will give a table of contents. This post will take 10 minutes to read. It will take longer if you click on links with additional information. Wait… what is Pluto? Okay! And what’s new in Pluto? (1/10) Reproducibility & reliability (2/10...

Julia Programming Language
Ontario's summer 2026 forecast is officially here and here's what's in store
Ontario's summer 2026 forecast has officially arrived, and if you were hoping for a consistently hot and dry season ahead, you might be a bit disappointed. The Weather Network released its highly anticipated summer 2026 forecast on Wednesday, noting that the upcoming season will be "changeable and reactive," and best described as "noncommital and inc...
https://www.blogto.com/city/2026/05/ontario-summer-2026-forecast/

# 16. Crisis as Control
Workplaces manufacture urgency to keep people compliant. Every project is critical, every deadline existential. #Crisis keeps #workers #reactive, not strategic — and therefore easier to control.

https://protyusagendherpoet.wordpress.com/2026/05/21/16-crisis-as-control/?utm_source=mastodon&utm_medium=jetpack_social

16. Crisis as Control

Workplaces manufacture urgency to keep people compliant. Every project is critical, every deadline existential. Crisis keeps workers reactive, not strategic — and therefore easier to control. Explo…

Protyus A Gendher

#ReleaseFriday Triggered by a recent feature proposal[1], I went ahead and polished & published a closely related, already work-in-progress (but still private) feature in https://thi.ng/rdom to support something I call "bare lists"[2]. I've started working on this for another project last year, but needed to do more testing (which I think have sufficiently done by now).

These "bare" lists are managed reactive control components which attach items directly to the list's parent DOM element instead of first creating a wrapper/container element for the items and so avoid introducing additional nesting.

There're many use cases where this additional nesting was a real problem with the earlier approach, e.g. in containers with CSS grid or flex layout, tables, or generally situations where we want to have static & reactive list items as true siblings...

The new version of thi.ng/rdom is technically a breaking change (sorry!), but the actual changes required (for you) are tiny and purely limited to the $list() and $klist() component function calls, which are now accepting a parameter object instead of positional args for the different possible behaviors. Of course, lists with item wrapper elements can still be created too, just as before (but via new args).

I've updated & tested all existing examples impacted by this change and also created a new fully commented example project (example #187) to illustrate these "bare" lists in situ (check the DOM inspector to see the shallow structure and how updates are applied):

Demo:
https://demo.thi.ng/umbrella/rdom-bare-lists/

Source code:
https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/rdom-bare-lists/src/index.ts

[1] github.com/thi-ng/umbrella/discussions/562
[2] My use of "list" here is generic, not limited to <ul> or <ol>...

#ThingUmbrella #Reactive #UI #OpenSource #TypeScript #JavaScript #WebDev

⚡️Blizzard ran their 9th poll, 39 concepts across 10 themes. The focus was on seldom‑skinned heroes: Brigitte, Maugu, Mei, plus newcomers Emre, Mizuki and Reactive Kisa.

Kiriko has two looks, Yuno got four, and Mercy is totally absent. Themes go from "Island parties" to "Animal gangsters". BRACE: these cosmetics aren't expected before Season 2-3, 2027. 👀

#SteamAndEpic #Themes #Blizzard #Brigitte #Reactive #Mizuki

#Reactive programming was way ahead of its time. Combined with a bit of framework code and if you feel like it, mix in some Scala too, one stack trace analysed by whatever model will catapult you right away into the top 10 of token users this month.

#Whiterot are some #fungi of #Agaricomycetes that degrade cellulose, hemicellulose, and #lignin. Since lignin is often degraded first, the affected plant parts appear #whitish. I. Jofré-Fernández et al. (2023) found that white rot affects #reactive #oxygenspecies (#ROS), thus promoting #CO2 #efflux from #soils, which can be a climate-relevant factor.
©#StefanFWirth #Berlin

Please support me with a small donation:
https://ko-fi.com/sfwirth

Ref
https://doi.org/10.3389/fmicb.2023.1148750

#Photos
©S F Wirth

Формы в Angular: от Reactive Forms к Signal Forms

Привет! Меня зовут Егор Молчанов, я разработчик в компании Домклик. В прошлой статье мы познакомились с новыми функциями input() , output() и model() , которые закладывают фундамент для будущего Angular без Zone.js. Сегодня мы поговорим о том, как эти изменения дошли до самой, пожалуй, наболевшей темы в любом приложении — работы с формами. В Angular v21 появился новый, экспериментальный способ управления формами — Signal Forms . Он не отменяет старые добрые Reactive Forms, но предлагает совершенно иной подход, основанный на сигналах. Давайте разберёмся, как работали формы раньше, как они будут работать с Signal Forms, и что это нам даёт.

https://habr.com/ru/companies/domclick/articles/1018180/

#angular #signals #signal #forms #reactive #javascript #ангуляр #вебразработка #webразработка #формы

Формы в Angular: от Reactive Forms к Signal Forms

Привет! Меня зовут Егор Молчанов, я разработчик в компании Домклик. В прошлой статье мы познакомились с новыми функциями  input() , output() и model() , которые закладывают...

Хабр

Added, updated & simplified the growing collection of darkroom-related calculators and super happy how elegant and concise the code has turned out, making it super easy to add more of them in the future.

I think it's also another great, if minimal, example to illustrate how otherwise completely separate https://thi.ng/umbrella packages can seamlessly compose/combine to enable a reactive dataflow UI, all without the need for any virtual DOMs and/or completely over-the-top frameworks like React & co. It's also doing so via mostly JS-native data structures for declaring the UI (plain objects/arrays/iterables) and various constructs directly managing the reactive value streams, thus providing a lot more finegrained control over UI updates/timing/throttling). Any value changes done by the user only trigger specific, pin-point calculations which then result in equally specific UI updates to show new results. Any user action only ever triggers the minimum amount of work needed to reflect the new state.

Calculators:
https://demo.thi.ng/umbrella/darkroom-calc/

Source code:
https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/darkroom-calc/src

The attached images show the source code of the entire main app (UI root) and one of the calculators...

Ps. Please let me know if you'd like to see more of these posts in the future. I'm tempted to launch season 2 of #HowToThing (see link below for 30 previous mini projects/tutorials) — but since this is very time consuming to produce & document these projects/examples, and because there has been _very little feedback_ to these previous projects/posts, I first need to gauge interest... Thank you! 🫶

https://codeberg.org/thi.ng/umbrella#howtothing

#ThingUmbrella #Darkroom #Calculator #Tool #Reactive #UI #WebDev #TypeScript #JavaScript #OpenSource