• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • Still has a lot of the same underlying issues discord has. It’s not indexable being the biggest. The reality is that services like stack overflow or an issue tracker like bugzilla, or your local git services issues section or discussion section, hell even something like discourse or even mailing lists, just work better. If someone made an im service that could be indexed by search engines and the like, now we’d be talking. Opensorce design and discussion doesn’t really benefit that much from closed ecosystems and end to end encryption in most cases.

    I guess though at least with matrix someone could make a service that acts as a client and indexes content from a list of channels or something…

    Discord, matrix, slack and telegram are where documentation goes to die in the current state of things though.


  • Holy shit, a Christian who actually stidies the Bible… You’re basically a unicorn.

    Romans 2:14;15 is my favorite thing to point out to the you’re going to hell because you’re not a Christian crowd. So baby of them like to preach that God is all loving and good and then are so quick to point out that because they pay lip service to their faith that they get to go to heaven and everyone else goes to hell despite them being obviously terrible people.

    I like to think there are a lot more like you and your type just tends to be the silent majority because it let’s me keep some faith in humanity…







  • Yeah, a lot of the in the Americas it’s not the fact that we’d rather be in a car it’s that our public transit options are just so non-competitive with driving by design that it makes no sense to ever use them from a time perspective if you can afford not to.

    If you live somewhere like the Bay area where you’ve got the BART or Chicago with the L, you can 100% use public transit as your daily driver because it’s actually faster then driving in most cases and you can read or do work while doing so… sadly this is not the case in most places. Takes me 15 minutes to drive into downtown, if I took the bus it would take me 2 and a half hours.




  • So, the primary reason that happens, and the primary reason I’d vote defederation on them every time, is because their instance has down votes disabled for some forsaken reason. It’s not 100% the users fault, it’s because a comment is the only mode of response they have available for something they don’t agree with. So a negative image macro is their downvote. Due to this, they end up flooding other instances threads and only see a bunch of people who agree with the op of a thread or a post, which of course makes them feel like they need to show their displeasure way what’s been posted. Meanwhile we can see the 500 to 9.2k ratio on the racist hot take.

    The way our instances are run is just fundamentally incompatible.


  • Kubernetes uses cri-o nowadays. If you’re using kubernetes with the intent of exposing your docker sockets to your workloads, that’s just asking for all sorts of fun, hard to debug trouble. It’s best to not tie yourself to your k8s clusters underlying implementation, you just get a lot more portability since most cloud providers won’t even let you do that if you’re managed.

    If you want something more akin to how kubernetes does it, there’s always nerdctl on top of the containerd interface. However nerdctl isn’t really intended to be used as anything other than a debug tool for the containerd maintainers.

    Not to mention podman can just launch kubernetes workloads locally a.la. docker compose now.






  • From the 2 developers and The volunteers… The same can be asked about a lot of foss software. Typically what stabilizes foss development though is when developers start getting paid to contribute to the project by a company they work for, however lots of foss software has made it purely through donations (easiest example being mediawiki and wikipedia)

    Web hosting is definitely the harder question. In the grand scheme of things, lemmy instances and other fediverse tech will likely end up being pseudo-centralized with a handful of companies like email. Lemmy is very resource intensive as you guessed. The good news is that a very large amount of that resource consumption is storage, and storage is cheap. Though I know I’ve seen tehdude, the owner of the sh.itjust.works instance, another very stable one, comment on how CPU, networking and memory intensive a busy instance can get. A lot of the early 500s instances were seeing were definitely caused by resource constraints.