Forgot your password?
typodupeerror

Comment Re:Zipline (Score 1) 86

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.

Submission + - Mozilla Thunderbolt is an open-source AI client focused on control and self-host (nerds.xyz)

BrianFagioli writes: Mozillaâ(TM)s email subsidiary MZLA Technologies just introduced Thunderbolt, an open-source AI client aimed at organizations that want to run AI on their own infrastructure instead of relying entirely on cloud services. The idea is to give companies full control over their data, models, and workflows while still offering things like chat, research tools, automation, and integration with enterprise systems through the Haystack AI framework. Native apps are planned for Windows, macOS, Linux, iOS, and Android. Personally, I like the self-hosted concept, but the name âoeThunderboltâ feels like a miss since there are already a ton of unrelated tech products using that name.

Comment Re:kind of a big deal (Score 1) 29

"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!

Comment Re:Ethics (Score 1) 51

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 ... destroy the economy, country's reputation, and start a war they can't end.

Comment Re:4GB has been insufficient for many years now (Score 1) 116

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 ... unfortunately.

Comment Re:Or ... N100 or old Intel NUCs (Score 1) 45

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.

Comment Or ... N100 or old Intel NUCs (Score 1) 45

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.

Comment Re:Smart TV means accessing all your private data. (Score 1) 79

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.

Comment Re:Next time... (Score 1) 118

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.

Comment Re:It's not THAT difficult (Score 1) 166

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.

Comment Astral uv for Python ... (Score 1) 7

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.

Slashdot Top Deals

Artificial intelligence has the same relation to intelligence as artificial flowers have to flowers. -- David Parnas

Working...