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/)S
Posts
0
Comments
106
Joined
3 yr. ago

  • Those numbers are baseless exaggerations. There are plenty of tasks which they solve perfectly, today. It's just that a bunch of dicks operate them, and the cost of operating them are way too high.

    Also:

    • environmental impact of AI
    • unethical acquisition of training data
    • dichotomy of how conservative politics treat AI company and private copyright law
    • "undress AI" and deepfakes

    It's not that they're not useful, that's just nonsense.

  • If you have ADHD, it's literally impossible to work without the background distraction.

  • Fwip!

  • Many places in the world mandate expiration dates on food items, no matter what the item in question actually is.

    Water in a glass bottle? Expires in 24 months.

  • You're right, but this is fuck around and find out territory. I would want the escalation to make it clear where I stand with my cat.

  • Once you have figured it out, it's actually a nice workflow. Don't get me wrong, when I'm not publishing a paper, I quickly forget all commands, my whole setup etc. and start from scratch, cursing a lot and retracing my steps in the history, basically re-learning the framework. I'd still never move away from ggplot2.

  • I don't know what your previous setup was, but given that running resolved fixes your DNS issues, run:

    ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

    This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.

    Then, enable resolved so that it is started when you reboot:

    systemctl enable systemd-resolved.service

    Finally, start the service so that it is available immediately:

    systemctl start systemd-resolved.service

    You will want it run those with the required permissions, e. g. via sudo.

  • this is the correct answer

  • The parent comment is correct. CODE is the server, you need the "Collabora Online app" for document editing. I'm not aware if there are alternatives to the ownCloud / Nextcloud apps.

  • Yeah, you can be a good parent and still miss your old life. Also, your previous life wasn't necessarily "selfish" - what kind of bleak, one-dimensional outlook is this?

    You can love your kid, love to spend time with them, and still want to go to that one event, concert, knitting group, cookout, rave party, bike ride, marathon, whatever. Often, you can integrate your kid once they're old enough, and at other times you'll have to sacrifice your plans, maybe not getting together with an old friend you haven't seen in a while. If that makes you feel a little sad and disappointed, that's called being a human being with nuanced emotions, not being selfish.

    Being a good parent is about loving your kid, trying to integrate them, spending quality time with them, all while staying healthy, emotionally balanced and hopefully teaching your kid how to achieve just that.

  • They don't feel stiff at all and they're incredibly soft to walk / stand in for hours. On top, they're water proof, so they clean easily. You can get models without the holes.

  • Honestly, as far as fresh takes on memes go, I loved that one quite a bit

  • I don't think that interpretation, i. e. the absent genitals, is canon.

  • Plots are typical composed, and when writing a paper (I insert them mostly into TeX publications) I do find the quality of the resulting plot is just so much more refined.

    Seaborn is indeed closer and was definitely inspired by ggplot2 in some areas, but IMHO, it's still not 100% there visually. I'm very much a Python user and would love it to be, but when I'm, let's say, publishing a book, I'd always go back to ggplot2 - when preparing a paper for a lab class, seaborn is probably fine.

  • You'll get used to it and it will only take a couple of minutes. And I honestly believe nothing comes close to ggplot2 in terms of quality, and I don't use R for anything else.

  • I did that on purpose, i. e. I wanted to confirm your thoughts about uv, drifted off into a general rant, remembered OP's original question and later realized it would have been better framed as a top level comment. In my defense, I was in an altered state of mind at the time.

  • pyenv and uv let you install and switch between multiple Python versions.

    As for uv, those come from the Python build standalone project, if I remember correctly, pyenv also installs from there, but don't quote me on that.