Bear in mind that chronotypes, as stated in the wiki, only varies about 2-3 hours from each other. This is just to say that there is no nocturnal person in terms of biology, we are all diurnal mammals after all.
I am saying out of the top of my mind but I would guess that in the case of owls they have evolved to be nocturnal. So their physiology is problably synchronized to natural light but in way that keep their activity nocturnal.
Hamsters are also nocturnal but you can force them to be diurnal in lab settings, but their physiology is at a constant jet lag state.
If you are drunk, high, tired af, or just sleepy, stop being a danger for others. A car is a hunk of metal going at high speed, stop being a child about it.
In the city yeah, I believe most drunk driving accidents happen in places and times where uber would be too overpriced or public transport too inconvenient
Is there any RSS reader that is also able to subscribe to newsletters in some way? There are lot of contents that are only provided as newsletters nowadays and I wanted to be able to read my feed and newsletters in the same app, without going into my mail inbox.
Many can accept forwarded emails and some will offer an email address you can use to subscribe to newsletters. I prefer the former because you can cancel the forward rule if you don't want to continue with a given rss app or service.
I'm still using QWERTY yes, but I use US/UK keyboard layout for coding, and others for writing messages (SWE/JP for me).
I realized that it didn't make much sense when I already have 3 QWERTY mappings in my head, and moving all of those 3 mappings to Dvorak / Colemak when those two are based on ergonomics pattern of the English language, when I type in 3 languages.
FWIW I also used the Swedish/English split before I completely changed my layout on a split keyboard. (I still use both US and SWE layout on laptops though.)
In the case of Brazil, besides QR codes, you can also make payments using the user unique key, which can be its phone number, social security number, email or a random generated key.
Just imagine a callsite that configured a logger in another way, and then imports the utils module for a single function: its configuration getting overridden by the one in utils.
There are plenty of ways to structure code so this does not happen, but simply "do not do anything at the top module level" will ensure you don't hit these issues.
Usually you would do it in your main function, or a code path starting from there. Executing code with non-local side effects during import is generally frowned upon. Maybe it's fine for a project-local module that won't be shared, but it's a bad habit and can make it had to track down.
Do they actually generate a thumbnail or do they just show the available ones? Honestly I don't follow the issue I just know that thumbnails have been an absolute mess in gnome as long as I remember.
> Do they actually generate a thumbnail or do they just show the available ones?
I haven't tested it, but either way the current plan is to replace the GTK file picker with Nautilus in a "file picker" mode. So if it is a problem it should in theory be fixed with that.
reply