[-] imogen_underscore@hexbear.net 3 points 1 hour ago

I've found some good stuff on VSTorrent

[-] imogen_underscore@hexbear.net 8 points 14 hours ago* (last edited 14 hours ago)

could take a look at 8bitdo actually? they have some neat mini models and i think their standard style ones are at least a little smaller than the xbox model. yeah i understand the button mapping/UI gripes i was just an xbox kid so the xbox layout is deeply deeply ingrained for me and feels very natural

[-] imogen_underscore@hexbear.net 7 points 14 hours ago

what puts you off the big 3? i don't really know of any reputable alternatives honestly. i have always been a fan of the xbox controllers

[-] imogen_underscore@hexbear.net 11 points 16 hours ago

blue monday is better

[-] imogen_underscore@hexbear.net 4 points 21 hours ago

you are showing remarkable restraint by not attacking them

i enjoyed this. i could never understand how people manage the contradictions of creating art as a job in capitalism on an individual level. it seems impossible and like it would just invariably make you miserable

i keep regretting straying beyond the trans mega and a quick check of the news mega but i have been in a major depression scrolling pattern and can't really help myself often

[-] imogen_underscore@hexbear.net 8 points 1 day ago* (last edited 1 day ago)

if it's about something specific i assume it's this thread

@kristina@hexbear.net as you were also wondering

original tekkit and aether mod. The real og’s of minecraft modding, they hit a high so good Ive only ever been let down ever since

was in the same boat and i got into gregtech new horizons lately and it hits the high. probs most fun i've ever had in minecraft

[-] imogen_underscore@hexbear.net 8 points 1 day ago* (last edited 1 day ago)

spoiler


it's not "inherent" as in, if we lived in a just world then they wouldn't go hand in hand. but in this world they do, at least for the vast vast majority of trans folks. im pretty at peace about the physical effects of male puberty etc on me personally, but social aspects of the gendered upbringing have left me damaged. i think this is a very common experience. that's not even getting into the general prevalence of transphobia and how it impacts trans youth especially. social norms often cause trauma. repressing is traumatic. for many the act of transition is where the healing begins so you are kind of missing the forest for the trees a bit. the damage often comes before.

[-] imogen_underscore@hexbear.net 12 points 2 days ago

when THEY first made these i am not in the cia prommy

[-] imogen_underscore@hexbear.net 22 points 2 days ago

lol i remember when i first made these. one of the lines was like "I am a cisgender millenial with imposter syndrome" it felt like an endzone dance

76

i moved recently and don't have a TV anymore so my excitement for this kinda dwindled. the 2TB price seems like a bit of a hard sell, but honestly i expected them to be even wilder given the circumstances. personally much more excited for the Steam Frame

10

fiction or non-fiction. centralising my reading list and it's just a topic that's been bouncing around my head a lot lately. in the sense that i'm struggling with it and have for a long time, but also wanting to get a bit more academic with it/expand my horizons/feel seen. putting a preemptive CW for the topic.

79

i guess their sicko AGM retreat thing is in my country this year awesome

57

some real zingers here. interesting to see all the comments praising him for being a rational voice about AI too. does feel like a shift is ongoing

16

my gf has been watching it on youtube but she says the subs are broken on episode 6. would anyone know where to find a good rip or stream with english subs? thanks:)

36

second monitor view:

some info:

  • this has only happened in one game (Total War Warhammer 3) and the card has been performing more or less fine otherwise, although i have been noticing some minor artifacting in stuff like Firefox.

  • my PSU is old as fuck and technically underpowered for the card (EVGA 750W gold from 10 odd years ago) and I'm also using a 2 head splitter cable to power two of the three 8 pin headers.

  • CPU is a 9900k which is certainly throttling this thing

my thoughts are to just buy a new PSU and see if that fixes it. i can RMA anytime so I'd rather wait and see. just wanted to hear some folks thoughts as this is stressing me out a fair bit

43

i lean towards the latter but want to hear hexbears thoughts on this. pic unrelated it's my DS3 SL1 character after beating the dancer

67

I've been saying for years they're gonna find some new and strange way vapes are worse for you than cigarettes

Some popular disposable e-cigarettes emit toxic metals at levels that surpass those found in traditional cigarettes and earlier generations of vapes, according to a new study by researchers at UC Davis.

The study, published Wednesday in ACS Central Science, found that a single day’s use of one disposable device released more lead than nearly 20 packs of conventional cigarettes.

Researchers also identified hazardous concentrations of nickel and antimony — metals linked to cancer, nerve damage and respiratory illness — in the aerosol emitted by seven devices from three widely used disposable vape brands.

“Our study highlights the hidden risk of these new and popular disposable electronic cigarettes — with hazardous levels of neurotoxic lead and carcinogenic nickel and antimony — which stresses the need for urgency in enforcement,” Brett Poulin, assistant professor of environmental toxicology at UC Davis and the study’s senior author, said in a statement.

Using a lab device to simulate 500 to1,500 puffs per product, the UC Davis researchers found that metal concentrations increased with use. Leaded bronze components and degrading heating coils were identified as major sources of contamination.

“When I first saw the lead concentrations, they were so high I thought our instrument was broken,” lead author Mark Salazar said in a statement.

Four of the devices emitted nickel and lead at levels surpassing safety thresholds for neurological and respiratory damage. Two exceeded cancer risk limits due to antimony content.

58
8
submitted 1 year ago* (last edited 1 year ago) by imogen_underscore@hexbear.net to c/libre@hexbear.net

EDIT - I SOLVED THE PROBLEM LOL

i had a timeshift snapshot that was like 500GB because i had been including /home in my backups. fixed.

So, my system has been complaining that my main OS drive is almost completely full. However, I just deleted like 250GB of games off it to fix the problem. It's a 2TB SSD.

output of df says i only have 52GB free:

Dolphin file manager agrees. However, using Filelight, and my own reckoning, I can only account for 660GB of space used up.

even doing du -sh */ from / only seems to show about 1TB of space used on the disk. Where is my other ~800GB of space?

20
submitted 1 year ago* (last edited 1 year ago) by imogen_underscore@hexbear.net to c/libre@hexbear.net

So, me and my girlfriends share my linux desktop, and we all play videogames through steam. I have a fairly good solution for sharing the steam game files between users which as you may know is a slight pain on linux especially with games requiring proton. So, the current workaround we have to do is for each user to take ownership of the shared directory after they log in. I've been putting off finding a more elegant solution so i just set up a quick alias for everyone to do it for the time being. The command is this:

sudo chown -R user1:steam /share/steam/

The games live in /share/steam, and i created a steam group which we all belong to. However it's my impression there is no "true" shared ownership of linux directories, they seem to want to always be associated with a primary user which doesn't play nice with steam and proton. It seems to be a shortcoming with proton more than anything, i did read an article which explains how to create your own fork of proton which fixes this issue, but i want the freedom of being able to hop around proton versions rather than that limitation.

I would like to move to a more elegant solution where this permissions change happens automatically in the background, on login of a given user. I'm sure that it's possible, but i haven't been able to find a perfect solution by looking around. It seems like making a systemd module might be best? I'm probably gonna give that a go, but i wanted to see if anyone had a better idea or any feedback at all.

Thanks!

1
view more: next ›

imogen_underscore

0 post score
0 comment score
joined 2 years ago