Anyone have a link to download Control Tower Simulator X? Asking for a friend.
FedX
- 3 Posts
- 34 Comments
Send word to the elves! the time has come. The sword of your forefathers must be reforged! You have my bow. Err the break of dawn, we ride!
I guess they read the silmarillion, but understood not the words they read.

Yup, that sounds exactly like what I do.
Huh, the more you know. My only experience with ZSH is when I briefly used Manjaro, and it seemed fine at the time… but now that I say that I think about it, “Manjaro defaulting to it,” might have been a bit of a red flag…
Yeah, I agree. It’s quirky, its syntax is annoying, and a good ZSH setup is probably better… but I don’t have the time to do an actual ZSH setup.
There’s probably only two people who will get this joke… and I’m one of them.
Today I’m using Chimera, but KaOS, Arix or perhaps some unholy install of Alpine with DINIT are tempting me. Seems a persistent kernel panic on wake from sleep has been fixed, so I’m not super tempted to hop ATM.
FedX@quokk.auto
linuxmemes@lemmy.world•[Contest]As a fun little detour before finally installing my nixos config, I'm going to daily drive Rawhide.English
3·13 days agoI have used quite a number of “enthusiast” distros. Arch, Alpine, Void, NixOS, briefly Rawhide, others I am forgetting, and most recently Chimera. Arch is by far the simplest, easiest and stablest distro I have ever used, at least for what I want out of my computer.
Recently did an image search on regular DDG, no AI filter, and was astonished by how much AI slop I got. Like, at least half the results were slop. The filter isn’t great, but it’s better than nothing.
FedX@quokk.auto
Ask Science@lemmy.world•Maybe the wrong place but here it goes why does the US government not donate more money to the maths and sciences? When our whole country/world would be shit without scientists?English
4·22 days agoThe largest “public” scientific institutions in the United States are the national labs. Most famously, Los Alamos, but also INL, Sandia, Oak Ridge, Fermilab, NREL, NTL and some others I am forgetting. From my experience, their mission tends to be less aligned with “doing science to benefit people,” and more aligned with, “doing science that’s too expensive or risky for businesses to do themselves.” Or, “doing science for ‘national security.’” You see very much the same thing at NASA, where they consult and do science on technologies expressly to benefit the business.
In comparison, the largest scientific institution in Europe is CERN, and is rather equivalent to the US’s national labs. Though I have no direct experience with CERN, from what I have seen from their experiments and practices, they tend to do science more for the sake of science compared with the American labs.
Granted, this is a vast oversimplification of the topic, but the point still stands, “the US government is aligned with companies that exploit science for profit.”
FedX@quokk.auto
Ask Lemmy@lemmy.world•What are your thoughts and feelings towards nuclear power?English
3·23 days agoI’m skeptical, but not against it. It’s not an existential threat to humanity as the general populous believes, but it’s also not a silver bullet. Assuming we as a society wish to create more electricity (which is a pretty massive assumption, but a story for another time), nuclear power is the most appealing and effective option. Kyle Hill on YouTube has explained this in great depth. However, the wast disposal is still mildly problematic and always will be. What’s more, the mining is certainly not a solved problem, and brings with it a reasonably high risk of contamination.
Perhaps if I knew a government agency trustworthier than the DOE (or US government as a whole) was involved, I would feel differently. However, I have seen how they have operated currently and historically first hand, and I don’t find their methods satisfactory.
Personally, I think the better method is reduction of energy consumption. When I worked for the DOE, I was told that utilities were bleeding money, and ready to go bankrupt because household appliances had reduced demand that much. So they lobbied for electric vehicles, which has strained the grid in some ways, but that’s a complicated story for another time. But as many of you already know, an EV is a highly ineffective means of reducing carbon emissions in the long-term. While more effective than gas, public transit, bicycles, and changes to infrastructure as the more effective means of reducing carbon emissions long-term.
FedX@quokk.auto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What's the go-to VPN provider todayEnglish
5·24 days agoSame boat, really don’t want to keep supporting them, because of the reasons others have mentioned. But I have something like four or five emails, not to mentioned hundreds of relays, it would be really hard to lose if I ditched them as my provider.
FedX@quokk.auto
Technology@lemmy.world•US House of Representatives passed the KIDS Act, Which would basically require age checks for Americans to get onlineEnglish
82·24 days agoWhat’s interesting is that this is far more an example of a social, rather than political, failing of our society. We can all agree that social media is harmful to everyone in many contexts, but can also provide a certain benefit in the sharing of knowledge, information, and ideas. How many of us had something of a queer awakening after being exposed it on social media? I sure as heck fall into that boat.
I once heard it equated to drinking, your taught from your parents what a responsible (or not) way of in taking alcohol is. Same with driving, same with work. In all these things were there is a fine balance of harm and benefit, we are taught be the older generation. But what if there is no older generation to teach us? Well, as is the case with certain indigenous communities in Alaska where no alcohol existed, you find yourself with no one being responsible. For the regulators, the obvious solution is an outright ban. But banning subsistence that are “bad” for you if addictive, never works. Prohibition, and the war on drugs are key examples of that.
We see this and scoff, because we are the ones who, though trial and error, found something approaching that balance. We see the harm is not in the social platforms themselves, but rather in the algorithmic monetization creating great psychological harm for everyone. We see that anyone using the internet is (more or less) a pseudonymous peer, and attempting to classify groups by geography and/or age is quite foolish. We also see the abuse and harm that attempting to do so would cause. Unfortunately, but rather predictably, the politicians are corrupt ass hats in the pocket of big-tech and invariably, make exceedingly stupid laws greatly to the detriment of the people. It is, therefore, of my opinion that the only reasonable solution is to get rid of them in their entirety Ⓐ.
FedX@quokk.auto
Selfhosted@lemmy.world•Anyone use Clevis + Tang to protect data on their home server?English
2·26 days agoListened to a rather interesting episode of Darknet Diaries the other day about a European cyber crime group. To this day, the FBI has been unable to decrypt the devices. The feds didn’t give too many details about the specifics, but what they did share was quite interesting:
- Five layers of encryption, each with unique passwords.
- LUKS root partition presumably tied to TPM2.
- Veracrypt or truecrypt volumes in userland.
- A custom-made encryption toolkit.
From what I gathered, I think the optimal balance of usability and security (especially for a headless machine) would be the following:
- LUKS root volume tied to TPM to protect against cloning of disk. Also, nothing too valuable ever lives on root.
- More important data stored behind a FUSE encryption layer like gocryptfs, these can be easily opened remotely. You can also tie the password to data hidden inside the LUKS volume for effective two-password protection if the volume is not already behind a LUKS layer.
- If your really concerned, add in additional layers as needed. You can tie LUKS to TPM and FIDO, not sure if you can set up a two password mode, but that would be quite nice. You can also (probably) tie FUSE based systems to biometrics like Howdey or fingerprint sensors if you have them. This could also be setup in a kind of two-password mode for a single volume. Realistically, two layers of encryption is overkill, but it’s more about ensuring multiple layers of redundancy rather than making it harder to crack.
- I can’t recommend systemd because of its numerous security vulnerabilities, but homed does have a neat feature where it will unmount encrypted home volumes when your computer goes to sleep. Not sure how effective or useful it is, but it is a nice feature. Been wanting to see if I can setup something similar on Chimera/Artix with dinit user services.
- Defiantly set up duress key-codes/panic buttons. Likewise, been wanting to write a clone of swaylock with duress code support, but as far as I know, nothing of the sort exists right now.
It is also very much worth noting, even though the FBI never got into the hackers’ computers, they had more than enough evidence to convict the lot. Being the defender of a computer system is always a losing battle.
FedX@quokk.auto
World News@quokk.au•China says it has a right to target people overseas with new ethnic unity law, Reuters reportsEnglish
3·1 month agoAbsolutely agree. More I said that because it explicitly pisses off the CCP.
FedX@quokk.auto
Programmer Humor@programming.dev•I love this AD, really makes me want to buy thier product!English
9·1 month agoWonder if the boot device died. Behavior is in line with some NVMe failure modes I have encountered.






This is a very apt description of it. I remember the creation of Arda, but beyond that, it’s all a bit fuzzy, like I read the Wikipedia page half asleep and dreamed the rest.