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
6
Comments
137
Joined
2 yr. ago

  • You'd have to pay me a million dollars to move to the US right now...

    Actually, no I think the amount would be significantly more than that

  • antipopes

    Do they annihilate releasing huge amounts of energy if they touch the regular pope?

  • I have almost 50 containers running on a £75 used mini pc from Ebay, chucked in the bottom of a cupboard. Anyone that tells you you need a giant server rack to self host is a gatekeeping moron

  • Does anyone know of an RSS feed for the newsletter? I've been trying to use RSS for more stuff recently

  • Deleted

    Permanently Deleted

    Jump
  • Big honerable mention to the interview with Trump where they pretended to lose connection. (It's not a coincidence they named the capsule Integrity)

  • So the "amazing tool of the future" that's "going to make software developers obsolete" is also going to need to buy software licenses?

    Which one is it Microslop?

  • The best way I found to combat spam was to change my email address. Was it a pain? Yes. Was it worth it? Absolutely yes.

    Suddenly I can just give my email address out to services I trust, and I set up a temporary alias for anything I don't (although I tend to avoid those these days anyway).

  • Why would I want to dig through folders of bookmarks when I can type 3 characters in the url and have my browser suggest the right page for me?

  • I'm using Voyager, it's open source and is the best client I've used (I've also tried Jerboa, Blorp and Interstellar).

    Upvote tracking is a feature you have to enable in settings, it doesn't do it by default. Also make sure to regularly take backups if that's data you care about because it doesn't sync anywhere.

  • While I didn't recognise your name immediately, my client app tells me I've upvoted you 7 (now 8) times, so I think that proves your point!

  • Nebula

    It supports independent creators and I get to watch Jet Lag a week early

  • How the hell are you supposed to pronounce this?

    "Great"?

    "Greet"??

    "Grit"???

    "Grite"????

  • Almost like these things don't happen in a vacuum...

  • Deleted

    Permanently Deleted

    Jump
  • Or sold to advertisers...

    Or your insurance company...

    Or law enforcement...

  • How does this compare to Jellyseer?

  • I'd recommend setting your printer into LAN only mode and continue using OrcaSlicer

  • I disagree that Nix is a solution in search of a problem, in fact it solves arguably the two biggest problems in software deployment: dependency hell and reproducibility (i.e. the "It works on my machine" problem)

    Every package gets access to the exact version of all the dependencies it needs (without needless replication like Flatpaks would have) and sharing a flake to another machine means you can replicate that exact setup and guarantee it will be exactly the same

    Containers try to solve the same problems, and succeed to a somewhat decent extent, although with some overhead of course.

    I'm not trying to criticize you or your setup at all, if Debian alone works for you, that's fine. The beauty of open source and self hosting is that we can use whatever tools we want, however we want. I do though think it's good practice to be aware of what alternatives are out there should our needs change, or should our tools change to no longer align with our needs.

  • Small setups can very easily turn into large setups without you noticing.

    The only bare-metal setup I'd trust to be scaleable is Nix flakes (which I'm actually very interested in migrating to at some point)

  • Doing this is generally a bad idea, because audio exported from YouTube is pretty poor quality, and music videos often have bits of talking or silence that make sense in context of the video but aren't part of the actual song (designed to prevent exactly this). There was a cli tool I used last year that could download music from Spotify directly.

    Edit: The tool I was talking about is Zotify

    Make sure to set the --download-quality flag to very_high if you have premium to ensure it downloads in max quality

    If you have long playlists (more than a few hundred songs), you should also use the --skip-previously-downloaded and --song-archive flags as per the docs to make sure you can start again from where you left off, as Spotify will start to rate-limit your connection and downloads will fail (if this happens, just kill the tool, wait a few minutes and start again)