Forgot your password?
typodupeerror

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:Ingenuity? (Score 3, Interesting) 73

The first steps to real human space usage are: (1) building a prototype centrifugal habitat in low Earth orbit, and (2) building remote operated vehicles to mostly replace EVAs. (1) is necessary to determine what gravity is needed for humans to be able to live off-Earth for longer than a year without debilitating health consequences. It's unlikely that the moon's gravity will be enough for this, but maybe mars is, or maybe not. The cheapest way to figure this out is not to build a moon or mars colony first. Seems like it would make a lot more sense to know the health effects of moon gravity before planning the structure of a long-term moon installation. As for (2), using EVA for essentially all external maintenance, as is done on the space station, is not viable for accomplishing large amounts of work in space. Having humans present locally to operate the ROV is a big plus, however putting those humans in space suits just doesn't make sense. Just to have gloves that a human can squeeze without excessive fatigue, the person has to go through a lengthy decompression-recompression protocol. This is not viable for efficient and effective everyday work. Suited humans likely have their place, but most maintenance should be done by ROVs, just like it is done on deepwater installations on Earth.

Until these two things are on the agenda, manned spaceflight seems to be just a vanity project targeted at space tourism (short-term visits) or showing up other nations. (Note that the push for effective, affordable heavy lift is separate and has many other benefits outside manned spaceflight.)

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.

Comment Re:4GLs (Score 1) 150

In the eighties, fourth generation languages or 4GLs were going to spell the end of programming. Business people would design and implement the systems.

Well, that was the theory, or scaremongering, anyway.

Add to that the hyperbole around some technologies that were pushed to end users, rather than a developer tool.

Examples:

- COBOL was supposed to be a language for managers so they don't have to ask a programmer to write a report for them.

- SQL was supposed to be the same, managers can query databases directly without the need for a programmer

- As you stated: 4GL was supposed to relieve programmers of the tedious work of coding

None of that came true, ...

Comment Re:But why? (Score 1) 197

Is anyone else puzzled about the logic behind hitting him now? Sure, there's some amount of supremacy nerd 'noone is beyond our reach' wank value to targeting someone through the CCTV system; but why hand a fairly unpopular theocrat who is already old enough that succession planning is an urgent problem basically the most PR-friendly death imaginable at the same time as you provide his government with a plausible argument along the usual 'need to take necessary measures during the current crisis' lines?

That's a more or less instant upgrade from 'increasingly pathetic reactionary with questionable public support' to 'martyred by jews and international zionism' for a guy who was otherwise not long on options for shoring up his popularity.

Because Israel said so. That's all you need to know. Now Israel can play victim when someone does something to them, completely ignoring they're the one who's been attacking its neighbors for decades.

In addition to that, there is probably the Venezuela scenario.
When you have incompetent people heading critical departments, such as Hegseth and Gabbard, they see "decapitating the regime" causing it to fall in-line with the USA. You capture/kill the head of the regime, and the rest of the country will magically bend to the will of the USA.

You even see Hegseth saying this is not Iraq, this is not eternal war.

Wishful thinking all the way, caused by hubris and incompetence.

Comment Designing an AI system to do homework is evil (Score 3, Insightful) 153

Maybe it's time to just say that designing and marketing an AI to be good at "doing homework" is destroying things and hurting people. It's like social media targeting increased "engagement" at the cost of truth, social function, and the mental health of its users. It's just morally bad even if it isn't illegal. Providing wholesale solutions to homework someone is supposed to be doing to improve their skills has always been a Bad Thing(TM), it just hurts the person that it is being provided to. The grade they are getting is far less valuable than the increased knowledge obtained by doing the homework. Homework problems only produce new knowledge in the person doing them, not for society overall. They are always exercises with known solutions.

It seems a lot of people have been sold the myth that LLMs are just a tool like a calculator. But they aren't marketed and used as an assistive tool like that. They are often marketed as a plagiarism database (encouraging the user to represent the intentionally obfuscated output of the LLM as their own work, not as the output of a piece of software.) The evil part is that in many cases this appears intentional on the part of of the company running the LLM. i.e. they have intentionally made it a better tool for fraud and adapted to that use case instead of a more productive use case.

Comment Re: I think it's worse than that (Score 2) 54

> and making sure the code is both commented
> well and self-commenting where
> thatâ(TM)s possible -

I can and do agree with you 100% on the rest, but this made me LoL. Enterprise code being documented is a unicorn.

Frankly, Iâ(TM)ve thought about seeing what caliber of docs come out of handing some AI a codebase. Even if itâ(TM)s half-wrong, itâ(TM)d beat the nuthinâ(TM) I usually get.

Comment Re:So Europe is blocking American social media (Score 1) 55

Multilateral agreements, be they about peace or trade, are dead, even if a sane guy gets in the white house in a few years. No one wants to take the risk of signing something with the US only to have it be torn up when the next crazy guy gets elected.

It is worse than that.
The idiot re-negotiated the North American Free Treaty (NAFTA) during his first term, and became USMCA/CUSMA.

Then in his 2nd term he himself is violating it all by imposing tariffs on anything and everything on Canada and Mexico. In other words, he himself is shredding his own agreement.

There are no rules, no laws, no agreements, no trust ...

Even if the American vote in a sane guy the next time, what guarantee does the rest of the world have they will elect someone who is smarter and more evil the elections after that?

We are starting a post world order era, with no rules or decency of any kind, when it comes to dealing with other countries.

Comment Re:Absolute bollocks (Score 1) 247

First, phase 3 studies are by definition not safety studies, but efficacy studies on a large number of test subjects. Safety studies are phase 1.

Second, ethics guidelines stipulate that you must provide state of the art care for those subjects which do not get the new vaccine, with very tight exceptions. For flu shots, it means that everyone gets a shot, either with a traditional vaccine or the new one, since it is universally accepted outside the new FDA that a classical shot is better than placebo.

And of course you can compare the outcomes. Comparing the new vaccine to an established one wrt efficacy and side effects is actually more informative than comparing against placebo.

And that is exactly what JFK Jr has been harping about in his insane rants, before he was appointed by Trump.

He wants every new study to be compared to a placebo.
But, it is unethical to deny someone a treatment that works.
Imagine patients of a certain type of cancer, and a new treatment.
Should we leave the control group without treatment? Or give them whatever is the standard of car for that type of cancer (e.g. radiation, chemo, ...etc).

You know what?
Let us just not do that because a senile lawyer thinks that medical experts are crooks.

Oh, and JFK Jr scared Samoan parents, and kids died because of his anti-vaxx agenda.

Comment Re:That means they had 620K in BC, right? (Score 1) 67

Funny, mostly what the Fed does is *destroy* money. "Money" is naturally created because banks can lend out what is deposited, over and over. The Fed limits that by charging banks a fee if they lend out too much. But the money that goes to the Fed to pay the fee vanishes. It is funny how badly people who bad mouth the Fed misunderstand how fractional reserve currency actually works.

Slashdot Top Deals

I was playing poker the other night... with Tarot cards. I got a full house and 4 people died. -- Steven Wright

Working...