Skip Navigation
153 comments
  • Luxury is cheap if you are clever. You can buy a premium 500$ office chair from 10-100$ if you can find one locally used one.

    Buying the best value refurbished laptops and computer parts can save so much money. You can buy a refurbished laptop with 512gb SSD storage and 32gb of ram for 250$, the newest MacBook has 128gb SSD storage and 8gb of ram for 1000$. You can literally buy 4x the ram and storage for 1/4 of the price.

    I have like 20,000$ worth of furniture but payed like 2,000$ for it. Use Google lens on cheap furniture you see and you'll find some extraordinary value. I once found a 4,500 brass chandelier for 45$ at a habitat for humanity. Make sure to buy it from a store that checks for bed bugs etc.

    Knowing how to repair stuff. The value of expensive items are very delicate, a single broken part can make the price plummet. This way you can get an expensive device, or anything, and replace a small or simple part. Did this on a cheap laptop with a broken power button and it works great.

    Knowing how to "tune" your tools and stuff. A lot of cheap tools and items can be made much better with some fine tuning. On a saw, re-set and sharpen the teeth, on a knife thin and sharpen the edge, run Linux on old hardware etc. For everything you have, squeeze every last bit of performance out of it.

    • On the note of fixing things: if it's already broke you might as well try to fix it. If it doesn't work then at least you tried, if it does work then you saved yourself some money and gained some useful skills.

      In the last 5 years of living in my apartment I've fixed and sold about a dozen TV's. All of them were found by the dumpster or on the side of the road.

      I even fixed my 75in 4k OLED TV after Best Buy cut me a check for it saying it was unfixable. So basically a free $1500 TV because I figured out how to fix it.

    • I'm against used furniture that you sit on like chairs and couches because you don't know what the previous owner did on them and indont want to be in a seat that has had contact with bodily fluids

  • If you have a recurring problem with your computer that has no obvious cause, test your memory.

    • That includes NVMe.... Just spent two weeks troubleshooting a constant random reboot on my newly built pc.... It ended up being the m.2 port on the motherboard that was faulty, not even the drive itself. I've been building computers personally and professionally for over 20 years and that was a first for me. Everyone I talked to and every support forum insisted RAM or power supply were the problem but nope! Not this time!

      But the lesson here is, if you have a recurring problem that has no obvious cause... Test EVERYTHING. Start with the common stuff that fails and work your way down: Power Supply -> RAM -> CPU -> GPU -> HDDs -> SSDs -> USBs

      Tips for RAM: It's usually best to first boot into a ram testing tool like memtest86 and just let that do its thing. That alone is usually all you need to know if you have a memory issue. Sometimes though, results may not make sense, I've seen situations where a new stick of RAM fails at almost every block and it turned out to be the slots on the motherboard that were faulty. In that case if results seem a little fishy you can remove all but one stick of RAM in the first slot, run another test, then move that stick of RAM down to the next slot. Repeat until all slots have been tested, you can also be extra thorough if needed and repeat the same test with the other sticks of RAM. That usually helps rule out if it's a motherboard issue or an issue on the stick of RAM.

      CPU/GPU: usually any old stress test will make any hardware issues apparent with these two.

      SSDs: these can be a little tricky to test especially if you are booting from them but in my case I found that completely removing the NVMe drive solved all my problems (well a mobo rma was the real fix). I couldn't even boot into a live Linux USB without crashing and rebooting when my NVMe was plugged in. One not so obvious clue that the SSD was acting up was that event logs related to the crash were never written to the drive... Because I/O was outright failing.

      USBs: yes, USBs are on that list. One of my first significant computer issues that I had ever encountered occurred from a faulty USB hub that stopped my PC from even booting up. I took it to two different repair shops they all told me nothing was wrong with my computer, but every time I brought it back home and plugged everything back in... I couldn't boot. It was a lucky chance that I figured out it was the USB hub, that was not a fun one.

      Now I didn't even add motherboards to the list because quite frankly I'm not sure how they rank but they are the absolute worst piece of hardware to troubleshoot but luckily it's usually pretty rare that they fail. There are so many connections and settings built into motherboards that it quickly gets overwhelming trying to troubleshoot anything related to it. From my experience, if you have individually tested every bit of hardware and everything passes its test, most often it's the motherboard that's failing, especially if you have already ruled out software/firmware issues for sure. Motherboard issues aren't always obvious and can often fail in very bizarre ways.

      And as a final bit of advice I'd like to throw out there from my years of experience in PC building.... NEVER CHEAP OUT ON A POWER SUPPLY. It affects every single component in your PC and when they fail it can get ugly. I bought a super cheap off-brand power supply one time and pushed that thing to the absolute limits and when it failed it took down more than half of my PC with it, fried my motherboard, CPU, and RAM. Additionally, the risk of fire is not zero when these things fail. Always use ONLY the cables provided for that power supply and nothing else. Those cables are rated specifically for the wattage that can be supplied by that power supply. Also, it's good to get a power supply that's roughly 100+ watts more than what your PC needs. This helps in maximizing the efficiency of the power supply as well as increasing longevity due to less thermal wear.

  • I kind of wish more people realized how much of everyday computer usage can be simplified with keyboard shortcuts. Take a look around your favorite apps/programs and/or Google for “keyboard shortcuts”, and try to build a habit of using shortcuts for some of the most frequently used commands. It's very liberating as it gives you a feeling of greater control.

    For example, in Windows, did you know that if you pin your most used apps on the taskbar, you can access them using Win+1, Win+2, etc.?

    In browsers, you can press Ctrl+L for the location bar (URL) and Ctrl+K for the search box. Ctrl+Shift+T will restore your last closed tab if you closed it accidentally.

    Menus can be accessed with Alt plus the underlined letter. The File menu is pretty much always Alt+F. Many dialogs have elements with underlined letters too. We should demand this on the Web as well, as it's kind of becoming a lost art with fewer and fewer people knowing about it. It only takes an accesskey attribute!

153 comments