Skip to content

Commit d062880

Browse files
authored
New post: spring 2025 meetup (#70)
1 parent 94c43a3 commit d062880

8 files changed

Lines changed: 60 additions & 0 deletions

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ authors:
8282
name: Krištof Črnivec
8383
url: https://blog.crnivec.com/
8484
email: kristof.crnivec@gmail.com
85+
matickocijancic:
86+
name: Matic Kocijančič
87+
url: https://www.linkedin.com/in/matickocijancic/
88+
email: matickoco@gmail.com
8589

8690
paginate: 9
8791

_posts/2025-06-16-spring-meetup.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: post
3+
title: "Spring Ruby Meetup: Dictation, AI Skepticism & Coffee Analytics"
4+
author: matickocijancic
5+
bg_photo: /assets/img/posts/2025-06-16-meetup-01.jpeg
6+
---
7+
8+
As the season drew to a close, Slovene Rubyists gathered for our Spring Meetup, once again returning to the familiar setting of the [Computer History Museum in Ljubljana]. While the venue was well known, the meetup introduced a refreshing new format, proposed by the event’s main organizer, [Krištof Črnivec].
9+
10+
Departing from the more rigid structure of past meetups (presentations followed by Q&As), this time we experimented with a more interactive approach, blending show-and-tell segments with open-floor discussions. Another welcome novelty was the introduction of an open beer tap, courtesy of a local craft brewery, which helped ease us into the new format.
11+
12+
[Lenart Rudel] was the first to give a lightning talk. Over the past two years, he struggled with persistent wrist inflammation, a common issue among software engineers. He tried all the doctor-recommended solutions, from ergonomic accessories to stretching and mobility exercises. While these approaches didn’t resolve the issue as much as he had hoped, he found a surprising breakthrough in pain reduction by switching from typing to dictation for most of his non-coding text input.
13+
14+
Lenart introduced us to his favorite tool for this purpose, [SuperWhisper], a Mac and iOS app designed for real-time transcription and voice-to-text conversion. It uses OpenAI's Whisper model for transcription and integrates popular LLMs for customizable text refinement.
15+
16+
Lenart's talk sparked a lively discussion, not only about recent advances in speech transcription, but also about the growing hype surrounding the use of LLMs in software engineering and the emergence of the "vibe coding" phenomenon. Most attendees expressed skepticism toward this trend, aligning with Krištof’s assertion that "we are not (yet) bullish on AI," which echoed [Martin Artnik]’s critique of AI-dependent coding from [his talk earlier this year]. Despite the prevailing skepticism, there was broad agreement that LLMs are valuable for handling documentation tasks, and [Miha Filej] made a compelling case for using AI-powered coding tools (his current favorite being [Cursor]) in basic testing scenarios.
17+
18+
[Miha Rekar] delivered the second lightning talk of the day, sharing the fascinating details behind his susccessful web app, [visualizer.coffee]. Built with a Ruby backend, the app provides shareable analytics and tracking of espresso shot parameters for users of boutique coffee machines such as Decent, Beanconqueror, Gaggiuino, Smart Espresso Profiler, and Pressensor. First launched in 2020 and regularly updated since, visualizer.coffee is now actively used by nearly 6,000 coffee enthusiasts, with over 3 million shot entries recorded to date. While most features are available for free, an optional subscription unlocking the premium version became a successful side business for Miha over the years, covering all of his lavish coffee-related expenses.
19+
20+
Once the formal session concluded and the beer tap ran dry, the group headed to the nearest pub, where a fresh stream of cold drinks and lively conversation kept the night alive.
21+
22+
## Photos
23+
24+
<div class="gallery">
25+
<a href="/assets/img/posts/2025-06-16-meetup-01.jpeg" target="_blank" >
26+
<img src="assets/img/posts/2025-06-16-meetup-01.jpeg" alt="Group photo of the meetup">
27+
</a>
28+
<a href="/assets/img/posts/2025-06-16-meetup-02.jpg" target="_blank" >
29+
<img src="/assets/img/posts/2025-06-16-meetup-02.jpg" alt="Miha Rekar presenting visualizer.coffee">
30+
</a>
31+
<a href="/assets/img/posts/2025-06-16-meetup-03.jpeg" target="_blank" >
32+
<img src="/assets/img/posts/2025-06-16-meetup-03.jpeg" alt="Group photo of the meetup">
33+
</a>
34+
<a href="/assets/img/posts/2025-06-16-meetup-04.jpeg" target="_blank" >
35+
<img src="assets/img/posts/2025-06-16-meetup-04.jpeg" alt="Miha Rekar, Martin Artnik, and Krištof Črnivec">
36+
</a>
37+
<a href="/assets/img/posts/2025-06-16-meetup-05.jpg" target="_blank" >
38+
<img src="/assets/img/posts/2025-06-16-meetup-05.jpg" alt="Meetup attendees performing wrist exercises">
39+
</a>
40+
<a href="/assets/img/posts/2025-06-16-meetup-06.jpg" target="_blank" >
41+
<img src="/assets/img/posts/2025-06-16-meetup-06.jpg" alt="Group photo of the meetup">
42+
</a>
43+
</div>
44+
45+
_Photos courtesy of Miha Filej, Ivo Pačnik, and Matic Kocijančič._
46+
47+
[Computer History Museum in Ljubljana]: https://www.racunalniski-muzej.si/
48+
[Krištof Črnivec]: https://www.linkedin.com/in/kristof-crnivec
49+
[Lenart Rudel]: https://www.linkedin.com/in/lenartr/
50+
[SuperWhisper]: https://superwhisper.com
51+
[Martin Artnik]: https://github.com/artoartnik
52+
[his talk earlier this year]: https://rug.si/2025/03/05/winter-meetup/
53+
[Miha Filej]: https://miha.filej.si/
54+
[Cursor]: https://www.cursor.com
55+
[Miha Rekar]: https://mr.si/
56+
[visualizer.coffee]: https://visualizer.coffee
2.68 MB
Loading
1.57 MB
Loading
3.26 MB
Loading
2.95 MB
Loading
1.01 MB
Loading
992 KB
Loading

0 commit comments

Comments
 (0)