Former account: @Redjard@lemmy.dbzer0.com
Keyoxide: aspe:keyoxide.org:KI5WYVI3WGWSIGMOKOOOGF4JAE (think PGP key)


I checked the actual code and there is no e2ee, at all.
It has some of the basic setup stuff, like giving you a recovery file, and messages are seemingly encrypted, but everyone can decrypt everything and the platform has none of the structure to deal with all the issues proper e2e brings.
As a very simple test: If you write a message in a server, close the tab. Make a new account and open that chat. You can read the message. Meaning anyone can.
The way actual e2ee does this is it signs messages for anyone in the chat at that moment. Anyone new can’t read old messages unless an old member sends them the contents.
Also this stuff is buggy in the actual functioning.
Also it’s full of trackers and weirdly loads youtube for no reason.
Also it’s full of nazis, the actual state is so much worse than the screenshots shown in the post. The top channels are “4chan” and “wagnersdom”.


Also claims to have federation with self-hostable nodes.
Def would like to see someone do some testing on it.


No, 9GW of electricity, and they claim 16GW total. With a greater than 50% efficient gas plant.


What part do they make in that round thing?


I haven’t checked too deeply but I think fedora dropped the affected system between kernels 6.6 and 6.12 somewhere. 6.12+ appear to not have the modules.
Not too surprising given the system has been deprecated for a long time.


Flu and corona are both “common cold type” viruses defeating resistance in some way. For coronaviruses that method is stopping the body from building effective resistance by all means possible, so that is why vaccines tend to not work too well.
For the flu it’s the many variations and its tendency to change further and need new antibodies.
So I don’t think a specific flu strain is hard to make a very effective vaccine for, but ofc this doesn’t yet solve the flu problem.
The immense speed at which mRNA vaccines can be developed might improve that in the future, where this here could be one of many steps to get regulatory approval for blanket mrna and actually be permitted to change them at that pace.
In principle mRNA should let you crank you vaccines for new diseases/flu-strains in under a week. If this can fully stop the flu?.. I doubt it. Whatever does solve it will probably make use of this tech though.


Molly supports unified push


Notification logging is usually done by some other part of android as far as I know. GMS is the typical way to deliver notifications and is a far more serious privacy concern, since it also directly passes googles servers and is not encrypted. However as others mentioned, signal does not send contents there, message notifications with the message contents stay on device.


This is about a history of notifications locally on the phone.
This is implemented outside of gms at least on my rom, and in the past I have also installed a separate app to do the same.
If you log your notifications … that log can leak your notifications.


Making text flow naturally, grouping and ordeeing information, good writing.
You can verify two textst have the same facts and information, yet one reads way better than the other. But writing a text that reads well is quite hard.


If you don’t habe the ability then you would do what you would have 5 years ago: not do it
Either submit without, or not submit at all.


fact is:
The US dollar index, which tracks the greenback against a basket of six major currencies, has risen by just under 3% since the end of last month. The dollar’s surge against the euro has been especially emphatic, at just below 3.5%.
us media claimed:
The dollar’s strength is largely being “driven by demand for so-called safe-haven assets”, the Wall Street Journal said. Reuters was even more emphatic: “Dollar reclaims safe-haven mantle,” read one headline, among many similar ones.
brussels thinktank instead points out:
The US, a major oil and gas producer, has seen its currency surge as its export prices have risen, driven by the war’s negative impact on the world’s energy supply. Europe, conversely, is a net importer of fossil fuels, pushing the euro lower.
Most damaging for the ‘safe haven’ narrative is, however, the fact that US Treasury yields have actually risen since the start of the war. This is the exact opposite of what a genuine flight to safety would produce, as stronger demand for US debt would push Treasury prices up and yields down.


This. Aegis does all of the points except offsite backups. And for good reason.
The Aegis app has no network permissions at all, which is obviously a massive boost for security and privacy. And besides, off-device backuping is a nightmare.
Syncing the Aegis backups made on change to some other server is better handled by a great dedicated app. Syncthing is the best such program (by far), though for the few files involved here nextcloud would work just as well.


Would be good if you could include a basic explanation as to why. I didn’t know what TASS was, and thus didn’t know what you were talking about. A simple “fake false news, this is a Russian propaganda news page, OP keeps posting Russian propaganda” would have gone a long way.


OP gets a tag



© TASS, Russian news agency
This is what Russia claims, so may not be accurate and is likely misleading.
I also find it to be very slow on many networks, and even in ideal conditions it might get 2MB/s when the phone has a 10MB/s connection.
For photos and predictable stuff I thus use syncthing, and the odd very large thing I send using scp with termux.
This would be a great application of btrfs. Copy over the boot-partition directly via
cp /dev/nvme{0,1}n1p1or similar.Then, simply add the data partition(s) to btrfs. You can then tell btrfs to migrate all data out of the old partition, and finally remove it. All in a running system.
I have migrated the rootfs on running systems before using this method, it’s a super clean approach.
BTRFS also nicely handles the redundancy with its checksums. Usually you can’t fix bitrot between two drives, but btrfs can tell which version is correct. Makes scrubbing easier.