

I use cura as slicer and onshape for modeling. Onshape is browser-based and I found f360 to be a bit more intuitive, but it’s fully featured and works well.


I use cura as slicer and onshape for modeling. Onshape is browser-based and I found f360 to be a bit more intuitive, but it’s fully featured and works well.


Do you need to flood/drain them? Our plants do quite well with regular watering inside their pots, without removing them from their spot.


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.


one could certainly implement something like that in python, something like time.now - 10 * time.unit.year
Also very dependent on the type of work you’re doing. If a certain amount of people need to be on site and you need to coordinate that, things get more difficult.


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.


I didn’t think of that - also for nvim you typically pull plugins from git repositories


Not sure what you want to show with that screenshot. It tells you that 700 MB of your installed RAM is reserved for your integrated GPU which doesn’t really have to do anything with Windows.
So, a typical pupil is around 2 mm in diameter in bright conditions. With the Rayleigh limit that results in an angular resolution of 1.22 * 60010^-9 m / 210^-3 m = 3.66*10^-4 rad
At a distance of 5 x 3 mi = 15 mi = 24.1 km this corresponds to a point to point distance of
tan(a/2) = (d/2)/l
d = tan(a/2) * l * 2 = tan(3.66*10^-4) * 24100 * 2 = 8.8 m
So in conclusion, with regular, human-like eyes he could discern points that are at least 8.8 m apart in the best case scenario. Discerning hair color from the color of the clothes would need a much higher resolution, and the horsemen are probably not 10 m apart from each other either. And again, this is a theoretical limit, real-world resolution would probably be significantly lower.


have you tried the eurokey layout? At least for German it has all the relevant characters easily reachable.
even if you ignore curvature you have a resolution limit that depends on the aperture. Look up Rayleigh criterion for more info


Balatro has an Android version which is great
Most organic things will get converted to biomass/CO2/NH3/… in the end. Inorganics will probably be sediment at some point.


diwkp
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
Get a 2 TB SSD (the one you chose is fine)

Paywalled subs existed for ages already. If you had Premium or whatever it was called you could access them. It was mostly uninteresting stuff going on there.
separate drive with rEFInd as boot manager is fine. Windows will sometimes still alter the boot sequence to make it take priority, but that’s a relatively quick fix and doesn’t happen all that often.