• 0 Posts
  • 24 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle






  • I know this doesn’t address your question, but I wanted to kindly nudge you in the direction of uploading both the STL and 3MF. In this case it seems like the 3MF file would avoid rasterizing the SVG and allow better upscaling of the model if someone so desires (plus, personally, I find 3mf files to just be much easier to work with, and since they’re almost universally supported now I don’t see a reason to only distribute the inferior STL version).





  • It boils down to chemistry. The nickle-metal-hydride chemistry used in rechargeable batteries just don’t produce 1.5V (explaining why is a lot more complicated), while the alkaline chemistry in non-rechargable batteries produces slightly more volts.In the same vein, lithium-ion batteries produce around 3.6V, while lead-acid produce about 12.4V.

    To answer your other question, they should be able to power most things that aren’t an analog clock (which might run slightly slow).






  • That’s fair, although I think that depends a lot on the type of car you drive. There’s an option to tell Maps what type of car you drive (electric, hybrid, or gas), which will change the results, because cars with regenerative breaking often get better “city” milage than “highway” milage.

    It also probably depends on factors like how aerodynamic your vehicle is, because it makes a huge difference above ~50mph (air resistance/drag increases exponentially with speed)





  • I’ve been running PiHole for awhile, in short it’s your own DNS server that’s configured to block DNS requests to known advertising domains. So when you load a website and it sends a DNS request to PopularAdvertisingCompany.com to load an ad, PiHole blocks the request so the ad can’t be loaded. It’s useful for devices that you can’t put an ad blocker on, like iPhones and smart TVs and such, but can’t block stuff like YouTube ads cause they come from the same domain as the videos themselves.

    It also has bonus features like DNS caching which can speed up web browsing.