opensource

Back Open Paginator
03.10.2025 16:56
toxi (@toxi@mastodon.thi.ng)

Just pushed an update for 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




Show Original Post


03.10.2025 16:53
foss_events (@foss_events@fosstodon.org)

Wishing everyone a great time at Spätzlecoding Night by Klasse & Methode - IT Kollektiv Stuttgart starting today in #Stuttgart, #Germany

Find out more on
foss.events/2025/10-03-spatzle

Follow the official account: @klasse_methode

#foss #floss #freesoftware #opensource #events #europe





Show Original Post


03.10.2025 16:40
OSPOAlliance (@OSPOAlliance@mastodon.opencloud.lu)

🗓️ OSPO Alliance's Q3 2025 quarterly update is just around the corner on October 13th!

👉🏼 ospo-alliance.org/news/2025101

Talk to you then !

#OSPOAlliance #opensource #GGI





Show Original Post


03.10.2025 16:31
incastropc (@incastropc@mastodon.social)

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: incastro.altervista.org/xonoti





Show Original Post


03.10.2025 16:21
linuxsolutions (@linuxsolutions@mastodon.social)

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: linuxsolutions.com.br/apache-g




Show Original Post


03.10.2025 16:21
ufficiozero (@ufficiozero@mastodon.uno)

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





Show Original Post


03.10.2025 16:20
raphm (@raphm@mamot.fr)

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 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




Show Original Post


03.10.2025 16:15
forumuu (@forumuu@nerdculture.de)

Kaufberatung

Gibt es SSD-Sticks oder NVME-Sticks, die zur Installation geeignet sind?
forum.ubuntuusers.de/topic/gib
03.10.2025 um 16:13 Uhr

#ubuntuusers #forumuu #linux #opensource #fragenistmenschlich #hardware #neu #Diskussion




Show Original Post


03.10.2025 16:14
p (@p@pixelfed.de)
Fiesta DC 2025

#FiestaDC2025 #FiestaDC #dominicanrepublic #culture #art #arte #mastoart #dog #dogs #dogsofpixelfed #doglove #hund #hunde #hundeliebe #cultura #culturalatina #latinoamerica #washingtondc #dclife #streetphotography #streetart #parade #festival #desfile #foto #fotografia #fotografie #opensource #opensourcesoftware #linux #rawtherapee #gimp



Show Original Post


03.10.2025 16:09
opensustaintech (@opensustaintech@mastodon.social)

We welcome a new project to OpenSustain.tech github.com/simonbesnard1/gedidb




Show Original Post


03.10.2025 16:09
vitex (@vitex@f.cz)

🏦 **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: pypi.org/project/rbczpremiumap
🔗 GitHub: github.com/Vitexus/python-rbcz

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




Show Original Post


03.10.2025 16:09
LinuxGuides (@LinuxGuides@mastodon.social)

Taskleiste, Dateimanager und Personalisierung in Linux Mint - Bye Windows 10! Teil 4/5

youtu.be/a79dnBfvzpo





Show Original Post


1 ...5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 ...6192
UP