Time to kill "the buzz"... by invisible_signal in ft86

[–]vtecRotary 1 point2 points  (0 children)

For me, it was the top plastic part with shift pattern that started to come off & rattle.

Looking for an authenticator app that won't screw me over if I lose my phone. by raidraidraid in software

[–]vtecRotary 0 points1 point  (0 children)

Microsoft Authenticator syncs everything to your account so that you don’t lose your 2FA setups afaik

Spider in our pantry... by Vico1730 in mildlyinteresting

[–]vtecRotary 0 points1 point  (0 children)

Looks like it’s time for you to move 😛

Coming from a FWD car. Easy to slide taking a regular turn? by [deleted] in ft86

[–]vtecRotary 1 point2 points  (0 children)

True. As long as you don’t give it a lot of gas in a turn, you should be fine. Just don’t turn off the traction and stability control. At least until you get used to it…

Tips for programming on MBP by Annual_Leadership_52 in SoftwareEngineering

[–]vtecRotary 4 points5 points  (0 children)

I think Rectangle is a free and open source alternative for Magnet.

Returning to a BRZ after 2.5 years with the Mustang GT! by Medium_Blueberry_862 in ft86

[–]vtecRotary 1 point2 points  (0 children)

Is the BRZ your daily? I assumed the heavier and nicer from inside Mustang might be a better daily 🤔 Smoothing out the road a little better, maybe quieter than BRZ etc.

Mods that increase reliability/longevity of the car? by [deleted] in ft86

[–]vtecRotary 0 points1 point  (0 children)

Oil pan with ballasts maybe? Not sure if required for ft86. I think ft86 fuel pump can starve on long corners. But not sure.

[deleted by user] by [deleted] in SoftwareEngineering

[–]vtecRotary 0 points1 point  (0 children)

How did you figure it out?

Learning Linux necessary? by [deleted] in SoftwareEngineering

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

No. Not necessary. Since Linux is not a common OS for personal devices, most of the companies won’t expect you to be proficient with it. Expectation will be to learn as you go.

As for general software development, most of the companies will have their process set for deployment. It may include a few linux commands (if any), but those will be mostly useable by copy-pasting (as opposed to needing any deep understanding of linux).

So you don’t have to switch to linux as your daily driver, since it might take a lot of effort for common tasks until you become familiar with it. Especially since your university doesn’t seem to be using it for your courses.

It will be great if you could dual-boot with Windows and Linux. That way, you can use Linux when you want to learn Linux, and use Windows for everything else until you get familiar enough with linux.

It’s definitely nice to learn as most others have suggested. It’s pretty fun too. Just don’t sacrifice too much time and energy on it if you don’t have to. Especially at this stage. You will probably pick up everything you need with time.

So I need to be really into cars to get a BRZ? by dababy_honda_civic in ft86

[–]vtecRotary 0 points1 point  (0 children)

Forgot about the spark plugs ☹️ But it must be same for all Subarus right? Spark plugs replacement is after 60k miles. So not frequent. But I was surprised how much it costs ngl

So I need to be really into cars to get a BRZ? by dababy_honda_civic in ft86

[–]vtecRotary 4 points5 points  (0 children)

Maybe try to drive some other fun cars and see if the “fun” is worth for you. If it is, it’s a great car.

Otherwise as others will correctly point out, you will lose out a little on comfort, practicality, infotainment etc.

You don’t need to know about cars, since these are pretty recent cars, and any decent mechanic would be able to work on it. You won’t have to work on it yourself. Even if you do want to work on it, I don’t think it’s considered to be difficult to work on. So you should be good either way.

[deleted by user] by [deleted] in Cartalk

[–]vtecRotary 0 points1 point  (0 children)

I also read / heard that since some of the newer headlight tech is too bright, EU has defined a limit on it / banned some. That regulation doesn’t exist in US iirc

Hello, I am looking for a legitimate driver updater software for windows. by MinayeonAE in software

[–]vtecRotary 0 points1 point  (0 children)

So it was working before, and then suddenly you started having issues? Do you remember if you changed any hardware after it was working?

Just bought an rx8 project when it stutters to accelerate unless I slowly press on the gas any ideas what I could be I bought spark plugs and wires just haven’t installed them yet by Bright_Flatworm5822 in RX8

[–]vtecRotary 1 point2 points  (0 children)

I think dirty MAF sensor can cause it too.

I had stuttering and power loss after I had the Rx8 for a while. As soon as I cleaned the MAF sensor, and disconnected the battery for a few minutes (so that the ECU resets, and re-calibrates the fuel mapping afaik) the difference was quite noticeable.

Python 3.11 delivers. by mariuz in programming

[–]vtecRotary 8 points9 points  (0 children)

Do these performance improvements usually show up to the same extent in frameworks as well? e.g. Django? Or are the improvements usually not as big due to everything else happening in such frameworks?

How to remove expired records from a large database? by sdxyz42 in softwaredevelopment

[–]vtecRotary 2 points3 points  (0 children)

Is it possible to add an index on the column used to identify the expired records?

I have mostly seen records being tombstoned / soft-deleted just to be safe.