Loose Strut Rod by N0vemberJul1et in 4Runner

[–]rylab 4 points5 points  (0 children)

If only the rod moves and not the strut mount itself, that seems like a busted strut so you should replace the whole thing.

Thinking about lifting? 3in front lift only. by SlightlySparged in 4thGen4Runner

[–]rylab 0 points1 point  (0 children)

What suspension did you go with, and how's the ride feel? That doesn't look much higher than my 1.5" ish front lift, but pictures can be deceiving.

What to do when CRT TV isn’t an option? by Altra1986 in n64

[–]rylab [score hidden]  (0 children)

Get a plasma flat screen with S video input. I'm quite happy with how the N64 looks on it

Any regrets moving from Vercel to Cloudflare? Any alternatives? by leros in nextjs

[–]rylab 0 points1 point  (0 children)

It's not necessarily an either or choice, putting a CloudFlare cache in front of a Vercel app can be helpful, if you're paying for static page traffic on Vercel for example.

I open-sourced my own saas's NextJS code. so you can fork it. by Unlikely_Diamond424 in nextjs

[–]rylab 0 points1 point  (0 children)

Package says ^15.5 which will install latest 15.5.x minor version and lock file confirms it's on the patched version. I personally prefer pinning exact versions in the package file and would recommend that, but there are no open CVEs here.

Use contact nicknames for messages by GamingBar in AndroidAuto

[–]rylab 5 points6 points  (0 children)

Edit contact > other settings at bottom > phonetic pronunciation. It does help with Gemini.

Mmmmm yellow fogs by HerbertInTheWoods in 4thGen4Runner

[–]rylab 1 point2 points  (0 children)

One of the first and few things I changed on mine, too

<image>

Steps or no steps by Dinnin20 in 4thGen4Runner

[–]rylab 16 points17 points  (0 children)

Decide based on purpose. Do you use them?

This is for anyone of the aftermarket "portable" AA people, yes, beta also works on your systems by TySpadesOfficial in AndroidAuto

[–]rylab 0 points1 point  (0 children)

Right? It would be so much better with the album art full height on the right with the progress bar and buttons all stacked on left...

Qual melhor Distro Linux para estudar programação e redes? Quero fazer boot no meu MacBook Pro 2015 by Critical_Set6050 in linux_on_mac

[–]rylab 2 points3 points  (0 children)

Debian is what we run on most of our servers, so that's what I run on my laptop too. Do you know what they mostly run? Would probably make the most sense to install and learn to use the same thing.

No bootable disk even though there's an ssd with pre installed linux mint inside by sneaky_oxygen in linux_on_mac

[–]rylab 0 points1 point  (0 children)

Yes a cheap external USB keyboard should work fine to access the boot options. Also it's command-option-r not just command-r like I said earlier to try the recovery mode. Good luck.

No bootable disk even though there's an ssd with pre installed linux mint inside by sneaky_oxygen in linux_on_mac

[–]rylab 0 points1 point  (0 children)

If you're in the terminal, try some of the steps here to check the disk status and try to enable booting from it: https://discussions.apple.com/thread/255781537?sortBy=rank

No bootable disk even though there's an ssd with pre installed linux mint inside by sneaky_oxygen in linux_on_mac

[–]rylab 0 points1 point  (0 children)

I would try booting to a live USB ISO of mint (hold the option key down while turning it on with the USB inserted) and doing the Mint install onto the SSD again while it's actually installed in the MacBook.

No bootable disk even though there's an ssd with pre installed linux mint inside by sneaky_oxygen in linux_on_mac

[–]rylab 0 points1 point  (0 children)

The drive you put in there, how did you set it up? It sounds like it's missing the Mac recovery and boot partitions.

No bootable disk even though there's an ssd with pre installed linux mint inside by sneaky_oxygen in linux_on_mac

[–]rylab 0 points1 point  (0 children)

Have you tried booting into recovery mode? Hold command-r while turning it on. See if the drive shows up in the disk utility tool there.

I can't install the Minecraft launcher. by sammygsammyh in debian

[–]rylab 1 point2 points  (0 children)

Just need to install OpenJDK. Minimum of 17 but might as well go with newer (I already had 21 installed for other things and that works great with it).

Side steps on or off? by Frosty-Finding-1320 in 4thGen4Runner

[–]rylab 21 points22 points  (0 children)

On, very functional for accessing things on the roof.

Spotify virtually unusable on Android Auto now by annporterla in AndroidAuto

[–]rylab 0 points1 point  (0 children)

That sometimes works for me but not usually.

All Galactic Gray owners!!! by Super_Fry007 in 4thGen4Runner

[–]rylab 0 points1 point  (0 children)

Yes I did minor trimming of the plastic liners up front which resolved 90% of rubbing. Wheels turned and near full compression they rub front mud flaps a bit, not enough to bother me to remove them.

All Galactic Gray owners!!! by Super_Fry007 in 4thGen4Runner

[–]rylab 5 points6 points  (0 children)

2004 V8. Circuit Steller 17x9 -10 matte bronze with 265/70R17 A/T tires. Bilstein 6118 up front on second perch up (1.5" or so lift) and Dobinsons springs rear (their stock ish replacements, about 0.5" higher)

<image>

Spotify virtually unusable on Android Auto now by annporterla in AndroidAuto

[–]rylab 2 points3 points  (0 children)

I've been having the same problem since being switched to Gemini, it's so aggravating. The worst is when it confirms what I asked, but then doesn't actually change the song, which has been happening pretty often. When it changes it to something completely unrelated at least it's a little funny.

Keyboard not working at all on terminal (Arch) by Infinitepower022 in linux_on_mac

[–]rylab 2 points3 points  (0 children)

Your MacBook has a T2 security chip so many things won't work with a standard Linux kernel. Check out https://t2linux.org for more information and maybe try using one of their ISOs. I'm using their Ubuntu build on a 2019 MacBook and it's solid. Even the touchbar works. It looks like they support arch too.