CandleTiger
@CandleTiger@programming.dev
lemmy
0.19.13
0
Followers
0
Following
Joined June 09, 2023
Posts
Open post
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
in
lemmyshitpost
·
Mar 25, 2026
Do you ever wear neatly crisply pressed and ironed business-formal shorts to work?
View full thread on programming.dev
0
0
0
0
Open post
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
in
privacy
·
Mar 06, 2026
Presumably if there’s a switch to turn it on then there’s also a switch to turn it back off again.
View full thread on programming.dev
5
4
0
0
Open post
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
in
lemmyshitpost
·
Feb 27, 2026
Boiling it must kill the elastic on the white cotton underwear in fewer washes
And the elastic on the fitted sheets.
And… sometimes I like to wear underwear with blue penguins on it…
Granted it’s hygienic but the rest of the world appears to find regular soap and warm water to be sufficiently hygienic without boiling.
I’m not saying Germans are wrong I’m only saying Germans are exceedingly more German than other people are.
View full thread on programming.dev
7
3
0
0
Open post
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
in
lemmyshitpost
·
Feb 27, 2026
We don’t boil our clothes.
Like, what the shit? That’s just you. Your underwear is not going to last very long if you treat it that way.
Germans are weird about laundry.
View full thread on programming.dev
0
8
0
0
Open post
View full thread on programming.dev
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
·
Dec 19, 2025
Check out the excellent tutorial # Learn Rust With Entirely Too Many Linked Lists especially chapters five and six. It has a lot more words, it’s entertaining, engaging, and informative.
2
0
0
0
Open post
In reply to
CandleTiger
@CandleTiger@programming.dev
programming.dev
CandleTiger
@CandleTiger@programming.dev
programming.dev
@CandleTiger@programming.dev
in
technology
·
Dec 18, 2025
But if you are doing something advanced, down at the hardware level
This part is wrong. Otherwise yes correct.
The “unsafe” code in rust is allowed to access memory locations in ways that skip the compiler’s check and guarantee that that memory location has valid data. They programmer is on their own to ensure that.
Which as you say is just the normal state of affairs for all C code.
This is needed not because of hardware access but just because sometimes the proof that the access is safe is beyond what the compiler is able to represent.
View full thread on programming.dev
7
2
0
0