Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AH
apprehensively_human @ apprehensively_human @lemmy.ca
Posts
2
Comments
259
Joined
2 yr. ago

  • An extra lane doubles capacity, so best case scenario you'd be looking at is traffic jams that go up to 15km, for a while.

    Building more lanes makes it easier to drive and so more people are going to. You can't solve traffic this way due to induced demand.

  • I use lidarr along with last.fm to discover new artists, and then Plexamp as my music player. Plex automatically scrobbles what I listen to and last.fm feeds me recommendations.

    Since starting with lidarr a couple years ago my music library has grown from zero to nearly 3000 albums. 41k tracks.

  • True but not everybody has access to a ground source heat pump or can even afford to have one installed, especially with short notice of an upcoming cold snap. I will advocate for heat pumps until I'm blue in the face but the current cost of entry is abhorrent

  • Two panniers on the rear rack and I can carry like 20kg of groceries.

    It does throw off the balance of the bike a little bit since you've shifted the weight so far back, but you just need to be a bit careful when accelerating and it's fine.

  • Just out of curiosity I just started building the Linux kernel to see what my system does, but the CPU isn't going over 10% load and is hovering around 40 degrees. I just ran make without any parameters, is there a way to get it to use more than a single cpu core at a time?

    Edit: Now we're cooking. make -j$(nproc)

    99% CPU utilization at 56 degrees.