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/)LO
Posts
4
Comments
413
Joined
2 yr. ago

Permanently Deleted

Jump
  • pacman is the best and I'll stubbornly refuse to entertain any other opinion. It's in my experience the least likely to just randomly rip the system to shreds. I don't know if it has more through prechecks or what bit I've had debian and Fedora (apt and dnf) rip the system asunder trying to jump multiple major versions in an update of a system that hadn't been online in a long time.

    I don't care if jumping multiple releases at once "isn't supported" it shouldn't be that frail and arch will happily update something many years behind as long as you update the keyring.

    Even in the event your system somehow does get hosed you can fix almost everything by just chrooting in, grabbing the static pacman binary, and running "pacman -Qqn | pacman -S -" I've recovered systems that had the entire /bin wiped (lol oops moment with a script) and as far as i know apt and dnf have no equivalent easy redo all.

  • It's not just you, there's been a lot of threads on let me talking about it but the problem with Mastodon is the fact that there is no content recommendation algorithm. You basically just get shown stuff from your local instance and maybe stuff it's Federated with. Which is pretty much guaranteed to be a bunch of useless garbage nobody is interested in and random cat pictures.

    Bluesky is not perfect, but it's better than X and i can actually find content i want. I've tried so many times to Mastodon and it's just not worth it. Finding content is a huge effort and i don't want to put that effort in.

    Blue Sky learned very quickly that I'm interested in artists content and now when I open it I find at least one new artist to follow each day so I can just open it scroll through the people I'm following look at the Discover tab to find a new one whose art I like and feel better that's just not going to happen on Mastodon

  • That's a fair point, the date on the bottle says it should be good for another year apparently but it wouldn't hurt to get a fresh bottle just to be safe. It does look like I would need to fuck with the exposure time regardless since it's a bright white resin it appears to need longer exposure. I also have a clear resin which apparently needs even more exposure.

    At the very least I know I have good build plate adhesion because God damn some of these have been difficult to get off I actually slightly scratched my build plate in one spot a little bit getting some of them off I need to be more careful and use the plastic spatula not the metal one

  • The resin was from when I bought the printer. was shaken, and poured in with the included filter funnel, it didn't seem to be having any issues mixing, tho it is an "abs like" white resin so maybe i need higher exposure time? I'll check the elegoo site it's one of their resins i know some of them have setting recommendations.

    Thanks for the link I'll give cone of calibration a try and see where i can get with that

  • None of the features i need exist in the community edition unfortunately. https://h-mdm.com/headwind-mdm-version-comparison/

    Which seems to be a common thread with the "open source" mdms. Over half the actual useful mdm features are not available for the self hosted version

  • One of the documentation is mostly useless ones. Maybe I'm blind but i searched for 5min to try and find any instructions at all for their official docker image and found nothing. Seems they only want you using the cloud now even if you self host as i can only find aws or render documentation, there is also kubernetes but I do not have a kubernetes setup nor do I want one for just this single application.

    Guess i can try to muck through the docker without instructions and hope it's simple enough without any gotcha steps.

  • Personally what I do and what I would recommend is putting the reverse proxy on the VPS and having it reach out to the services over the VPN, rather than for security this is for performance reasons. Caddy and nginx reverse proxies can both be setup to cache static content. This helps remove the delay of reaching out over the vpn for some things and in my experience made a noticeable performance difference in services that had cachable content.

  • I mean i understand praising it, i still primarily use plex despite their Shenanigans and will VPN to bypass the remote streaming charge. I still have jellyfin installed but it has several issues for me still.

    I have quite a large library and I still regularly have issues with matching especially on anime. It will either fail to match at all until I do it manually, or match incorrectly and I will have to manually correct it. I still frequently have playback issues for no apparent reason especially on Android where I will hit a file that just refuses to play back for no apparent reason with none of the error logs being particularly helpful on files that play perfectly in Plex with absolutely no issues, I have also been affected by the memory leak problem that has plagued many a jellyfin user. Where even if you'd simply turn the server on and never play any files it just randomly keeps growing in size more and more and more over time until the server hits oom even on a server with 128GB. This has been reported by so many users but the developers just seem uninterested in tracking it down. I have both friends and family that use my server and the device support is basically everything even remotely capable of media playback for Plex but is unfortunately just not as robust for jellyfin.

    I know that in this particular subreddit I'm likely to just get downloaded for saying it but sometimes the open source solution just isn't as good and this is definitely one of those cases. It's been getting better has time goes on but it's not a solid replacement yet for a lot of cases

  • A young enough kid can handle just about anything put in front of them at the same rate. When you are learning from zero there isn't a ton of difference.

    I mean early 2000s? Oh windows easier 100%. But today? Both are easy im different ways and to a child just starting out on computer it won't matter

  • I don't even see a child character? I feel like I'm missing something here but I went and checked the ffmpeg documentation because they are using Anubis and it appears to just be a generic chibi Style character that looks to be maybe early twenties style adult.

  • Do you just assume that any cartoon character is underaged? There's literally no indication that that character is in any way underaged whatsoever, it appears to be a standard chibi-style depiction of a generic adult.

    I think you may need to consult a therapist or other mental health professional if literally every depiction of a cartoon character in a Chibi art style causes you to see pedophilia

  • I genuinely do not understand how you could run into issues with a basic program unless you're attempting to install from source code or something. Any basiclinic system should have a package manager and you literally just say install this and it just goes.

    The only time that I would have the chance to hit the kind of problems you described or ever seen anyone hit those problems is when installing directly from a repository on GitHub, straight from Source code, or attempting to use a downloaded dpkg or random wget line from reddit instead of just using the package manager

  • Uhhh, maybe if we are talking about back in like 2001?

    I literally manage a fleet of linux end user machines and i can't remember the last time installing software was more than just "pacman -Syu

    <nameofprogram>

    (yes they run arch BTW)

    Why are anti cli people so dishonest about how hard it is? Now, if you are trying to get involved in like machine learning or something then yes that's an absolute nightmare of errors and installing python packages and other nonsense but that's true no matter what platform you're on and whether you have a GUI or not. Even all the fancy gui installers for stuff like stable diffusion are a constant nightmares of I'm not working because fuck you that's not unique to cli