[-] AnonStoleMyPants@sopuli.xyz 2 points 6 days ago* (last edited 6 days ago)

I always tend to think in rpgs what gender seems to fit the kind of a playthrough I'm going for. For some reason if I do something like wood elf ranger it would def be a female. Bulky warrior with a 2h axe? Guy. 1h shield paladin who smites the unjust? Guy. Someone with keen knowledge of the arcane that freezes everything? Female. Cloak and dagger assassin? Female. Pyromancer? Guy. Witch? Female.

Sometimes I mix things up, like the paladin one. And sure, I also take personality into account which can switch it up.

Haven't played mass effect so no idea about rhe "classes" in it.

60

If you search YouTube for V60 brewing videos and guides you'll find about three billion different ones. Some with agitation, some without; pouring fast, in the middle, making circles; 40-60 or 30-70 or whatnot.

I always think to myself that they're mostly just fluff.

It all depends on grind size and temperature. Doesn't matter how you pour (well, within limits I would think) as long as you get your temps and grind right for the pouring technique you've chosen.

Admittedly, I haven't tried a ton of different ones, maybe three or four. But this is the feeling what I've got.

Maybe there are some edge cases, like Ethiopian coffees being more prone to clogging the filter so less agitation might be a good idea.

[-] AnonStoleMyPants@sopuli.xyz 61 points 4 months ago

Yeah, so problem isn't phones. Problem is that teachers don't have enough authority. If teachers cannot take away the phone, then just toss them out.

I feel like this "ban phones" is getting common but it does not fix the actual problem of teachers not being able to keep discipline in class.

[-] AnonStoleMyPants@sopuli.xyz 46 points 6 months ago

That is kinda disappointing. I had a distaste for Brave after all the initial controversy regarding the ad blocking, which only got worse from the crypto crap they now have in the browser.

I'll still keep paying for Kagi, but this is a step in the wrong direction in my opinion. Let's hope at least the results get noticeably better.

[-] AnonStoleMyPants@sopuli.xyz 52 points 6 months ago* (last edited 6 months ago)

Meta said in a statement that privacy was top of mind when designing the glasses. “We know if we’re going to normalize smart glasses in everyday life, privacy has to come first and be integrated into everything we do,” the company said.

Ha.

I don't think Meta has the same idea of privacy than the people do. I mean, Meta having all the data hidden in their servers, being fed to AI and given to advertisement algorithms is privacy when the data is "anonymized" and held onto securely. Right?

8

Pretty much the title. I could not find an option to do it, nor did I find comments or commits about it.

[-] AnonStoleMyPants@sopuli.xyz 48 points 6 months ago

Big corporations doing shady shit fucking over (or buying out) small companies trying to fix the shady shit to make the lives of the customers of said big business a bit easier.

Not sure what to say. Seems like the standard nowadays.

[-] AnonStoleMyPants@sopuli.xyz 57 points 6 months ago* (last edited 6 months ago)

Oh no, almost visible tits!? Nono we can't have that, it'll morally bankrupt our audience.

Edit: apparently they're more lenient as long as it is properly tagged. Nice.

[-] AnonStoleMyPants@sopuli.xyz 96 points 6 months ago

"No employee ever wakes up and says, 'I'm so excited. I made another penny a share today for Panera's shareholders,'" Shaich told Business Insider in an interview. "Nobody cares. You don't care whether your CEO comes or goes."

In case people read the title and not the article.

[-] AnonStoleMyPants@sopuli.xyz 90 points 6 months ago

Pretty sure the "father" knows exactly what the expected monetary value of those is. They just choose to value the excitement higher. Which is probably why a large portion of the players do it.

[-] AnonStoleMyPants@sopuli.xyz 49 points 7 months ago

Lmao what the fuck Plex.

Who the fuck thought it would be a good idea to have this thing be opt out instead of opt in? Well actually, I'm sure they realised that nobody would opt in because nobody fucking wants this garbage. So the only option is to make it opt out, right guys?

53
submitted 8 months ago* (last edited 8 months ago) by AnonStoleMyPants@sopuli.xyz to c/linux@lemmy.ml

