I repair the scrollwheel on a Razer Deathadder Left-Handed mouse after dropping a hard drive on it. Check the chapters to skip right to the solution.
This is after doing a hardware button swap on that same mouse: https://youtu.be/n00ioWfDE9k
In this video I create a new backup server from a Dell EMC PowerEdge T640 with 18x 20TB Seagate Exos refurbished drives. Also there’s some more ranting about backups in general. But idk, there are chapters so you can skip to whatever. And it’s not technically a server, in that it doesn’t serve files. It’s really more of a client that takes files from other servers and holds onto them. But I call it a backup server because hardware-wise it’s a server. Anywho, that’s the description. It’s probably not optimal for the YouTube algorithm, but hey, I’m not an influencer even though I have a TikTok account that I don’t use. For posterity, here’s a transcript of the video in … Continue reading
I repair the scrollwheel on a Razer Deathadder Left-Handed mouse after dropping a hard drive on it. Check the chapters to skip right to the solution.
This is after doing a hardware button swap on that same mouse: https://youtu.be/n00ioWfDE9k
I assemble a small 240V 30A distribution box for some future purposes.
I converted an older HP DL380 Gen8 (aka a StoreOnce 2900) from using a hard RAID controller to an HBA for software RAID. The conversion is simple, but the video is long af because I spend a lot of time discussing the “why” more than the “how”.
In this excerpt from the below video, I talk about the total cost of ownership of RAID arrays.
This describes why I created the RAID HDD TCO Calculator which helps you figure out the total cost of ownership of a RAID array, inclusive of stuff like electrical and cooling costs.
This is partially just for my own reference, so I don’t have to go down this rabbit hole again. (But I hope it helps you, too!) The Situation I wanted to upgrade the LITE-ON 256GB SSD in my trusty ol’ Lenovo X1 Carbon laptop to a snazzy new Samsung 960 EVO 2TB drive. I have a version of Acronis that came with a Crucial (or Kingston?) SSD, which has worked great in the past. The problem? There was a system reserved partition at the very end of the disk, and Acronis therefore would not proportionally scale the OS partition to fill the disk; It would only scale that system reserved partition. In a moment of errant stupidity, I said, “Ah-hah! … Continue reading
myisamchk If you’re reading this, it’s probably because you’re trying to run myisamchk on a large table and you want to set the –sort_buffer_size to some large value. That’s advisable, of course. However, it seems that some versions of MySQL don’t understand a 2-digit value for that parameter. I was trying to do the following: myisamchk -f -r –update-state –key_buffer_size=4G –sort_buffer_size=16G –read_buffer_size=32M –write_buffer_size=32M /var/sql/myisam-temp/mastersitedb/applicants_master_search – recovering (with sort) MyISAM-table ‘/var/sql/myisam-temp/mastersitedb/applicants_master_search’ Data records: 0 – Fixing index 1 myisamchk: error: myisam_sort_buffer_size is too small MyISAM-table ‘/var/sql/myisam-temp/mastersitedb/applicants_master_search’ is not fixed because of errors Try fixing it by using the –safe-recover (-o), the –force (-f) option or by not using the –quick (-q) flag If you’re getting an error like that, try using … Continue reading
I got this because it looked like a cool little project, and a neat (if tiny) gift for the missus. So that’s about the extent of my motivations. If you’re trying to put one of these together, I’m hoping that this video might answer a couple of your questions. It’s not really meant to be an educational video, though; More a demonstration of what’s involved in assembly for anyone considering a purchase. Speaking of which, if you want one you can pick one up for about 5 bucks over at banggood.com.
And in case you were wondering, this is not a paid advertisement. I actually paid them for this thing, so it’s pretty much the opposite. (If this kit were complete crap I would tell you.)
For viewing with Google Cardboard, Samsung Gear VR, Rift, etc.
A couple of people have rightly told me that you can just set a 3D video to 2D viewing mode, and therefore don’t need to upload 2 versions of the same video.
There are a couple of problems with simply uploading one 3D video, however:
If I’m off base here, please let me know. I’m still learning this whole 3D creation process.
It turns out that I have more battery chargers than sense, so I built this monstrosity.
My old style programmable thermostat died last weekend, and so I rushed over to Home Depot to get a replacement. I wanted a smart thermostat mainly for its wifi connectivity, but also wanted to try out the truly “smart” aspect of it: Optimizing heating and cooling cycles to suit my needs.
They did an excellent job with the user interface, making setup really easy. And their app, though slow to connect at times, is overall well-designed and easy to use. So far I like the ecobee3, but my main concern is with reliability/longevity, and that of course remains to be seen.
I’m a leftie, but all my life I’ve used right-handed mice in my left hand. I needed to replace my old Microsoft Optical Mouse, and found the DeathAdder Left-Handed Edition. It’s the perfect size and shape for me, but they did the weird thing of switching the left- and right-click buttons. It’s easy enough in most any operating system to swap the buttons in settings. However — at least with Windows — the buttons are only changed locally. So when connecting to other hosts via Remote Desktop the buttons revert to their hardware configuration. That’s a no-go for me, but I liked the mouse so much that I decided to mod the hardware instead. Fortunately, it’s very easy to reconfigure … Continue reading