@seb_sebsn Linux, most things on Docker nowadays: some with ddev, some with Lando, some with docker-compose (esp. where that flexibility is needed). Almost everything is #TYPO3 setups (as you might have guessed ;-))
EXT:uuid is now available on Packagist and in the TER #typo3#t3dd22 https://t.co/uVfHxKwTbc https://t.co/PmR2gmroYi
#t3kudos to @IchHabRecht for handing over the ext key.
Next up: documentation rendering.
Heute vor zehn Jahren wurde unsere Firma von @bitshift und @andreaswo gegründet. 🎉
Vielen Dank an unsere Mitarbeiter, Kunden, Partner und Freunde, die uns bis hierher begleitet haben. Auf die nächste Dekade – natürlich mit #OpenSource! #foundata#anniversary#Karlsruhe
Glaube ist, an einem Feiertag wie Karfreitag kein Fleisch zu essen, weil das eine Religion eben so vorgibt.
Wissen ist, das ganze Jahr kein Fleisch zu essen, weil Massentierhaltung katastrophal für Klima und Umwelt ist, den globalen Hunger fördert und massives Tierleid bedeutet.
@bwaidelich@dimaip@eventstore Spontaneous idea: have a second (smaller) stream w/ corrections, that gets recreated with each correction, and contains the events in their logical order. The projector reads from both streams simultaneously (and always processes the "next" event).
Developers thinking every problem can be solved with a CRUD interface is an epidemic problem affecting (web) API design, software architecture in general as well as visual interface design. Most interfaces — visual and programmatic — are task based. Design them as such.
@MarcelWaldvogel@dEnergy_dTime@Frau2vor12 @FassnachtStefan Das ging halt noch nicht, als wir das vor zig Jahren aufgesetzt haben, jedenfalls nicht performant genug. Und ich wollte auch ehrlich gesagt nicht alle Logik 2x implementieren müssen ;-)
@tomasnorre AFAIK you can do a normal GET request if you send the E-Tag in the request headers. The server should then check the E-Tag against the version it has and issue a 304 if the resource has not changed.
@alex_schnitzler My initial tweet apparently got lost on my phone somewhere… we run different cests in parallel w/ GNU parallel, works pretty well here. Tests within cests are run in a defined order.