31 Followers
24 Following
40 Posts
👋 Richard •  #python developer •  #linux enthusiast •  #opensource advocate • 💾 #SelfHosting profesional •🗜️Maker • 🎤 conference organizer • 💸 #NonProfit activist •🎖️ #PSF fellow

Počas vyletu do Florencie som našiel starú mapu #Possonia, v #PalazzoVecchio spozornel som a rozhodol sa zistiť viac.

Jedná sa o jedno z najstarších vyobrazení Bratislavy, hlavného mesta Slovenska.

Veduta (zobrazenie mesta) vznikla v roku 1565 ako jedna zo série 14 fresiek a zobrazovali niektoré mestá vtedajšej habsburskej monarchie. Jej súčasťou v tom čase bol Prešporok, ako nová metropola Uhorska.

#Nahodicka #Bratislava #Florencia

I just found #fillament bowl today. My new fillament shelf has a #bug :)

#3dprint

Today is the days when I started with #gridfinity.

Just found out about the system and it seems like great option for organizing stuff.

#3dprinting

Recently I return to #3dprinting. Love all the designs available, created by the community...
Príprava na posledný webinár o #IoT. Budem sa venovať #ESPHome a ako si vyrobiť vlastný senzor do #HomeAssistant.
Na budúci týždeň začnem sériu online prednášok o #IoT pre začiatočníkov. Po teoretickom úvode sa zameriam hlavne na #HomeAssistant @homeassistant tak aby ste sa naučili ako jednoducho a bezpečne začať. Ak máte záujem tak podrobnosti ako sa prihlásiť sú tu: https://www.meetup.com/pyconsk/events/290824251/ #Bratislava #Python #meetup
47. Bratislavský Python Meetup, Wed, Jan 18, 2023, 6:00 PM | Meetup

Na meetupe vás uvedieme do problematiky inteligentnej domácnosti. Dozviete sa aké prístupy existujú pri budovaní smart home, ktorý je kedy vhodné využiť a na čo si dávať po

Meetup
I just love when I do #repair something. Even more if I can solder during the repair. #DnesBastlim #DnesOpravujem #DYI

If you are working with #identifiers, and need to check if some id has valid format, I have build (couple of years ago) a #Python library that verify all kind of identifiers.

It is based on #EuropeanCentralBank list of national identifiers and you can find all kind of #regex and functions, that helps you to have all identifiers in correct format. #ECB #PublicMoneyPublicCode

https://github.com/ricco386/identifier-tools

GitHub - ricco386/identifier-tools: Library that helps working with different subject identifier types. Purpose of this library is to validate string if it matches the identifier format and if possible calculate checksum if it is correct for identifier.

Library that helps working with different subject identifier types. Purpose of this library is to validate string if it matches the identifier format and if possible calculate checksum if it is cor...

GitHub

(5/5) With `include` you can load external file and if you put this all together with enviroment variables you got a powerfull tool in your hand.

You can create a template that contains hidden jobs (starting with .) that can be extended, it is OK to use #anchors in the sameplate as thay are used within the same file.

This allows you to include the same pipeline for each cluster and define everything just by enviroment variables.

#YAMLisCool

(4/5) If you want to reuse code across several files, then you can use the `extends` keyword. This works similar to inheritance - you define a "template" job that other jobs can then extend.

Some things to keep in mind regarding extends:

* if the key is a hash it will get merged
* if the key is an array, it will get overridden