this post was submitted on 22 Nov 2025
289 points (98.7% liked)

TenForward: Where Every Vulcan Knows Your Name

6139 readers
498 users here now

/c/TenForward: Your home-away-from-home for all things Star Trek!

Re-route power to the shields, emit a tachyon pulse through the deflector, and post all the nonsense you want. Within reason of course.

~ 1. No bigotry. This is a Star Trek community. Remember that diversity and coexistence are Star Trek values. Any post/comments that are racist, anti-LGBT, or generally "othering" of a group will result in removal/ban.

~ 2. Keep it civil. Disagreements will happen both on lore and preferences. That's okay! Just don't let it make you forget that the person you are talking to is also a person.

~ 3. Use spoiler tags. Use spoiler tags in comments, and NSFW checkbox for posts.
This applies to any episodes that have dropped within 3 months prior of your posting. After that it's free game.

~ 4. Keep it Trek related. This one is kind of a gimme but keep as on topic as possible.

~ 5. Keep posts to a limit. We all love Star Trek stuff but 3-4 posts in an hour is plenty enough.

~ 6. Try to not repost. Mistakes happen, we get it! But try to not repost anything from within the past 1-2 months.

~ 7. No General AI Art. Posts of simple AI art do not 'inspire jamaharon'

~ 8. No Political Upheaval. Political commentary is allowed, but please keep discussions civil. Read here for our community's expectations.

Fun will now commence.


Sister Communities:

!startrek@lemmy.world

!theorville@lemmy.world

!memes@lemmy.world

!tumblr@lemmy.world

!lemmyshitpost@lemmy.world

Want your community to be added to the sidebar? Just ask one of our mods!


Creator Resources:

Looking for a Star Trek screencap? (TrekCore)

Looking for the right Star Trek typeface/font for your meme? (Thank you @kellyaster for putting this together!)


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PhobosAnomaly@feddit.uk 12 points 14 hours ago* (last edited 14 hours ago) (3 children)

It's the feeling that keeps on giving too. Learning and working with a Linux distro is full of little victories, even if they are sometimes a little more hard fought than a Windows resolution.

I can only imagine it's how people feel when they perform a minor repair on their car or bicycle without taking it to a workshop and getting hosed for a three figure wad of cash.

Just this evening I learned the value of dpkg and fixed a broken Chrome install that had been bugging me for weeks if not months, and it's a skill I can use again in future.

[–] A_norny_mousse@feddit.org 1 points 6 hours ago

"After using Linux for a while I suddenly realized that the software is on my side."

--- unknown Linux user, roughly 2014

[–] its_kim_love@lemmy.blahaj.zone 14 points 14 hours ago

I find I have a much larger reservoir of patience for open source issues vs. corporate software. It's easier to give it the benefit of the doubt when I'm not secretly suspicious that the latest issue might just be more spying and locking down of features I used to own.

[–] saltesc@lemmy.world 6 points 14 hours ago* (last edited 20 minutes ago) (2 children)

Even in my most troublesome situations, they are less frequent and quicker/easier to resolve than my Windows hurdles.

I've lost so much time of my life dealing with Windows breaking, blocking, being randomly fucked on basics, requiring insanely complex workarounds to keep the engine running.

Windows is definitely the harder OS. But ya don't realise it until your first drive of a Linux distro. Then it becomes clear as day and you feel like you've been cutting off your foot to spite all the bullet holes you shot into it.

[–] BurgerBaron@piefed.social 2 points 11 hours ago (1 children)

As a noob there were four things that sucked worse than Windows so far:

Properly mounting a NAS so file pickers in programs don't shit themselves or refuse to see it. There's no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.

Whatever the fuck KDE Wallet is doing prompting me for a password to mount a secondary SSD every login despite trying to make it not do that with guides. On going.

Learning about .pacnew files in etc, but meld thankfully takes the edge off dealing with diff.

Getting gud with all the gaming tools and compatibility tools to the point I'm proficient enough to mod most games again.

Not bad, all things considered. You're right that it's harder OS overall to learn. Still, I'd say I broke stuff on Linux about as often as I did bending Windows 9x and XP to my will growing up. Managed to make SDDM not start automatically by mistake dealing with .pacnew my first time.

To do: go through restoring one of CachyOS's system recovery snapshots even tho nothing is broken currently so I actually know how if/when I really need to.

[–] RunJun@lemmy.dbzer0.com 2 points 10 hours ago (1 children)

Properly mounting a NAS so file pickers in programs don't shit themselves or refuse to see it. There's no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.

Oh man, looks like I have a bunch of googling ahead of me.

[–] BurgerBaron@piefed.social 2 points 10 hours ago

etc/fstab is my hint.

Basically I had to make a folder in mnt and then add this upcoming line manually. Fun fact! It doesn't like spaces, thus 040POOL. Idk why but an underscore didn't work either. I didn't know this at first and wanted to slam my face into my keyboard by the time I got it working.

Confirm it works with terminal command:

sudo mount -a

Then reboot and see if it automounted:

mount | grep nas

"nas" is whatever you called the mnt subdirectory you created.

This is a very fucking stupid process vs right clicking a folder on my NAS in Windows and mapping a network drive so it gets a storage device letter. However, it's fun to rant about.

[–] fartsparkles@lemmy.world 4 points 14 hours ago

I hear you so hard on this one. I’ve been running Windows Enterprise with a tonne of fixes in GPOs for too many years now. I’ve been using Windows since the beginning. Thankfully I’ve also used Unix, Linux, and macOS for almost as long too.

I’m shitcanning Windows in a matter of weeks, even taking time off work to focus on it. I have one remaining Windows box (gaming workstation). But not for long.

And the crazy thing is, with the sorry state of Windows 11, my Linux systems are actually more stable.