Forgot your password?

typodupeerror

Comment: Re:Postgres (Score 1) 241

I recently made the change on a firmware product. It took me 1 week of dedicated time, and about a week of test time. The big time waste for me was that we use mysql++ so I had to get that to link against the maria c libs, then build rpm's for everything. Other than that it was a drop-in replacement and a search-and-replace on the library to link against.

Comment: Re:Find someone with a clue to do your job. (Score 2) 238

by w_dragon (#43380903) Attached to: Ask Slashdot: Dealing With Unwanted But Official Security Probes?
Fuzzing should not cause a crash - a crash would be an indication that there may be a vulnerability since something isn't validating input properly. A non-production system would be worthless since there's no guarantee it would mirror the production setup. Any Internet accessible server should be able to handle any security threat that comes in. Especially a server with medical data. So long as they aren't pushing enough traffic to be a DOS attack there shouldn't be a problem with the server if it's properly programmed and configured.

Comment: Re:They're not who you think (Score 1) 512

by w_dragon (#43380097) Attached to: H-1B Cap Reached Today; Didn't Get In? Too Bad
As with most countries, the US is easy if you know what to tell customs. For the US, you're attending a business meeting. If you're visiting a client or selling a service you'll be grilled, need tons of documentation, and spend hours at the border. Visiting India? Know who to bribe and how much they'll expect. Every country has an answer that will make your life easier.
The Courts

Apple Loses the iPad Mini Trademark 144

Posted by samzenpus
from the so-sorry dept.
An anonymous reader writes in with bad news for Apple. "It would appear that Apple has lost an attempt to trademark the 'iPad Mini.' This time it's not nefarious foreigners subverting the just order of things simply by trademarking something several years before Apple did. No, that was what happened in Brazil with the IFone. Nor is it people nefariously selling the rights to everywhere but China but Apple's lawyers didn’t notice, as happened with iPad in China. No, this time it's the U.S. Patents and Trademarks Office saying that Apple simply cannot have a trademark on 'iPad Mini.' For the simple reason that the law doesn't allow them to trademark something which is just a description of the product."

Comment: Re:Avionics (Score 1) 369

by w_dragon (#43277757) Attached to: FAA Pushed To Review Ban On Electronics
You mean like those pilots that missed their airport by 200 miles a few years ago despite an atc yelling at them because they were on a laptop trying to figure out their company's new bidding system? People don't always follow the rules where there is a low probability of being caught, regardless of consequences.
Books

U.S. ISBN Monopoly Denies Threat From Digital Self-Publishing 127

Posted by Unknown Lamer
from the jeff-bezos-controls-the-supply-chain dept.
Ian Lamont writes "The Economist writes that self-publishing threatens the existence of the International Standard Book Number (ISBN) regimen, which is used to track and distribute printed books. Self-publishing of e-books has experienced triple-digit growth in recent years, and the most popular self-publishing platforms such as Amazon's Kindle Direct Publishing don't require ISBNs (Amazon assigns its own reference number to these titles). But Bowker, the sole distributor of ISBNs in the United States, sees an opportunity in self-publishing. The packages for independent authors are very expensive — Bowker charges $125 for a single ISBN, and $250 for ten. It also upsells other expensive services to new and naive authors, including $25 barcodes and a social widget that costs $120 for the first year. Laura Dawson, the product manager for identifiers at Bowker, insists that ISBNs are relevant and won't be replaced anytime soon: 'Given how hard it is to migrate database platforms and change standards, I wouldn't expect to replace the ISBN, simply because it is also an EAN, which is an ISO standard that forms the backbone of global trade of both physical and digital items. There are a lot of middlemen, even in self-publishing. They require standards in order to communicate with one another.'" It seems like a lot of programs/services just use ASINs (despite being controlled by a single private entity), probably indicating some deficiency with the current centralized registration regime. Back in 2005, Jimmy Wales suggested we needed something (culturally) similar to wikipedia for product identifiers. The O'Reilly interview indicates that the folks issuing ISBNs think DOIs are DOA too.
Graphics

Canonical Announces Mir: A New Display Server Not On X11 Or Wayland 354

Posted by samzenpus
from the rolling-it-out dept.
An anonymous reader writes "On the Ubuntu Wiki is now the Mir specification, which is a next-generation display server not based on X11/X.Org or Wayland. Canonical is rolling their own display server for future releases of Ubuntu for form factors from mobile phones to the desktop. Mir is still in development but is said to support Android graphics drivers, open-source Linux graphics drivers, and they're pressuring hardware vendors with commercial closed-source drivers to support it too. They also said X11 apps will be compatible along with GTK3 and Qt/QML programs. Canonical isn't using X11 or Wayland with their future Unity desktop as they see many shortcomings from these existing and commonly used components."

Comment: Re:What is an invention? (Score 1) 417

by w_dragon (#42761243) Attached to: Are There Any Real Inventors Left?
We can say the light bulb was revolutionary now, since we can see the result, but I'll bet at the time it would have been reasonable to view it as just the logical extension of scientists playing with electricity, which they had been doing for some time at that point. It's not like everyone switched from candles to lightbulbs overnight, it would have taken quite some time. While the switch was happening people probably discounted the light bulb as not being good enough, needing electricity that many people didn't have, burning out too quickly, broken glass being dangerous, etc.
If you want something recent on the same scale look at GPS. It was first deployed less than 20 years ago, and only now have most industries that rely on location data made the switch to using it as the primary source of location data. We probably have inventions today that are going to obviously be huge, revolutionary inventions in 10 years, but it's nearly impossible to tell which inventions will end up being important until everyone already relies on them.

Comment: Re:Either be engineers or be coders. (Score 1) 366

by w_dragon (#42668277) Attached to: Ask Slashdot: How To Convince a Team To Write Good Code?
Go talk to someone actually working as a civil engineer sometime and tell them that. Once they stop laughing they'll probably have lots of stories to tell you about drawings being wrong in hilarious ways, materials having the wrong tolerances being discovered too late and the quick patches they did to fix them, and how all modern construction is done as quickly and cheaply as possible. The difference between their bugs and our bugs? They have a group of people building their structures who can see if something is off during construction. We have a compiler that will blindly follow whatever we tell it to build, no matter how obvious the bugs.

"The way of the world is to praise dead saints and prosecute live ones." -- Nathaniel Howe

Working...