Skip Navigation

Posts
0
Comments
343
Joined
2 yr. ago

  • the easy part of driving is manoeuvring the vehicle… the hard part is dealing with shit drivers… reversing out is reversing into an unknown situation on a high(er) speed road full of shit drivers

  • … american HOAs are fucked

    i have legitimately never heard a single positive thing about HOAs. i don’t think they exist in australia?… like we have owners corporations and stratas but i think they don’t have nearly the same power

  • i think the important thing to consider is that not EVERYTHING has to emit no carbon… it’s perfectly acceptable (IMO) to make air travel carbon neutral by eg carbon capture, etc… sometimes it’s just not efficient to either carry around carbon neutral but not dense fuel, or capture and carry your waste with you

    it’s shit that carbon offset programs have been hijacked :(

  • i’m okay with either of either of these since it reinforces the stupidity and futility:

    • x, formerly twitter
    • the company formerly known as twitter
  • alternatively, we’re teaching AI what we don’t want from it

  • there are 2 discussions happening: 1 about the product the article is talking about, and another about the tangentially related topic of disk failure in general

    i see no problem here… or are we only allowed to discuss the specific points the article mentions now and absolutely under no circumstances are we allowed to have discussions about anything else…?

  • are we not allowed to comment on the meta of the article as well as the substance of the article? i guess we need to stop complaining about paywalls and excessive inline ads too then

  • i think it’s the “we just lost 3TB of data” part… either the headline is hyperbole, in which case screw the clickbaint… or they lost 3TB of data which is always a good time to remind people that cheap NAND flash is cheap NAND flash

  • okay so now you have a decentralised list with 1000 servers on it. does your instance… make 1000 requests when you search?

  • yup! 100% agree! federation is kind of a new thing and we have some issues to work out that’s for sure!

    heck, i could even see some kind of federated search service: activitypub instances could submit their content for indexing and individual instance could choose an existing, or run their own federated fediverse search… importantly, there would need to be choice for each individual instance with no centralised repository

  • totally understand the frustration, and i’m not going to try and invalidate it!

    … however, it’s definitely not a problem with a simple solution

    since anyone can start an instance, when you search “all”, where should it search? i don’t mean generally like “all the instances”, i mean where specifically? things like lemmy.world, lemmy.ml, kbin.social, etc are obvious… but what about lemmy.mydomainforfriends.social (not real but let’s pretend someone created their own little instance for friends there!)?

    let’s say you say yes that should be searched, okay… how does your instance know it’s there? does it tell all other instances that it exists at some point? where does IT get that list from? (the current solution to this is that your instance starts to “know about” an instance after someone interacts with it, but this has the problem you’ve described)

    let’s say that instance shouldn’t be searched… now, what are the rules (automatic id assume; not with human intervention) that would allow an instance to be added to some big list somewhere? also where is that list? now we’re back at problem 1: how do you store a federated list of servers?

    the problem gets even harder when you consider mastodon, pixelfed, peertube, etc… all these services interact: should all include them? only certain things in them?

  • when it got shut down a lot of commenters referred to it like losing “the library of alexandria of music”

    not just hard to get stuff - stuff found in dumpsters behind studios that was never released or copied - but it was all available in the highest possible qualities by people who knew how to copy sound (both in an analog and digital sense in the best possible ways), sorted and catalogued immaculately

  • yes and no… the browser ENGINE sure, but that’s kinda like saying that brave is just a skin of chrome

  • not all the data afaik, but all the data for subs that it’s users are subscribed to

  • i mean… to deny the similarities in the platform is kinda ridiculous… i’d go so far as to say that lemmy/kbin probably wouldn’t have the format it does without reddit being like it is. there’s a direct relationship, whether we like it or not

  • “even”… i think reddit’s follow ups were least likely to succeed because they were the least organic!

    place was special (at first) because it was a bunch of people with no time to plan and prepare… it was humans doing human things with all the limitations and creativity that came with that

    other iterations of place were bots and pre-planned “stake our claim” rather than making something interesting and different… it was kinda all just the same as the last one but with subtle “meme of the moment” tweaks

  • and then we should pull that thread a little further and say that actually that’s sex discrimination so rather than remove the women from his work force just remove him instead

  • the protocol that allows instances to communicate is, but AFAIK there’s an API that apps use… the protocol is kinda just for how to push raw bulk data around, whilst the instance itself does things like filter based on “top”, “hot”, etc

    also, in activitypub things like the actor (user), each comment, post, etc are individual objects which must be requested individually (or in a list via a search i think?), so any app that communicates via activitypub would need to make hundreds of requests to the instance to display a single post, comments, and user information!

  • so people have said that it’s to do with volatile (it forgets) and persistent/non-volatile (it remembers), but i think the crux of your question is a little more nuanced: WHY does the mechanism to “remember” a 1 or a 0 get damaged with SSDs and not for RAM

    now, i’m not expert here but i think i have a basic understanding and i’ve pieced some bits od research together!

    (edit: it should be noted that what ive described here as simply “RAM” is actually SRAM, but modern computers mostly use DRAM which is different: it uses a capacitor instead of a couple of transistors, but the fundamental idea is the same)

    RAM is very simple: for the most part, it’s just a few transistors - they’re basically little switches that work just with electrical current… they can be arranged so that transistors connect to another transistor, so that they’re both telling each other to be “on” (this is SUPER simplified, but kinda think of the electricity being stuck in a loop: it just goes round and round between the transistors, and that’s “on” or 1)… transistors are very reliable! their chemistry doesn’t degrade over time (note though that because electricity doesn’t actually go around in an infinite loop, if the “loop” stops getting power to replenish it, it resets to 0, which is what makes it volatile!)

    SSDs though store their 1s and 0s more in chemicals… think of your SSD like a bunch of little boxes with water in them, and you read the 1s and 0s based on how clear the water is… you add sand to make a 1, and you filter out the sand to reset it to a 0! the more often you do that though, the dirtier the water gets until you can’t tell if it’s just dirty water of if it has sand in it (actually you add electrons to the gates in an SSD which changes the cells resistance and you read based on that, but at some point the electrons just keep ”sticking” in the cell so the resistance doesn’t change as much as we’d like)