11
submitted 5 months ago by u_1f914@lemmy.world to c/opensuse@lemmy.world

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.

103
submitted 5 months ago by u_1f914@lemmy.world to c/linux@lemmy.ml
16
submitted 5 months ago* (last edited 5 months ago) by u_1f914@lemmy.world to c/fragfeddit@feddit.de

Alternativer Titel: Gebt her eure niederfrequenten, deutschsprachigen Blogs, Microblogs, Kritiken, Rezensionen, Comics, Karikaturen, etc.

Servus Feddit, Ich hab diese Woche damit angefangen RSS/Atom-Feeds zu benutzen.
Meine Hoffnung ist es damit meinen Medienkonsum etwas zu entschleunigen und zu diversifizieren. Mein Schädel muss dringend mal entstaubt werden, da würde das sehr gut tun.

Kaum hab ich mit den Feeds begonnen merk ich, dass schon wieder alles was ich konsumiere auf Englisch ist. Das gleiche Problem habe ich auch schon bei Podcasts, YouTube, Filmen, Büchern, eigentlich fast allen Medien.
Deswegen wende ich mich hier an euch. Was für deutschsprachige Medien lest ihr gerne oft?

Was die Frequenz betrifft, möchte ich nicht von einer Artikellawine erschlagen werden, also lieber seltener als täglich und höchstens täglich wenn der Inhalt sehr kurz ist.

Zwei Beispiele von meiner aktuellen Liste:

Eine Sache nach der ich nicht suche sind große Werke die stückweise veröffentlicht werden, wie z.Bsp. ein langes Buch bei dem alle paar Wochen ein neues Kapitel veröffentlicht wird.
Und Themen die mich weniger interessieren sind Politik und Wirtschaft.
Aber davon abgesehen bin ich offen für fast alles. Mein Tellerrand ist eng und um über den hinaus zu schauen muss ich nicht weit gucken.

Falls euer Lieblingsblog nicht mit einem RSS-Feed ausgestattet ist, macht das nichts. Es gibt Webseiten mit denen man das, auch als Leser, nachrüsten kann.

11
submitted 5 months ago by u_1f914@lemmy.world to c/opensuse@lemmy.world

by Douglas DeMaio

[-] u_1f914@lemmy.world 5 points 9 months ago

OpenSuse Slowroll (rolling release with constant updates plus an update burst every two months)

  • Prefer rolling release over fixed release.
  • I do like OpenSuse in general.
  • I install a lot of packages and want to stay up to date (security & GUI notifications). With OpenSuse Tumbleweed I have to install a couple gigabytes of updates every week. It's not ideal for me.
  • Too impatient to wait for the proper release of Slowroll.
5
submitted 9 months ago by u_1f914@lemmy.world to c/opensuse@lemmy.world

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

[-] u_1f914@lemmy.world 2 points 9 months ago

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?

6
submitted 9 months ago* (last edited 9 months ago) by u_1f914@lemmy.world to c/opensuse@lemmy.world

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

[-] u_1f914@lemmy.world 36 points 10 months ago

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.

5
submitted 11 months ago by u_1f914@lemmy.world to c/rust@programming.dev

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

[-] u_1f914@lemmy.world 2 points 1 year ago

A big thank you to @Aloso@programming.dev , @olicvb@lemmy.world and everyone I missed for contributing their pixels. 🦀

18
submitted 1 year ago* (last edited 1 year ago) by u_1f914@lemmy.world to c/rust@programming.dev

A small Ferris on !canvas@toast.ooo .
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

[-] u_1f914@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

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.

[-] u_1f914@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Iced 0.10 just got released (changelog),
and includes support for incremental rendering (#1811).

24

"A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by Elm."

This release includes among many other things:

  • A software renderer
  • Text shaping, font fallback
  • Incremental rendering
26

Not my work!
U/Redditgogogo just announced his library over on reddit, and i was so impressed that I thought it should be posted here.

From Github:

"Charming is a powerful and versatile chart rendering library for Rust that leverages the power of Apache ECharts to deliver high-quality data visualizations.
Built with the Rust programming language, this library aims to provide the Rust ecosystem with an intuitive and effective way to generate and visualize charts, using a declarative and user-friendly API.
"

[-] u_1f914@lemmy.world 3 points 1 year ago
[-] u_1f914@lemmy.world 186 points 1 year 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.

[-] u_1f914@lemmy.world 9 points 1 year ago

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

[-] u_1f914@lemmy.world 11 points 1 year ago

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.~

[-] u_1f914@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

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."

view more: next ›

u_1f914

joined 1 year ago