It’s the contrast I think. -20c outside, keep it at 19c at home then go to a public place and they keep it at 23-24c for some reason. No wonder I feel like I’m being slow roasted.
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: November 20th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
SorryQuick@lemmy.cato
Lemmy Shitpost@lemmy.world•visiting family back in switzerland for the weekend & airspace home gets closed🤪
3·8 days agoThis is why I’m happy to be a dude. Pregnancy and periods are not something I ever want to deal with.

I use it all the time as a kind of brainstorming tool.
“I want to do X (and details), can you tell me what tools or algorithms are available to me? List their pros and cons and give me some comparison”
Or on a somewhat recent project of mine, I has to effectively stub an entire library (but didn’t have to be done well), so I just told AI “take this page (the docs) and generate empty function stubs from it”. It doesn’t need to be high quality since it doesn’t run, it’s just to fool the dotnet engine.
I also tend to ask AI to add logging to some functions, since it’s annoying to do and impossible to mess up.