wfh

joined 1 year ago
[–] wfh@lemm.ee 20 points 2 months ago* (last edited 2 months ago)

~~Makes sense, I think most users I've seen are french speakers. Which org? ~~

Edit: nvm I found them, it's Les Soulèvements de la Terre. Thank you!

[–] wfh@lemm.ee 10 points 2 months ago (1 children)

Can you simply ask them to walk through their submission line by line with you, explaining what it's doing?

This. Code reviews, especially with junior devs, should always be done as a conversation. It's an opportunity to learn (from both sides), not just a a bunch of "bad implementation. rewrite" thrown in the PR.

[–] wfh@lemm.ee 6 points 2 months ago

"To be" being highly irregular il a common feature of a lot of Indo-European languages. But there's worse. In Spanish, "ser" and "estar" both mean "to be", but have wildly different meanings and cannot be substituted for one another.

[–] wfh@lemm.ee 1 points 2 months ago

There are two types of scrum masters. Those who are true believers in agility, and those who think it's just a fancy bullshit name for "project manager". The latter tend to be the the fucking worst, unfortunately they're the most common breed.

Truth is, a real "scrum master" (or "agile coach" for SAFe 6 people) is at best a part time job, and has only two purposes. With experience and knowledge, help the team towards making their job easier/faster/more interesting/more predictable/more serene through continuous improvement using agile methods as a toolbox (and NOT a fucking dogma), and ~~tell idiotic managers who can't fucking anticipate a fucking deadline more than 3 days in advance to fuck off and stop being fucking morons~~ teach managers to respect agile principles and have a clear short- and medium-term vision so their needs can comfortably fit the team's backlog without jeopardizing the team, other priorities or the deadlines.

The other breed are fucking corporate yes-men who shove work over capacity onto the team and play make-believe-scrum by focusing exclusively on bullshit rituals that serve no actual fucking purpose.

[–] wfh@lemm.ee 2 points 2 months ago

Came here to post that.

[–] wfh@lemm.ee 19 points 2 months ago

On my previous laptop, the trackpad had a bug that made it spam interrupts after waking up from sleep. It ruined battery life and basically kept one core at 100% permanently.

So I duct-taped a systemd script that unbound and bound the trackpad after each wake up.

#!/bin/sh
case "$1" in
        post)
                echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/unbind
                echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/bind
        ;;
esac
[–] wfh@lemm.ee 11 points 3 months ago (2 children)

Just tried 100% + large text on Gnome, it feels much better than 125% scaling, thanks for letting us know it's a possibility!

[–] wfh@lemm.ee 11 points 3 months ago

After spending a few months on the FW16, going back to a 16:9 laptop feels... wrong. Like there's a ton of vertical space missing. Everything except watching movies benefits from a little bit more vertical space.

[–] wfh@lemm.ee 1 points 3 months ago (1 children)

Wait, it didn't work? I use Apple Maps all the time in DDG

[–] wfh@lemm.ee 39 points 3 months ago

I woke up tired one day at 28 and it's been like this ever since.

[–] wfh@lemm.ee 3 points 3 months ago

TBF Rhodia and Clairefontaine (same company now) make excellent paper.

I almost exclusively buy A5 Rhodia dotpads.

[–] wfh@lemm.ee 12 points 3 months ago

I've never heard of Linux destroying a Windows partition unless there's a blatant user error.

view more: ‹ prev next ›