Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Merz is riding a dead horse, (Score 2, Insightful) 108

sure, he can delay the inevitable

Inevitable. LOL.

The EU will break up before it truly bans ICE engines. It's not going to happen in our lifetime. Brussels may impose a penalty of some kind on member states that don't comply, but it'll be fairly cheap. Some tax or another will be imposed, everyone will claim victory, and ICE vehicles will continue to roll off production lines on the Continent.

Comment Re:Economists please break it down (Score 1) 82

If you set up a market, and multiple people who actually had $1e100 put in a bid of that amount for your stupid crypto, then at least for that instant it was worth that much. It may not be worth that much later, but it would be NOW.

FFS, how can you have such a hard time understanding such a basic concept?

Comment Re:Curious catch 22 (Score 1) 238

If you automate everything then you break the social contract. Millions of unemployed people lead to unrest in the land.
Winning is losing.

Luckily for the Chinese, they're allegedly communists.

"From each according to his ability" - that would be the robots.

"To each according to his need" - those millions of people.

We'll see whether it pans out.

Comment Re:Interesting Idea (Score 1) 67

I suspect phone manufacturers will attempt to find ways to block installing it on their devices

I suspect they'll just ignore it because no one will want to actually use it.

The problem with these ideology-based projects is that they have no mass appeal. No one out there in userland gives a flying fuck about free software. They want the latest apps. They want a seamless experience. Especially Gen Z who were raised on mobile devices. Tell them that they should give up iPhones and Android phones because "Free as in Freedom is the right way", and they're going to look at you like you're a tentacled thing from Mars. There simply aren't enough nerds on the fringe to make a "free" phone system work.

Comment Keep in mind... (Score 1) 101

...that there's a LOT of minerals and other nutrients in food, only a fraction of which are produced from chemicals in fertilisers, O2, and CO2. If you produce too much with too little consideration of the impact on the soil, you can produce marvellous dust bowls but eventually that's ALL you will produce.

Comment It's not just foreign languages (Score 2) 48

There's a lot of stuff that is on the Internet that doesn't end up in AIs, either because the guys designing the training sets don't consider it a particular priority or because it's paywalled to death.

So the imbalance isn't just in languages and broader cultures, it's also in knowledge domains.

However, AI developers are very unlikely to see any of this as a problem, for one very very important reason --- it means they can sell the extremely expensive licenses to those who actually need that information, who can then train their own custom AIs on it. Why fix a problem where the fix means your major customers pay you $20 a month rather than $200 or $2000? They're really not going to sell ten times, certainly not a hundred times, as many $20 doing so, so there's no way they can skim off the corps if they program their AIs properly.

Comment Well, that's one example. (Score 2) 187

Let's take a look at software sizes, for a moment.

UNIX started at around 8k, and the entire Linux kernel could happily sit in the lower 1 megabyte of RAM for a long time, even with capabilities that terrified Microsoft and Apple.

The original game of Elite occuped maybe three quarters of a 100k floppy disk and used swapping and extensive use of data files to create a massive universe that could be loaded into 8k of RAM.

On a 80386SX with 5 megabytes of RAM (Viglens were weird but fun) and a 20 megabyte hard drive, running Linux, I could simultaneously run 7 MMORGs, X11R4, a mail server, a list server, an FTP server, a software router, a web server, a web cache, a web search engine, a web browser, and stil have memory left over to play Netrek, without slowing anything down.

These days, that wouldn't be enough to load the FTP server, let alone anything else.

On the one hand, not everything can be coded to SEL4 standards (although SEL4, by using Haskell as an initial language to develop the core and the proofs, was able to cut the cost of formal programming to around 1% of the normal value). On the other hand, a LOT of space is gratuitously wasted.

Yes, multiple levels of abstraction are a part of the problem. Nothing wrong with abstraction, OpenLook is great, but modern abstraction is mostly there due to incompetent architecture on previous levels and truly dreadful APIs. And, yes, APIs are truly truly dreadful if OpenLook is the paragon of beauty by comparison.

Slashdot Top Deals

Recursion is the root of computation since it trades description for time.

Working...