#AKKA . void https://ift.tt/0EwAhHB | posted by afasia | daily entries on contemporary art and architecture #afasiaarchzine #afasiaarq |
#architecture #arquitectura #design
Bethnal Green Road . Ankaran Studio AKKA . void arhitektura . photos: © An…
#AKKA . void https://ift.tt/0EwAhHB | posted by afasia | daily entries on contemporary art and architecture #afasiaarchzine #afasiaarq |
#architecture #arquitectura #design
Bethnal Green Road . Ankaran Studio AKKA . void arhitektura . photos: © An…
Akka is suggestion Event Sourcing as the collaboration pattern for agentic systems? WDYT? Any other pattern you prefer instead?
Great interview with Jonas Bonér covering Akka's history, core concepts (Actors, Streams, Persistence), the shift to BSL, and its role in AgenticAI. #akka #scala https://youtu.be/wXM3-jAKDfQ
Bloodbath
07.08.2025 Nottertal-Heilinger H?hen / Party San Open Air
DxBxSx
07.11.2025 G?ttingen / Vinyl-Reservat
Extrabreit
30.05.2025 H?xter / Weserscholle Open Air
Goatburner
22.10.2025 Hildesheim / Kulturfabrik L?seke
25.10.2025 Halle / Alte Schule
Jason Kane & The Jive
18.06.2025 Detmold / Alte Pauline
19.06.2025 Paderborn / AKKA
Lazarvs
29.11.2025 G?ttingen / Vinyl-Reservat
Pyramid
18.06.2025 Hildesheim / Kulturfabrik L?seke
#AKKA #AltePauline #AlteSchule #Bloodbath #Detmold #DxBxSx #Extrabreit #Goatburner #Goldgrube #Gottingen #Halle #Hildesheim #Hoxter #JasonKaneTheJive #Kassel #KulturfabrikLoseke #Lazarvs #NottertalHeilingerHohen #Paderborn #PartySanOpenAir #Pyramid #SheerTerror #VinylReservat #WeserscholleOpenAir #SteelFeed
Ancst
26.04.2025 Kassel / Goldgrube
Damn Good Kids
29.11.2025 Paderborn / MultiCult
Mean Mistreater
09.04.2025 Paderborn / AKKA
Open Range
12.04.2025 Paderborn / AKKA
#AKKA #Ancst #DamnGoodKids #Goldgrube #Kassel #MeanMistreater #MultiCult #OpenRange #Paderborn #SteelFeed
'Akka' Teaser Has Keerthy Suresh, Radhika Apte Locking Horns!! Check It Out!! #KeerthySuresh, #RadhikaApte, #Netflix, #Akka
Anyway, step one complete: #Querki is finally running in #Docker locally.
One mistake was that I committed to an early deployment solution a dozen years ago which, sadly, was a dead-end. That was kind of invasive, and wound up pinning Querki to *ancient* versions of #Scala and #Akka (and libraries).
So now, we're switching everything to Docker, and probably just going to use native AWS for deployment for the time being. I may eventually switch to #k8s, but one problem at a time…
Fantastic news! Lightbend is now #Akka and Akka 3 is coming!!!
Akka always was *the* best part, so it’s fantastic to focus on it like that.
Congratulations @jboner et al 👏
Our Principal Software Engineer Krzysztof Ciesielski tested the performance of the Tapir library and described it in the Benchmarking tapir series: https://sml.io/benchmarking-tapir 💡
See the conclusions from the tests and what improvements were introduced thanks to this project!
Unlock Scalability in 30 Minutes with Akka Actors In Java, a built-in multi-threading system relies on shared data and locks. To utilize this system, developers identify the data to be shared among multiple threads and mark the code sections that access this data as “synchronized”. #Akka (toolkit) https://computerstechnicians.com/it/coding/unlock-concurrency-in-30-minutes-achieve-scalability-with-akka-actors/
.
Santuario de Bahá'u'lláh y los jardines bahá'ís en #Akká.
Foto: @monarey9
#news #Bahai #Mexicali #FelizMiércoles
.
Latest #Akka release 24.05 is packed with a bunch of cool things:
- new DB sharding allows for 1M req/s on 8 RDS instances
- GraalVM native images
- native Akka on resource-constrained devices
- #Java 21 certified
- new features to enable #ZeroTrust setups
Find all details here: https://www.lightbend.com/blog/akka-2405-more-security-more-performance-more-efficiency
Ever wanted to access the request body within a Play Framework Filter? I did, and I couldn't find any solution online. Now there is one. See my post:
https://hertig.blog/posts/accessing-request-body-in-play-framework-filters/
This is old news, but there's now an official announcement — Apache Pekko is now a top-level project:
From #Akka to #Erlang and beyond, there are coders that love the actor model. But how does it work? How do you design systems in an actor-based world?
Hugh McKee joins me to talk about the best patterns and approaches he's found for breaking the problem down and building an actor-system back up.
📺 Watch on YouTube: https://youtu.be/CBUWcUuG6Ss
🎧 Listen on Spotify: https://open.spotify.com/episode/6LvibKMNLLiJA1f1bfgzYI
I want to crowdsource a list of projects that were initially Open source licensed but have since switched to a non-FOSS license. I intend to create a website listing them. Which do you know of?
The following information would be great to have:
- Name of Project
- Link to project Website/Repo
- Link to official license change announcement
- Fork(s) that stayed open source
Here are the ones I'm already aware of:
- Akka (Lightbend)
- Terraform (Hashicorp)
- Vault (Hashicorp)
- Teleport
- Redis
#opensource #foss #license #bigtech #software #apache #scala #akka #goteleport #redis
@mpilquist @alexelcu Ooooh, and that led me to Alex’ year-old article on integrating #Akka with CE3: https://alexn.org/blog/2023/04/17/integrating-akka-with-cats-effect-3/
That's directly relevant to my life, since I hope someday to bring #Querki into the modern age, using CE3 and fs2, and it's 100% based on Akka Cluster Sharding. (Still the number-one use case for Akka.) So that's going to get bookmarked for future reference; thanks!