Forgot your password?
typodupeerror

Comment Re:Flock is building 1984 (Score 2) 121

That's a pretty shallow(thought admittedly depressingly popular) analysis of the situation.

Being in public does leave you with no particular defensible expectations of not being observed, and possibly even remembered for a time, by assorted passers by; and typically also permits more direct tailing of people for observation purposes(subject to some, often slightly vague, threshold at which having PIs or paparazzi hunting someone remains a problem even in public; as we saw here where the police took the notion seriously enough to show up but not to do anything in particular).

What it has historically never meant, for technical reasons, was pervasive coverage and longterm retention. Which is certainly increasingly feasible with only moderate levels of investment; but is absolutely a novel development for what 'public' and 'no expectation of privacy' meant.

It's like defending the installation of a massive network of sprinklers because "you have no expectation of staying dry when you go outside; haven't you heard of rain?" Sure, nobody the weather to be sunny all the time, any more than they expect everyone to avert their eyes in public; but they would correctly consider the installation of irrigation equipment on every lamppost to be an intrusion on their ability to stay dry despite the fact that the sky has never extended them a constitutionally protected right to no rain.

Comment Re:Who will pay for this? (Score 2) 19

To clarify, the users were OpenAI themselves, so there is no question that they would be liable in this case.

The bots were not intentionally deployed; rather, they were being tested on how well they could complete a data recovery task (downloading a certain file from a certain server on a simulated Internet) that had been complicated by putting various obstacles in the way. Unfortunately, they found a different way to solve the problem: by getting the file from the real Internet, where it was publicly available. Part of this process involved collaborating with each other by treating the RubyGems website (which is supposed to be for polished packages) like GitHub; unlike every other package site hack in history, the exploits they uploaded weren't meant to be downloaded by unsuspecting users. As usual the bots cheerfully ignored all the clues that they had escaped containment and were consistently justifying their actions as acceptable due to being in a sandboxed testing environment. (This is something OpenAI has pledged to focus on.)

The actual damage done to RubyGems seems to be that OpenAI is now unwittingly in possession of a substantial number of user login tokens. This certainly meets the definition of a data breach, but it's not like the credentials are for sale on the dark web. As a website operator I'd much rather be mauled to death by this well-meaning swarm of superintelligent infants than targeted by even a single actual malicious human. In all likelihood OpenAI will just quietly pass RubyGems a sizeable donation and it'll all blow over.

Comment Re:Same error often repeated (Score 3, Insightful) 19

at least the person downloading such a component is responsible for "looking over it" before using it.

I'm sorry, but since when? You absolutely should not be tasking every single user of major projects with the responsibility of doing a code review on the whole thing before installing it. There needs to be a clear distinction between "fly-by-night thing that some rando uploaded" and "library that a million people depend on". In the traditional approach, the latter was something tat you installed with a package manner, while the former was something you went and fetch off e.g. Github or whatnot - and if you did the latter, then you were accepting that it was untrusted software. But now we have both (including the potential for "soundalikes") installed by the same means with no distinctions made by the install method. That is not good.

Comment Re:Pull out the screwdriver (Score 1) 105

I have taken apart dozens of TVs to remove the wifi.

Question: Which government agency or terrorist agitator do you work for? I ask because most people will never see even a dozen TVs in their lives, much less "dozens", and 99.99% of those people who do don't give a shit, and a portion who do give a shit don't buy smart TVs.

Who are you really?

Comment Re:No spying possible if no camera & microphon (Score 1) 105

You misinterpreted what your stats mean. In fact they make my point. The market for amazon/google/whatever HDMI sticks is evidence that consumers are looking for a smart experience. But they exist to support two other market features: a) TVs last a long time. b) media updates don't. Virtually the entire market for those sticks exists to support existing dumb TVs, or smart TVs that were abandoned (e.g. we went out and bought a Google Chromecast when our 10 year old smart TV stopped supporting Netflix, we then proceeded to sell that Chromecast when we bought a new TV because the new TV once again supported Netflix.

There's no evidence that the world is moving away from simplification / unification. The sales figures and market size of smart all-in-one devices and continued sales of new smart TVs is evidence of this. And the app experience while shitty is not at all related to this trend: in fact it once again supports my point that consumers are chasing smart integrated experiences and will go so far as to use shitty apps with horrendous UX to get it.

Go ask any of your friends with a new TV if you can borrow their Roku. I'll bet you a Marsbar they will say one of two things: 1) Sure, we're not using it, 2) Sorry we threw it away.

