Fabian Klötzl

77 Followers
44 Following
584 Posts
“I'm not an expert, I'm just a dude.” Software Engineer in Bioinformatics.
Pronounhe/him/his
GitHub@kloetzl
Websitehttps://kloetzl.info/

FORGET SILICON: de.NBI Switches to 100% Organic Server Racks! 🧬🌿

We are phasing out traditional GPUs in favor of our new chlorophyll-powered compute clusters.

Please remember to water your allocated cloud partition every Tuesday. Over-watering may result in corrupted files or unexpected fern growth in your metadata.

#GreenIT #Bioinformatics #SustainableScience #DNAstorage #AprilFools

Could we please stop treating ‘X says Y’ as news? Neither Twitter nor Truth Social represent reality in any shape or form.

Don't agree with everything in this article but this bit stuck with me.

> It seems like 99% of society has agreed that code is dead. […] It's the same as thinking storytelling is dead at the invention of the printing press. No you dummies, code is just getting started. AI is going to be such a boon for coding.

Is #AI just a multiplier and the reason for the slop is the lower entry barrier?

https://stevekrouse.com/precision

Reports of code's death are greatly exaggerated

Tweeting like it's 2005: https://twttr.eu/public
twttr - what are you doing?

"Our new study shows that a wetland created by beaver damming can store carbon at rates up to ten times higher than an equivalent stretch of river and floodplain without beavers"

#Beavers #Wetlands #Ecology #Biodiversity

Beavers can turn streams into carbon stores – we measured how much
https://theconversation.com/beavers-can-turn-streams-into-carbon-stores-we-measured-how-much-278489

Beavers can turn streams into carbon stores – we measured how much

As beavers reshape rivers, wetlands become a natural storage system for carbon.

The Conversation

An offspring of an elf and a human is known as a half-elf. What is the name for a child of a halfling and a human?

#DnD #fantasy

Half-halfling
33.3%
Quarterling
33.3%
Three-quarterling
33.3%
Poll ended at .

Hello Mastodon!

Since this is my first post, I thought I'd share some incredibly niche C++ trivia / pedantry:

For an enum whose enumerators all have the value 0, C++ asks us to imagine a hypothetical integer type with minimal width that can represent 0 (https://eel.is/c++draft/dcl.enum#8.sentence-2). This means we must consider the case where the width is 0. For an unsigned integer type, this gives a range of representable values of [0, 0], and that's the type we pick. But before we can determine that that's minimal, we must also consider a signed integer type with a width of 0, for which we get a range of representable values of [-½, -½]! (https://eel.is/c++draft/basic.fundamental#1.sentence-5) Conveniently that range does not include 0, so we discover that we must use an unsigned integer type to determine the range of values of the enumeration. (We also rule out an unsigned integer type of negative width as that would have a range of values 0 to -½ (inclusive) or smaller, which I think we can reasonably conclude is an empty range despite the parenthetical.)

In any case: if you ever wondered whether a zero-bit signed integer type in C++ can represent only the value 0 or only the value -1, now you know: no, it can represent only the value -½. Truly a marvelous compromise.

Follow me for more brilliant insights like this one :)

[dcl.enum]

Things we know:

* Valve have been working on an unknown project called” HLX”
* Valve promised an updated version of the Half-Life 2 “Raising the Bar” book in 2025, but missed the deadline for unknown reasons
* Valve’s new hardware launch has been delayed by the RAM crisis

…there is a non-zero chance that Sam Altman has delayed Half-Life 3