Meet Gor

@meetgor.bsky.social

Software developer | Living in the terminal, travelling to databases and the web with CLIs and APIs Blog: https://meetgor.com Newsletter: https://techstructively.substack.com/

Oh so Go took inspiration from C# for public and private class variables (package level) for convention of PascalCase but skipped the type naming as private or public. Really easy to mess up that... cannot rely on just people's eyes for figuring out based on case. Or I am dumb

AI labs ceo predicting the number of months away from the developer free world is like a developer giving an estimate for his task. "It will be done in 2 week, probably" maybe*

Cursor doesn't count the non-interactive actions while working inside the agent. Wow! What a shame. Vibe coded perhaps. I don't manually accept diffs, they're already there, so i just read as it hives the green red background more info if i accept it i forget. Sigh!

Wow! I read 6 books in 2024 and in 2025? 23 Couldn't have been a better year. I have thoughts on why I read like a monster! I want to sit and write about each book, i have notes and couldn't put more words for the feelings these authors have written

BildBildBild

It feels good to develop something useful with AI, i don't know how it works, but I know what I want to make. Pretty good. It takes some iterations, some conscious reading and knowing the actual problems to solve. Maybe AI coding is a skill, it gets better over time

One to One Relations I might missed this basic relationship model as I haven't really found it quite commonly used, but its still used in very specific examples. That one relationship is one-to-one. As the name suggests, it maps one row to exactly one row.

Self Join Relations In the last post, we had defined a one-to-many relation between the users table and the posts table. Now, let's create a single table where we can define a one-to-many relationship.

If I could remove something from the history of the internet I would remove AI (chatgpt and all llms) I know it is a profound piece of technology but it will hurt humans in the longer run, brain rot, artless life.

SQLite added generated columns in 3.31 (around Jan 2020) Postgres added generated columns with virtual and as default in v18 (to be released September 2025) There is still a lot to learn in SQL and adoption is still going on, even in the most used databases