Ach, äh, ich glaube das kann eine lokale Spezialität bleiben. Im Teller find ich das schlimm genug, da ist aber wenigstens noch eine Scheibe Ei dabei.
- 0 Posts
- 14 Comments
al4s@feddit.orgto Linux@feddit.org•Gnome 48 ist da: Erfreulich viel Neues für den Linux-Desktop2·4 months agoIch glaube bei neueren Android Handys geht das fast immer. Bei einem laptop hab ich das aber auch noch nie gesehen…
Mich nerven vor allem Packungen, bei denen der Inhalt eine Primzahl ist. Wie soll man bitte 13 Fischstäbchen gerecht aufteilen??
ChatGPT is not a reliable source of information, I thought that was clear to everybody by now
al4s@feddit.orgto Linux@programming.dev•PSA: You should know that Debian Trixie/Testing does not receive security updates in a timely manner, and is not intended for production use75·9 months agoI mean you’d still expect that critical security fixes would land in testing, no?
Because you don’t control third party libraries
A scope groups the initialization visually together, while adding the
let app = app;
feels like it just adds clutter - I’d probably just leave it mut in that case.
You can have setters that set private fields, there are also sometimes structs with mixed private and public fields
Yeah if you have the second option, use it, but if the struct has private fields it won’t work.
If you’re ever forced to do something the second way, you can also wrap it in braces, that way you end up with an immutable value again:
let app = { let mut app = ... ... app };
Definitely the second one.
- It avoids Mut
- It makes clear that the initialization is over at the end of of the statement. The first option invites people to change some more properties hundreds of lines down where you won’t see them.
al4s@feddit.orgto science@lemmy.world•Scientists achieve rapid upcycling of microplastics to graphene101·11 months agoI don’t think this will ever be used to recycle micro plastics. Just grinding up plastic is way more economical.
al4s@feddit.orgto science@lemmy.world•Scientists achieve rapid upcycling of microplastics to graphene3·11 months agodeleted by creator
al4s@feddit.orgto Gnome@discuss.tchncs.de•GNOME Now Has an Official Extension for Legacy Tray Icons7·11 months agoStock GNOME doesn’t have tray icons. If your distribution does show them, they probably preinstalled an extension for you (like Ubuntu does).
ffmpreg?