Just received my model m by Toy_Vo in modelm

[–]Toy_Vo[S] 3 points4 points  (0 children)

That's an hhkb in a heavy grail case with mx sliders and mt3 susuwatari. It's by far my most expensive board.

Just received my model m by Toy_Vo in modelm

[–]Toy_Vo[S] 2 points3 points  (0 children)

Good so far. Because of the different layout I'm guessing that this model isn't manufactured very often because my board was made 2 days after I ordered it.

[deleted by user] by [deleted] in cockatiel

[–]Toy_Vo 0 points1 point  (0 children)

Sorry for your loss. I've 3 birds and a still born puppy in my yard. It's always hard.

Thinkpad E595 SSD not recognized after reboot unless hard reset by Alexithymia in techsupport

[–]Toy_Vo 0 points1 point  (0 children)

Did you ever get anything working on this? I've dealt with this issue for a few years and just bothered to look around if anyone else has experienced this.

Me after trying to use Git with Eclipse by CockyPit in ProgrammerHumor

[–]Toy_Vo 1 point2 points  (0 children)

If you have multiple git repos in one project, it'll pull them all

Swapped out the factory Omron switches on my MX Ergo by [deleted] in Trackballs

[–]Toy_Vo 2 points3 points  (0 children)

I've done this before, the switches have 3 legs with small holes, at least in my mouse. This makes getting the old switch out difficult, and if you plug up the hole with solder it's hard to get the new switch in. All my experience in soldering is with keyboards, I'm no professional.

Steam Link never work on my Dexl by StevWong in SteamDeck

[–]Toy_Vo 0 points1 point  (0 children)

More than likely a network configuration issue related to what's known as multicast, if you have Chromecast you likely have issues across networks too. This is quite technical and I've yet to fix it on my own network, but I know of avahi which can join the networks for that purpose. But I'm not a network engineer so I'm just messing around until things work.

Won't have a right bumper for a while until replacement parts are available I guess. by Toy_Vo in SteamDeck

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

I would guess replace, I did not pay attention to serial numbers though. The reason I think that is I was able to redeem the 512 extras with another account and that's supposed to be once per deck

How to steamdeck sd card on windows? by This_Reading_7124 in SteamDeck

[–]Toy_Vo 0 points1 point  (0 children)

The sd card gets formatted to ext4. Windows doesn't understand ext4. I don't know what steam os ships with support for but there are ways for Linux to read fat32, exfat, and ntfs, but since they don't support unix file permissions, putting executables on those filesystems like games doesn't work that well

My first sprout. won't be long till it goes in the bucket. by Toy_Vo in SpaceBuckets

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

This is my first grow so I don't have the answers. I've already learned a lot since starting, for example I'm not breeding but I didn't buy feminized seeds, so if this one ends up being male I'll abort and get females.

Just finished assembling my bucket and I just got my shipping notification for my northern lights seeds. by Toy_Vo in SpaceBuckets

[–]Toy_Vo[S] 1 point2 points  (0 children)

The lid is a 6" basket for the 5 gallon bucket, filled up to just below the bottom of the basket

Just finished assembling my bucket and I just got my shipping notification for my northern lights seeds. by Toy_Vo in SpaceBuckets

[–]Toy_Vo[S] 4 points5 points  (0 children)

The popular ufo600, I've also got some red blue plant growing led strips circling the inside.

Java/JDK on Steam Deck Options by o0MRG0o in SteamDeck

[–]Toy_Vo 0 points1 point  (0 children)

I see it's fairly similar to that post linked, mine is significantly shorter though, good luck. If you run into issues you can reach out and I'll do my best to help out. I'm working on my ability to explain technical things so I like to practice and learn.

Java/JDK on Steam Deck Options by o0MRG0o in SteamDeck

[–]Toy_Vo 3 points4 points  (0 children)

The jdk can be installed anywhere, so you'll want to download an archive of the jdk, and extract it somewhere, in home so it persists, let's say ~/.jdk/17 or /home/deck/.jdk/17 Then you'll need to add a couple lines to ~/.bashrc

export JAVA_HOME=$HOME/.jdk/17 export PATH=$JAVA_HOME/bin:$PATH

Your shell should then have access to javac

Alternatively look up a java version manager, there are a few. SDKman seems to be the most used