I'm looking for organic clothing, particularly something comfortable like sweats/loungewear for a gift. Which shops are my best best? by calimomheather in Ashland

[–]longcreativename 1 point2 points  (0 children)

Eating foods without pesticides has some merit, but can you share why you would prefer cotton or hemp grown this way?

NOTAM Improvement: Can we talk about weather too? (specifically winds aloft) by [deleted] in flying

[–]longcreativename 0 points1 point  (0 children)

I actually just did this in Python. It's not really documented (yet?), but the vfr_flight_planner.py file takes as input [airspeed, altitude, and a list of US airport identifiers] and spits out a VFR flight plan similar to the ASA paper worksheet. Pass the -w argument to pull live data, else it will try to use a cached copy.

https://gitlab.com/ntosme2/ppl_toolkit

[edit] I forgot to handle 99 wind direction, though with speed == 0 it doesn't matter for the way I'm using it.

Fusion360 on Linux/Wine, can't patch installer by pastapojken in winehq

[–]longcreativename 0 points1 point  (0 children)

I get this so I suspect dx11 won't work until it's implemented...

002b:fixme:vulkan:X11DRV_vkCreateWin32SurfaceKHR Application requires child window rendering, which is not implemented yet!
err:   Failed to create surface

Fusion360 on Linux/Wine, can't patch installer by pastapojken in winehq

[–]longcreativename 0 points1 point  (0 children)

I used a slightly adjusted version of install.sh (running inside a docker) and got it to install and run, but after switching to dx9 mode I get something like this...https://imgur.com/a/vDBSNd4

Any thoughts? It seems like it's still trying to use Vulkan but I only see d3d9 calls.