Just pushed an update for https://thi.ng/genart-api (v0.29.0) which now supports dynamic switching of time providers. This is useful for situations where you want to switch from realtime animation to offline-based timing, e.g. to export high-resolution image sequences and give the browser time to grab & encode each frame and reduce related memory pressure...
For example, your animation loop can now have something like this below to switch time providers based on a certain start frame for recording:
```
$genart.setUpdate((time, frame) => {
if (frame === 1000) {
// switch to non-realtime animation:
// wait 250ms between frames w/ 60 fps reference frame rate
// start frame for new time provider is current frame + 1
$genart.setTimeProvider($genart.time.offline(250, 60, frame + 1));
}
// actual animation logic
// ...
return true;
});
```
#GenArtAPI #GenerativeArt #ProceduralArt #AlgorithmicArt #OpenSource #JavaScript #TypeScript
Wishing everyone a great time at Spätzlecoding Night by Klasse & Methode - IT Kollektiv Stuttgart starting today in #Stuttgart, #Germany
Find out more on
https://foss.events/2025/10-03-spatzlecoding-night.html
Follow the official account: @klasse_methode
#foss #floss #freesoftware #opensource #events #europe

🗓️ OSPO Alliance's Q3 2025 quarterly update is just around the corner on October 13th!
👉🏼 https://ospo-alliance.org/news/20251013_quarterly_q3_news/
Talk to you then !
#OSPOAlliance #opensource #GGI

Un FPS open source frenetico e gratuito: Xonotic. Dopo un piccolo bug iniziale col gamepad, risolto su Linux Mint, il gioco ci ha conquistato per velocità e leggerezza. Perfetto anche su Mini PC economici. Leggi l’articolo completo qui: https://incastro.altervista.org/xonotic-lfps-open-source-veloce-e-gratuito/
#linux #opensource #gaming #fps #minipc #linuxleggero #tuxracer #tecnologia

Apache Guacamole: Acesso Remoto Centralizado e Seguro!
Com o Apache Guacamole, você garante acesso remoto a desktops e servidores de forma simples e sem a necessidade de plugins. Centralize e proteja sua infraestrutura de TI, facilitando o gerenciamento e aumentando a produtividade da sua equipe.
👉 Descubra como simplificar o acesso remoto: https://linuxsolutions.com.br/apache-guacamole-acesso-remoto-centralizado-e-seguro/?utm_source=dlvr.it&utm_medium=mastodon
#AcessoRemoto #ApacheGuacamole #Segurança #TI #OpenSource
Vi starete chiedendo come sarà la nuova release Anna, già in cantiere?
Al netto del wallpaper provvisorio (la nostra grafica avrà il suo bel da fare con i nuovi wallpaper ;) ecco l'aspetto grafico della release 11.3 codename Anna, basata su Linux Mint 22.2
Volete sapere altro?
Seguiteci sui nostri social 😉
#ufficiozero #anna #opensource #freesoftware #UnoLinux

Cet automne je me lance, je vais proposer (dans mon cercle proche pour l'instant) des "installs parties" pour se passer des outils GAFAM ! Mail, messageries, OS, bureautique, internet... il y a trop de sujets 😅
Du coup je me suis rajouté sur https://aidelinux.gogocarto.fr et si vous le pouvez et que vous êtes en milieu rural je pense que ça vaut le coup de le faire, et à minima faire tourner la carte :)
#informatique #alternatives #QuittonsGAFAM #foss #opensource #libre #trieves #isere
Kaufberatung
Gibt es SSD-Sticks oder NVME-Sticks, die zur Installation geeignet sind?
https://forum.ubuntuusers.de/topic/gibt-es-ssd-sticks-oder-nvme-sticks-die-zur-in/
03.10.2025 um 16:13 Uhr
#ubuntuusers #forumuu #linux #opensource #fragenistmenschlich #hardware #neu #Diskussion

We welcome a new project to OpenSustain.tech #climate #sustainability #opensource #opensustain #openscience https://github.com/simonbesnard1/gedidb
🏦 **Představuji: RBC Premium API Python Library v1.0.2**
Po dlouhé práci jsem dokončil a vydal kompletní Python client knihovnu pro Premium API Raiffeisenbank České republiky. Tato knihovna významně zjednodušuje integraci s bankovními službami pro české vývojáře a firmy.
🎯 **Co knihovna nabízí:**
**Kompletní API pokrytí:**
• Správa účtů a zůstatků
• Přehledy transakcí (včetně spořicích účtů)
• Import plateb
• Stahování výpisů
• Aktuální FX kurzy
• Batch operace
**Profesionální implementace:**
• Automaticky generováno z OpenAPI 3.0 specifikace
• Plná podpora mTLS autentizace s PKCS#12 certifikáty
• Type hints pro bezpečný vývoj
• Komprehenzivní error handling
• Dodržování rate limitů (10/s, 5000/den)
**Developer Experience:**
• 14 praktických příkladů použití
• Kompletní dokumentace všech endpoints
• Snadná instalace přes pip
• Podpora Python 3.9+
🔧 **Technické detaily:**
Knihovna je postavena na OpenAPI Generator 7.13.0 s vlastními šablonami optimalizovanými pro Python. Řeší běžné problémy s imports, forward references a poskytuje utility pro extrakci certifikátů z P12 souborů.
📈 **Proč je to důležité:**
V době digitalizace bankovnictví potřebují firmy spolehlivé nástroje pro integraci s bankovními API. Tato knihovna odstraňuje technické bariéry a umožňuje vývojářům soustředit se na business logiku místo na low-level HTTP komunikaci. (+ jsem se na tom naučil commandovat copilota na složitějším projektu)
📦 **Jak začít:**
```bash
pip install rbczpremiumapi
```
Více informací, příklady a dokumentace najdete na:
🔗 PyPI: https://pypi.org/project/rbczpremiumapi/
🔗 GitHub: https://github.com/Vitexus/python-rbczpremiumapi
Těším se na vaše zpětné vazby a případné příspěvky k dalšímu rozvoji!
#Python #API #Banking #FinTech #OpenSource #RaiffeisenBank #VitexSoftware #CzechTech #OpenAPI #mTLS #PKCS12
Taskleiste, Dateimanager und Personalisierung in Linux Mint - Bye Windows 10! Teil 4/5
#linuxguides #linuxmint #linuxforbeginners #opensource #tutorial
