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/)L
Posts
3
Comments
151
Joined
3 yr. ago

  • 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

  • Discovery is just the worst, lemmy has a problem with it as well but it's somehow just amplified on Mastodon. There is basically no way for me to organically find things I would be interested in. If I don't already directly know how to find someone or something I want then I'm never going to come across it.

    Compare that with blue sky which has a basic Discovery algorithm that I can pretty easily tune to what I want using filter lists I was able to very quickly get it to understand what type of artists I'm interested in following and what type of content I want to see and what I don't want to see and through that I have discovered a bunch of artists I otherwise never would have known about.

    Mastodon works good enough if you only want to follow very specific people that you already know about and can easily find but if you're hoping to actually organically discover content I found it awful. The feeds for instances are pretty generic they don't try to tailor to your interests it's just a dump of whatever is on that instance or whatever it's Federated with depending on how you view it which basically just guaranteed it was always filled with stuff I couldn't give less of a shit about.

    It's very possible that the interface has changed since I last used it but at least when I used it the interface was pretty clunky and not very fun to use at least in my opinion, I did host my own instance for a little while and used a Twitter bot to copy the art of artists I liked over to a mastodon feed but you know all those Bots broke a little while before it became X so ended up giving up on that

  • Yeah saw that and wasn't a fan, I'm probably in the minority here but i don't just blindly want fediverse if its a bad experience. Lemmy is ok, still has some issues but i can use it without being frustrated. But mason just sucks imo

  • Would probably get more traction on bluesky, i know it's not decentralized but at least it's open source. Mastodon just sucks to use (imo)

  • I'm getting ready to roll them out at work but it's basically exclusively for the password managers. Having a password manager and every account be unique isn't helpful if everyone's going to just use shit passwords for their password manager

  • Yeah i can sum it up for you

  • RATMM

    Jump
  • The key word there is immediately, they called upon Linus but also made the media drama at the exact same time. Call upon Linus, wait for his response, if you don't get one after a decent chunk of time then go to social media.

    It's hard to know what line is would have done had there not been the drama that exploded before he got to the thread that ultimately upset him he may have stepped in to try and smooth things over he may not have but it was pretty much guaranteed he wouldn't when it turned into a public event as his opinion on that has been clear for a long long time

  • While I do agree that there is some very problematic maintainers that are basically blocking progress just because they are old farts that don't like change. I do also agree with Linus that immediately running to social media to drum up drama is not the correct solution to getting it fixed.

    I am ultimately on the side of the rust maintainers here however there were definitely mistakes on both sides, I am not a fan of the trend over the past few years where anytime something doesn't go your way you try and drum up as much drama on social media as possible. I am also not a fan of policing how people choose to word things, I don't think there was anything wrong with the context that cancer was used. They were saying that the code would eventually grow uncontrollably and in a way that was unmanageable which is the literal definition of cancer, a cell that grows in an uncontrolled and unmanageable way.

    Regardless of whether or not I agree with them that it would become a problem like that, I don't see any problem with using the word like that.

    There's also some fault with torvald here, he needs to step up and either say that rust is okay or that it's not because this wishy-washy game is bullshit and is not helping anybody. He originally accepted it into the kernel but has been letting random maintainers create roadblocks for it he either needs to tell them to back the fuck off and get over it or he needs to get rid of the notion that rust is accepted.

    He mentioned turning a technical argument into drama and while I am not anywhere near as knowledgeable at these people I didn't see much technical debate, I saw a maintainer that clearly said they just hated rust and we're going to do everything they could to block it and not work with anyone on it. Which doesn't sound like a very technical based argument to me, there were a couple concerns raised but they appeared to be addressed by multiple people quite thoroughly as there was both misunderstandings and even further potential compromises offered

  • He had what, 5 bankruptcy? Very successful

  • I mean they are not wrong, Linux is a very big threat of good cyber security which makes it harder for them to collect information. I am not at all surprised that Facebook views cyber security practices as a threat( ͡° ͜ʖ ͡°)

  • Common rookie mistake everyone knows you need four months

  • I mean sure or you could just start by using a format that's not so painfully strict with how it's laid out. I miss the good old INI config. It couldn't give two shits how you format it, throw in random spaces random tabs random new lines so long as the value was correct

  • Anyone that says yaml is readable is psychotic. It's literally objectively not readable because a random white space character can break the entire thing and that's by definition not readable I can't see whether there's a white space or not without explicitly setting that up in an editor

  • Getting good is an alternative, coding will always be a trade between ease and quality. Super high level languages are super easy and accessible but the tradeoff is you have no idea what is actually happening on the backend nor much control of it and it requires bloated web engines to manage and run.

  • The vast majority of game engines already have seamless cross platform support. Nothing need be done beyond selecting your target when compiling. Use Vulkan instead of dx11/12 and good to go

  • I'm not a huge fan of python projects in general, they tend to be wildly unreliable in the long run (more the fault of python itself than the devs but the fact remains) however i am looking for something exactly like this so I'm gonna give it a shot

  • Maybe it's been improved, i haven't used slack in many years now. But i remember it having hilarious issues with state tracking. Trying to go back to old messages would fail half the time it would just scroll up to some random midway point then give up.

    Would see notifications of new messages in a channel but didn't see anything new until reloading slack. Based on what you are saying sounds like they fixed that. Which is good, however I'm willing to bet it still wants 1GB+ of memory just to display some text so bloated/slow still applies ¯(ツ)

    And no I'm not one of those "just use irc" people. Telegram supports all the modern stickers, files, audio, etc but it's fast and surprisingly light. But it's also written in native C++ so that's more expected

  • Slow, bloated, buggy af. Name one electron application that doesn't struggle with state tracking over a long session, even just for simple shit like chat. The browser wasn't supposed to be a real time application, no amount of trying to bolt it on will ever make it ok