samick1

joined 1 year ago
[–] samick1 12 points 1 year ago (4 children)

Total Annihilation... couldn't get enough of it. Even playing strategy games today I desperately miss the elaborate control and mechanics of TA.

[–] samick1 7 points 1 year ago

It's restricted right now. Most recent post is 10 days ago.

[–] samick1 3 points 1 year ago

When workers strike, are the temps better?

They can do this. It won't go well.

[–] samick1 31 points 1 year ago* (last edited 1 year ago) (17 children)

The beehaw admin said, to grossly paraphrase, they don't have enough admins to deal with the extra activity and they're "mildly annoyed" that sh.itjust.works and lemmy.world have "open registration" policies as they feel it invites trolls and the like.

🤷

Edit: full post if you want to read it. I left out some stuff about ethos and spirit and stuff.

[–] samick1 49 points 1 year ago

Huffman said 97% of Reddit users do not use any third-party apps to browse the site.

...

Huffman acknowledged that if those users instead browsed with Reddit's own app, it would shore up the company's bottom line.

Hmm.

[–] samick1 2 points 1 year ago

I think my best advice would be to make a philosophy out of it. Learn how to solve every problem you come across with the CLI. Only use Google or ChatGPT when you hit a wall, and utilize the man pages to understand why the answer works.

Make a habit of automating common tasks using shell scripts. Over time you'll accumulate a library of cookbook code for doing common things that you can always refer to. Write comments in them to save time when you come back and refer to them. It also saves time to automate common things.

Long ago I followed the Linux From Scratch guide and it was very enlightening. It walks you through installing a working Linux system from scratch, starting from within another installation. So you could e.g. install Debian to a VM, add a second virtual hard disk, and follow the guide to iteratively install each bit of the system on the second hard disk until you can boot it and use it. This is an intense (or at least time-consuming) process but it's worth it.

Although it's terribly outdated now, I got a lot out of the book The Unix Programming Environment. It lays out the history of the system really well. In general, anything written by either of those two authors (Kernighan in particular) is just gold, they're both excellent teachers. It helped me intuitively understand concepts like pipes, "everything is a file", shell programming, awk, etc.

[–] samick1 11 points 1 year ago (4 children)

I've been using Linux since ~1996; I used to wonder about this a lot.

The tl;dr answer is, it's too much effort only to solve the problem of making life easier for new users, and it can be a disservice to users in the long run.

As others have pointed out, there are limited GUI tools for common administration roles.

Power users are much, much faster at doing things via CLI. Most administrative tasks involve text file management and the UNIX userland is exceptional at processing text files.

A graphical tool would have to deal with evolving system software and APIs, meaning the GUI tool would be on constant outpatient care; this is counter to the UNIX philosophy which is to make software simple and well-defined such that it can be considered "done" and remain versatile and flexible enough to live for decades virtually unchanged.

It wouldn't be that much easier for things like network rules unless a truly incredible UI was designed, and that would be a risk since the way that's implemented at the system level is subject to change at any point. It's hard enough keeping CLI userland tools in sync with the kernel as it is.

It would need to be adaptable to the ways different distributions do things. Administration on CentOS is not always the same as it is on Debian.

And ultimately, the longer a user spends depending on GUI tools, the longer it will take them to learn and become proficient with the CLI, which will always be a far more useful skill to have. You'll never learn the innards of containers or VPS' if you only know how to do things from the GUI.

[–] samick1 1 points 1 year ago (1 children)

I'm a JetBrains person. I like vim, but I also heavily use IDE features and VSCode just never scratched the right itches. I've worked with many people who use VC but when I pair with them and watch their workflows, they simply aren't as efficient, as if they're unaware of what a proper IDE can actually do. They also complain when VC extensions get mature and become paid extensions, which hasn't been a problem with JB.

I use Copilot with JetBrains, but it's only "cool", not "awesome". When I really need help with some code Copilot rarely does the right thing, and JB's code completion already works really well. I know Copilot for VC is better than for JB and they claim they're going to bring parity to JB at some point, but this article makes me suspect they're lying. If they don't I'm going to start shopping for competitors.

[–] samick1 3 points 1 year ago

Digg didn’t survive though. Right now it looks like a corporate blog with a barely visible comment section.

That's what I was getting at.

I agree that reddit won't run out of users. I think the big question is whether they can figure out how to turn a profit.

[–] samick1 1 points 1 year ago

Hah, that'll be fun on my desktop... I don't even have a microphone.

[–] samick1 1 points 1 year ago

Got it. This is helpful, thank you!

[–] samick1 1 points 1 year ago

undefined> it always pops up if you want to quote a selection. see?

Ah okay. I'm in the habit of copy-pasting after the > manually so I hadn't noticed that.

1
submitted 1 year ago* (last edited 1 year ago) by samick1 to c/[email protected]
 

I noticed that some communities on lemmy.ml are unable to be seen on other instances. For instance, federating the lemmy community works fine:

https://sh.itjust.works/c/[email protected]

But federating the kubuntu community returns 404: couldnt_find_community:

https://sh.itjust.works/c/[email protected]

I'm certain that second one should work... I've found perhaps two dozen other communities that have the same problem. Meanwhile, dozens of others work fine.


Edit: @[email protected] suggested I try searching for the community first. I had actually tried this but it didn't work, which is why I started trying the deep link approach above; that worked for some communities.

Turns out the deep link by itself will not discover new communities, only searching for them will, and the search can take a long time and will show "No results" for a little while.

So if you're experiencing this, search instead for [[email protected]](/c/[email protected]) from the remote instance, then the deep link will start working.

view more: next ›