#notetofutureself — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #notetofutureself, aggregated by home.social.
-
Note to self: Don't do #Nix when unable to sleep in the middle of the night.
-
Note to self: Don't do #Nix when unable to sleep in the middle of the night.
-
Note to self: Don't forget to buy the toppings for the pizza next time. Otherwise #ADHDtax.
On another note I've just ordered food and I'll have food not just for today but for tomorrow and the day after as well (minimum order quantity). And it cost 36 Euro...
-
Note to self: Don't forget to buy the toppings for the pizza next time. Otherwise #ADHDtax.
On another note I've just ordered food and I'll have food not just for today but for tomorrow and the day after as well (minimum order quantity). And it cost 36 Euro...
-
I really hate that these days when you just mindlessly strg+c and strg+v into somewhere else it'll link the contentent (e.g. Pictures) instead of copying them.
Just opened an old E-Mail that I hazily wrote using the #posteo webmailer and some of the pictures are no longer available because they linked to mastodon posts (unintentionally).
/me Note to self: Always screenshot stuff. Forget that "strg+c" and "right-click => copy-image" even exist.
-
I really hate that these days when you just mindlessly strg+c and strg+v into somewhere else it'll link the contentent (e.g. Pictures) instead of copying them.
Just opened an old E-Mail that I hazily wrote using the #posteo webmailer and some of the pictures are no longer available because they linked to mastodon posts (unintentionally).
/me Note to self: Always screenshot stuff. Forget that "strg+c" and "right-click => copy-image" even exist.
-
note to self run "nohup nixos-rebuild switch" instead of just "nixos-rebuild switch". When it restarts the GUI it'll kill itself and leave you with a half-started system :P
And running it a 2nd time failed because of some dbus connectivity issue...
Workaround "systemctl stop user.slice" (or reboot) and then rerun it (both from tty1)
-
note to self run "nohup nixos-rebuild switch" instead of just "nixos-rebuild switch". When it restarts the GUI it'll kill itself and leave you with a half-started system :P
And running it a 2nd time failed because of some dbus connectivity issue...
Workaround "systemctl stop user.slice" (or reboot) and then rerun it (both from tty1)
-
Note to self: Never trust your coworkers, not even the smart ones that usually know what they're doing. ALWAYS verify.
"reverse DNS is automatically created" - my ass. Apparently it isn't for us. Most likely we're missing permissions for it to work...
-
Note to self: Never trust your coworkers, not even the smart ones that usually know what they're doing. ALWAYS verify.
"reverse DNS is automatically created" - my ass. Apparently it isn't for us. Most likely we're missing permissions for it to work...
-
Upgrading one of my #Django apps from 4.2.8 to 5.0.1 and ran into the following error in my tests:
"AttributeError: 'BlankChoiceIterator' object has no attribute '__len__'. Did you mean: '__le__'?"
Turns out this is an open issue (not just with django-countries TextChoices fields) & was able to successfully patch & upgrade with the workaround provided here:
https://code.djangoproject.com/ticket/35046#comment:4
Really great to find these issues documented clearly! #NoteToFutureSelf