• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • Sensors. Especially sensors in your living space where fans or other noise from the proper server would be distracting, or in a tight space - inside your HVAC, for example - where a proper server wouldn’t fit.

    Media front-end. Most of those SBCs are more than enough to run a kodi or jellyfin frontend, fanless for minimum distraction.

    Robot. Low power requirement so it could be mobile; but there are lots of stationary possibilities. GPIO libraries are great for running servos and there’s tons of libraries to facilitate.


  • I can see that. If you just want to hang out in a space, then VR Skyrim definitely has some cool places to hang, but how long are you really going to spend in that Skyrim tavern?

    When OP asks whether VR is a long-term option, that’s what I think. My favorite 2D games I have 500+ hours, probably a half dozen of them; I can still go back to those, some 10+ year old, and sink another 50+ hours. The only VR game I have more than 50 hours is the mini-golf game that’s glorified chat.

    For me, VR as an experience has been really amazing. It’s a level of immersion that’s just indescribably better than anything 2D, but each of those experiences has had limited staying power, which I think is because the physical demands of VR constrain my playtime and focus. I can left-mouse-button all day, but my back gets sore if I stand for three hours. So I can handle beat saber because I treat it like a gym session, but the idea of VR walking 7000 steps to Skyrim’s Throat of the World…just no.


  • It’s not going to replace flat screen gaming. It’s hard to be in VR for hours, especially when you have to manage battery life, but I’ve had a headset for a year or two now, and it’s still amazing where it’s good. I’m better with smooth moving, but I still prefer teleporting, for headache/dizziness.

    Tried Skyrim, couldn’t make it stick - VR just isn’t right for massive open worlds. Halflife Alyx is amazing - it’s the right scale for VR, the attention to manipulatable objects is amazing, and some of the puzzles just couldn’t be done in 2D. Blade & Sorcery is good, too.

    Games I keep going back to are Beat Saber, because I’m old and need something to make me stand up and move, and Mini-golf, which is mostly a focus for hanging out with remote friends.


  • RAID is more likely to fail than a single disk. You have the chance of single-disk failure, multiplied by the number of disks, plus the chance of controller failure.

    RAID 1 and RAID 5 protect against that by sharing data across multiple disks, so you can re-create a failed drive, but failure of the controller may be unrecoverable, depending on availability of new, exact-same controller. With failure of 1 disk in RAID 1, you should be able to use the array ‘degraded,’ as long as your controller still works. Depending on how the controller works, that disk may or may not be recognizable to another system without the controller.

    RAID 1 disks are not just 2 copies of normal disks. Example: I use software RAID 1, and if I take one of the drives to another system, that system recognizes it as a RAID disk and creates a single-disk, degraded RAID array with it. I can mount the array, but if I try to mount the single disk directly, I get filesystem errors.




  • I used to pay a particular company by purchase order for this exact reason. CC takes 2-3% of the payment, but purchase order - they’ve got to get themselves into the company system, track the PO, invoice, track the payment…at the time, a common estimate was $50 to process a PO, and if you’re only buying $100 batches, that’s a big hit. Did not like that company, but they were the only place to get whatever it was I had to buy.




  • University is ok if you’re starting at zero and don’t even know what’s out there. It’s for exposing students to a a breadth of topics and some rationale of why things are as they are, but not necessarily for plugging them into a production environment.

    Nothing beats having your own real world project, either for motivation or exposure to cutting edge methods. Universities have tried to replicate that with things like ‘problem based learning,’ and they probably hope that students will be inspired by one or two of the classes to start their own out-of-class project, but school and work are fundamentally different ways of learning with fundamentally different goals.


  • The Android app should still be fine. I’d expect Apple’s move to be followed by a lot of creators adding a “Don’t use the iOS Patreon app” to their profiles.

    I mean, apps that are just the website are a bad idea in the first place, but this specific problem is entirely contained to the iOS app. If some people prefer an app to a bookmark, that’s on them.



  • I came to MySQL and Apache because they were the backend for other services I wanted to start,. Later, when I wanted to build my own, I already had Apache running, so why would I add nginx? I did let other services add sqlite, but have (in most cases) figured out how to switch those to MySQL.

    All of that has been running for 20 years. I’m sure it would be good for my dementia-risk to learn how to start ngnix and migrate all those services, but it’s far more attractive not to mess with what works.



  • pihole, in front of my own DNS, because it’s easier to have them to domain filtering.

    mythtv/kodi, because I’d rather buy DVDs than stream; rather stream than pirate; but still like to watch the local news.

    LAMP stack, because I like watching some local sensor data, including fitness equipment, and it’s a convenient place to keep recipes and links to things I buy regularly but rarely (like furnace filters).

    Homeassistant, because they already have interfaces to some sensors that I didn’t want to sort out, and it’s useful to have some lights on timers.

    I also host, internally, a fake version of quicken.com, because it lets me update stock quotes in Quicken2012 and has saved me having to upgrade or learn a new platform.




  • It’s even easier with digital broadcast. I finally had to give up my PCI tuner, because who puts PCI slots on a modern mobo? $25 will get you a USB TV tuner capable of getting all the OTA and cable channels. I used to get, like, 7 analog OTA channels - ABC, CBS, NBC, PBS, and a regional independent - but I get 30 digital. All the majors have added 3-5 channels of SD reruns or other filler. I mean, it’s mostly shit, and the only thing I actually watch is local news, but for a one-time $25 cost, it’s a great supplement to streaming.

    My biggest problem with MythTV is it doesn’t interface with streaming, so I use Kodi on the frontend to source from mythtv, netflix, hbo, or whatever.