u_1f914

joined 2 years ago
 

Slowroll just bumped its Tumbleweed snapshot version a few hours ago.
This update contains everything since the previous snapshot 2024-02-13, including the Plasma and Gnome updates.

 

by Douglas DeMaio

 

The deadline has passed, but I'm not sure if all entries have been added to the wiki yet.

[–] [email protected] 2 points 1 year ago (1 children)

Interesting, I can't post here if I select "English" as the post language.
I get an error 400 HTTP status with a JSON error: "language_not_allowed".
It works fine if I leave the language as "Undetermined". Are these just the OpenSuse community settings?

 

Slowroll repos have been moved to a new location.
Upcoming version bump, to catch up with Tumbleweed, announced.

[–] [email protected] 35 points 2 years ago (17 children)

How numbers are pronounced.
In German the number 185 is pronounced as "hundred-five-and-eighty" (hundertfünfundachtzig), the digits are not spoken in order of their magnitude.
Not terrible, not great.

 

Post stolen from Reddit. According to a Reddit comment, this doesn't solve expressing Send/Sync requirements yet.

 

A small Ferris on [email protected] .
One other person already started helping.
Coordinates are (90, 780).
https://canvas.toast.ooo/#x=93&y=793&scale=19.67

Template URL for pasting:

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAPtJREFUWIXtVTsOhCAQHYklhdUewHi6Lan3CBtPaDyDhSUJW5kgmRlnAN2GVwnzeY/HEAEaGhr+jE5b4J0NXLyfd1VPcfIVca4Qcwc5VYPtmTSYJuWQY7XUN+oAJaZUBLY2XPAuxPNxGpQnBKTDabggh+/rA/28k2sJOQDxDCVOHGTeWXQtIScFSEVogYlgXwFXKCGT1IkcSBtx7mCk3tmQc4hq11DUJ7yhSERp/QnbNFYfTNHPCBNSS0yWAACAYVm7GiLEArZpDMOy6icZ+KsjBVzZHAs68uL8dE/lFpYsaU6RZTmQNtDYX2U+4iugToS5wuUXiSlq0MDgB0tRtTR5tH/TAAAAAElFTkSuQmCC

[–] [email protected] 4 points 2 years ago* (last edited 2 years ago) (3 children)

The security of a fully random password depends on the number of available symbols (alphabet) and the length.
The strength of the password is simply symbolcount^length.

For a conventional password the symbols/alphabet are characters, numbers and special characters.
For a mnemonic the symbols are simply full words and the "alphabet" is a list with a couple thousand words.

Mnemonic passwords are secure because of their large alphabet, and easy to remember because of the lower length (in symbols) and because human brains are good at coming up with associations (usually stories) for random words.
If you want to generate your own mnemonic password you can try diceware.
With diceware you roll a few dice to select random words from a list.

[–] [email protected] 186 points 2 years ago

"This release includes major improvements to performance, specifically optimizations of database queries. Special thanks to @phiresky, @ruud, @sunaurus and many others for investigating these."

Hehe, lemmy.world doing some stress testing for the entire lemmy project.

[–] [email protected] 7 points 2 years ago (1 children)

Seems like the subscript markdown doesn't work on Jerboa yet.
Apologies to anyone bothered by the tildes. 🙇

[–] [email protected] 11 points 2 years ago (2 children)

There is value in real people selecting what to post on a link aggregator like lemmy/reddit/... .
I don't want to loose that human feeling, both in posts and comments.
Of course the voting mechanism can do a lot of the heavy lifting, but having a flood of robot posts with a score of one might have a negative effect on good posts getting discovered.

~Hopefully~ ~the~ ~community~ ~will~ ~grow~ ~naturally~ ~to~ ~a~ ~point~ ~where~ ~it~ ~can~ ~satisfy~ ~my~ ~doom-scrolling~ ~addiction.~

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (3 children)

Captchas depended on websockets which were removed.

https://github.com/LemmyNet/lemmy/issues/3200#issuecomment-1600505757

"Note that captcha uuids and answers were stored in-memory in the websocket server which is removed now, so its necessary to add a new database table for captchas."