liara
@liara@lemm.ee
- Comment on I realized why I like friendships with lesbians 11 months ago:
I don’t actually know the answer, but I couldn’t resist digging at least just a little bit. My gut tells me that it’s probably related to rad fem in some way, like with gold star lesbians etc and that somehow trans people are involved.
The only thing I could really find was the term “bi lesbian” which is just a way to invalidate the identity of multiple groups of people at once.
I think maybe some people might be uncomfortable identifying as a label of lesbian, and there are other ways to express this, like wlw. Also for some, lesbian still carries a stigma or implies a connection to porn. Maybe that just means we should work on reclaiming it though, instead of shunning the label
- Comment on Wooden spoon 1 year ago:
If you think that’s silly then you should see all the people praising a woman for putting an ice cube in a pot to the same effect.
Sure it stopped the water from boiling over, it also stopped the water boiling at all.
- Comment on Unity apologises. 1 year ago:
This is called the “Door in the face method” of bargaining. Start with a request so high and absurd that you “slam the door in their face” because it’s so absurd.
The next time they try, they’ll come back with an offer that sounds far more reasonable than the original request. Since you’re still primed with the previous context, your brain makes it sound less bad than it probably is ("At least it’s not the first offer!). You’re more likely to accept after this.
The opposite technique is called “foot in the door”, start with a small request (get your foot in the door) and then increase the ask after the small request goes over.
- Comment on Unity adding a fee for devs for each time a game is installed, after certain thresholds 1 year ago:
This will probably use some well-defined api endpoint to do their telemetry check-in, so this could probably be effectively circumvented if users were willing and able to do host level overrides to specifically prevent the unity engine from phoning home
- Comment on Mullvad and Tailscale Announce Partnership 1 year ago:
I don’t really use it for this, but here are some things I do use it for:
- metrics scraping on servers without needing to open ports or worry about ssl encryption. Works great for federating Prometheus instances or scraping exporters
- secure access to machines not directly exposed to the internet. I.e. ssh access to my home box while I’m traveling
- being an exit node for web traffic while traveling. I.e. maybe you are traveling and have a bank who is giving you grief about logging in – masquerade that connection from your home IP
I mostly just use it for metrics scraping though
- Comment on My ISP has taken total control of my network 1 year ago:
It sounds like what you want is to either get a modem (either rented through the ISP or bought 3rd party, if your ISP supports it) and then ensure that this modem is in bridge mode without any sort of router features. That said, most places will just give you a dumb modem if you have no intention of using their router.
Then the other gear would be a router with the feature set you want. I personally am quite fond of my Mikrotik hap ac2 but the ac3 looks good too. I don’t use the Mikrotik for the wifi either (I use unifi for that), but it’s decent enough for a small space in a pinch.
Basically you would need to find out from your ISP if they allow you to bring your own gear – modem and/or router, with the router being the more important of the two and get their help to either swap your existing device into a bridge or getting you something that can.
- Comment on Encryption-breaking, password-leaking bug in many AMD CPUs could take months to fix 1 year ago:
Updated amd64-microcode for EPYC processors appears available for several distributions which has mitigations available. I went ahead and proactively grabbed the microcode update from Debian unstable (not the best practice) and applied it without issue to my Bullseye/EPYC.
This isn’t exactly condoned as it’s not officially a backport, but I’ll take my chances as this is pretty critical.
Date of the updated microcode should be July 19th.
- Comment on How safe is Bitwarden? 1 year ago:
Going to play Devil’s advocate here, but open source does not automatically mean that things are safe or that anyone is even auditing the code on anything that resembles a regular basis.
Heartbleed was introduced into OpenSSL source code in 2012 and wasn’t discovered and fixed until 2014