

Oh no, you!




Running arbitrary text from the internet through an interpreter… what could possibly go wrong.
I need to set up a website with
fork while 1
…Just so I can (try to) convince people to
curl | perl
it
…rhyme intended.


I would love base building in KSA, but Dean Hall (CEO of Rocketwerkz) have explicitly stated that he refuses to say anything on the matter, because Colonies means so many things to different people. In my case, Colonies would mean resource extraction, building/designing a fully fledged launch centers, and (semi-automated) interplanetary logistics, a


The most important part is that they’re building the game from scratch with an engine suitable for the purpose. As mentioned numerous times by Harvester who created KSP: There are so many hacks and workarounds to make Unity work the way they needed it to, and in retrospect Unity was not a suitable choice for a game of that scale. And it is doubtful that any general-purpse engine is.
Rocketwerkz are making their own engine, doing away the Scenes/Actors limitation that are detrimental to how a space game would work. This removes a ton of abstractions resulting in an alpha that runs incredibly smoothly almost independent of part cound. It is worth noting that Rocketwerkz were among the original bidders for developing KSP2, but they lost the bid as they were more focused on having a solid foundation over flashy graphics updates.
As for specific features:
I try to update !kittenspaceagency@sh.itjust.works as often as I can, so there are some more specifics in there.
Future you is talking smack about you.


If you’re going for software RAID, I recommend taking it a step further and go for ZFS: If set up correctly you get all the advantages of raid6, while remaining very flexible.


Used/refurb SAS drives aren’t that expensive. Can someone with better memory than I please link to that site for second hand server components?
The reason why SAS drives are usually more expensive isn’t because the tech itself is more expensive (It’s largelt just a different kind of interface), but rather that “enterprise grade” hardware have a few additional Q&A steps, such as running a break-in cycle at the factory to weed out defective units.
While a server such as the one you described is slightly power hungry, it’s not that bad. Plus, if you wanna get into servers long term, it could serve as a useful way to get used to the hardware involved.
Server hardware is at its core not that different from consumer hardware, but it does often come with some nice and useful additions, such as:
RAID is entirely optional. I seem to be the only one in here who actually like hardware RAID, as software RAID is more popular in the self hosting community. Using it is entirely optional and depends on your use case, though. If you wanna live without, use JBOD mode, and access each drive normally. Alternatively, pool as many disks as you want into RAID6 and you have one large storage device with built-in redundancy. RAIDs can either be managed from the BIOS, or from the OS using tools such as storcli.


Yes, if they delete it you can start a new one with no problem. Also, they only seem to delete unused ones, though.
Whenever you have it set up properly, make a system for you to easily spin up an identical one. Terraform, ansible, etc.
Hoboy, Maybe THIS is the version where Vim finally implements rich text, inline images, and AI/Clippy!
Update: Turns out they didn’t. It’s still just a no-nonsense and overall great text editor 😢


Some VLAN-related nuggets that you may find useful for your post/blog:
Source: VLANs have been an integral part of my career for 20ish years.


deleted by creator
If it works on mint, it’ll most likely work on debian, with the caveat that debian is a lot more CLI and a lot less handholding. Depending on your setup, debian might be a better choice for you, as Mint is desktop oriented.
But don’t fix something that already works. If there’s no issues with your Mint setup, I’d say keep it. Next time you set up a server, you can go for debian instead.
Source: I use both extensively. Mint on desktop, debian on headless stuff.


Noted. I’m mostly an X11 kind of guy. A few X12s.


Are yoy able to switxh to HTML5 instead of Java? I never managed to get that Java applet to run properly without issues, and it sucks that older supermicro machines default to it. But many (most? All?) Have an HTML5 option you can use instead.
Also, the BMC croaks sometimes - pull bios battery and any other backup batteries during a power cycle.


Circular dependency issue
I use beegfs at work for the redundancy and clustering aspect. 1.8PB of storage with 100% redundancy.
While it supports a lot and CAN be quite involved, a very basic setup is in fact pretty simple:
A filesystem on a machine is a storage target.
A machine with storage targets is a storage node. (beegfs-storage)
A management server (beegfs-mgmtd) connects these together into a filesystem.
Any machine runs beegfs-client to mount this filesystem.
One machine needs to run beegfs_meta for the Metadata. It doesn’t require a lot.
Both dhcpd and bind support failover.
If you want to have failover storage you might want to look into beegfs, as storage targets can be mirrored across hosts.
Source: Using all of the above at work. I’ve had motherboards die on me without causing downtime.


Well it’s not fucking blank anymore then, is it??