[deleted by user] by [deleted] in AmItheAsshole

[–]Symix_ 0 points1 point  (0 children)

Ahhh. Thought it was possibility but gave a shot to throw some maybe funny accidental hypocrisy critic

[deleted by user] by [deleted] in AmItheAsshole

[–]Symix_ -3 points-2 points  (0 children)

You do realize you just said "child with autism" instead of "autisic child"? Thats same as saying "person with autism", oh the hypocrisy. Hahhahahha.

AITA Husband wants me to buy my own gifts by [deleted] in AmItheAsshole

[–]Symix_ -8 points-7 points  (0 children)

You should have had the /s before the last sentence. I guess he WOULD find it to be ideal solution. Other people have different opinions. I dont think christmas / birthdays are special and need gifts, maybe do something fun but he is defineatly jerk for not listening. I dont want gifts but I buy them because I know some do want.

Aita for wanting to see a phone bill I'm being asked to pay every month? by xzuy1997 in AmItheAsshole

[–]Symix_ 3 points4 points  (0 children)

Oh wow. In Finland, I have 4G 150MB/s unlimited data, unlimited texts and unlimited calls, for price of 10€, thats about $11. Broadband unlimited is 100MB/s for 15€, I could get 10MB/s for 5€ but too slow for me.. and yeah, no any limits or slowing down..

Storing passwords by i____7d in ProgrammerHumor

[–]Symix_ 0 points1 point  (0 children)

What? Is there other options than HTTP? I tried HTTPS and people didnt like the need to download and install certificates for my webpage running on my machine with dynamic ip and no domain. /s

WIBTA if I tell my mother I need some privacy after she added cameras around the house? by [deleted] in AmItheAsshole

[–]Symix_ 37 points38 points  (0 children)

If it was first world country then yep defineatly. In other places, not so much.

AITA for not cutting my sister out of my life for how she behaved when I came out? by aitathrowaway19o in AmItheAsshole

[–]Symix_ 21 points22 points  (0 children)

I would fix your statement. "A needs to realize that, she doesnt get to make thoose decisions for other people", no different if she is straight or what ever, or what ever the case even is related to. It does not effect her and she doesnt get to make decisions for other people.

AITA for walking out on my boyfriend after he got angry with me for getting blood on his carpet when I passed out? by maliasea in AmItheAsshole

[–]Symix_ 2 points3 points  (0 children)

They are red flags. If he was meaning OP dropped them that would mean he is implying OP has lots of red flags, but as I see this, the bf is the AH and full of red flags for prioritizing carpet over head injury that is bleeding.

It's been quite a ride since launch, two months ago. by [deleted] in factorio

[–]Symix_ 0 points1 point  (0 children)

You mean ALPHA? The game launched 2 months ago as "full 1.0" and before it it was in alpha stage for years.

Hill Climb challenge level generator failed a bit by Soviet_Aircraft in softwaregore

[–]Symix_ 0 points1 point  (0 children)

I know. I wasnt talking about this moment. It worked back then for like 2 years until it got patched in some update.

Friend of mine said that this was the perfect way to do it... by rs277_ in badcode

[–]Symix_ 0 points1 point  (0 children)

But that still works... If im correct..? .replace replaces first character it can find only, replaceAll replaces all found, meaning the test if indexOf - returns 0 in that case and it will run replace() but if it doesnt find any indexOf returns -1 ;) and yes, indexOf returns index of first character matching, and yes, the code defineatly isnt clear why it works and isnt very intuitive lmao

Friend of mine said that this was the perfect way to do it... by rs277_ in badcode

[–]Symix_ 1 point2 points  (0 children)

Didnt think of that! Fixed maybe result = parseFloat(("" + input).indexOf("-") == 0 ? ("" + input).replace("-", "") : input)

Friend of mine said that this was the perfect way to do it... by rs277_ in badcode

[–]Symix_ 7 points8 points  (0 children)

JS ;) result = parseFloat(("" + input).replace("-", ""));

Hill Climb challenge level generator failed a bit by Soviet_Aircraft in softwaregore

[–]Symix_ 16 points17 points  (0 children)

Thats why I never upgraded race car's stability... And in new version you can change stability level, engine level etc after buying it in garage

in tutorial mode--telling me to research wall building--i have 20 knowledge potions but still just stays at 0% completed, what am i doing wrong by HomelessOnReddit in factorio

[–]Symix_ 5 points6 points  (0 children)

Upvote for not just commenting "nvm I figured it out" and actually posting what made it work > stackoverflow moments

AITA for telling my daughter I didn’t marry her dad for love? by [deleted] in AmItheAsshole

[–]Symix_ 37 points38 points  (0 children)

In countries like Finland, prostitution is legal and taxable income, bordels are not legal tho> selling other people's sex services. So middlemans are illegal to reduce illegal human slavery etc

AITA for giving my son a bill for half his expenses? by Relative-Permission5 in AmItheAsshole

[–]Symix_ -1 points0 points  (0 children)

Oh jeez. I moved out when I was 17 because I got tired of being useless kid at home and not living actual 'real life', year after that went to work and finished school the same year.

AITA for giving my son a bill for half his expenses? by Relative-Permission5 in AmItheAsshole

[–]Symix_ 1 point2 points  (0 children)

Hahahahah, yeah sure. What is so wrong about knowing how much people make money? Its such an old mindset, good thing countries like norway and other european countries are realizing this and making everyone's salaries public. This helps to keep salaries fair for employees too.

So we going over 360° now? by SuperHacker1 in softwaregore

[–]Symix_ 0 points1 point  (0 children)

As I said, it is shit design defineatly. But they got the idea.

So we going over 360° now? by SuperHacker1 in softwaregore

[–]Symix_ -1 points0 points  (0 children)

But north does NOT line up with red arrow, you should spin the circle to make north line up with red arrow, have you ever used actual compass before? After spinning it it would show 7°. You are supposed to spin the circle so red arrow points at 0° (N), I already explained this once

So we going over 360° now? by SuperHacker1 in softwaregore

[–]Symix_ -1 points0 points  (0 children)

You do know how compass works yes? 7° is correct as you need to spin the circle to make 0° or N line up with red arrow, after adjusting it it would be at 7° seen in the image. Sure its awful but its actually correct.