• 3 Posts
  • 77 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle

  • 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






  • LordKitsuna@lemmy.worldOPtoSelfhosted@lemmy.worldGood Self hosted MDM?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 days ago

    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.




  • 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







  • I’m not sure you understand how a suggestion algorithm works, it’s not something that can be run locally without having to then load and process thousands of messages. There is no aspect of that that could be run locally while simultaneously not having to load all the messages you’re attempting to sort and make recommendations on.

    It is not at all equivalent to a word filter, a word filter is not attempting to find something, it’s a filter that applies to things that are already being loaded regardless. When a post comes in the word filter looks to see whether or not it has a word that needs to be filtered. An algorithm needs to find new content out of all the content available and then attempt to determine whether or not it’s something that should recommend meaning the client would have to load thousands upon thousands of random posts from the Federalists in order to make that algorithm work