Skip to content

Commit 2f8955e

Browse files
authored
Merge branch 'master' into patch-1
2 parents f78bfb2 + 8b91337 commit 2f8955e

24 files changed

Lines changed: 627 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
city: Brno
2+
name: Park Božetěchova
3+
address: Veřejný gril v parku Božetěchova
4+
location:
5+
latitude: '49.22829'
6+
longitude: '16.59603'

series/brno-pyvo/events/2025-03-27.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ talks:
1717
Eren Terzioğlu will discuss running Python on NuttX, a POSIX-compliant RTOS, and how it compares to traditional embedded approaches in C.
1818
1919
Eren Terzioğlu works on bringing modern development workflows to embedded platforms, with a focus on NuttX.
20+
coverage:
21+
- slides: https://georgik.rocks/wp-content/talks/2025-03-27-pyvo-esp32/2025-03-27-pyvo-nuttx-python.pdf
2022
- title: MicroPython and Embedded Development
2123
speakers:
2224
- Juraj Michálek
2325
description: |
2426
Juraj Michálek will focus on MicroPython, showcasing practical workflows and how it integrates with Rust and C for performance-critical tasks.
2527
2628
Juraj Michálek specializes in MicroPython and making open-source embedded software accessible for makers and professional users.
29+
coverage:
30+
- slides: https://georgik.rocks/wp-content/talks/2025-03-27-pyvo-esp32/2025-03-27-pyvo-esp32-micropython.pdf
2731
- title: IoT and Wireless Communication
2832
speakers:
2933
- Michal Kubaščík
@@ -35,3 +39,5 @@ talks:
3539
3640
Michal Kubaščík and Ján Šumský are researchers at the Department of Technical Cybernetics at UNIZA,
3741
working on IoT applications, wireless communication, and real-time systems using ESP32.
42+
coverage:
43+
- slides: https://georgik.rocks/wp-content/talks/2025-03-27-pyvo-esp32/2025-03-27-pyvo-uniza-fristack-espnow.pdf
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
city: brno
2+
start: 2025-04-24 19:00:00
3+
name: Brněnské Pyvo - Dubnové
4+
venue: artbar
5+
description: |
6+
Dubnové Pyvo, poslední čtvrtek v měsíci v ArtBaru, jako obvykle. 🙂 🍻
7+
8+
---
9+
10+
April Pyvo, last Thursday of the month at ArtBar, as usual. 🙂 🍻
11+
12+
talks:
13+
- title: Ethical AI training for 3D printing
14+
speakers:
15+
- Vega
16+
description: |
17+
A presentation on the start to finish process of training a classification neural network to increase safety in 3D printing.
18+
19+
Presented by Vega, software engineer at RedHat by day, hardware hacker by night.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
city: brno
2+
start: 2025-05-29 19:00:00
3+
name: Brněnské Pyvo - Květnové
4+
venue: artbar
5+
description: |
6+
Květnové Pyvo, poslední čtvrtek v měsíci v ArtBaru, jako obvykle. 🙂 🍻
7+
8+
---
9+
10+
May Pyvo, last Thursday of the month at ArtBar, as usual. 🙂 🍻
11+
12+
talks:
13+
- title: WhatsApp bot using OpenAI and Meta APIs
14+
speakers:
15+
- Roman Pavelka
16+
description: |
17+
Some APIs are a delight to work with, while others are a frustrating challenge.
18+
19+
In this talk, we will explore APIs for OpenAI’s large language models and Meta’s WhatsApp platform.
20+
21+
We’ll then build a hands-on Python project that leverages these APIs alongside FastAPI and the requests library.
22+
23+
Along the way, you’ll see that an HTTPS-enabled web server is required.
24+
25+
This prompts us to experiment with Oracle Cloud Infrastructure and Certbot, making a truly comprehensive DevOps journey.
26+
27+
Author's bio: <https://romanpavelka.cz/bio>
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
city: brno
2+
start: 2025-06-26 19:00:00
3+
name: Brněnské Pyvo - Červnové
4+
venue: artbar
5+
description: |
6+
Červnové Pyvo, poslední čtvrtek v měsíci v ArtBaru, jako obvykle. 🙂 🍻
7+
8+
---
9+
10+
June Pyvo, last Thursday of the month at ArtBar, as usual. 🙂 🍻
11+
12+
talks:
13+
- title: Fighting logs with Log Detective
14+
speakers:
15+
- Jiri Podivin
16+
- Tomas Tomecek
17+
description: |
18+
The current process of identifying the root cause of a package build failure in Copr or Koji
19+
is time-consuming and requires considerable expertise.
20+
Log Detective proposes an automated log analysis system to help diagnose such failures
21+
and assist maintainers.
22+
23+
Log Detective uses Template Mining and Large Language Models to process your log files.
24+
It’s very simple to use, just go to <https://logdetective.com/explain>, paste a link to your log file,
25+
wait one minute and the service will explain that log to you.
26+
27+
Existing models like granite, llama, or mistral can give good feedback on your logs,
28+
but they don't understand our specific ecosystem.
29+
We are collecting log annotations to train our own models under the CDLA-Permissive-2.0 license.
30+
Our aim is to create a service that provides near-perfect explanations and solutions,
31+
as if an experienced maintainer was guiding you.
32+
33+
In this talk, we’ll give you an overview of Log Detective,
34+
explain the technical decisions and finish with a demo. You shouldn’t miss this talk if
35+
you are building software as your job.
36+
37+
----
38+
39+
*Jiri Podivin*
40+
41+
I have been interested in AI for a long time and have worked on language model applications before, although not the "large" ones.
42+
I have been working as an engineer at Red Hat on the Openstack project for the last four years,
43+
and recently I have joined Log Detective. I also collaborate with Mendel University on projects on agricultural automation
44+
and plant diagnostics using acoustic emission.
45+
46+
In my free time I am a fan of museums, obscure literature and strategy games.
47+
48+
Dlouho se zajímám o AI a už dříve jsem pracoval na aplikacích jazykových modelů, byť ne těch "velkých".
49+
Poslední čtyři roky pracuju jak inženýr v Red Hatu na projektu Openstack,
50+
a nedávno jsem přibral Log Detective. Také spolupracuji s Mendelovou univerzitou na projektech automatizace zemědělství
51+
a diagnostiky rostlin pomocí akustické emise.
52+
53+
Ve volné čase jsem příznivcem muzeí, obskurní literatury a strategických her.
54+
55+
*Tomas Tomecek*
56+
57+
Tomas Tomecek is a Redhatter and writes programs in Python for 15 years. He focuses on automation,
58+
packaging and lately on integrating AI into our infrastructure.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
city: brno
2+
start: 2025-07-31 18:00:00
3+
name: Brněnské Pyvo
4+
topic: Grilovací I
5+
venue: luzanky
6+
description: |
7+
Léto je tady a čeká nás opět tradiční grilovačka v Lužánkách!
8+
9+
Gril máme zarezervovaný od 18:00 do 22:00.
10+
11+
Vlastní zásoby s sebou! 🙂
12+
13+
---
14+
15+
Summer is here, so let's have our traditional barbecue in Lužánky!
16+
17+
We have the public grill booked for us form 18:00 till 22:00.
18+
19+
Bring your own supplies! 🙂
20+
21+
<https://goo.gl/maps/XLZh5pErmJYpmpbs7>
22+
talks: []
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
city: brno
2+
start: 2025-08-28 18:00:00
3+
name: Brněnské Pyvo
4+
topic: Grilovací II
5+
venue: park-bozetechova
6+
description: |
7+
Druhá letní grilovačka!
8+
Tentokrát v parku Božetěchova, věřejný gril 1.
9+
10+
Gril máme zarezervovaný od 18:00 do 22:00.
11+
12+
Vlastní zásoby s sebou! 🙂
13+
14+
---
15+
16+
Second traditional summer barbecue!
17+
This month in the park on the Božetěchova street, public grill 1.
18+
19+
We have the public grill booked for us form 18:00 till 22:00.
20+
21+
Bring your own supplies! 🙂
22+
23+
<https://maps.app.goo.gl/X68ps4cSvBTWUhF96>
24+
talks: []
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
city: hradec-kralove
2+
start: 2025-04-10 18:00:00
3+
name: Hradecké Pyvo
4+
number: 25
5+
topic: Předvelikonoční
6+
venue: pivovarske-domy
7+
description: |
8+
Neformální setkání
9+
talks: []
10+
urls:
11+
- https://www.facebook.com/groups/pythonhradeckralove
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
city: olomouc
2+
start: 2025-04-17 18:00:00
3+
name: Olomoucké Pyvo
4+
topic: "Python tooling (nové generace)"
5+
description: |
6+
Popovídáme si o tom, co je to "tooling", a jaké novinky se v této oblasti v poslední době
7+
v Pythonu objevily.
8+
9+
Můžete se také přidat do [mailing listu Olomouckého Pyva](https://groups.google.com/forum/#!forum/olomoucke-pyvo)
10+
a/nebo do kanálu [#pyvo-olomouc](https://pyvec.slack.com/archives/C7N6X4L5B) na
11+
[PyVec Slacku](https://pyvec.slack.com/), abyste měli vždy aktuální informace.
12+
13+
Děkujeme a těšíme se na vaši účast!
14+
15+
venue: u-ptaka
16+
talks:
17+
- title: "Python tooling (nové generace)"
18+
speakers:
19+
- Kuba Beránek
20+
urls: []
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
city: olomouc
2+
start: 2025-05-22 18:00:00
3+
name: Olomoucké Pyvo
4+
topic: Májové
5+
venue: u-ptaka
6+
description: |
7+
Ani v den, kdy se hraje čtvrtfinále hokejového mistrovství světa, nerušíme tradici.
8+
Přijďte posedět a pohovořit nejen o Pythonu, ale také třeba o vesmíru.
9+
10+
Můžete se také přidat do [mailing listu Olomouckého Pyva](https://groups.google.com/forum/#!forum/olomoucke-pyvo)
11+
a/nebo do kanálu [#pyvo-olomouc](https://pyvec.slack.com/archives/C7N6X4L5B) na
12+
[PyVec Slacku](https://pyvec.slack.com/), abyste měli vždy aktuální informace.
13+
14+
Děkujeme a těšíme se na vaši účast!
15+
16+
talks:
17+
- title: "Kosmičtí sousedé (update)"
18+
speakers:
19+
- Vojta Beran
20+
description: |
21+
Nahlédneme do blízkého okolí Sluneční soustavy. Položíme si jednoduchou
22+
otázku a pokusíme se na ni odpovědět pomocí základních knihoven Pythonu.
23+
Přednáška je vhodná pro začátečníky a začátečnice (PyLadies),
24+
proto se také můžeme pozastavit u některých kroků, např. u generování
25+
datové sady do CSV souboru nebo u jednoduché vizualizace dat.
26+
Dozvíme se pár základních pojmů z astronomie a bude prostor pro dotazy.
27+
28+
urls: []

0 commit comments

Comments
 (0)