gnuhaut

joined 2 years ago
[–] gnuhaut@lemmy.ml 0 points 2 weeks ago (1 children)

Oh come on, I can recognize my common interest with other humans without mediating this through overly abstracted "values" and then arguing from that. Plus, you know, little kids and even many animals show empathy and they're not doing any moral reasoning or have any concept of a moral value. It seems to me that, more often than not, moral reasoning is employed to rationalize away empathy.

It would also be nice if you could not imply that I'm a threat to humanity. My comment about shooting philosophers was clearly a joke as should be obvious from the rest of the comment, whereas yours strikes me as deadly serious.

Also you didn't actually argue my points about how this benefits existing authorities, nor about how this incentivizes motivated reasoning.

[–] gnuhaut@lemmy.ml -3 points 2 weeks ago (4 children)

Yeah that's not what I was thinking about.

The way moral reasoning works is this: You have something you want, be it is your material interest or it is due to your belief or feelings. If this is to become a norm or law or widely adopted in some way, you're not supposed to argue that way though. You have to do a whole derivation down from Universal Values™, meaning you're now not arguing from your own POV, but from some common good, and, in practice, especially the interest of the ruling order that you want to adopt your position. This means you're already inclined to compromise your position before you've even voiced it.

This is why ruling institutions encourage moral reasoning, they teach it in school, on TV etc. It makes you argue from their POV--that of the nation, the state, the existing order--instead of your own.

It also means that your moral argument is sophistry--motivated reasoning--if you have constructed it for a position you hold for a completely different reason, which is not conducive to clear thinking.

[–] gnuhaut@lemmy.ml -3 points 2 weeks ago (6 children)

I think all moral reasoning should be outlawed and philosophers should be shot.

This will lead to a significant increase in life, prosperity, happiness and/or bring about the messiah. Either way it's the right thing to do.

[–] gnuhaut@lemmy.ml 1 points 2 weeks ago

Maybe? It'll almost certainly be worse (or not work at all maybe) than on Windows.

[–] gnuhaut@lemmy.ml 1 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Oh that's pretty cool! I does seem like a shame to not have something like that on Linux.

[–] gnuhaut@lemmy.ml 2 points 2 weeks ago (4 children)

Seems like a good and useful workflow for sure. Don't know if something equivalent exists, maybe it doesn't.

I'd personally use find for this, but it is a command line tool, and while I have memorized some of the more common options (directories-only would be -type d for example), I'd have to look at the manpage for more advances options. It's not hard exactly but it's not easy-to-use GUI software for sure.

[–] gnuhaut@lemmy.ml 6 points 2 weeks ago (16 children)

I guess because that adds extra complexity that isn't inherently necessary and can be added on top, plus it eats resources. You'll spend the cycles either way basically, at least this way it's optional. I don't bother with a file indexer because with SSDs nowadays, find is pretty fast, and how often do you search for files anyway?

Linux has APIs to get notified on file system events (fanotify, inotify) which would allow such a service to update itself whenever files are created/delete immediately, but locate is way older than that, from the 80s. I think popular DEs have something like that.

There's also ways to search for specific files that come with packages (e.g. dpkg -S), because the package manager already maintains an index of files that were installed by it, so you can use that for most stuff outside /home.

[–] gnuhaut@lemmy.ml 9 points 2 weeks ago* (last edited 2 weeks ago) (19 children)

locate uses an index you need to update using updatedb before it is able to find anything.

updatedb may run periodically because of a cron job, but the index is probably missing right after installing it manually.

[–] gnuhaut@lemmy.ml 1 points 3 weeks ago

That "U=xxx" is the IMAP UID, which is a unique identifier that message has in the IMAP mailbox. mbsync adds that to the filename just so it can track which (local) message corresponds to what message on the IMAP server.

When moving a message from one mailbox (folder) to another, this UID changes, because it's per-mailbox only. If you read the manpage for mbsync, it says explicitly that the MUA should strip the U=xxx when moving between maildirs, so the behavior of aerc here is correct.

In order to get to the bottom of this, you'd probably have to enable the debug output of mbsync and look at exactly what IMAP commands it sends to Gmail, then decipher the relevant command(s) by looking at the RFC, and then decide whether it's Gmail or mbsync's fault this gets lost. You could also contact the mbsync devs with this I guess.

I found someone complaining about the same issue, without getting a reply, 7 years ago, except that person was using mutt: https://stackoverflow.com/questions/52218254/isync-mbsync-on-gmail-marks-mail-as-new-after-move-to-another-folder

That doesn't help you obviously but from this we might guess it's probably not aerc's fault.

[–] gnuhaut@lemmy.ml 13 points 4 weeks ago (1 children)

