Myko Nordy
n0rdy.foo
Myko Nordy
@n0rdy.foo
• 9-5: Developer & Tech Lead
• Evenings and weekends: Building https://talktolocals.ai and 🥾 🏃‍♂️ 🧗‍♂️ 📖 🎮 🛌

My blog: https://n0rdy.foo
I've started working on a new product and decided to pick up a good old Java & Spring stack instead of fancy things.

And you know what? It feels great to be back! ☕
October 17, 2025 at 8:50 PM
It's a bummer that the session limit can be reached in the middle of the answer.

Understandable from the cost perspective, but a bad UX nevertheless.

A great example of a hard engineering task to solve
October 15, 2025 at 7:55 PM
Bought a used Lenovo laptop and installed Fedora on it to test forq.sh, as it’s a Linux-first tool.

It’s been a while since I touched non-server Linux.

Surprised how fresh Fedora looks!

Great to see that Linux is becoming more user-friendly for non-tech folks.
October 12, 2025 at 4:52 PM
Software engineering is full of trade-offs.

Take SQLite for example: only 1 writer can modify the DB at the same time.

Coming from the Postgres world, this sounded like a no-go.

But, hey, it was a walk in the park to implement the FIFO ordering in forq.sh due to that nature.
Forq - SQLite Queue Service
Forq - SQLite Queue Service. The missing middle between embedded libraries and enterprise solutions.
forq.sh
September 23, 2025 at 6:12 PM
If your workflow contains builds for ARM architecture, prepare your patience 🧘
September 22, 2025 at 5:07 PM
Claude strikes back 🤖
September 11, 2025 at 6:02 PM
I ran out of monthly credits in Cursor and decided to give the "grok-code-fast-1" model a try, as it is free for now.

As you can see, it didn't go well.

Not sure about developers, but it can already replace the Lorem Ipsum thingy for sure 🙂
September 5, 2025 at 12:19 PM
DHH has just announced that Campfire is open-source from now on.

Pretty cool!

See here: github.com/basecamp/onc...
September 4, 2025 at 7:10 PM
When Claude convinces you to use a particular product despite the initial idea to go with the competitor, it's a good sign of nice docs and credibility.

DaisyUI it is, then.

Great job, @saadeghi.bsky.social and @daisyui.bsky.social contributors!
September 4, 2025 at 3:41 PM
So, I've finally tried HTMX.

Funnily enough, here is what excited me the most:

If you leave your browser tab open for 42 years, it will stay the same.

No refreshes, no crashes. The page is just stoically waiting for you to be back.

Long-forgotten joy after a decade of SPAs!
September 3, 2025 at 5:25 PM
I manually submitted talktolocals.ai to 31 directories, and here are the stats 2 months later 👇

We have a clear winner, so far: TAAFT.

But 2 launches are still pending: BetaList and ProductHunt.

Let's see who will win 🙃

I'll post new stats in a month, so stay tuned and don't miss out.
September 2, 2025 at 3:42 PM
Reached my very first milestone with talktolocals.ai

The next screenshot will be from the Polar dashboard.

I hope 😄
September 1, 2025 at 8:51 PM
The number of bots parsing GitHub is insane.

Here is a screenshot from my newly created repo with 0 stars and followers.

Do you see the similar stats for your repos?
September 1, 2025 at 4:16 PM
Just noticed that my most used LLM instruction in the agent mode is

"Let's only discuss this, do not modify the code"

Helps with LLMs' eagerness.
August 31, 2025 at 3:14 PM
Came across this post on Hacker News today.

It's quite ironic to see how professional devs in Microsoft are forced to use the tool that is not good enough yet.

But somebody up the ladder can report that AI creates 80% of PRs now.

Check for yourself: www.reddit.com/r/Experience...
May 21, 2025 at 7:48 PM
Digging through a box of forgotten relics, I stumbled upon a pre-Spotify era gem.

Punk rock is today's soundtrack 🤘
April 14, 2025 at 3:13 PM
When you vibecoded your tariffs
April 3, 2025 at 8:44 AM
Have you ever heard of Brooks's law?

"Adding manpower to a late software project makes it later."

From 1975, but hasn't aged a day.
From 1975, but hasn't been understood yet.
March 21, 2025 at 2:17 PM
Check out the coolest dark theme on the web! 🔥

What are your top picks?
March 13, 2025 at 5:20 PM
Google explains recursion with a hidden Easter egg
March 12, 2025 at 10:30 AM
"Keep it simple" in a nutshell: instead of worrying about the complexity of scaling, they "outsourced" this challenge to Google for free.

Ingenious!

www.levels.fyi/blog/scalin...
How Levels.fyi scaled to millions of users with Google Sheets as a backend
Our philosophy to scaling is simple, avoid premature optimization
www.levels.fyi
March 11, 2025 at 11:00 AM
I started my journey in tech with a role that was a hybrid of PM and QA:

- figure out what needs to be done for the product
- compile a list of requirements
- send it to devs
- test the feature they built

With LLMs and Cursor, it feels like being back to where it started 🙂
March 10, 2025 at 11:00 AM
In 2025, choosing a programming language for the project has a new dimension: AI awareness of it.

And since LLM quality relies on the amount of data it was trained on, it leads to surprising results:

Java > Kotlin
JS/TS > Swift
C > Zig
Python > Rust

Interesting, isn’t it?
March 5, 2025 at 10:08 PM
Coming from (relatively) big tech, I always think about scalability when building something. Would it be able to handle a million users?

The truth is that most indie apps end up having 0 users. And tech is not the reason for that.

A reminder to myself: think, but not overthink.
March 4, 2025 at 9:56 AM
After numerous tech discussions, I came up with a simple trick to quickly spot experts.

Explain them a problem and observe: experts will ask questions to clarify things before offering solutions.

The trick expands well outside tech: try it with a doctor, plumber or bank advisor
March 3, 2025 at 12:21 PM