Uh huh, and how'd the Danish government arrive in power?
captain_aggravated
Something that always bothered me:
You get a gash on your arm or face wakeboarding on the holodeck or having sex with a Klingon, go to sickbay and the doctor can wave a thing that makes a meedly noise over it that photoshops the gash away. But if someone has been plot hurt, like "spends the second act laying in sick bay" hurt, they don't use the photoshop gash remover, they leave the gashes on the character's face, so the audience remembers they're hurt.
I hear they make very tough leather as well.
Well, I'm an American, and we're collectively blamed for the fuckshit our government does, so absolutely yes.
But also, if the Danish government passes a law that goes into effect, how does it matter how many or how few Danes wanted it?
many don't deliver enough power for a Pi 4.
What's the difference?
Fun fact: Bell peppers are tasty.
TL;DR: The Arduino language is C++ with an automatically included library, but it's descended from a Java project with an automatically included library.
Processing is a graphics and art based graphics library/IDE that uses the Java programming language. It basically includes some classes and methods by default on top of Java that makes programming graphics and even simple games a bit more straightforward.
Processing's IDE was forked by the Wiring project for the purposes of microcontroller hardware programming. Because the Java Virtual Machine is a bit much to ask a 16MHz 8-bit AVR to run, they switched the language to C++ which compiles straight to machine code that runs on the bare metal. Again, it's just C++ with a library included, under the hood it uses gcc to compile and avrdude to program the chip. I believe the IDE itself is still written in Java.
Arduino took Wiring and painted it teal. They've extended it quite a bit since then but in the early days Arduino was really a hardware project. They've since added support for non-AVR boards to the Arduino IDE, including ARM-Cortex and ESP32 based boards.
Raspberry Pi offers C and C++ SDKs and a MicroPython interpreter for the Pico series. Someone contributed support for RP2040 based boards to the Arduino IDE; I don't believe that was done officially by either RPi or Arduino.
I program my EPS32s in micropython anyway.
you can program a Pi Pico with the Arduino IDE in C++. Some projects will just compile if you aren't using some AVR specific features like the built-in EEPROM that the RP2040 doesn't have.
My dad made up probably the most believable bullshit reason as to why:
The gash photoshopper device stimulates the immune system to heal the wound with tremendous speed, which you can afford to do to a healthy person with one "that'll need stitches" grade injury. Their entire immune system rushes over to heal this one thing. But that's not safe to do to someone you just fished out from under a rock slide whose everything is broken or punctured.
But no, it's because someone who is plot hurt needs to look hurt while they're hurt, because it's a TV show. The gash photoshopper device is another case of Roddenberry utopia-ing too close to the sun.