fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#null

1 post1 participant0 posts today

I wonder if std::shared_ptr has issues with threads? I have a case where a pointer’s content is null, but it passes all checks for null on lines just before. So I get a crash when I use the content. Not seen this before. Happens regularly though, but only when accessed from another thread.

#cpp#crash#null

Warum man mit #Nachnamen besser nicht "#Null" heißen sollte: Es gibt die unterschiedlichsten Gründe, warum Menschen ihren Nachnamen wechseln - technische Gründe dürften dabei aber wohl nur die wenigsten haben:
"Nontra Yantaprasert couldn’t wait to take her husband’s shorter and easier-to-pronounce last name. She didn’t know what kinds of problems it would cause.
His last name is Null, the same word used by computer scientists to mean “no value” or “invalid value.”"
wsj.com/lifestyle/null-last-na

Типичные ошибки начинающих в SQL

Проанализировали наиболее распространённые ошибки начинающих в SQL и расположили их в порядке возрастания сложности. Материал будет интересен тем, кто только начинает работать с данными, а также тем, кто хочет избежать популярных ошибок и сэкономить время на изучении SQL.

habr.com/ru/companies/netology

ХабрТипичные ошибки начинающих в SQLПроанализировали наиболее распространённые ошибки начинающих в SQL и расположили их в порядке возрастания сложности. Материал будет интересен тем, кто только начинает работать с данными, а также тем,...

Die letzten 3 Jahre hatten #Medien & #Presse nichts anderes zu tun als im #Chor mit #CDU #CSU #FDP #NIUS #Springer über die #Grünen zu #hetzen & #Lügen #ungeprüft zu #verbreiten, sowie #AFD in jede #Talkshow einzuladen,um auch da ihre #lügen ohne #FaktenCheck & #unwidersprochen verbreiten konnten & #spielten somit #Wahlhelfer 😡
Heute #bejubeln sie einen alten Mann der #NULL #Regierungserfahrung & #Plan hat, #Merz ist nun der Held der Presse & Medien, "er hat erkannt, was zu tun ist!"Wirklich? 🧠💩

How do you handle #nulls in your C# code ?
Any nullable type in your business layer ?
Do you have lots and lots of interrogation marks ?
And most importantly... are there many nullable warnings when you compile your solution ?

Today I wrote about nullable reference types in C# and how to handle them : guillaume.techene.net/2025/03/

A Method to Madness · Nullable reference types in C# and how to handle them - A Method to MadnessIn this article we will take a look at what nullable reference types are in C# and how to use them properly.