Comment Goal (Score 5, Interesting) 19

The funny thing about all this is that their only goal appears to have been to download publicly-available data off of UK government websites. I'm betting that they were (A) being tested on a knowledge-related task, and (B) not given direct access to the internet, but their tool capabilities involved access to the "gem" command (so that they could install Ruby packages for their work), and so decided to abuse (B) to cheat on (A).

Once again: training a model with the reward being "does it solve the task?" without looking at how it solves the task is very, very dangerous. This is basically the plot of Universal Paperclips.

Comment Re: We are going so fast we need to slow down! (Score 3, Interesting) 85

Of course the third bomb probably wouldn't have gotten used regardless of the order, as the next bomb (made from the infamous Demon Core) was scheduled to be ready to drop on the 17th, whereas Hirohito announced the surrender on the 15th (wasn't signed until 2 September, but it's hard to imagine that the US would have dropped the bomb after the announced surrender).

One of the amazing things is that the atomic bombings didn't shift the vote in the 3:3 deadlocked Japanese war council at all; the hawks (Anami, Umezu, Toyoda) remained focused on adaptation, not surrender. But it did make the doves (Suzuki, Togo, Yonai) more desperate, and Suzuki met with Hirohito. Hirohito had already been looking for an opportunity to surrender, having had plans to send Prince Konoe to Moscow to ask Stalin to function as a neutral broker to end the war (with secret instructions to accept "peace at any price"), but the trip was delayed by the Russian side, ostensibly by the Potsdam Conference (but in reality, to prepare for the invasion of Manchuria). When the terms of the Potsdam conference came out, Togo told Hirohito that they "were the most reasonable to be expected in the circumstances", to which Hirohito replied, "I agree. In principle they are acceptable." But the urgency to accept that in July wasn't present. Everything started collapsing in August, with the loss of their mainland and Pacific territories, the Soviet invasion, and the atomic bombings. What the bombings achieved was to help stir Hirohito to imminent action (which risked failing, as there was a coup attempt against him (the Kyujo Incident) to stop Japan from surrendering). The hawks saw unconditional surrender not as agreement to the loss of their sovereignty, but as agreement to enslavement.

But this is getting rather off topic. :) Main topic: if you think your AI is as much of a risk to the fate of humanity as the atomic bomb, which many of these people truly believe, then you can expect similar hesitancy as with the developers of the atomic bomb. They felt an urgent need - ending a brutal war - but at the same time had deep apprehension about what they were doing and how the fruits of their labour would be used.

Comment Re: We are going so fast we need to slow down! (Score 3, Interesting) 85

And if you want a past example of scientists who feared their creation wanting to slow down, stop, or even undo it, BTW, let us consider the atomic bomb. Farrington Daniels took a poll of the Chicago nuclear scientists in 1945 asking what they wanted to happen with the atomic bomb. Remember that these were the people whose literal job was to make a weapon. Only 15% - 1 in ~7 - wanted the US to use it as it actually did, e.g. just start bombing cities just a couple days apart. Only a small majority wanted it even used in Japan, even against military targets without the Japanese first being invited to a demonstration in the US and being given ample opportunity to surrender. 13% - nearly as many as those who wanted the US to use it as it actually did - didn't want it used at all under any circumstance, in a war that had already caused a million American casualties.

The problem that they faced was that people like Groves** really wanted to bomb cities, and they, as the rank and file, didn't get a vote.

** - It seems dubious that Truman really understood what he was signing onto. While he never shirked from responsibility for authorizing it, the paper trail shows that he didn't seem to understand what he was approving at the time. In his diary before the attacks, he writes about the weapon, but about how he insisted it not be used against civilians, killing women and children, because he didn't want to sink to what he saw as the barbarism of the Japanese. In his first speech after the bombing, he refers to Hiroshima as "a military base", not a city, and says it was chosen to, insofar as possible, avoid the killing of civilians - but that if Japan did not surrender, then the US would bomb Japan's war industry, and then thousands of civilian lives would then be lost. Earlier drafts showed that it didn't contain the "insofar as possible" caveat. He genuinely didn't seem to realize what he was authorizing at the time. But Groves absolutely knew what he was doing, and deliberately selected sites for maximum civilian casualties. Truman seems to have come to understand what was going on by shortly after Nagasaki, where he gave the order to cease use of atomic weaponry, saying that the thought of wiping out another 100,000 people was too horrible and that he couldn't stomach the thought of "killing all those kids".

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...