[-] [email protected] 1 points 6 hours ago

No they didn't, or don't have to. I haven't been trained by my boss almost at all, separate people train me on different processes. My boss leads the team, they don't need to know all the details of everyone's job and certainly don't train everyone on everything on what they need to do.

And while the team is their responsibility and what happens in the team immediately reflects on them, that is not the case legally speaking. Internally sure, someone fucks up in the team and maybe the boss gets canned or whatever, but they are not legally responsible of the entire team.

Of course this isn't true if the person the boss hires isn't qualified to do the job and were hired because of money, or for instance if that person is way too overworked or are given inadequate tools to their job properly etc.

[-] [email protected] 1 points 1 day ago

Now, if the training was the problem, then it is negligence of the person in charge of team (or whomever gives the ok for them to work in that job) and they should be held accountable. But not their boss(es) too.

[-] [email protected] 11 points 1 day ago

Not just meat industry but to everyone even with a slight cold because doctors feel like they have to "do something" or the patient is unhappy and complains.

[-] [email protected] 1 points 1 day ago

So wait. If I own a factory for instance and I am the CEO or owner or whatnot. I hire few people who are responsible in some parts of the factory. They hire people to do the everyday stuff, maintenance, IT, whatnot.

Then someone torches the factory down during night shift and someone dies. They go to jail. And everyone above them go to jail because they happened to hire that person?

Nah fuck that.

Sure, if you don't vet the people well enough and let someone who is not qualified do something and an accident happens and whatnot. Then the person who hired the person should be held accountable.

[-] [email protected] 1 points 2 days ago

Yeah and we kinda need to start doing it soon. Because it might become a thing we have to do, and I'd rather we know how to do it and not just wing it.

[-] [email protected] 2 points 3 days ago

Just borrowed a copy from the library! Was going to start it today.

[-] [email protected] 7 points 3 days ago

Same as with anything that needs a collection of people to make a change. You just do it so that more people start to do it and at some point that number of people is large enough that it makes a dent. Or more likely, large enough that companies realise potential for profit and invest more into it, making a positive feedback loop.

[-] [email protected] 2 points 3 days ago

I think you mean most of the world.

59
submitted 4 months ago by [email protected] to c/[email protected]

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.

[-] [email protected] 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.

8
submitted 7 months ago by [email protected] to c/[email protected]

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

[-] [email protected] 96 points 7 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.

[-] [email protected] 90 points 7 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.

47
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]

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.

[-] [email protected] 62 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.

13
submitted 10 months ago by [email protected] to c/[email protected]

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
submitted 10 months ago by [email protected] to c/[email protected]

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.

9
submitted 11 months ago by [email protected] to c/[email protected]

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.

3
submitted 1 year ago by [email protected] to c/[email protected]

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/[email protected] but this: https://sopuli.xyz/c/[email protected] does not, even though https://kbin.social/m/functionalprint exists. Anyone know why this is?

view more: next ›

AnonStoleMyPants

joined 1 year ago