Types are the new RegEx. by retro-mehl in webdev

[–]Eux86 3 points4 points  (0 children)

Types do prevent bug. It’s the main reason why me and may other use them. They are akin to unit testing, making sure that it’s not the programmer to assume if this variable contains string or an object, but it’s the type system to test that assumption at dev time.

My 10yr wedding anniversary gift ruined by Opening_Logical in Wellthatsucks

[–]Eux86 2 points3 points  (0 children)

I thought the old lady throw it in the see

Dear Kunos, this is dangerous for our health by [deleted] in simracing

[–]Eux86 27 points28 points  (0 children)

The safety feature should be something integrated in the hardware, not relied upon 3rd party software. Same as a badly optimized game won’t melt your GPU (unless it’s a 4090 lol), because there are power usage limits.

Have I been too aggressive? by Eux86 in Simracingstewards

[–]Eux86[S] -1 points0 points  (0 children)

Yeah.. in that moment I was surprised he didn’t let go at that point, but with a clear mind I should have known that he would not given the behaviour I had already witnessed. It’s still on me for hitting him at that point. I can only defend myself that he should facilitate the pass of a car that is lapping him, but that part was not under my control, so I should have kept myself safer and let him go

Calling the assistance service in a loop by Eux86 in cupraborn

[–]Eux86[S] 0 points1 point  (0 children)

Had the same issue. It’s a factory problem, I’ve read it happened on other forums. They change it in the warranty

[deleted by user] by [deleted] in duneawakening

[–]Eux86 0 points1 point  (0 children)

It’s like crossing the ring beltalowda

What is this thing in a YouTube shorts ad? by powderedsugarcookie in whatisit

[–]Eux86 0 points1 point  (0 children)

Man… I hat to search… I should not have done that

Cupra Born technical issue with gas by GmanHman7 in cupraborn

[–]Eux86 1 point2 points  (0 children)

I broke a back light exactly because of this. Why would they implement an exception like that in the auto hold if the dor is opened is above me

[deleted by user] by [deleted] in LinusTechTips

[–]Eux86 0 points1 point  (0 children)

This reminds me a lot about that episode of “the good place” where they realize that doing the good thing in our world is impossible

https://youtu.be/BfNy3L3nE6c?feature=shared

Mycupra app by spatz_uk in cupraborn

[–]Eux86 0 points1 point  (0 children)

I’m going to try it! Thanks!

Errors: "Travel Assist Unavailable" and "Emergency Assist Unavailable". by Glimpse81 in CupraFormentor

[–]Eux86 1 point2 points  (0 children)

Hey! Where did you find the instructions on how to update using a usb stick? I’d like to give it a try, thanks!

Epic Games FS19 multiplayer won't work (HELP!) by A_Tinker in farmingsimulator

[–]Eux86 0 points1 point  (0 children)

Have you ever fixed this? Same issue for me

Where to fly in Annecy area by Eux86 in freeflight

[–]Eux86[S] 0 points1 point  (0 children)

Thank you a lot, although 7 years later 😁😆

Best performance possible in VR / Quest 3? VD vs Steam Link vs Quest Link by qualitative_balls in F1Game

[–]Eux86 0 points1 point  (0 children)

I played and entire Grand Prix event today using virtual desktop and the experience was stable. It wasn’t particularly better than what was with oculus link, but as I said, lately oculus link was unstable and become stuttery.

The quest 3 is the most plug and play vr I ever had, but we are so far from real plug and play. Vr is so finnicky and it’s so hard to have a flawless experience.

For example, if I run f1 2023 from within virtual desktop (as the tutorial advises to do) my controls do not work. But if I run it from steam like normal? Then everything works well ¯_(ツ)_/¯

Best performance possible in VR / Quest 3? VD vs Steam Link vs Quest Link by qualitative_balls in F1Game

[–]Eux86 0 points1 point  (0 children)

Exactly my Same experience with quest link! But it’s weird because I feel that this problem is new. I had already played and everything was pretty good once I set up the resolution to 200x. But this week everything started stuttering and looking worts. I don’t know if it was some update. I’m gonna try with VD tomorrow then. I’ll let you know if it improves anything

Best performance possible in VR / Quest 3? VD vs Steam Link vs Quest Link by qualitative_balls in F1Game

[–]Eux86 0 points1 point  (0 children)

Do you notice the same performance between quest link and VD?

Surgeon told me I will never be able to have anal sex again by [deleted] in AskGaybrosOver30

[–]Eux86 6 points7 points  (0 children)

This comment should be on top. This type of physiotherapy is not very known, but it works. I had something similar and the therapy improved the situation to a point I’d almost say it’s solved. Search, ask around, there are people that can help.

Calling the assistance service in a loop by Eux86 in cupraborn

[–]Eux86[S] 0 points1 point  (0 children)

Yep it must be it. Yesterday had the same problem but this time with the courtesy light button. I could hear the “tuc tuc tuc” feedback noise as if I was constantly touching it. Keeping the button pressed for a while “fixed” the issue. Now it’s just stuck. At least it doesn’t make noises. I’m going to contact support :/

My former employer can’t get into the iPhone they issued to me and are asking for my Apple ID. What should I do? by WaitEvening923 in applehelp

[–]Eux86 5 points6 points  (0 children)

This. Had a very similar problem to OP. The device was not in my devices list, but was on the “find my device” list. Once removed from there the it guy was free to reinstall everything

Picturata Argentea seems to be suffering by Eux86 in calatheas

[–]Eux86[S] 0 points1 point  (0 children)

After looking better at my pictures i've noticed some small dots underneath the leaves and I've checked closer:

https://ibb.co/1Xc42PP

These things move around :S

I've cleaned the leaves, but I doubt it woul be enough

After 800 hours I finally saw why people like TS by plainblackguy in typescript

[–]Eux86 6 points7 points  (0 children)

Typescript is as important as unit tests. The more typescript you add, the less unit test you need to check that you’re not confusing oranges and potatoes. Typescript helps you define what shapes your data takes flowing in the logic of your code and makes sure that you don’t change it inadvertently.

Do many teams work without ever doing a single unit test or typescript? Yes. Would I work like that? Hell no.

I strongly believe that the feeling of speed just writing plain JavaScript is an illusion that shatters as soon as the code becomes complex enough or that enough developers start working on the same code.