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

 



Forgot your password?
typodupeerror
×

Comment Re:Currently searching - some Brother ref (Score 2) 381

When I did my printer hunting a little over a year ago I ended up with a Xerox 6505. I was looking for a color printer, and they have overall good reviews. When you are looking at toner, there are fairly cheap aftermarket toners you can get for Xerox printers that keep costs down.

One thing I looked for in a printer that would let it work on any OS was that it could accept PCL and PostScript (that way you don't need a print driver). Though, still having a printer driver is nice for configuring little things (like duplex printing if your printer supports it).

This data is out-of-date at this point, but I put together a spreadsheet of all the different printers I was considering.
https://docs.google.com/spreadsheet/ccc?key=0As4u6h7EmJ5sdHhRalNzMl9OV2x6Q2xRSU0zdjJHcEE&usp=sharing

I don't remember my exact issues with HP and Brothers printers at this point, but the one thing I did like about Xerox versus some of the others was their toner cartridges were stand-alone from other components. So it made it cheap to get after-market toner.

Comment Re:Common arguments... (Score 1) 126

My thoughts exactly. To take it further. "Dispatch" for these self-driving cabs would just be sitting there watching feeds from all the cabs they have out and about. They could look illegal behavior and either send someone to look into the problem or to call authorities.

As for someone "hiding in the cab", I'm pretty sure they could easily tell the weight changes to the vehicle (preventing someone from sticking around).

Comment Re:reality show rejects (Score 1) 181

Just wondering, when did you have that car experience and what model was it? Lemon laws in many states protect consumers against faulty cars (it's a massive pain-in-the-ass to go through the process), and I think it dissuades auto manufacturers from completely cheeping out on cars anymore. Though, there may be issues that creep up beyond the lemon-law time window, then you're basically at the whim of the manufacturer to fix it.

As for electronics, if you buy from a company like Apple that has a good warranty or return program, buying a new device on day-1 isn't that much of an issue. I've owned 3 models of iphones (original, 3Gs, 5), and every one of them I got a full replacement from Apple on (original I had replaced twice). All 4 times I've had my iPhone replaced, it didn't cost me anything to do it. (Note that I've had great service from other companies like Amazon with the Kindle and Philips with their electric toothbrush).

Comment Re:No way (Score 1) 168

My basic understand of it is: for when a new auto manufacturer comes around, they don't have to setup a dealership themselves in every city across the country, instead they can just ship their cars to all the existing dealerships. This is a service provided by the dealership to the automaker to help the automaker grow when it is young. Then, to prevent the automaker from cutting off all their shipments to dealerships when they are big enough to setup their own stores, laws were put into place to prevent automakers from setting up their own stores.

Submission + - Jekyll malware sneaks through Apple App Store, wreaks havoc on iOS (networkworld.com)

An anonymous reader writes: "Acting like a software version of a Transformer robot, a malware test app sneaked through Apple’s review process disguised as a harmless app, and then re-assembled itself into an aggressive attacker even while running inside the iOS “sandbox” designed to isolate apps and data from each other. The app, dubbed Jekyll, was helped by Apple’s review process. The malware designers, a research team from Georgia Institute of Technology’s Information Security Center (GTISC), were able to monitor their app during the review: they discovered Apple ran the app for only a few seconds, before ultimately approving it. That wasn’t anywhere near long enough to discover Jekyll’s deceitful nature." So much for Apple's draconian device control increasing security.

Comment Re:Wrong reasons ... (Score 2) 244

It seems like at least a few states us a thing called the "Average Daily Attendance" to track how many kids are actually going to school. Then this is the number that is actually used when allocating funding to the school. Here's a story about how much 1 student being chronically absent costs the school (87 days missed, school lost $2464).

This isn't all the funding a school gets, but it is part of it.

Comment Re:Ford Tough (Score 1) 317

I've been doing a lot of car research recently (shopping for a new car), and I've been reading a ton of different reviews from consumers and professionals.

A lot of people don't like the Ford SYNC stuff as it is just too complicated for them. They want a radio and climate controls in their center stack, not all that other crap that some auto makers are pushing. GM with their Buick brand is having the same issue, their older customers are annoyed with a lot of the center-stack tech that is being added, as they don't understand it or want it.

My other issue is how relevant all these features will be in 10-15 years. Will Pandora still be around? How about BlueTooth? Will iPod support even matter in 10 years? My current car is pushing 17 years old, I'm pretty sure it has outlasted most tech that could have been put into it at the time.

Comment Re:New strategy in criminal law? (Score 2) 192

It is much easier for a prosecutor to throw a bunch of charges at someone and hope for some them to stick. The US's double-jeopardy prevents a defendant to be tried for the same crime twice. Where exactly the line is for what is considered double-jeopardy isn't always clear, so the prosecutor has a better chance of getting a conviction if they change someone with all possible crimes they are guilty of from the start.

If you want top stop the state from throwing a bunch of changes at someone, double-jeopardy laws need to be changed. But changing those laws so neither side of the law can easily abuse them is a difficult thing to do.

As others have said, if a lot of the charges were indeed bogus, a defense attorney should have been able to get them thrown out.

Comment Re:Understanding Dart's goals (Score 1) 312

You are correct. But they wanted to get Dart out to the world very early so that they could start getting feedback from the community. They actually listen to the community quite a bit and have taken a number of patches and features from external committers as well.

Their goal was to show that they were going to be open about the design of the language, but I think they ended up presenting that wrongly when the language launched, so they caught a lot of flack.

Submission + - XBox One will charge gamers full price to play used games (kotaku.com)

An anonymous reader writes: The XBox One was revealed today, and In addition to requiring daily online checkins, another infuriating piece of news was revealed: the XBox One will require payment in order to play used games. In a conversation with a Kotaku reporter, Phil Harrison says: "They would then have to purchase the right to play that game through Xbox Live ... yes, it will be the same price". Combined with the focus on being a set top box more than gaming, has Microsoft stopped caring about playing games on its game console?

Comment Understanding Dart's goals (Score 4, Informative) 312

I've been following Dart on and off since it's announcement. I'm still a little skeptical of the language, but I'm a fan of what they want to do. Here are their basic goals:

  • Create a class based (OOP) language for doing browser heavy apps (like GMail).
  • Allow it to inter-op with today's browsers (hence compiling to Javascript)
  • Create a DartVM so the code can run faster than there javascript counter-parts. This also allows for server-side, but this much lower on their priorities.
  • Make the language easy for Java/C++/C# developers to learn.
  • Only work with "the modern web". meaning IE9 and higher.

There is a lot more to it than this, but it's sort of a beginning. The language still hasn't hit 1.0, so no one is seriously using it (as the language itself was seeing large changes up until recently). Google has not talked about anyone outside of the Dart team itself that is using Dart within Google (they are doing it, it's just not being talked about yet).

Since 1.0 is expected this summer, you probably won't see many people using it until that milestone is hit. Once 1.0 is hit, people will be more willing to create real products with it, so you can expect to see more about Dart after that. As well, once the DartVM makes its way into Chrome (which will happen sometime after 1.0), you'll probably see a lot of press about the first Google App that is written in Dart.

It's still early in Dart's life. The only people really seriously using it are people that like learning new languages. Companies and most developers won't touch an in-progress programming language out of fear that syntax and behavior changes will screw them up.

Comment Related to the Linode hack (Score 3, Informative) 35

https://news.ycombinator.com/item?id=5667391

In the above HN comment, basically it explains the linode hack, saying they got access to linodes registrar and were going to use it to steal passwords from linode customers. But they ended up finding the Coldfusion hole made it possible to break directly into linode, so they used that instead.

Submission + - Google forbids advertising on Glass (thepointdaily.com)

An anonymous reader writes: Contrary to widespread thought, Google Glass will not be an advertising platform: "Google Inc has lately told app developers that they are not allowed to present ads to Google Glass users and they are also not permitted to sell users’ personal and private information for the fulfillment of advertising needs. The internet company has explicitly and openly said that the Glass platform should and must be clean and clear of any ads whatsoever, because the technology is designed to facilitate internet browsing and other related activities, therefore, the featured podium cannot be used to advertise products as it will cause the user experience to diminish." Seems like Google is going for hardware-only revenue on this one.

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...