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/)JA

I mean no harm.

Posts
2
Comments
128
Joined
2 yr. ago
  • I'll just comment about one thing that keeps popping up in the discussions: grid-level storage. There is no such thing yet really that would last a full day cycle, and the 100MW or so units we are building are mostly for frequency stabilization and for buying enough time to turn on a base-load plant when the renewables drop out. I'm not arguing against storage - it is absolutely needed.

    The problem is the scale, which people don't seem to get. Largest amount of energy we can currently repeatedly store and release is with pumped hydro, and the locations where this is possible are few and far between. Once the batteries reach this level-of-capacity, then we have a possibility to use them as grid-level storage that lasts a few days instead of hours.

  • Send it through the earth, you can reduce it theoretically to 42.5ms

    This isn't as ridiculous as it sounds and you just need a neutrino-beam... which has a horrible bandwidth (of 0.1 bits/s) plus the ridiculous upfront cost of running two particle-accelerators for a full-duplex link. (Google it up, this exists.)

  • I recently deleted my +10y (cant remember anymore how old it was) old account. I had not logged in with it since the first exodus.

    In my time, I started from the old reddit, saw the changes to more modern UI twice. I "collaborated" with the pixel art canvas event. (twice?) (last was fullout among us dithering) And finally saw the full revolt against spez that ended my journey there. (plus the complete enshittification of the reddit app)

  • C++

  • I once wrote bind_front() and move_only_function likes in C++17. This nearly drove me mad because you cannot refer to a overload set by a name.

    On the otherhand, I can now decipher the template error mess that the (g++) C++ compiler spews out.

  • Arch maintenance: 0. Install it once. (The proper way)

    1. Every 2 weeks minimum pacman -Syu
    2. Every 3 months merge/update configs in /etc.

    I don't get what is with this so hard? Yes, configs can be undecipherable but 90% time the merge involves just deleting the .pacnew versions.

  • A kernel was released that changed how the hash value got computed for casefolded filenames. (used for better windows compatibility) That kernel then went into production. This unfortunately split some file-systems that supported this into two incompatible versions, breaking the kernel rule 1.

    There might now exist file-systems were created/modified with this bug present that the old/fixed kernels can't understand.

  • When I read this originally, it was a nice example how programmer brain can be applied IRL. Also works when trying to find something and I see the listing is someway sorted, like time tables and eshop product categories.

  • As much as I like at some time before 14:00 'o clock and then none.

    Caffeine has about 8hrs half-life and blocks a few key receptors in the brain, so it will only mask the tiredness you build up over the day.

  • I was reluctant to take this project, knowing well I would end up deleting nearly all existing code I would have to touch, all while having just mediocre skill writing its successor, if it ever becomes one.

    I can no longer escape from this project, nor do have I will to.

  • Programmer Humor @programming.dev
    JATth @lemmy.world

    Removing API dependency from a plugin.

    Me 2023: It will take only a few weeks, right? RIGHT?

    A year later: I re-wrote the entire damm plugin. Have a good day.