I never thought about usage of my face and voice for training tbh. And I donโt think I can control that too much.
Part of the job I guess.
@thegeeknarrator.bsky.social
Podcaster, Youtuber @TheGeekNarrator (https://youtube.com/@thegeeknarrator?si=yN0zWNDAScJKv_QZ), Staff Platform Engineer @Personio
I never thought about usage of my face and voice for training tbh. And I donโt think I can control that too much.
Part of the job I guess.
Thanks @qianli.dev
Challenges faced:
- Remote recording is sometimes challenging, but these days there are many tools like Riverside, Descript make it really easy.
- Not getting demotivated is a challenge. But ultimately you start enjoying the process and engagement becomes a side effect.
1/12. I'm excited to share our latest technical blog post on ParadeDB.
After a brief hiatus focused on transforming ParadeDB into an enterprise-ready database, expect to hear a lot more from us.
Today's post: How ParadeDB built an LSM on top of Postgres block storage. ๐งต
How do LSM trees work?
Finally created a light board video. I hope you like it ๐๐ป
LSM Trees: How does it all work?
youtu.be/CizxYuq-z6E
๐ thanks
16.06.2025 19:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Agreed. Payments are really complicated and defining the states in a simple post like this is impossible. ๐ it was totally a simplistic model to share the idea of thinking in terms of state.
16.06.2025 15:35 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Absolutely. Cannot agree more
15.06.2025 16:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Another advantage to designing systems as state machines: automated testing and even verification becomes dramatically easier.
15.06.2025 16:02 โ ๐ 3 ๐ 1 ๐ฌ 1 ๐ 0You're not just writing code. You're orchestrating state transitions at every level - aggregating them, filtering them, transforming them into something users can consume.
Follow @thegeeknarrator.bsky.social if you are interested in databases, distributed systems and software engineering tips.
Everything is a state machine - from Netflix's video player (LOADING โ PLAYING โ PAUSED โ ERROR) to your payment processing (PENDING โ AUTHORIZED โ SETTLED โ FAILED).
Even your individual functions have states. Even the bits in memory have states (0 or 1).
Then, do the following and find more states:
Think about what happens when things fail
Think about user actions that can happen simultaneously
Think about external events and timeouts
Modelling your system explicitly is the bottom line.
How do you know you are modelling the right states?
Try to find:
"boolean flags scattered everywhere"
"nested if-else chains"
"this should never happen" comments
"works-on-my-machine" bugs
"race-condition" issues
"impossible-to-reproduce" errors
It can help you create a simple model of your system that you can prototype and test.
In my experience it brings predictable behaviour and keeps away impossible system states.
What is State Machine thinking and how do I use it (practically)?
State machine thinking is one of the best ways to build reliable software. The idea is to break down complex systems into discrete states and explicit transitions between them.
When you do this, in my experience you pretty much end up being on the right track and make good progress.
14.06.2025 11:59 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0But it will take practice and you will find yourself stuck, which is completely normal.
Then, do the following and find more questions:
- Thinking about evidences or ways of testing for your findings
- Think about alternative perspectives
- Think about consequences and implications
How do you know you are asking the right questions?
Try to find
- โassumptionsโ
- โstereotypesโ
- โdogmasโ
- โbecause-someone-said-soโ,
- โbecause-its-written-in-a-bookโ
- โits-obviousโ
kinda statements and challenge them. When you try to challenge them you pretty much ask the right questions.
It takes a lot of thinking and practice and may also feel unproductive at the beginning (although itโs fun).
In my experience it brings creative solutions and keeps away unnecessary complexity.
Asking the right and enough questions is the bottom line.
What is First principles thinking and how do I use it (practically) ?๐
First-principles thinking is one of the best ways to tackle complex problems.
The idea is to break down complex problems into primitive elements and then reassemble the problem from scratch.
I have had an even better experience with Gemini though. Did you try that?
14.06.2025 11:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Small enough service is a micro-service.
Large enough language model is a Large Language Model.
Naming is a NP-hard problem.
Here is a sketch of how a solid observability platform built on top of object storage would look like this ๐
And guess what, Parseable is built exactly like that. All the good stuff that makes a system fast, reliable and highly scalable.
New episode ๐
youtu.be/MugLlrf5E_g
Diskless Kafka?
But why?
Why is it important for Kafka ecosystem ?
How does it compare with existing revolutionary technologies?
Blogged a comparison between Diskless Kafka, WarpStream and Confluent Freight. www.geeknarrator.com/blog/diskles...
Diskless Kafka?
But why?
Why is it important for Kafka ecosystem ?
How does it compare with existing revolutionary technologies?
Blogged a comparison between Diskless Kafka, WarpStream and Confluent Freight. www.geeknarrator.com/blog/diskles...
Blogged โ๐ป
Schema Driven Development with Buf
www.geeknarrator.com/blog/buf-sch...
DUPLICATE events and painfully SLOW joins are a real and painful problems in the world of stream processing and realtime analytics.
But why there hasn't been a simple, easy and fast solution for these problems that just works with the hassle?
Well, there is now. GlassFlow is doing that exactly in an elegant manner.
Just dropped a video on explaining why GlassFlow is super cool and why existing solutions have limitations. Checkout the link below for the video
youtu.be/Pr-OGNSFEqQ
DUPLICATE events and painfully SLOW joins are a real and painful problems in the world of stream processing and realtime analytics.
But why there hasn't been a simple, easy and fast solution for these problems that just works with the hassle?
BLOGGED ๐ - Diskless Kafka KIP-1150
Wrote a detailed blog on why I think diskless Kafka is going to be HUGE.
Do check it out here:
www.geeknarrator.com/blog/diskless-kafka-kip-1150
Thanks Aiven for sponsoring the blog.
And honestly a lot more.. Now do me a favour and like, repost this post for the love of databases.
check out the link below ๐
Building a new Database Query Optimiser
youtu.be/neaGVc_VvMU