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

help-circle

  • That ship has sailed… So many sites don’t actually change pages, they just load different data - it’s way faster and looks better

    Problem is, the back button takes you off the site no matter where you are, so now you can change the URL and change the history through code to have the best of both worlds

    Then, there’s the people who do it badly, and there’s the people who think “hey, if you need pro StarCraft level clicking speed to back out of my site, maybe for some reason that will make them decide to stay”


  • As a late millennial and a programmer, I’ve got you.

    So when you request a web page, before anything else, the server gives you a 3 digit status code.

    100s means you asked for metadata

    200s mean it went ok

    300s means you need to go somewhere else (like for login, or because we moved things around)

    400s mean you messed up

    500s mean I messed up

    So this is in the 400s. Each specific code means something - you’ve probably seen 404, which means you asked for a page that isn’t there. And maybe 405, which means you’re not allowed to see this

    418 means you asked for coffee, but I’m a teapot



  • It’s weird to think about, but data has a shelf life. Software needs to grow and be pruned regularly, or it dies.

    Social media is both - the data dump is useless without an ecosystem of tools around it, and if the data itself stops interacting with the zeitgeist of the parent society, it basically becomes an old journal. It’s interesting to a very specific group of people, and literally no one else wants to see it (aside from a few gems picked out and cleaned up for public consumption)

    At any point we could go back to Reddits explosion after the digg migration. We could pull up posts that mirror exactly what’s happening now. It’d be interesting for sure, and there’s days of then-now posts that people could be making…but instead we just have people telling us about their memories of that process.

    Why? Because that data is old and stale. You’d have to hunt it down with tools not intended for it, filter out the best of it, fix broken links, and probably put it through a slur filter


  • Nah, that’s not quite right.

    Tiny federates with huge - nothing happens, they just exchange metadata. Dancer@tiny subs to something on huge - now you have one community, with a lot of updates, coming at tiny. Maybe it drops some. Still not an issue

    Hugo@huge subs to something on tiny - now something@tiny is cached on huge, still not a problem.

    Now something@tiny is in the feed on huge. A million people comment. This is a problem… For huge mostly. Over at little, people are commenting on something@tiny. They might see doubled up comments or orphaned comments, but mostly they just don’t see most of the stuff from huge

    So generally, it’s not an issue. In certain situations, there will be hiccups, but it will keep chugging along




  • What in an account? It’s not the name or karma, because we have display names and no karma (I think it should be per community, but discussions on if we even want it are ongoing, maybe someone will come up with a really clever idea)

    If it’s your subs, saved posts/settings, and even getting notifications for responses to your posts/comments I’m building all that into an app. The only thing you obviously couldn’t do is edit - but an account migration method in the federation spec is in the works

    But I love decentralization, I think it’s the answer to everything, and it needs to go further.

    All important data should live on your device and be updated, and can be applied to a different account (even on a different server)

    You should be able to talk to multiple servers at the same time. This one has me stuck in refactoring… But I’m pretty sure I’ve got it down, I just need sleep.

    You should be able to do not just filtering, but sorting and discovery at the device level - I’ve got custom filters working, someone asked for a keyword filter, and I thought “that sounds like a bad idea, let’s try it out”. You can also go server by server and do searches, then if you like something, you hit subscribe and it’ll tell your server to start pulling it in

    I’ve also got plans to use voting to look at what communities and users you like most, and show you what they like. All without the data leaving your phone.

    Centralization makes everything way easier, so it’s a constant temptation. But we’ll get more and more decentralized as time goes on… I’ll drag the fediverse in that direction kicking and screaming myself if I have to… This is too important to just let it become just

    Luckily, a lot of the devs building for Lemmy feel that way - at every layer, we’re asking what we can do to take it further q


  • What in an account? It’s not the name or karma, because we have display names and no karma (I think it should be per community, but discussions on if we even want it are ongoing, maybe someone will come up with a really clever idea)

    If it’s your subs, saved posts/settings, and even getting notifications for responses to your posts/comments I’m building all that into an app. The only thing you obviously couldn’t do is edit - but an account migration method in the federation spec is in the works

    But I love decentralization, I think it’s the answer to everything, and it needs to go further.

    All important data should live on your device and be updated, and can be applied to a different account (even on a different server)

    You should be able to talk to multiple servers at the same time. This one has me stuck in refactoring… But I’m pretty sure I’ve got it down, I just need sleep.

    You should be able to do not just filtering, but sorting and discovery at the device level - I’ve got custom filters working, someone asked for a keyword filter, and I thought “that sounds like a bad idea, let’s try it out”. You can also go server by server and do searches, then if you like something, you hit subscribe and it’ll tell your server to start pulling it in

    I’ve also got plans to use voting to look at what communities and users you like most, and show you what they like. All without the data leaving your phone.

    Centralization makes everything way easier, so it’s a constant temptation. But we’ll get more and more decentralized as time goes on… I’ll drag the fediverse in that direction kicking and screaming myself if I have to… This is too important to just let it become just

    Luckily, a lot of the devs building for Lemmy feel that way - at every layer, we’re asking what we can do to take it further


  • What in an account? It’s not the name or karma, because we have display names and no karma (I think it should be per community, but discussions on if we even want it are ongoing, maybe someone will come up with a really clever idea)

    If it’s your subs, saved posts/settings, and even getting notifications for responses to your posts/comments I’m building all that into an app. The only thing you obviously couldn’t do is edit - but an account migration method in the federation spec is in the works

    But I love decentralization, I think it’s the answer to everything, and it needs to go further.

    All important data should live on your device and be updated, and can be applied to a different account (even on a different server)

    You should be able to talk to multiple servers at the same time. This one has me stuck in refactoring… But I’m pretty sure I’ve got it down, I just need sleep.

    You should be able to do not just filtering, but sorting and discovery at the device level - I’ve got custom filters working, someone asked for a keyword filter, and I thought “that sounds like a bad idea, let’s try it out”. You can also go server by server and do searches, then if you like something, you hit subscribe and it’ll tell your server to start pulling it in

    I’ve also got plans to use voting to look at what communities and users you like most, and show you what they like. All without the data leaving your phone.

    Centralization makes everything way easier, so it’s a constant temptation. But we’ll get more and more decentralized as time goes on… I’ll drag the fediverse in that direction kicking and screaming myself if I have to… This is too important to just let it become just

    Luckily, a lot of the devs building for Lemmy feel that way - at every layer, we’re asking what we can do to take it further



  • Hahahaha…he didn’t start Tesla or spaceX

    He did sue the founders of Tesla, the settlement demanded they refer to themselves as “co-founders” and not publicly refute him calling himself the founder.

    There’s speculation that the spaceX founders signed a similar NDA, but the company existed before him, and their goal was always scaling up spaceflight

    Musk is good at two things, fundraising from Uncle Sam, and hype. And he did those well, and if he stuck to that I’d still be singing his praises… Except he hasn’t.

    He’s not a smart man technically - a decade ago I first read a post-mortem about how he was booted from the company that bought PayPal (and put him on the map when they sold it, as he still had shares). They kicked him out for utterly failing to build a payment platform as he promised, then pushing they switch everything from Linux to Windows, refusing to understand that was impractically difficult (and just a bad idea, even Microsoft runs Linux on their servers now). He kept pushing this and being distributive, and so they threw him out

    Every time he’s tried to start something, it failed - he can’t build a team to save his life.

    He’s good at hype and having money, I used to say “he’s a billionaire who read a lot of sci-fi growing up… That’s not the worst thing to be”.

    Now? He’s convincing people his abusive management strategies brought this success, but those teams were long formed by people who deeply care about the future of humanity. They’re driven, intelligent, and passionate people - did they succeed because of him, or in spite of him?

    I can’t say for sure, but I can say for sure that they could’ve done this with someone else at the helm, but he couldn’t have done it from scratch


  • I was using wefwef, it looks nice but it’s slow and has awkward UX. Every time I want to reply or vote, I have to take a second to think about which way to swipe

    I think you’re into something about not complete or not good - I was hoping to be one of the firsts, but building a solid foundation takes time - I could’ve gotten something out there a week ago, but I’ve got big plans - I want to build discovery and sorting into the app, I want to be able to pull from multiple servers at once, and I want users new to Lemmy to have their hands held as they pick a server. And obviously, it has to feel responsive

    To do that I had to build a data store and coax high performance libraries to play nice. I was pulling posts and had the account switching working on day 1, but I didn’t even start on posting until a couple days ago - and only after I made drafts that would reload when you go back

    It’s easy to build something rough, fast, or inefficient Building something polished means working on the foundations, building it up, and doing and redoing things as you consider what feels “right”

    Give Flemmy a shot in a few days if you’re on Android (more like a couple weeks on iphone). It’s still early days and there will be bugs and missing features, but, now that the groundwork is solid, it’s moving fast


  • I’m considering a free version on the app stores with limited ads(subtle and no tracking), a paid version without them, and one with optional donations on alternative stores.

    I don’t like ads and I don’t want to shove them down unwilling throats, but most people don’t care (and frankly I need the money)

    Among the ones that do, there’s those that hate seeing them, and ones with privacy concerns. If I make them subtle and offer an upgrade to remove them, I hope that’ll satisfy one group, and the other one can get a build where the ad libraries were never installed in the first place