So I installed Debian 12 with btrfs and apparently it only uses a single subvolume rootfs. I would like to have my /home in a separate subvolume (and possibly /var too I guess) and with a flat subvolume structure. I started figuring out on how to do it and I feel like I'm not entirely sure yet so I need a sanity check.

Lots of comments online seem to use something like this method:

cd /
mv /home /home_old
btrfs subvolume create home
cp -a --reflink=always  /home_old/* /home/

But this would NOT create a flat subvolume structure, right? And you woul NOT need to modify fstab as the /home would be automatically mounted because it resides under rootfs actually because / is rootfs and not its parent?

If I want to actually have a flat structure, then I would first need to mount the actual parent subvolume (subvolumeid=5), cd into it, then create the home subvolume, copy everything from the current home directory into there, unmount, modify fstab to mount home, and delete the old stuff and reboot I guess.

Soo something like this:

mkdir /mnt/tmp
    Make a folder for mount
mount -o subvolid=5 /dev/sdXX /mnt/tmp/
    Mount the actual parent subvolume
cd /mnt/tmp/
    Here 'ls -a' would output 'rootfs' if I understood correctly
btrfs subvolume create home
    Create new subvolume, now being sibling of 'rootfs'
cp -a --reflink=always  /home/* /mnt/tmp/home/
    Copy old /home
umount /mnt/tmp/
    Don't need it anymore 

Then go to fstab, and do something like

...
UUID=  / btrfs  subvol=rootfs bunch_of_options_and_stuff
...
-> change into
...
UUID=  / btrfs  subvol=rootfs bunch_of_options_and_stuff
UUID=  /home btrfs  subvol=home bunch_of_options_and_stuff
...

Then just rm -rf /home/* (or just move to keep it as backup if something is fucked up) and reboot?

Does this sound about right?

Edit:

Everything went smoothly. Well just don't fuck up fstab like I did. Decided not to make /var into a subvolume because not sure if you can do it the same way, thinking that logs etc are being written all the time so the gap between me copying everything to the subvolume, and eventually booting might make weird things but dunno. Also added compress=zstd into fstab mount options to reduce writes on the ssd.

[-] AnonStoleMyPants@sopuli.xyz 51 points 8 months ago

Wait, really? So you think Matrix is the ultimate form of secure and private "chat" communities? Because if it is not then it is a compromise.

This Lemmy instance for sure as hell is not the most private and secure.

[-] AnonStoleMyPants@sopuli.xyz 47 points 9 months ago

None of these organisations made any public comment on the girl’s treatment at the time and it would be another year before the family got an apology from Gymnastics Ireland, after the video went viral internationally.

Holy shit. A fucking year? And obviously only after this thing went viral. They just hoped that nobody paid enough attention and that it would all blow over. And no comment during this happening. Disgraceful behaviour.

14

I got an answer to a post I made and the person who made it deleted the post. Now there I a permanent "1" on the messages button as if I still have a reply that I have not ticked as "seen". But I can't do it because the button does not exist, assuming this is due to the post being deleted.

Anything I can do to fix this? It is kinda annoying.

33

Is there a way to filter or block communities? Can't browse by new at all because kbin's "random" is filled with spam bots and I'd rather not block entire kbin due to it.

10

Wondering if there are Wilfa Uniform users here and how they are brewing? I've been using the Uniform at 28 for Hario Switch (using default 4min steep recipe) and the same setting for doing drip with Moccamaster. Seems to be working alright.

Though I just bought this ethiopian coffee that has this fantastic white wine taste to it in the coffee shop (brewed with V60) and when trying it out in the Switch I just got nothing like that. It was still good, but the taste notes were all gone.

Now I am considering going back to V60. I haven't done V60s it in almost of year because I got annoyed by the fact that I never got the same taste as they did in my local coffee shop. Maybe it is time to have another go.

1

Not entirely sure yet how Lemmy works, but I can't find functionalprint in Kbin through Sopuli. Like this works fine: https://sopuli.xyz/c/RedditMigration@kbin.social but this: https://sopuli.xyz/c/functionalprint@kbin.social does not, even though https://kbin.social/m/functionalprint exists. Anyone know why this is?

[-] AnonStoleMyPants@sopuli.xyz 47 points 1 year ago

No "total karma" for accounts.

view more: next ›

AnonStoleMyPants

joined 1 year ago