Comment And blockchain hype ... (Score 3, Insightful) 28
Also reminiscent of blockchain hype
Remember when a tea company added blockchain to its name and its stock soared 200%?
Later, they were investigated and charged by the SEC.
Also reminiscent of blockchain hype
Remember when a tea company added blockchain to its name and its stock soared 200%?
Later, they were investigated and charged by the SEC.
My guess is that the issue is the chance of the line being tangled in something. If there are trees around, a gust of wind could easily blow the line (with or without package) into the trees. You also have to leave the package somewhere out in the open as there would be no way to put in on a covered porch.
This is definitely a sign of the current bubble (LLMs).
And some of us do remember
For example when a tea company added blockchain to its name and its stock soared 200%?
Later, it was investigated and charged by the SEC.
Just like Pets.com in the dotcom era.
"kind of a big deal" the guy specifically said that it isn't. Y'know, the guy who's name makes the Li in Linux I guess that quote is included, but it kinda defeats the whole article. Weird and stupid clickbait but it's nice to see people excited about Linux.
Increasing UDP throughput simply by inlining a function is a big deal!
2. Those who don't give a damn about ethics at all and make no bones about it.
...
People who don't give a damn aren't really a problem either, since in a world populated by mostly good people, they'll ultimately be shamed and marginalized or end up in jail.
Or, they get elected president, twice
Totally agree with you
But it is not only libraries, there are other factors at play, me thinks
Developers don't have a culture of being economical with resources.
It is not taught, nor do first jobs they get care about those aspects.
For example, don't get me started on the infinity scroll which eats up RAM like crazy, rather than a pager of Next/Previous page.
There are also the layers involved, specially with web development.
It used to be HTML only, then CSS was added, then Javascript was added for certain smarts.
Then whole frameworks were invented and used for JS.
Anyway, there is no easy way out of this.
Maybe RAM shortage will compel developers to use RAM sparingly?
Nah, that is a pipe dream
But how much of that is paying for the case and power supply?
Didn't get what you meant there.
NUCs usually come with a case and a power supply.
I bought one a couple of months and it came with those, as well as RAM.
It didn't have any storage though, because it was from a corporation, and didn't want to risk selling SSDs with data on them.
Raspberry Pi's are the right fit in specific cases.
For example, you need to interface the GPIO pins to some devices.
But there are issues with it in other cases.
For example, the cost rises as you include accessories, such as a case, fan, various hats, and so on.
If you just need a low(er) power x86 platform to run a stock Linux distro, then plain mini PCs or older models of Intel/ASUS NUCs will fit the bill nicely.
You can get a 2018 NUC for ~ $100 or so.
They already come with M.2 slots, and some have SATA connectors.
They have SODIMM slots so you can upgrade RAM later if you want.
Running Xubuntu or Ubuntu Server is a breeze.
The best part about smart TVs is that they DO collect your data. This supplements the price of the TV and lets you get one for much cheaper. With the money you save you can buy a streaming device (Chromecase/AppleTV/Shield/etc), ideally using this device and never even connecting your TV to the network/wifi/internet. In the end you have a cheaper TV, and you have a platform that you choose (Apple/Roku/Google/etc), and your sharing less of your data.
Sadly while your logic sounds spot on, the reality is, that TV still does ACR (basically hashing each screen sometimes multiple times a second) and builds one hell of an accurate profile of everything you watch. Even if the source is HDMI. And it's still sold.
Food for thought, that HDMI cable to your dedicated device, it likely supports networking, so the TV has a path to the internet even if you don't connect an ethernet cable directly to it, or add in your wifi creds.
What are the chances that the robot was being controlled by a human and not AI? There have been a lot of "demos" of AI robots that it turns out is a guy in another room controlling it. If I had to bet money, that is what was happening here as well.
I’m going to assume you have zero personal faults
Drink and driving is not a mistake or a personal fault. It's a conscious and truly FUCKING DUMB decision that should have significant consequences for you personally and no one else.
Comparing it to diabetes is just stupid. No one killed anyone else by getting diabeties, unless they accidentally sat on them.
I've heard of traffic 'accidents' where a diabetic went hypoglycemic, passed out, and drove into other cars, pedestrians, etc. For some reason the news always reports it as a 'medical event', but the point is, people are killed by diabetics due to their diabetes way too often. It is an apt analogy. An idiot decides to drink and drive an puts people at risk. An idiot with diabetes fails to control their blood sugar and decides to drive, putting people at risk.
I got skills you don't know about, man. I could fix it.
Yeah, it's easy to add more code to fix stuff that should be deleted. Just have the launcher code call your new code which bypasses all the old code. The old code can happily remain, it'll just never be called. No special skills required. If you look at the windows codebase, you'll see this technique everywhere.
Some background from personal use of Astral's products
Astral makes a tool called uv, for Python.
It offers one solution to an important problem in the Python ecosystem.
Certain projects require certain versions of Python.
You may end up with two projects that you need on the same machine, but with different Python versions.
For example, you want to run Home Assistant and AppDaemon.
Using uv, you can have two separate virtual environments (venv) each with its own version of Python.
It is also lightning speed for pip.
So it replaces venv and pip in one go.
Home Assistant recently dropped regular user support for it being run from PIP or uv, so I moved to Home Assistant under docker.
But for developers, doing a git clone, then using uv is still very helpful.
Artificial intelligence has the same relation to intelligence as artificial flowers have to flowers. -- David Parnas