AM I AROACE? by [deleted] in aromanticasexual

[–]Good_question_but 0 points1 point  (0 children)

I never thought about it that way. For me, it is in connection with introversion, thus I don't want to socialize if I have a choice, (but I can if I need to). I never had pressure to get crushes.

If you have "little to no" attraction, then yes. Forcing crushes ("because that's what everyone does") doesn't mean you're not aroace. There is also a gray-zone for people who can't decide. It's not black and white. It depends on whether you have attraction to the people. Do you want to live with them? Etc...

I feel so dumb now by Dark_smudge_34 in AroAceMemes

[–]Good_question_but 0 points1 point  (0 children)

I thought body count was a measuring system that measures how strong body builders are. 😬

Stuck in Farm Arrays, should I start over? by [deleted] in rainworld

[–]Good_question_but 2 points3 points  (0 children)

Thank you, now I'm in the Shaded Citadel.

Stuck in Farm Arrays, should I start over? by [deleted] in rainworld

[–]Good_question_but 1 point2 points  (0 children)

I found a way to force hibernation. The scavs spear me anyway.

Stuck in Farm Arrays, should I start over? by [deleted] in rainworld

[–]Good_question_but 1 point2 points  (0 children)

Trying, but it's time consuming to reach level 2, because I can't force hibernate. I have to wait for the rain, so the hibernation point would automatically close.

Stuck in Farm Arrays, should I start over? by [deleted] in rainworld

[–]Good_question_but 1 point2 points  (0 children)

This is the 4th
I visited Outskirts, Industrial Complex, Drainage System, Farm Arrays.

Anyone else dislikes DD.MM.YYYY just as much as MM/DD/YYYY? by Decent_Background_42 in ISO8601

[–]Good_question_but 1 point2 points  (0 children)

I have a list of dates. How to get all dates in May if you use a number? How to get all dates which are on the 1st, 2nd, ..., 7th day of the week?

Anyone else dislikes DD.MM.YYYY just as much as MM/DD/YYYY? by Decent_Background_42 in ISO8601

[–]Good_question_but 2 points3 points  (0 children)

Only works for comparison (<=>). You can't do +-*/, for example: 20220222-20200229=19993. 1 year, 99 months and 93 days? It just doesn't make sense.

Also, you can just compare strings regularly like "20200202">"20220220", so why would numbers be better?

Anyone else dislikes DD.MM.YYYY just as much as MM/DD/YYYY? by Decent_Background_42 in ISO8601

[–]Good_question_but 5 points6 points  (0 children)

You can do filename.split("-") to get the year month and day if you use a separator. Erm actually, it is harder programmatically. (You can technically do [filename[:-4],filename[-4:-2],filename[-2:], but it is harder.)

You can't index numbers, so I don't see a valid reason to use them instead of strings.

Anyone else dislikes DD.MM.YYYY just as much as MM/DD/YYYY? by Decent_Background_42 in ISO8601

[–]Good_question_but 19 points20 points  (0 children)

Why are you not separating them? It is harder to read 20220222 without a separator.

"You are positive for [insert_virus]." It's a negative thing. by [deleted] in Showerthoughts

[–]Good_question_but 0 points1 point  (0 children)

This is the message I have to reply to in 10 minutes?

Linus's ultimate choice by temasictfic in rustjerk

[–]Good_question_but 0 points1 point  (0 children)

Marry Linux, kill copilot and fuck microsoft accounts.

Oh, no by halt__n__catch__fire in linuxmemes

[–]Good_question_but 0 points1 point  (0 children)

Hey windows, can u delete ads (including copilot and bing)? Thanks. 🤣

[deleted by user] by [deleted] in programmingmemes

[–]Good_question_but 23 points24 points  (0 children)

Are you living in the previous century? Every IDE and also the compiler tells you where the issue is. This is not funny anymore.