• 0 Posts
  • 64 Comments
Joined 2 years ago
cake
Cake day: September 7th, 2023

help-circle
  • Imagine a tool that gives you a language in which you can describe the hardware resources you want from a cloud provider. Say you want multiple different classes of servers with different sets of firewall rules. Something like Terraform allows you to put that into a text-based form, make changes to it, re-run the tool and expect resources to be created, changed and destroyed to match what you wrote down.



  • If your mass storage is full, any excess is wasted, so you should always try to make sure that it is being spent on something useful. SC1/FA incentivizes a constant balancing of your economy.

    You can reclaim mass from dead units (even civilians), buildings, rocks, trees etc. Trees also give a bunch of energy which can be useful very early on. A failed attack will quite often turn out to be a mass donation that gets recycled into an army for realiation. All of this might be balanced differently between the different versions of the game, so I can’t be sure that it applies all that well to base SC1 vs. FA or even FAF.

    Don’t build all your energy reactors in a big cluster if you can help it. One well placed attack will blow the whole thing up in a chain reaction. On the other hand, sabotaging your opponents power grid is often a solid strategy.

    If anyone is interested in FAF and wants to take a look at some different levels of gameplay, check out GyleCast on YouTube.








  • At this point I can only reiterate that emulation and piracy are not the same thing. I really cannot bring myself to give a shit about the ethical concerns of TOTK, when the only way Nintendo (and you apparently) has of protecting their intellectual property is to vanish perfectly legal software, through the power of being a big financial threat. I’ve been using emulators to play games since the SNES and not once have I played a video game for which I don’t own a copy (mainly because I’ve been around long enough to own all of the necessary hardware and game copies). The idea that emulation should be illegal or locked behind an arbitrary definition of console age/inactivity is completely laughable and would open the door for harassment of various open source projects at Nintendo’s whims, they won’t just stop at the WiiU era because you think that’s appropriate. The actions of one emulators development team or community being particularly unethical or locking things behind a paywall or even supporting piracy in any form, even if they annoy me and the rest of the emulation community, should not affect the emulator itself or the legality of the code. I’m not going to blame them for making themselves an obvious target, just because people have a weird affection for one of the most litigious billion-dollar companies on the planet.



  • This leads to the same kind of erosion of free and open source software as Google taking down projects like youtube-dl on GitHub. The emulator code contains nothing illegal, neither does the developer community, but that’s exactly what Nintendo is targeting, because it’s the most effective way to shut down any project. The way Nintendo handles these cases is the problem and they have never cared if something is actually completely legal if they want it gone enough, like modding, romhacking or uploading videos of gameplay. At this point they’ve burnt so much goodwill that I’m hoestly surprised there are still people left willing to insist that Nintendo only goes after actual piracy.



  • I think you’re just being contrarian for no reason. The market for specialty input devices is much smaller compared to “normal” keyboards but it still exists and has become much more diverse over the past decade, with many new niche products being launched. This isn’t even the first commercially available chorded keyboard. From the video, this particular iteration seems to be marketed towards mute people and I’m sure that they or people with other kinds of disabilities are probably glad to have any products at all available to aid them in daily tasks. Not every product or company needs to participate in a high volume market. Apparently, the chorded inputs can also be reprogrammed and it can work in a normal keyboard mode, which should make it more flexible than something designed purely for stenography.




  • I wouldn’t recommend Docker for a production environment either, but there are plenty of container-based solutions that use OCI compatible images just fine and they are very widely used in production. Having said that, plenty of people run docker images in a homelab setting and they work fine. I don’t like running rootful containers under a system daemon, but calling it a giant mess doesn’t seem fair in my experience.


  • XML aims to be both human-readable and machine-readable, but manages neither. It’s only really worth it if you actually need the complexity or extensibility, otherwise it’s just a major pain to map XML structures to any sensible type representation. I’ve been forced to work with some of the protocols that people like to present as examples of good XML usage and I hate every single one of them.

    Fuck YAML though. That spec is longer and more complex than any other markup language I know of and it doesn’t have a single fully compliant implementation.