Ask the guy to hold down the wolves while I teach them how to install Debian
Ask the guy to hold down the wolves while I teach them how to install Debian
But it’s all herbal and natural!
dried plants are no less effective in making you vomit than synthetic drugs
You also have CLOCK_MONOTONIC, which could or could not be the number of seconds since last reboot.
To be honest, this mess was directly inherited from POSIX C system calls.
It doesn’t matter for most drugs, as long as you can tolerate the taste. There is a gastric ulcers medicine that’s basically a weapons-grade concentrate of chili pepper, eating it raw will cause most people to vomit. Some rare drugs react poorly with saliva, and there are also drugs which are designed to dissolve not in your stomach but in your intestines, but those are usually not capsules but thumb-sized pills with coating so thick you won’t be able to chew through it.
Capsules are considered more advanced drug packaging because none of the drug dissolves in your mouth when you swallow capsules. Unlike pills, 100% of the drug goes straight to your stomach, so there’s no variation in the drug dosage, and the patient won’t complain if the drug is bitter.
Also because you can open the capsule and pour it into the glass of water, if you have trouble swallowing pills. Which defeats the first advantage, and you can simply order powdered drug instead of pills, but it won’t come pre-packaged as pills so it will be more expensive.
None of that matters for vitamins, you generally need more than 1000% of the daily dose for it to become harmful, so each pill contains more than your body really needs, because there are no side effects, so you can buy a pill and lick it, chew it, crush it, and add it to your coffee, and it will still work just fine.
“Lays out a girthy steaming log in the CPU performance graph”
Nope. The LGPL license only requires that the user must be able to replace LGPL libraries with their own version. In theory root access is not required, but it will require some heavy effort from the manufacturer to provide a way to replace system libraries without somehow leaving a huge root exploit. Unless they implement virtualization.
Just do a quick simple sudo apt-get install task-kde-desktop
You can listen to FM radio with gqrx relatively easily, if you can navigate through hundreds of input boxes.
sudo apt-get install gqrx
Anything more complicated will require some coding knowledge, unless someone already created a library for that specific thing.
There is also a ready-made package to listen to GPS signal, unfortunately it needs an external amplifier and a proper antenna, because RTL-SDR is not sensitive enough for GPS.
Because TeamViewer will set up a port forwarding and a NAT traversal for you.
VNC and RDP only work when your host has a public IP, or you know how to set up a proxy.
RISC-V is not proprietary enough.
So if I’m developing a garage door opener using ESP32 RISC-V module, I’m not a RISC-V developer? The dev tools and the cross-compiler only come in x86_64 variant, they simply won’t work on RISC-V laptop. But at least they provide a Linux installer.
The only use case I can think of is to build Debian packages on a target architecture without cross-compilation, because many packages do not support cross-compilation, but it’s more an issue of poor build scripts.
Targeting developers is, I dunno, misses the audience. It would have been a great netbook, or a Raspberry Pi replacement.
If I develop something for Risc-V arch, it is probably some embedded thing with 100 MHz CPU and 2 Mb RAM, and I am cross-compiling it anyway on my more powerful PC.
It’s false that you cannot sell GPL-licensed work.
Busybox was quickly replaced by BSD-licensed Toybox everywhere for that exact reason.
Copyleft licenses (like the Gnu General Public License) mandate that all derivative works remain free.
This is false. It’s perfectly legal to take GPL-licensed work, modify it, and sell it. As long as the work itself does not reach the general public, you don’t need to release it’s source code to the public (e.g. your work for the military, you take money for your work, and provide source code to them, but not release it publicly).
It’s made worse by the fact C++11 made a lot of solutions for the deep problems in the language. As the C++ tradition dictates, the problems themselves are carefully preserved for backward compatibility, the solutions are like a whole different language.
And Lisp is small - the first Google result provides a Lisp interpreter in 117 lines of Python code.
C++ is OVERWHELMINGLY SUPERIOR, if you ask any professional C++ developer.
Nope. They don’t care about privacy, as long as there’s no lawsuit.
Subway that arrives almost to my office. Yes it’s a bit slower overall, but I can doomscroll my phone for a hour per day instead of rotating the wheel for the same amount of time.
it’s used to verify that OpenGL ES2 works on your system. It’s the variant of 3D graphics drivers that is used on smartphones. Many apps nowadays write their GFX frontend with GLES2 so it uses the same code on phones and PCs, and if they compile the app to run in the web browser, WebGL is also based on GLES2.