Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Submission + - How to approve the use of open source on the job

Czech37 writes: If you work in an organization that isn’t focused on development, where computer systems are used to support other core business functions, getting management buy-in for the use of open source can be tricky. Here's how an academic librarian negotiated with his management to get them to give open source software a try, and the four words he recommends you avoid using.

Submission + - MySQL too lazy to fix their shared libraries API (mysql.com)

famzah writes: Since version 5.5 MySQL started to ship the client/server binaries statically linked against the "libmysqlclient.a" library. This uses more disk space and also takes away the option to fix the shared code in the library once, rather than by recompiling every single binary which uses it.

The summary by Axel Schwenke from MariaDB is right on the target:
  1. In the past we exported every symbol from libmysqlclient.so (this was certainly bad)
  2. We changed this to export only API functions (good)
  3. Our own (MySQL) clients use non-API functions and thus don't work with the new dynamic lib. There is a word for this: it's a bug.
  4. We are too lazy to fix the clients (or extend the API). So we take the short path and link the clients with the static lib. I also have a word for this: disgusting.

Submission + - He Pressed The Brakes, His Tesla Model S Didn't Stop. Why?

cartechboy writes: When things go wrong with the Tesla Model S electric car, its very loyal--and opinionated--owners usually speak up. And that's just what David Noland has done. An incident in which his Model S didn't stop when he pressed the brake pedal scared him--and got him investigating. He measured pedal spacing on 22 different new cars at dealers--and his analysis suggests that the Tesla pedal setup may be causing what aviation analysts call a "design-induced pilot error". And pedal design, as Toyota just learned to the tune of $1.2 billion, is very important indeed in preventing accidents.

Comment Re:That's not "why it doesn't work"....that's you (Score 1) 66

Thanks for sticking words in my mouth.

To start, you can't buy images from Getty. You may only buy licenses to use an image.

Second, The purpose of the program is to offer images at no cost to non-commercial users. I evaluated for those purposes. For such a program to be successful the images must be useable. I'm suggesting that even non-commercial users will find it difficult to use.

Submission + - NASA: Hubble telescope catches asteroid death (networkworld.com)

coondoggie writes: NASA said today that the Hubble Space Telescope snapped what the agency called a never-before-seen break-up of an asteroid in mid-space. The asteroid, designated P/2013 R3 has broken into as many as ten smaller pieces , each with a comet -like tail, that NASA says are drifting away from each other at a leisurely 1.5 kilometers per hour — slower than the speed of a strolling human.

Submission + - NSA Chief Pushes Legislation To Stifle The First Amendment (zerohedge.com)

schwit1 writes: Recently, what came out with the justices in the United Kingdom they looked at what happened on Miranda and other things, and they said it's interesting: journalists have no standing when it comes to national security issues. They don't know how to weigh the fact of what they're giving out and saying, is it in the nation's interest to divulge this.
— General Keith Alexander, Director of the NSA

Although General Alexander states the above with regard to the UK justice system, he clearly agrees with the assessment. Read the passage above again and think about how scary that statement is. It becomes clear that one of the reasons abuses at the NSA are so egregious is because of the attitude of the person in charge. Alexander genuinely thinks that intelligence officials know best, and should not be subject to any sort of accountability. You don't need to be a card-carrying member of the ACLU to see how dangerous this perspective is. To endorse this notion that "journalists have no standing when it comes to national security issues," is to effectively make illegal one of the most important free speech rights in any democracy. This sort of attitude represents the antithesis of American values.

Not only does General Alexander see things this way, apparently he is lobbying for Congressional legislation that would solidify this authoritarian view within the law itself. For example, the Guardian reported yesterday that:

General Keith Alexander, who has furiously denounced the Snowden revelations, said at a Tuesday cybersecurity panel that unspecified "headway" on what he termed "media leaks" was forthcoming in the next several weeks, possibly to include "media leaks legislation." The general, who is due to retire in the next several weeks, said that the furore over Snowden's surveillance revelations — which he referred to only as "media leaks" - was complicating his ability to get congressional support for a bill that would permit the NSA and the military Cyber Command he also helms to secretly communicate with private entities like banks about online data intrusions and attacks.

Submission + - Why Point and Click Retail App PowaTag Shunned NFC For Apple iBeacon (ibtimes.co.uk)

concertina226 writes: PowaTag, an innovative point and click mobile commerce app for iOS and Android, has launched in the UK and US with 240 leading retail brands on board, but the app creator has gone with low-energy Bluetooth Beacon technology rather than Near Field Communications (NFC).

"There's a lot of resistance from merchants, the jury's still out on NFC. Apple has not put NFC into its phones and that's always been a problem for NFC as an adoption strategy. Will it be successful? Maybe, but I don't think so," Powa Technologies' CEO Dan Wagner tells IBTimes UK.

Submission + - Getty Images makes 35 million images free for non-comercial usage 1

kc123 writes: In an effort to deal with copyright infringement Getty Images is launching a new embedding feature that will make more than 35 million images freely available to anyone for non-commercial usage. Anyone will be able to visit Getty Images’ library of content, select an image and copy an embed HTML code to use that image on their own websites. Getty Images will serve the image in an embedded player – very much like YouTube currently does with its videos – which will include the full copyright information and a link back to the image’s dedicated licensing page on the Getty Images website.

Submission + - Proof Comcast Throttles Netflix (mattvukas.com) 8

An anonymous reader writes: Matt Vukas has done some (not so thorough) testing to prove that Comcast is definitely throttling Netflix after the FCC gave the green-light. On comcast network, Netflix is slow. Still using the same network, but with an added VPN layer, which should be slower, Netflix is suddenly back to normal speed.

Submission + - Arduino + Beagleboard + Goldfish = Fish On Wheels

cartechboy writes: Remember when you were a kid and goldfish were, for at least a few months, a central part of life? It turns out goldfish aren't just good pets--or a good introduction to mortality--they're capable of driving as well. Yes, you read that correctly, goldfish can drive, and there's video to prove it. Well, we should rephrase that, goldfish can drive with the help of the insane geniuses at Studio Diip. They combined Arduino and Beagleboard circuits with a webcam, a battery, a fish tank, and a robot vehicle, freeing the goldfish from its boring life on a shelf. The system uses the webcam to see where the goldfish is going, then directs the robot car to follow. Turns out the goldfish is a bit more capable than you though, eh?

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...