DEADBEEF

joined 1 year ago
5
Rule (beehaw.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Edit: jerboa is being glitchy and not letting me upload an image

 
127
rule (beehaw.org)
 
68
rule (beehaw.org)
 
 
[–] [email protected] 9 points 1 year ago

The bi-cycle is the (involuntary) switch between being attracted to fem people and masc people. Not all bi folks experience it, but it's fairly common. It's called the bi-cycle because it tends to be cyclical.

[–] [email protected] 1 points 1 year ago (1 children)

Good point. Testing would probably be a better choice; I'll edit the parent comment to reflect that

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I think it largely depends on the distro. There are two nvidia drivers: the official one which generally works better and nouveau, which is open source.

The instructions from the Debian wiki seem to be pretty thorough. Barring any driver issues, it should just be editing one file to add non-foss repos and installing the drivers through the package manager.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (6 children)

Debian-specific advice

Debian is a stable distro, so software versions will remain pretty much the same over the life cycle. This is good if stability (software not changing out from under you) is desired, but if you want to take advantage of new features as they are added to whatever software you're running, it's less beneficial. So, if you're going to run debian as a desktop os, I would recommend ~~switching your apt sources to point to the unstable branch: sid~~ switching your apt sources to point to testing (see below).

You'll probably see a lot of older tutorials and stackoverflow posts that use apt-get, which predates apt, instead of apt as the package manager. apt is the recommended frontend; apt-get will work, but apt will have a nicer user experience.

Also, on the topic of apt, there are three ways to run updates that you'll probably see online; this stackexchange post provides a pretty good explanation of the differences between them.

General linux advice that I think is worth sharing

Man pages are pretty helpful once you know how to navigate them. Some tips regarding that:

  • You mentioned that you tried manjaro, so I think you probably already know what man is, but just in case: man is the command that you use to pull up manual pages for basically everything.
  • You can search through the man database for a keyword with the apropos or man -k commands. For example, apropos video pulls up a list of all the man pages that have the word video in their names or descriptions.
  • You might notice when running the above command that there are numbers in parentheses after the manual names. This is because the manuals are broken out into 9 sections based on the types of pages they contain. You can put the section number before the name to specify which section to pull up the manual from. So, if you had two manuals named foo in sections 1 and 3, to pull up the one for section 3 you would use the command: man 3 foo. If you want to read more, man has it's own manual page, which you can pull up with man man.
  • You can search for text in man with / and ?. / performs a forward search and ? performs a backwards search. You can jump forward to the next result in the search with n or back to the previous result with p.
  • The bottom of man pages will have a 'see also' section, which lists related commands. Some man pages will also have an examples section.

Another good place to look for documentation is the arch wiki. A lot of the information on there translates to other distros fairly well, and it's got huge amounts of well written information. If you use duckduckgo, the bang for it is !aw.

The shell is pretty intimidating for a lot of new users. While it's not strictly necessary for most things, I do think that you'll have a smoother linux experience if you become at least a little bit comfortable using it. Here is a bash guide aimed at beginners.

Finishing Thoughts

Looking back at what I've written, I realize that I have dumped a lot of information on you. So I think the best piece of advice that I can offer is this: Becoming comfortable with linux (or any new operating system) takes time and can feel overwhelming. Don't feel pressured to understand everything immediately and don't be afraid to go slow; Rome wasn't built in a day.

I've been running linux as a daily driver for 6 or 7 years now, and I run debian on my servers, so if you have any questions now or in the future, I am happy to try to answer them.

[–] [email protected] 4 points 1 year ago (4 children)

That's true. I don't personally post photos of myself online, but I suppose other people have probably put up pictures I'm in at some point. I don't think it would need to be all your photos, though, just a large enough number to poison the dataset. I could be wrong about that, though.

I do wonder if adversarial manipulations will become a service offered by image hosts, similar to stripping metadata in the future.

[–] [email protected] 4 points 1 year ago (6 children)

I wonder if adversarial attacks would work to counter this.

[–] [email protected] 2 points 1 year ago (1 children)

If you're interested in common lisp, Practical Common Lisp is a pretty good starting point.

[–] [email protected] 2 points 1 year ago

Another bi guy here :)

[–] [email protected] 4 points 1 year ago

Simone Giertz makes lots of really cool robots/mechanical things.

MichaelCthulu makes swords out of scrap.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

I really like the group readings of plays that they have. Here's a couple that I really enjoyed:

[–] [email protected] 4 points 1 year ago

Mine currently runs on an old pi3 with an external hard drive plugged in via a powered usb hub. I'm using openmediavault at the moment, but I'm probably going to swap it over to just NFS when I get the chance. I'm also planning to swap out the single external drive for 4 drives in a soft RAID through LVM.

view more: next ›