tmat256

joined 1 year ago
[–] [email protected] 6 points 3 days ago

American Chestnut. Have a few seedlings we planted in the front yard. Super excited to be part of the process of restoring them

[–] [email protected] 7 points 1 week ago (1 children)

I have these for some raspberry pis around the house and they work great: https://www.adafruit.com/product/3785

[–] [email protected] 7 points 2 weeks ago

Going home and relaxing. It's been a physically demanding week and my body could use a break

[–] [email protected] 7 points 3 weeks ago

My workflow for editing css mostly revolves around playing around with the live css directly in the browser until it looks the way I want it to then making those changes in the file and reloading to make sure it's correct. The immediate feedback of seeing the changes happen makes it rather pleasant

[–] [email protected] 4 points 1 month ago (1 children)

The second icon looks like the Kirac vault pass rewards one. You have to open the chest in the vault for that to go away. Not sure about the first one though.

[–] [email protected] 1 points 2 months ago

It's also incredibly useful as a failsafe in a helper method where you need the argument to be a string but someone might pass in something that is sort of a string. Lets you be a little more flexible in how your method gets called

[–] [email protected] 7 points 3 months ago

I've had buttons stop working. The mechanism inside that registers the click is a mechanical switch and they eventually die

[–] [email protected] 1 points 5 months ago

If you can somehow manage to install software on your work laptop then I highly recommend Synergy. It is by far a better solution than a KVM and you could keep the keyboard and mouse plugged into your PC so no effect on gaming.

[–] [email protected] 4 points 11 months ago

If it were me and I was intending to automate this I would probably do the following. Set up each test distro as a VirtualBox image and take a snapshot so I could easily roll back. Then I would write a script for each distro that downloaded the package, installed and launched the app. I would then probably query the window system to make sure the gui showed up, wait a period of time if I had to and take a screenshot.

This can probably all be done as a set of bash scripts.