[-] ipacialsection@startrek.website 11 points 3 months ago* (last edited 3 months ago)

Yeah, only thing I can think of is the few banking apps that don't have web versions.

I was lucky enough to have all my banking and 2FA apps work perfectly on GrapheneOS. The only app that gave me a significant amount of trouble was iClicker, which my school uses for attendance. That was fixed by enabling Google Play location services, and there was a (fairly expensive) alternative anyway.

I did have to buy a new phone to use Graphene, because I got my previous one as part of a carrier's cell plan, and it had a locked BIOS. Though I think the purchase was worth it, and just moving my SIM card from one device to another was enough to get it working.

[-] ipacialsection@startrek.website 11 points 4 months ago* (last edited 4 months ago)

I came across a bunch of those recently, which is how I came up with the idea for this, as a parody :)

Internet horror is disappointingly un-creative. I have no idea why the weakest works (sonic.exe, anti-piracy, kill screens) always end up becoming huge trends, or why so few people try to put a significant twist on said trends.

[-] ipacialsection@startrek.website 10 points 4 months ago* (last edited 4 months ago)

I'm currently on the RHCSA path myself, and I can tell you that the courses are not worth the thousands that Red Hat charges. There are plenty of unofficial video courses on YouTube and Udemy and study guides and practice tests on GitHub that are free or cheap, and other resources for every individual study topic, which will be good enough.

However, though I can't speak from experience, it seems like the cert itself will look good enough on a resume to justify the investment of $500 and a month of studying.

[-] ipacialsection@startrek.website 10 points 5 months ago

Depends on your desktop environment. Look for an "autostart" or "startup applications" setting. If you're on KDE, this could also be caused by "Restore previous session" under Settings -> Startup and Shutdown -> Desktop Session.

[-] ipacialsection@startrek.website 10 points 6 months ago

TOS: The Cloud Minders. One of the show's extremely heavy-handed message episodes, this time about classism and labor rights. It's quite dramatically compelling in addition to expressing its ideas eloquently.

TAS: Beyond the Farthest Star. One of the more "normal" episodes of that series, but it really works for me.

TNG: Contagion. One of the most tense and action-packed TNG episodes, featuring computer malfunctions both amusing and terrifying, but also a great showcase for all the characters, and their ability to combine their talents to solve what seems like an impossible problem, to the point that it's one of the episodes that got me into Trek in general (alongside Remember Me).

DS9: Visionary. Pretty good episode of time travel weirdness, and one of my go to examples of what I think is best way to go about explaining time travel: don't explain it, just do whatever wacky shit you want and laugh off the paradoxes with a recurring joke. "I hate temporal mechanics!"

VOY: Latent Image. In addition to being yet another fascinating exploration of the rights and sentience of artificial life, with a hint of an ethical dilemma in there, I really relate to how the Doctor's trauma responses are described.

DIS: There Is A Tide. I love all of the scenes between Admiral Vance and Osyraa.

PIC: The Impossible Box. I remember that being one of the more tense and well-made episodes of the show, especially Soji's existential crisis and Picard's Borg flashbacks, although I find it hard to think in individual episodes with this one.

LD: Veritas. The show hadn't really clicked with me before this episode. I loved the whole theme about the lack of attention the command crew gives to the ensigns, and how this just adds to their problems.

I've only really seen the consensus classics of ENT, and while I have seen SNW and PRO, my favorites are all consensus favorites that get a decent amount of buzz already.

[-] ipacialsection@startrek.website 10 points 6 months ago* (last edited 6 months ago)

My guess is that they meant either TOS, or the starship Enterprise as compared to the space station DS9.

[-] ipacialsection@startrek.website 11 points 7 months ago

chmod'd all my home directory's files and folders recursively. First to 600, which prevented me from listing any folders, then to 700, which broke a few programs, then to 755, which broke ssh.

[-] ipacialsection@startrek.website 10 points 7 months ago* (last edited 7 months ago)

Open-source software is distributed primarily as source code in a human-readable programming language. Computers can't actually read these programming languages directly; they need to be translated into the machine language of their CPU (such as x86_64). For some languages, like Python, code can be "interpreted" on the fly; for others, like C, programs must be "compiled" into a separate file format. Additionally, most programs consist of multiple files that need to be compiled and linked together, and installed in certain folders on your system, so the compiler and additional tools work to automate that process.

Most users of Linux rarely if ever have to compile anything, because the developers of Linux distros, and some third parties like Flathub, curate collections of (mostly) open-source software that has already been compiled and packaged into formats that are easy to install and uninstall. As part of this process, they usually add some metadata and/or scripts that can automate compiling and packaging, so it only requires a single command (makepkg on Arch, dpkg-buildpackage on Debian.) However, some newer or more obscure software may not be packaged by your distribution or any third-party repo.

How to compile depends on the program, its programming language and what tools the developers prefer to use to compile it. Usually the README file included with source code explains how to compile the software. The most common process uses the commands ./configure; make; sudo make install after installing all of the program's dependencies and cd-ing to the source code directory. Other programs might include the metadata needed for something like makepkg to work, be written in an interpreted language and thus require no compilation, or use a different toolchain, like CMake.

[-] ipacialsection@startrek.website 10 points 10 months ago* (last edited 10 months ago)

It still sounds to me like something's up with the disk. Can't think of any solutions to suggest but I would run a SMART health check on it:

sudo apt install smartmontools  
sudo smartctl -a /dev/sda

If you prefer a graphical tool, you can do the same thing with GNOME Disks, which also has options for disk benchmarking.

In the resulting report, the overall health state should be "PASSED", the "Type" column should show "Pre-fail" and "Old age" values, and the "Media-Wearout-Indicator" should be close to 100. If the overall health state is "FAILED", then you will want to back up your files immediately and consider getting a new SSD.

I suspect a lot of "evil admirals" were promoted by votes from, or just to appease, reactionary political movements.

[-] ipacialsection@startrek.website 10 points 1 year ago* (last edited 1 year ago)

You mean one that allows logging in and posting to Twitter aka X, without a significant fee? Not to my knowledge. Lately Elon and co. have been working to make third party clients completely impossible to develop, so it's either use the official app, use the website, or quit Twitter.

If you just want to browse Twitter, I don't know of any options for that either, but keep an eye on Nitter; currently it does not work, but they're apparently working on a way to work around Twitter's latest changes.

[-] ipacialsection@startrek.website 10 points 1 year ago* (last edited 1 year ago)

I'd recommend using Fedora Workstation, it was a great experience back when I myself had an HP ENVY "fliptop". Anything with GNOME as its desktop environment should be perfect.

view more: ‹ prev next ›

ipacialsection

joined 1 year ago