this post was submitted on 10 Sep 2025
557 points (98.1% liked)

Programmer Humor

26281 readers
1260 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
(page 2) 42 comments
sorted by: hot top controversial new old
[–] trxxruraxvr@lemmy.world 8 points 3 days ago (2 children)
[–] Feyd@programming.dev 5 points 3 days ago (2 children)
[–] ripcord@lemmy.world 2 points 2 days ago

Surprising amount of Tcl love in this thread

[–] MigratingApe@lemmy.dbzer0.com 2 points 3 days ago* (last edited 3 days ago)

The almighty package require Expect. The muse of automation.

[–] kewjo@lemmy.world 5 points 3 days ago

at the end of the day everything's a []u8 if you want it to be

[–] NigelFrobisher@aussie.zone 2 points 2 days ago (2 children)

There are two genders: string and null

load more comments (2 replies)
[–] driving_crooner@lemmy.eco.br 3 points 3 days ago

Kinda started using that with polars, force the scan/read schema as string, and down the road cast as the necessary type when needed. I'm calling it "just in time" data cleaning.

make everything a string then cast all data every time you want to use that data in a variable.

[–] brashboy@lemmy.world 1 points 3 days ago (1 children)

If it's not getting used in a mathematical function, I'm making it a string

load more comments
view more: ‹ prev next ›