I want to point out that it may be possible you mistyped the password when setting it up, and then repeated the same mistake when using the drive originally. I know I have done this when setting up passwords. There is definitely a tendency to repeatedly mistype something in the same way.

[–] gnuhaut@lemmy.ml 6 points 1 month ago

I would try the patches. Also about older kernels: It's not that hard to e.g. get a kernel.org upstream kernel and compile that, no need to mix repos.

https://www.debian.org/doc/manuals/debian-handbook/sect.kernel-compilation.en.html

[–] gnuhaut@lemmy.ml 2 points 1 month ago (3 children)

The "seen" flag should be represented by an "S" in the filename of the mail (see Maildir spec).

You could probably observe filename changes using:

fsnotifywait -m $YOUR_MAILDIR -r -e move -e create -e delete

While that is running in your terminal, move a mail using aerc, and see if aerc correctly preserves the "S" flag in the filename.

 

Updates from a bunch of free/libre community projects.

 

Zitate des BND-Sprechers:

"Es werden dabei nicht zwangsläufig die eingegebenen exakten Begriffe untersucht, sondern auch Wortstämme oder auch nur einzelne Wörter der Abfrage", sagte der BND-Sprecher.

"Die vermeintliche Korrelation mit diesen Artefakten und einem Russland-Bezug kann auch für zahlreiche andere Länder reproduziert werden, was eine Zuweisung zu Russland als wenig plausibel erscheinen lässt", hieß es.

 

Am 25.03.2024 wurde unser Konto bei der Berliner Sparkasse mit sofortiger Wirkung gesperrt. In einem Schreiben teilt uns die Sparkasse mit, dass sie diesen Schritt vorsorglich unternommen hat und wir zur Aktualisierung unserer Kundendaten zahlreiche Vereinsunterlagen bis zum 05.04. einreichen sollen. Die Sparkasse ist als Körperschaft des öffentlichen Rechts an das öffentliche Recht gebunden und darf nicht willkürlich Konten sperren ohne es zu begründen, was sie nicht getan hat. Außergewöhnlich ist auch, dass zu den geforderten Unterlagen eine Liste unserer Mitglieder mit vollständigen Namen und Anschriften gehört.

 

On 25 March 2024, our account with the Berliner Sparkasse was frozen with immediate effect. In a letter, the Sparkasse informed us that it had taken this step as a precautionary measure and that we should submit numerous internal documents by 5 April to update our customer data. As a public corporation, the bank is bound by public law and may therefore not arbitrarily freeze accounts without providing an explanation, which it did not. It is also highly unusual that the required documents include a list of our members with their full names and addresses.

 

Angesichts der Angriffspläne auf Rafah muss die militärische und moralische Unterstützung Israels an konkrete Bedingungen geknüpft werden. Kritik allein reicht nicht.

Langsam kommt etwas Realität auch in den deutschen Medien an, was da Israel eigentlich so macht.

Kommentarspalte ist aber übel. Da wird Israel jegliche Verantwortung abgesprochen. Solange sich die Hamas nicht ergibt geht das Morden weiter, und die Hetzer halten das für absolut gerechtfertigt.

 

Palästinensische Quellen melden den Tod eines Mädchens, das mit seinen Verwandten auf der Flucht aus Gaza-Stadt unter Beschuss geraten war. In einem dramatischen Notruf hatte sie zuvor um Rettung gefleht.

 

Giftige PFAS reichern sich in der Umwelt an und belasten die Gesundheit. Nun sollen sie schrittweise verboten und ersetzt werden

 

In ihrem Koalitionsvertrag hatten sich SPD, Grüne und FDP darauf geeinigt, biometrische Erkennung im öffentlichen Raum europarechtlich auszuschließen.

Grüne warnen vor unregulierter KI

Dennoch plädierten inzwischen mehrere Grünen-Politiker dafür, der Verordnung auf EU-Ebene zuzustimmen. So sagte der Bundestagsabgeordnete Tobias Bacherle auf Anfrage von Golem.de: "Statt jetzt den AI Act auszubremsen und aufs Spiel zu setzen, muss die Bundesregierung ihrer Verantwortung nachkommen und sich klar für eine Verabschiedung des AI Act einsetzen. Nach jahrelangen Verhandlungen alles aufzuknöpfen, führt nicht zu einer besseren Verordnung. Es führt lediglich dazu, dass wir bei der dringend notwendigen Regulierung von KI sehr viel Zeit verlieren."

 

Curtailing aid to Ukraine will only prolong the war, Mr Zelensky argues. And it would create risks for the West in its own backyard. There is no way of predicting how the millions of Ukrainian refugees in European countries would react to their country being abandoned. Ukrainians have generally “behaved well” and are “very grateful” to those who sheltered them. They will not forget that generosity. But it would not be a “good story” for Europe if it were to “drive these people into a corner”.

view more: next ›