• 0 Posts
  • 125 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle
  • From what I understand, the mere exposure to slurs reduces one’s sensitivity to prejudice. That is to say, simply hearing a joke or story with a slur makes one more racist/homophobic/etc, at least for a brief time.

    The effect was not observed with other explicit language; only slurs.

    If that is the case, then it causes harm even in cases where, as you put it, it is “IRONIC or DARK HUMOR context and not meant to harm.”

    Personally, I am based in the United States and while I am not usually the subject of slurs, I generally do not prefer them, if for no other reason than to show support for others who are targeted.

    Whether it is tolerated varies by instance and community. As a general rule I’d guess it depends on whether the moderator believes your intent is to cause harm. If it is intended to be harmless then it is likely permitted. However, such language would be perceived very poorly - that is how racists talk, after all.

    I, for one, would likely down vote it. On Lemmy, many communities are trans safe spaces so those kinds of slurs are not tolerated and will very quickly lead to a ban. Any use of the N-word for pretty much any reason, other than, maybe, quoting rap lyrics, would result in a ban in almost any community of American culture







  • sudo apt update/sudo apt upgrade

    It is actually very easy to break your install by doing this if you have made a habit of installing random .deb files from around the internet

    APT can’t update things that are not in the repository and .deb files typically only work for a specific version of the OS (which is to say, they will probably work when you install them but break when you update).

    You should in general never install a .deb file directly. Sometimes it might be necessary in order to install a program that the developer doesn’t support, but that lack of support should be a flashing warning light that the package will probably break something in the future.

    There are ways to purge your system of orphaned .deb installs, and I suggest doing that before large upgrades







  • Wild animals are wild.

    I once rescued an injured duckling from our cat and nursed it back to health.

    I fed and watered it several times a day while it convalesced. Each time I reached my hand in the box that tiny adorable creature thrashed its wings and bit my fingers.

    After about 3 days I had had enough of it biting the hand that feeds. It was barely larger than a marshmallow but it was kicking my ass.

    I decided it must be strong enough so I returned it to its mother, who was conveniently still in the nearby pond. It launched itself toward her and literally ran across the water to be reunited.

    That part was touching, so I guess it was worth the effort, but I learned a valuable lesson. Imagine if instead of a tiny bird it had been a dangerous predator with fangs and claws








  • I did that too, but back then it was called Backtrack Linux. I bought a special Atheros chipset WiFi card for my laptop’s PCMCIA slot. The built-in 802.11b WiFi card worked under Linux but only by using the Windows ME driver in NDISWrapper, which didn’t support promiscuous mode.

    The Atheros chipsets could be configured (by flashing the firmware with a blob I got from a BBS, if I recall) to capture the traffic from nearby wireless networks. In particular, I wanted to pick up the signal from when a device first connects. There was a bug in Windows XP that could cause the WiFi to drop briefly, then promptly reconnect. By triggering that bug over and over I could capture a lot of reconnect packets in a short time frame.

    Then I’d save the data to a big file and pipe it to Aircrack and extract the Wired Equivalent Privacy password.

    I was a 1337 H4XX0|2 B-)

    Tap for spoiler

    Well, that’s how the tutorial said it would work anyway. I actually never could get enough packets captured. The signal strength was too low