For those who used all three of Whatsapp, Signal and Delta Chat in multi-device mode:

Which messenger provides the best multi-device setup and handling for users (UX)?

(question spans setting up a second/linked device, as well as migrating to new device, as well as quality of multi-device synchronizing/bugfree-ness -- all subjectively weighted by each voter according to their subjective experiences)

  • Signal (37%, 18 votes)
  • Whatsapp (6%, 3 votes)
  • Delta Chat (47%, 23 votes)
  • other (please name in reply) (8%, 4 votes)
48 voters. Poll end: in 23 hours

ArcaneChat reshared this.

Hey @FreakyFwoof
Am enjoying this one.

Darkness WithinBy: whimsical musings 1
On the fateful night when Ron and Hermione were abducted, the wheels of destiny began to turn. For Harry, the kidnapping of his friends shattered the illusion that the light side could protect those he loved. An ultimatum was presented, and a decision was made. Now, Harry stands at a crossroads: Can he protect those he loves without losing himself in the process?
fanfiction.net/s/14368837/1/Da…

Visto lo visto, creo que conviene, para quien no lo haya hecho, recalibrar un poco el tema de independencia judicial, separación de poderes, y estado de derecho.

Los jueces son el poder del Estado que tiene menos legitimidad democrática (prácticamente ninguna), menos control, menos transparencia, etc.

A lo mejor hay que plantearse que la función de resolución de conflictos de la judicatura no puede o deber convertirse en un obstáculo para la democracia.

La Fiscalía de #Portugal🇵🇹 reconoce que, como indicaba esta mañana el 'Diário de Notícias', hay escuchas al exprimer ministro António Costa relacionadas con el caso que acabó con su dimisión que no fueron incorporadas a la causa judicial. El 'DN' hablaba de 22, la Fiscalía admite siete
#justicia #política #noticias
rtp.pt/noticias/pais/pgr-admit…
This entry was edited (57 minutes ago)

i've been told recently, that llms have become useful for code review, and after reading the whole thread here, i can't help but remain doubtful.
Unknown parent

mastodon - Link to source

Glyph

lest we feel superior in *our* ability to clock LLM garbage, this disaster among elites is a microcosm of something even worse that LLMs and their sister technologies of shitcoins and spambots are harbingers of: we *all* have heuristics that we need to use to make sense of the world, and heuristics work because of an implicit presumption of good faith in many interactions. most presumptions can be hacked if some significant plurality of actors in a system are always seeking maximum advantage

Thank you for your continued support!
Mona 7 will be available later this year as a new app.

Free features will include browsing timelines, posting with photos and videos, favoriting, reposting, and limited customization.

Premium feature pack (supports Family Sharing; works on iPhone/iPad/Mac) will be available for 3 USD per month or 20 USD per year.

If you have Mona Pro Max, the premium feature pack will also be available for just 20 USD as a one-time purchase (limited-time offer).

in reply to Mona app

Huh what? So now it's no longer one time purchase for features, I have to subscribe? IIRC I have Mona pro, I got the features, no idea how much it was back then but it was fine. But no way I'm subscribing just to use features of such an app. One time purchase, or even pay for big upgrades, fine. But USD per month to, browse Mastodon?
Thanks that I'm on Android at this point and Pachli is free and OSS.
This entry was edited (1 hour ago)

Už jsem tady psal o tomhle klenotu ve vedlejším městě přes který každý den jezdím do Londýna.
Napadla mě ještě jedna zajímavost.
Jak vidíte, té to vlastně jeden velký kruhový objezd vytvořený pěti malými kruháči.
Ale všimli jste si, že ačkoli ty krajní, malé objezdy jsou tradiční a jezdí se po směru hodinových ručiček, ten vnitřní je opačně - proti směru 😁
Už se vám točí šošolka?

Since this seems to come up a lot, especially now with Windows being replaced by Copilot and Tim Apple being a frequent guest at the White House, I thought I'd write up my quick and objective guide to choosing Linux distros:

I just want something stable and easy to install that's still being maintained next century: Fedora.

I want a carefully hand crafted desktop experience curated for me by people who know what they're doing: KaOS.

I want to carefully hand craft my own desktop experience from scratch, I don't care how many wikis I have to read: Arch.

I think I'm somewhere in between those two extremes: Manjaro.

I'm a gamer: Bazzite.

I'm a Mac: Elementary.

I'm a Haskell weenie: NixOS.

I think rms made some good points: Debian.

I think Tommy Robinson made some good points: Omarchy.

I like South African billionaires: Ubuntu.

Centralised platforms shape the conversation to serve their interests.

Mastodon returns power to you. Here connections are authentic, communities set their own rules, and your voice isn’t for sale.

Help to power the servers, tools, and communities making Mastodon a safe, independent home for free expression. ​

Donate #SupportMastodon

joinmastodon.org/sponsors#dona…

This entry was edited (2 hours ago)

Some criticism of people using AI is just mean. Just saw a post that said:

> Instead of using AI images to illustrate your blogpost or presentation, why not go deep into the forest, lie down in a pile of autumn leaves and allow the earth to consume your body

Seriously? You know, not everyone is as immersed in all of the things that are wrong with AI as we are. Some people are just trying to get by in the system of incentives that they didn't create.

in reply to BlueLegend

@threlm4280 Yes, there are probably people who hate AI for the reason you described. I want to push back on this point though:

> I don't get it. Its literally convenience why not use it?

There are in fact better criticisms of current AI products. They're trained on basically all of the work of all humanity (or as much as the AI companies could get their hands on), without the consent of the people who did the work, for the explicit purpose of replacing labor. Worth thinking about.

PSA to anyone who uses Gmail!

"Reportedly, Google has recently started automatically opting users in to allow Gmail to access all private messages and attachments for training its AI models. This means your emails could be analyzed to improve Google’s AI assistants, like Smart Compose or AI-generated replies. Unless you decide to take action."

malwarebytes.com/blog/news/202…

#gmail #AI

#AI #GMail

reshared this

I can't believe I didn't share with you all about the hard slap I received few days ago.

arnel.bearblog.dev/reaper-slap…

#Reaper #ReaperFM #Daw #Audio #Blogging #Learning

reshared this

The #chatmail #rust core is the base infrastructure library used by all apps and bots. It contains all networking, encryption, email processing and implements all the relevant IETF email standards. It's a single central development place with which the whole ecosystem of clients and bots can upgrade consistently.

We are constantly trying to remove code, and to cleanup things. That's a must to keep a 8-year long evolved code base agile and adaptable. Key insight: The best code is no code ;)

in reply to Delta Chat

two other things that can't be stressed enough for maintaining development long-term:

- Avoid superflous abstractions. Premature abstractions are the root of all ... complexity. If you have a second and third case, you can introduce an abstraction, but even then: don't over-abstract!

- write tests for everything, especially for the API that you want to guarantee to others. The chatmail core library just passed 1000 automated tests. The users of your API, and their users will thank you.

Delta Chat reshared this.

in reply to Delta Chat

But when your abstraction splits out part of the system, allowing richer life to it, while simplifying the rest, then entertain it.
Example, past delta's post talked about goodness and richness that little apps bring, versus monolith-style addition of features in signal, recent announcements. This is a good abstraction, even though many would've walked from it.
Food for thought.
Short haiku/koan doesn't replace wisdom and elaboration, it only highlights it.
This entry was edited (37 minutes ago)