@Lxtruong @taylorlorenz @rootless Alas, this way you are causing extra load for those people who have to moderate trends on their instances for they have to check your post AND that link.
Apart from that: I don't follow this discussion fulltime, but what I am missing are some reasons given for why e.g. journalists need quoting in a similar way Gargron explained why he decided not to have it aboard. I keep reading, that quoting is essential to you guys w/o ever explaining why.
@Lxtruong @taylorlorenz @rootless My email inbox features thread view for it rather safely matches related mails even if they lack referencing each other. OTOH, I don't look into those tails of endless replies that come with every new mail either. Quoting in context of MICROblogging seems to be quite redundant in many ways.
What if you boost, then reply? The original post and your reply would appear in your account's timeline. On clicking either post, no new but unrelated posts disturb, too.
@Lxtruong @taylorlorenz @rootless As a SW developer I'm sure that you hardly find two users of the same application that actually use it in the same way but ask for different features to achieve the same purpose. I don't think it's about fooling oneself. It's about whether software has to bend for the user or vice versa. We might disagree on that one, too. IMHO Mastodon isn't Twitter but serves the same purpose in a different way. As users we could adapt to that.
1/3
@Lxtruong @taylorlorenz @rootless For example, MacOS doesn't require start menu just because I am familiar with it as a long term Windows user. However, I can use both systems to send and receive mails, browse the web, write documents, create software, print stuff, whatever. I don't expect anyone to consider adding a feature that's missing in either eco system if the ultimate argument is "It's just (not) so." Then, I'm neither fooling myself nor feeling convinced in a rational way.
2/3
@Lxtruong @taylorlorenz @rootless Finally, that's not my decision to make at all. I really hope you are getting that feature, though I doubt it is coming anytime soon. Maybe, the community discussion is going to shift the bias on it some day enabling keen code contributors to provide a patch for that feature.
3/3
@thatonecalculator @taylorlorenz @rootless @Lxtruong Progressive Web Apps are interesting, but what happens when you lose signal mid upload, or the browser crashes‽
Some browsers like Chrome have a restore tab mode on iOS/iPadOS, but it is not always perfect. Native Apps can simply save a local draft & reupload later on. It’s why I have always preferred them over Progressive Web Apps.
@Zergling_man @Lxtruong @rootless @taylorlorenz @thatonecalculator It’s more of a signal issue than a browser issue. You can have the worlds best browser but without signal it’s useless.
I have experienced this numerous times before too. Sometimes bad weather weather or location (especially inside buildings with lots of metal & concrete) can cut off signal without notice. Not very fun but it does happen.
@darnell @taylorlorenz @rootless @Lxtruong
so yes drafts are safe in case of a crash or signal loss.A browser crash won't wipe your data, almost everything important is written to LocalStorage :)@thatonecalculator @taylorlorenz @rootless @Lxtruong 👍🏾 That is good to know.
Does this apply to all data‽
I am not sure about live streaming (native apps from my experience do a better job handling this), but what about uploading HD video & audio when signal gets cut off‽ Would it try to reupload later on when signal reconnects without having to login, or would it just get borked‽ I also wonder editing shared office documents too.
@thatonecalculator @taylorlorenz @rootless @Lxtruong Yeah that sucks. Sometimes I need to upload video/images/etcetera, & the signal is not always the best at work.
Same when I travel too.
@thatonecalculator @taylorlorenz @rootless @Lxtruong Yeah, cloud services have been a life saver! Google Cloud & iCloud are popular amongst the masses. I wish #NextCloud gained some traction, but people look at me like I have a third head if I mention it.
Heh! It took me years to convince my bosses to ditch Internet Explorer! Now, every approved browser is Chromium based (Brave, Google Chrome, Internet Explorer).
@PieterPeach @taylorlorenz @Lxtruong instance owners can add Elasticsearch which would allow for full-text indexing and search for federated posts known to the instance.
There's a financial cost so if you're on an instance that some method to recoup costs, I'd reckon more easy to add.
@Lxtruong @taylorlorenz @PieterPeach nod. I don't know the intentions of the Mastodon developers but the search functionality now seems totally a technical limitation. Kinda like search on a WordPress site. By default it is horrible because of lack of full index in MySQL for the posts.
Throw on ES and it's a ton better. Just with the added work, cost, maintenance of ES being on the server now.
When you hit post the text goes off to your local instance that has to decide what to do with it. If it is Public it will be sent to every instance where someone follows your account as well as the instances of account you have tagged (e.g. if you respond to a post). Your post will also be added to your local feed and the Federated feed of each instance.
Unlisted is a request not to put a post in the news feeds. It goes to all the same placed as public, but doesn't end up places like Home, Local, or Federated (a nice thing to do for posts that only make sense as part of the thread they are in)
Followers asks that servers only make the post available to people who follow you. In conjunction with locked accounts this gives some measure of control, but you are dependent on the good faith of other instances for this privacy.
Direct is just like any other post, but it is sent only to the server of the recipient(s) with instructions to share it only with those users. Again you are totally dependent on the good faith of the instances to honor this request.
Some instances like mine also have a Local option which not let the post go beyond your local instance. If you have a local instance that is a safe space for you, you can use Local visibility and know that only people on your own safe instance will ever see it.