Forgot your password?
typodupeerror

Comment Re:drone battery size (Score 1) 43

It does. It requires that batteries be "removeable by the end-user" and that replacement batteries should also be availble to the end-user. The definition of end-user replaceable is as you say though.

It seems the EU thinks the ability to use basic tools is a reasonable requirement, unlike the average Slashdot user.

Comment Recidivism rates (Score 1) 95

US: 66% (Wall Street's numbers aren't those found in official statistics)
UK: 28.9%
Holland: 23%
Norway: 16%
China: 6%

US' conclusion: The rate is a complete mystery, we've no idea how to decrease it, let's do more of what we're currently doing differently to everyone else.

There is a slight possibility this may be flawed.

Comment Re:You'll end up with an empty repository (Score 1, Redundant) 108

I didn't find them to be so. The primary advantage claimed was that it eliminated init scripts. But init scripts are really easy on modern Linux because of the boilerplate, and there are still cases where you need scripts with systemd, so it didn't actually eliminate them — It only reduced their number. The other advantage claimed was that it implemented cgroups. Well, I'm using Devuan and that uses cgroups too, they are created and managed and destroyed with simple commands and you do not need any special tools for that at all.

systemd solves a non-problem, since scripts are a core OS feature.

Comment Re:The standard pro self-driving argument (Score 1) 59

If you have a better, safer alternative for us to develop this much needed tech, please share.

Closed environments and simulations. Simulations are better in particular because you can create test situations trivially, so you can test on e.g. a thousand variations of the same onramp. You can't really build the vision models in simulation, but that's OK, because you can build them by logging data from cars where the computer isn't controlling anything and therefore isn't endangering anyone.

This isn't new, though, this is obvious. You just want to move fast and break things.

Comment Re:You'll end up with an empty repository (Score 1, Informative) 108

And don't they all use systemd? They must have a good reason for it.

Weren't you here when we discussed this when Debian adopted systemd? The change was rammed through without the normal discussion procedure, specifically for the purpose of supporting GNOME at a time when nobody gave a fuck about it any more. The idea that they have to have had a good reason because they did it is not logic-based.

Comment Re:C (and here are somemore chars to satisfy the b (Score 2) 38

The real problem with C is that it doesn't have any built-in support for strings. Everyone is forced to fake it with char-arrays, which aren't quite the same thing and require very careful handling. The problem with that is, everyone has their off days, and so everyone who does string-handling in C eventually ends up shipping string-related bugs that introduce security problems.

Comment Re:That's 12-year-old thinking (Score 1) 56

You also have to give them achievable parameters. "You are always responsible" is not realistic. In some cases someone else is, in fact, responsible. And that's the rub of regulation, not that I think this means we shouldn't regulate, but it's going to always be true that doing it well takes effort. You can only ever reasonably expect that people are moving forwards (at best) and doing what is reasonably and humanly possible, and hopefully advancing the state of the art. Determining whether or not they are doing that is inherently complex.

Comment Re:Whereas AI Chip is Also Your Video Card (Score 1) 49

The United States started restricting export of computers in 1949. When the G4 exceeded the performance limit to be classified as a mulition in 1999 Apple ran ads about it: https://www.youtube.com/watch?...

"Advanced computations required for frontier AI" sounds better than "adds and multiplies faster than our arbitrary limit" and way less stupid than "now that this is a munition we have discontinued the translucent blueberry and frost white color option in favour of a more professional 'graphite' color scheme. Mirrored drive doors will be an option in the future."

Slashdot Top Deals

Syntactic sugar causes cancer of the semicolon. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...