u_1f914

joined 1 year ago
16
submitted 6 months ago* (last edited 6 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.

[–] u_1f914@lemmy.world 5 points 10 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.
[–] u_1f914@lemmy.world 36 points 11 months 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.

[–] u_1f914@lemmy.world 2 points 1 year ago (1 children)

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

 

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) (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.

[–] 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).

 

"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
 

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