

one could certainly implement something like that in python, something like time.now - 10 * time.unit.year


one could certainly implement something like that in python, something like time.now - 10 * time.unit.year


I think this is a perfect strategy - you can sell code, and if any of it contains issues/bugs/gaping security holes you can just blame your customer for not checking the AI output


For length, for an average male one meter is about one large step with extended legs (useful for distances), or the distance between e.g. the left side of your torso to the end of the extended right hand (useful for estimating the length of rope or smth).
For weight, it might be useful that 1 liter (that’s 1 dm3 but noone uses that except sometimes in scientific literature) is almost exactly 1 kg, and a typical cup fits 0.25 liter. A shot of alcohol is either 20 or 40 milliliters (0.02 or 0.04 liter) depending on where you are and what you order.
For conversions you just need to remember the base unit (e.g. meter and grams/kilograms) and the decimal prefixes. But you really only need milli (1/1000), centi (1/100) and kilo (1000) in day to day life. Then you simply shift the decimal.


have you tried the eurokey layout? At least for German it has all the relevant characters easily reachable.
Most organic things will get converted to biomass/CO2/NH3/… in the end. Inorganics will probably be sediment at some point.
They’re both code/text editors, or what would you call VSCode instead? An IDE? you can make an IDE out of nvim if you want.
Yes, there is a vim mode in VSCode, but in some cases it can be very slow (like editing a few thousand columns at once), and is not as tightly integrated.
Most nvim users I know have their setup very much customized. That takes time, effort and is a pita. But afterwards you have a tool that just works like you want it to work, and is super fast (at least compared to VSCode).
you can change that if it bothers you
Jokes aside, over here in Europe a dozen large eggs cost between 5.16 and 7.80 € (for cheap barn eggs and pricey organic eggs respectively. Cage eggs have been outlawed for quite some years already)
maybe if we just stop testing for avian flu it will go away
/s just to be sure


Driving ambulance cars and doing first aid, helping in kindergarten, retirement homes, homeless shelters, institutions for people with disabilities,…
The ambulance is probably the most popular position, you can also choose what you want to do to a certain extent.


This exists in Austria. Males have to choose between 6 months of military or 9 months of public service. Interestingly enough the existence of the public service option has been a strong reason why people voted against removing the mandatory service some years ago.


It’s some piece of art and the resemblance is intentional. Search for “Buttplug Gnome” to find out more.
Well not if you’re on Ubuntu and need the latest version of e.g. npm for some nvim plugin, because that version is not in the repository.
somepackage requires otherpackage version >10.1.79
otherpackage is already at latest version
Have fun compiling it yourself and messing up what is managed by the package manager and what’s not. And don’t forget that the update might break some other package along the way


This is why you should keep backups, which, for me, includes physical printouts of access data stored in a safe location. That’s also helpful if something should happen to you.


to double as security camera I guess
I don’t think this is implemented in the standard datetime library, but in principle overriding sub is easily possible and you can define it as you’d wish.
However, I think subtracting a year is a bit ill defined, because it isn’t clear which year you’re subtracting given the leap year issue.