Software engineer (video games). Likes dogs, DJing + EDM, running, electronics and loud bangs in Reservoir.

  • 1 Post
  • 228 Comments
Joined 2 年前
cake
Cake day: 2023年6月11日

help-circle
  • I really hope they come up with some kind of certification system for games targeting Steam consoles, in the same way Microsoft/Sony/Nintendo do. All the boring stuff like making sure controllers connect and disconnect gracefully, the console can be slept/woken at any point in gameplay without bugs, consistent language/UX etc. That stuff goes a long way to making things “just work” on a platform. IMHO it’s the one edge console still has over PC gaming. Even if it was an optional certification, it would give players some decent guidance as to what will work well.


  • Wow, thanks so much for the detailed rundown of your setup, I really appreciate it! That’s given me a lot to think about.

    One area that took me by surprise a little bit with the HBA/SAS drive approach I’ve taken (and it sounds like you’re considering) is the power draw. I just built my new server PC (i5-8500T, 64GB RAM, Adaptec HBA + 8x 6TB 12GB SAS drives) and initial tests show on its own it idles at ~150W.

    I’m fairly sure most of that is the HBA and drives, though I need to do a little more testing. That’s higher than I was expecting, especially since my entire previous setup (Synology 4-bay NAS + 4x SATA drives, external 8TB drive, Raspberry Pi, switch, Mikrotik router, UPS) idles at around 80W!

    I’m wondering if it may have been overkill going for the SAS drives, and a proxmox cluster of lower spec machines might have been more efficient.

    Food for thought anyway… I can tell this will be a setup I’m constantly tinkering with.







  • Piggybacking off this, it’s worth noting if you’re adding SAS capability to your PC via one of these cards, you can look into used enterprise SAS HDDs for cheap. They’re often sold in bulk - I just picked up 72TB (12x6TB) of 7200RPM drives for AUD480 total. Availability is very region-specific and of course it’s up to you to decide if it’s worth the risk for your needs, but if you’re using RAID6 or equivalent (capable of handling two dead drives at once) the risk is minimal. Be sure to buy from sellers with a warranty (12 months minimum), and check the drives once they arrive. But in general enterprise drives are MUCH more resilient than consumer drives.




  • I went down this rabbit hole a few years back. I’m in a house with 3 separate HVAC split systems over 2 floors, and we always had large temperature differentials and needed to constantly manage HVAC settings.

    My goal was to never need to touch the settings for any of the HVAC units all year round, and I had plans to automate my windows so if it was nice outside, the house would ventilate automatically… but only if the pollen count was low, as I have allergies.

    It became clear very early on that using the standard Home Assistant automation logic wasn’t going to be adequate for my needs, so I ended up running a Python script every half hour that reassessed the state of all sensors, using whatever crazy logic I dreamed up, then decided what actions to perform (if anything).

    The general approach worked well, though I hit two snags and lost interest:

    One was finding a (cheap) solution to physically open and close my roller windows. I came close, but didn’t want to make any permanent changes and had concerns about home insurance, so ultimately chickened out there. Everything still worked without this, but it would have been pretty cool to open windows automatically on a nice day for fresh air.

    The other snag was more fundamental - I don’t think it’s possible to have a perfect temperature, even for one person. If I’m sitting still for long periods, I tend to want warmer temps. If I’m cleaning the house, I want cooler temps.

    Ultimately my “ruleset” for the perfect solution became more and more complex, with edge cases and bugs popping up as the months rolled on, and it became clear I couldn’t represent this problem with a set of sensor inputs.

    It was a fun experiment and I learned a lot, but I ended up going back to simpler automation rules after a while, like just turning on the heater in the morning if it’s cold, or vice versa. Solve the biggest problems first.

    I think trying to automate to the extreme is sometimes a trap. Our hacker mindset wants the problem to be perfect and solveable, when in reality us humans are fickle creatures whose wants and whims change on the regular, and that can’t be captured easily in zeros and ones.


  • Two minor concerns about this approach:

    1. Will the lesser known domain name make your emails more likely to be filtered as spam? I don’t know the answer, but I am fairly sure it wouldn’t help.

    2. Will having your email routed through a middleman open up security issues? Probably solveable with diligence and awareness, but I recently had a non-technical friend with this setup get his Gmail breached because he was forwarding it to an email inbox on his personal domain from decades earlier that he forgot about, and didn’t have 2FA on the domain webmail. IMHO an easy oversight for anyone, honestly.






  • I guess as a starting point most of us in this thread don’t really know what university research teams do.

    If they had a laptop or phone, what kinds of things would they want to do that requires a server? Will they need email? Instant messaging? File sharing? Document collaboration? Will there be sensitive information? Do they need specific software? Or put another way, without this server, what can’t they do?

    If you can give some hints on that kind of stuff, I’m sure people in this thread can help out more with specifics on software/tech recommendations.

    Edit: obviously Unreal Tournament is non-negotiable.