• 0 Posts
  • 18 Comments
Joined 1 month ago
cake
Cake day: April 18th, 2025

help-circle

  • No worries, I’m here for it!

    It’s a noticeable improvement to me, but probably only marginal to the layperson. I haven’t gotten around to more thorough profiling yet (the included btop++ profiler actually caused my games to crash), but I get the impression my PC is utilizing a lot more of its capabilities (based on performance, fan noise, etc), though maybe I’m just confirming my own biases.

    I’m guessing you might get similar gains by compiling manually, but the nice thing with CachyOS is that it’s already compiled (likely with other optimizations as well, I haven’t looked too far into it). I have the technical skills to compile manually, but not the time or energy, so it’s a great solution for me.


  • Yeah, they were common to Arch. Specifically, Steam would cause the entire system to stutter for a good 30 seconds when starting it up. Found a tip online about it doing something with some extra config files, followed the tip and now it’s working fine.

    Even using the CachyOS versions of Proton and Wine libraries (which have the same kind of optimizations applied as the rest of the OS) has worked flawlessly, and my games are smoother than they’ve ever been. Pretty impressed with it overall.







  • The answer also depends on your level of experience and how much you want to learn doing this. You mentioned you haven’t done this before, but are you otherwise comfortable using computers and figuring things out? Are you familiar with Linux and/or the command line? In addition, are you hoping to tinker around and learn a lot from this, or are you more concerned with just setting it up so you can use it?

    There are options for all levels of expertise and technical interest, but I recommend starting with any hardware you already have or can aquire for cheap/free (especially if you’re hoping to tinker and learn more). As another commenter suggested, finding an old desktop or laptop and putting a NAS operating system on it would be a great starting project. Then once you play around with it, you’ll know if/where you want to spend some cash on something better. If you don’t have old PCs laying around, check on whatever you use for local buy & sell listings, you can probably pick up something for pretty cheap.

    If you’re mostly looking to play around and you don’t have any extra hardware, you can also try things out in a virtual machine (download VirtualBox), which will let you learn without any monetary investment.



  • If you feel most familiar with Debian, I recommend looking at Mint. It has great compatibility and is otherwise easy to use, and it handles GPUs well (including Nvidia). In terms of hardware, I’ll agree with the others here–used is the way to go, you’ll get a lot more for your money than buying new.

    That being said, you can also look for clearance and/or refurbished PCs. This one would probably be powerful enough.


  • I did the front-end program on freecodecamp.org a bunch of years ago, it was decent. The challenging part about finding what you’re looking for is that Javascript is used in both the front and back ends (and in a number of other places). Courses in JS will usually focus on backend (node.js is common), but it sounds like you’re looking for a basic front-end course.

    Also note that “integrating front end with back end” is complicated and depends largely on the backend itself. In the free code camp course, I did some calls to APIs from the frontend, which I think is what you’re asking.

    In any case, check out the Full Stack course on freecodecamp.org (specifically what you’re asking about is covered in the “DOM Manipulation and Events” section).






  • I’m not an expert, but any time I’ve needed to do this, I set up my own router as a client to the parent router, and I set my router (client) as the DMZ in the parent router. Effectively you end up with two routers that are both (more or less) connected directly to the internet, without the two networks messing with each other. It’s also minimally invasive to the parent router (even old stock firmware has always had a DMZ option).

    The tricky part then is using the wireless connection as your “WAN port,” rather than a physical one. In which case, as long as you can install OpenWRT on it, you should be fine.