Serdar
serdardalgic.org
Serdar
@serdardalgic.org
Software Architect working as Golang/Rust Developer @Cybertec-postgresql
Berliner, Migrant in 🇩🇪, tweets in TR, EN, DE, ES.
Reposted by Serdar
We are thrilled to announce that our NEW Large Language Model will be released on 11.18.25.
October 1, 2025 at 2:38 PM
Reposted by Serdar
The Ruby community has a DHH problem
tekin.co.uk/2025/09/the-...
The Ruby community has a DHH problem
The Ruby community can no longer afford to stand silent in the face of DHH and his toxic ideas.
tekin.co.uk
September 22, 2025 at 8:17 AM
Reposted by Serdar
Test whether a value is valid #JSON or not with

WHERE val IS JSON

You can also use this to test if the value is a JSON

Object
Array

And check if there are duplicate key names

@winand.at‬ investigates
… IS JSON [ARRAY|OBJECT|SCALAR]
Check JSON syntax in SQL, test for Arrays, Objects or Scalars
buff.ly
June 25, 2025 at 11:03 AM
I have mixed feelings about this post go.dev/blog/error-s... and after reading it, I realized I like writing #rust code more than #golang code 😅
[ On | No ] syntactic support for error handling - The Go Programming Language
Go team plans around error handling support
go.dev
June 5, 2025 at 11:10 AM
Reposted by Serdar
Excellent visualizations in this article illustrating how rich tech dudes have tentacles in all the places that would otherwise be holding them accountable. Here are main figures of you do not have subscription
May 16, 2025 at 12:22 PM
Dist-upgrade... :
2007 upgraded, 417 newly installed, 15 downgraded, 141 to remove and 4 not upgraded.
Need to get 2.946 MB of archives.
After this operation, 65,8 MB disk space will be freed.
a man in a suit is eating popcorn with a caption that says ssv network is cooking waiting patiently
ALT: a man in a suit is eating popcorn with a caption that says ssv network is cooking waiting patiently
media.tenor.com
April 30, 2025 at 7:54 PM
Reposted by Serdar
In case you're stuck writing something and can't get it out the door:

Know that most things should be half as long.
April 29, 2025 at 8:00 AM
That's a great demonstration of writing a small agent that interacts with Claude API written in #golang, I love those neat and basic tutorials.
Finally did it. I wrote down how to build a code-editing agent.

In 315 lines of code. And yes, it works. Very well.

There is no moat.

Read it here: ampcode.com/how-to-build...
April 15, 2025 at 8:12 PM
Valid criticism from @rkuris.bsky.social, see this thread for details. Still, the article is not bad, I would suggest reading it first.

#rust #golang #rustlang
Interesting #golang vs #rustlang article, as the point is correct but the examples and usage aren't as great as they could be.

medium.com/@bryan.hylan...
Rust is easy? Go is… hard?
Rust crab hanging out on the beach. Go gopher doing hard labor.
medium.com
April 14, 2025 at 9:32 PM
Schon wieder
Der Aufstieg der NSDAP/AfD
datajournal.org
March 10, 2025 at 6:17 PM
Reposted by Serdar
March 10, 2025 at 6:09 PM
Reposted by Serdar
Leveling up! Sleek new web app for the Postgres Compatibility Index is live. Big thanks to Contributors: @gunnarmorling.dev , @tudor.golubenco.org , Frank Pachot, Deepak Mahto , Matt Cornillon and Akash.

Postgres.Is 🚀✨ 🐘

Blog => tinyurl.com/3wr3vy5x
February 17, 2025 at 4:37 AM
Reposted by Serdar
"The gunman who killed 10 people in an attack on a school in Sweden shouted “you should go away from Europe” in between firing shots at his victims, video analysis shows"

"...the school offers Swedish classes for immigrants and programmes for people with learning disabilities."
This is looking like an anti-immigration motivated attack. (The early reports of police saying that the gunman had no ideological motive seemed questionable, given the choice of target.)

www.telegraph.co.uk/world-news/2...
Swedish school shooter shouted ‘you should go away from Europe’ between fire
New footage appears to show the moment Rickard Andersson carried out his rampage and may offer clues to a motive
www.telegraph.co.uk
February 6, 2025 at 1:06 PM
Reposted by Serdar
happy first birthday to Bluesky, and what a year it's been!

with every day, the need for an open network that puts people first becomes increasingly clear. we're glad to be building this with you. after all, the heart of a social network is the people.
February 6, 2025 at 5:49 PM
The older I get, the more `period` at the end of the sentence annoys me. Like, `X is Y, I've never seen X is not Y. Period.`

Dude, that just makes you sound miserable. Even if you're right, it weakens your credibility.
February 4, 2025 at 11:57 AM
Reposted by Serdar
Nazis: "that's a nazi salute"

Historians: "that's a nazi salute"

Average person: "that's a nazi salute"

The Media: "Elon Musk makes odd gesture throwing his heart to the crowd."
January 21, 2025 at 1:03 AM
Reposted by Serdar
LinkedIn is losing it. They are using AI-generated fake profiles to push ads, disguised as direct messages into the inboxes of everyone... including paying customers like myself who already pay ~$600/year for LinkedIn Premium.

What a low. (This is real, from my "inbox")
January 6, 2025 at 9:53 AM
Reposted by Serdar
January 9, 2025 at 8:44 AM
Reposted by Serdar
My favorite aspect of OSS and sharing knowledge with the community: It all adds up to a virtuous circle.

Also: If you enjoy a project with less than ~1000 stars, consider letting the author know. It's a small effort and can easily make someones day.
January 8, 2025 at 7:48 AM
Reposted by Serdar
it's a new year and I spent my first workday writing a quick ★ terminal survey ★!

it should take about 5 minutes and I'd love for folks to fill it out, I'm writing a zine about the terminal and my goal is to understand who we're writing it for a little better s.surveyplanet.com/wkepwlsp
January 7, 2025 at 5:13 PM
#TIL In order to exclude certain files from a #git diff output, the syntax is as follows:

git diff devel -- . ':(exclude)config/' ':(exclude)Dockerfile'

This is going to exclude both the config/ directory and the Dockerfile at the root from the git diff output between current branch and devel.
January 7, 2025 at 3:21 PM
Reposted by Serdar
doom - the art gallery experience: bobatealee.itch.io/doom-the-gal...
January 6, 2025 at 7:12 AM
That’s a good sum-up of minor things to consider while writing a tutorial, making them clear, concise, and actually useful.

In a world filled with content—useful or not— this ruleset is a gem.
I often see developers make mistakes in their tutorials that trip up readers, so I thought a lot about what makes some tutorials effective and what makes others frustrating.
Rules for Writing Software Tutorials
It's easier than you think to write an exceptional software tutorial. You can stand out in a sea of mediocre guides by following a few simple rules.
refactoringenglish.com
January 5, 2025 at 11:34 AM