Kennt wer einen guten #Uhrmacher in #Stuttgart?
Reparatur von Uhren und Kettenanhängern.
Waren nach Jahren wieder bei dem unseres Vertrauens.
Hab jetzt Nudeln & Xälz im Schaufenster bemerkt (also der Trick, um als „Lebensmittelgeschäft“ durchzugehen, damit es ein „Laden zur Befriedigung des täglichen Bedarfs“ ist und auch während Lockdowns öffnen darf?),
Schild „Wir sind wieder geöffnet. Für alle.“
Oh, und beide Inhaber ohne Maske.
Wird mein letzter Auftrag gewesen sein.
You can now find me on https://bookwyrm.social/user/Ryuno-Ki
Happy to connect over there!
Hm, da taucht nichts auf.
Hab dabei gerade https://jaenis.ch/blog/feed.json genutzt.
Muss mir aber eh etwas überlegen, weil die Empfehlung dazu geht <1MB zu berücksichtigen.
Also nicht alles reinpacken :-(
Wie viel Blog-Einträge bevorzugt ihr?
Wollte nur mal festhalten das wir Mitte Mai haben und seit einigen Wochen Temperaturen wie sie eigentlich nur im Hochsommer sein sollten. Vom fehlenden Regen gar nicht erst zu reden.
Als ich jung war in Mitte des letzten Jahrhunderts, gabs im Jahr nur wenige Tage wo es über 30°C in Berlin wurde.
Liebe #Mastonauten und #Fediversexplorer kennt ihr schon den monatlichen Fotowettbewerb auf wikimedia.commons?
https://commons.wikimedia.org/wiki/Commons:Photo_challenge?uselang=de
Dieser Wettbewerb mit geringen Zugangshürden ist JustForFun, also nur zum Spaß und gleichzeitig Sinn voll. –
One thing bugged me yesterday on my journey of #MigratingToNixOS:
When installing nixui (a web interface for Nix) together with yarn, nodejs etc I received an error on nixos rebuild. Telling me that Node.js reached EOL.
But not which package was depending on it (the nodejs package points to v14 currently).
I only figured it out when I turned on verbose output.
Where do I fill an issue for this, #NixOS community?
Design, Digested 29 is out! In this issue:
- The last design you’ll ever make
- Designing for the autistic community
- Cautionary tales from cryptoland
- The “tender technicians” of Nielsen Norman Group videos
- Covid-19: a tech post-mortem
- Occlusion Grotesque 2022
- Michał Dyjuk – Cows can smell the scent of death
#design #autism #ux #web3 #privacy #covid #typography #photography
https://silviamaggidesign.com/design-digested/design-digested-29/
"Eine Schürfwunde am Knie heilt schnell.
Ein Kratzer am Stoßfänger aber nicht. Lackschutzfolien schützen vor Parkremplern."
Guten Morgen,
Immer stärker merke ich den finanziellen und sozialen Druck ein #Smartphone mit entsprechenden Apps besitzen zu müssen.
Zum einen ist das Smartphone ein ausgelagertes Gehirn und aber was IMO noch schlimmer ist, das diese Geräte die Immerverfügbarkeit des Menschen für den Markt & Staat bereitstellen. Und natürlich die süchtig machenden Komponenten.
Always on.
Meine Empfehlung, mach mal 1Woche Pause. Ähnlich wie beim Alkohol/Rauchen. Kannst ja mal zählen wie oft du dran denkst.
Was echt gut und schön wäre wenn man beim #LibreOffice, beim einfügen von Bildern, gleich den #Lizenzhinweis mitangeben könnte.
Enno hat gestern auf Twitter eine Umfrage gestartet (https://twitter.com/ennolenze/status/1525802240807780354).
Ich teste selbige mal hier im Fediverse:
Mir scheint, dass in Deutschland viele Leute am Bargeld festhalten. Würdet ihr in einem Geschäft/Museum/Restaurant/wasauchimmer kaufen, welches nur Karte (EC, Kredit) nimmt?
Gerne Reboost für genaueres Ergebnis.
#Rust help requested. I am officially at wits end here.
Please take a look at my source file sdlstate.rs.
I'm getting a borrow checker error E0597 on line 39, indicating that tc does not live long enough. However, looking at the sdl2 sources (via its rust-docs), I don't see how my created texture, t, can possibly still refer to tc, which as far as I'm aware, is the only way this error can be generated under current conditions.
error[E0597]: `tc` does not live long enough
--> src/sdlstate.rs:39:21
|
14 | impl<'a> SdlState<'a> {
| -- lifetime `'a` defined here
...
39 | let mut t = tc
| _____________________^
40 | | .create_texture(
41 | | Some(sdl2::pixels::PixelFormatEnum::RGBA8888),
42 | | sdl2::render::TextureAccess::Streaming,
43 | | self.width,
44 | | self.height,
45 | | )
| |_____________^ borrowed value does not live long enough
...
49 | self.current_texture.set(Some(t));
| --------------------------------- argument requires that `tc` is borrowed for `'a`
...
56 | }
| - `tc` dropped here while still borrowed
Why is this happening? Why can't I re-arrange the code to prevent this from happening?
Right now, the only way this code will compile and run correctly is if I manually inject the re-paint code where I invoke f(), which utterly defeats the purpose and benefit of using closures in the first place.
In an attempt to fix this, I've tried:
Replacing the Cell with RefCell.
Removing Cell all-together and just using a raw Option type.
Removing the 'a lifetime annotation.
None of these work, and almost always introduce some manner of errors on their own.
Please help. Thanks.
I also discovered some macOS reports with gpg located elsewhere and learned about
git config --global gpg.program $(which gpg)
to configure it. $(which gpg) is a bashism. It evaluates to the path of the executable. Using backticks instead of $() might work, too. Or *gasp* write it out manually using tab completion.
Another puzzle I encountered on my journey to #MigratingToNixOS was git. And gpg.
I mean you sign your commits cryptographically (right? You've heard of https://blog.malwarebytes.com/hacking-2/2021/03/malicious-commits-found-in-php-code-repository-what-you-need-to-know/ last year, don't you?)
Thing is, git is expecting gpg to be located at /usr/bin/gpg.
Not with #NixOS!
This distribution follows a different organisation to achieve reproducible builds. Plus gpg2 is not aliased (if I got that right). There's a compat package for that.
1/2
And then there's the whole issue of GUIs.
I have never written a graphical application using a UI framework.
I've started some, but working with UI frameworks sucks. I can't imagine starting with one for my first application.
I've done web UIs for years, and they aren't *easy* but they're way easier than working with modern UI frameworks.
Which, I guess, is why Electron is so popular.
Since I'm #MigratingToNixOS I figured to document some gotchas I ran into.
My biggest #anxiety so far stems from the home directory coming off empty.
In fact, there are several issues filled with #NixOS.
There, I learned that the OS is intentionally not managing home directories.
Usually, Linux distributions would copy from /etc/skel and adjust permissions.
But that pattern is disregarded here.
Looking into this #HomeManager project instead.