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

 



Forgot your password?
typodupeerror
×

Comment Just FYI, LyX is about WYSIWYMean, not WYSISWYG (Score 2) 283

LyX is a project that I'm very fond of. It doesn't follow the WYSIWYG model at all. Instead, it leverages TeX's different way of thinking about document creation entirely; separate the data from the presentation and manage the creation of both separately. The whole idea is to concentrate on the task of writing without getting distracted by constant re-formatting challenges. It works quite well once you learn to relax and not obsess over every paragraph and image placement while you're writing.

Frankly, I think LyX creates some of the most beautiful printed documentation I've ever seen. Sadly, it doesn't do so well at e-publishing yet. I have hopes that will change, though. I would love to use it to handle all of my document creation needs.

As it is, I end up writing in LyX, exporting to .xhtml, then using Sigil and other tools to get a clean, good looking .epub output.

Comment Re:Another European example; Iron Sky (Score 1) 1029

Oh, I agree that Iron Sky does fall flat after a great start. Still, it's at least as good as the dreck that Hollyweird has been producing while starting a much more original premise.

WAoVW, sadly, is just not my cup of tea. OTOH, Wikipedia shows that 1966 saw some other great films from a variety of genres: "The Blue Max", "Fahrenheit 451", "A Funny Thing Happened on the Way to the Forum", "The Good, the Bad, and the Ugly", "Modesty Blaise", "Is Paris Burning?", "Murderer's Row", "A Man for All Seasons", "A Time for Burning", "The Velvet Underground and Nico: A Symphony of Sound", "Way...Way Out", "What Did You Do in the War, Daddy?", "What's Up, Tiger Lily?", "The Wild Angels", "Winnie the Pooh and the Honey Tree". There was something out that year for virtually everybody.

For me, the point is that mainstream Hollywood has largely lost its creative spark. The films that used to be made that provoked us to think or told us an original story just aren't getting the funding from the big studios these days.

Personally, I would far rather spend a $8 to watch Iron Sky on Netflix online than drop $15 or $20 to take my wife to a theatre these days.

Comment Another European example; Iron Sky (Score 1) 1029

IMDB page. Brought to you by the same oddball Finns who gave us that wonderful series of Star Trek parodies called Star Wreck (although this time they had some German and Australian help). A wonderful send up of Nazis as "Invaders From the Moooon." Well worth your time if you love silly sci-fi movies. :-)

Comment America's First Eco-City?!? Not even close! (Score 1) 258

I'm sure there are other examples around, but here's one from my home state, the Minnesota Experimental City. For those who are not intimately familiar with Minnesota geography, the proposed location was about 90 miles west of Duluth and about 3 hours north of the Twin Cities. Nothing there but a map dot called Swatara, trees, and a few dairy farms. That pipe dream started back in the '60s and eventually fizzled out in the late '70s.

Comment Depending upon what market the GP wants to be in.. (Score 1) 280

..I don't know that I would recommend Javascript myself. It's finally cracked the top 10 at Tiobe and it's definitely growing. However, it's still not exactly mainstream. It's also inherently limited to a narrow development niche. The GP could choose to dive into some sort of mix of C, C++, ObjectiveC, Perl, and/or Python instead. S/he would probably have more success out of the gate because all of those languages have a broad applicability to a much larger set of use cases.

However, I think the larger point you're trying to make is a valid one. The rate of change isn't slowing down for anyone. These days nobody in IT can afford to be a one trick pony. In order to stay relevant in the market, developers need to have more than a passing familiarity in several languages and environments. At minimum they should be competent in at least a couple and reviewing one or two others. (What? You thought you were done studying when you got out of college?)

Comment Re:GNU/Linux is made in the USA (Score 1) 332

Heh. Haha. BWAHAHAHAHAHAHAH!

Not really, most of each of thousands of projects have at most a few core developers and extraneous people who occasionally submit patches to fix specific itches. There is no "A team" scouring all open source for vulnerabilities from the simple fact such vulnerabilities most certainly do exist as innocent bugs and have not been reported by such teams.

To illustrate this point the linux kernel is developed by armies of smart people yet an automated tool found a laundry list of shit that has been around for years nobody noticed.

http://www.coverity.com/library/pdf/linux_report.pdf

First, from the very report that you linked to:

The results show that the number of defects detected by the Coverity analysis system has decreased from over 2000 to less than 1000 while, during the same period of time, the source code has quadrupled in size and the power of Coverity's detection capabilities has increased markedly. We conclude using this data that the Linux kernel is a robust, secure system that has matured significantly.

You want a real eye opener? Check out Coverity's current press release:

Code quality for open source software continues to mirror that of proprietary softwareâ"and both continue to surpass the accepted industry standard for good software quality. Defect density (defects per 1,000 lines of software code) is a commonly used measurement for software quality. Coverityâ(TM)s analysis found an average defect density of .69 for open source software projects that leverage the Coverity Scan service, and an average defect density of .68 for proprietary code developed by Coverity enterprise customers. Both have better quality as compared to the accepted industry standard defect density for good quality software of 1.0. This marks the second, consecutive year that both open source code and proprietary code scanned by Coverity have achieved defect density below 1.0.

(snip)

Linux remains a benchmark for quality. Since the original Coverity Scan report in 2008, scanned versions of Linux have consistently achieved a defect density of less than 1.0, and versions scanned in 2011 and 2012 demonstrated a defect density below .7. In 2011, Coverity scanned more than 6.8 million lines of Linux code and found a defect density of .62. In 2012, Coverity scanned more than 7.4 million lines of Linux code and found a defect density of .66. At the time of this report, Coverity scanned 7.6 million lines of code in Linux 3.8 and found a defect density of .59.

(snip)

While static analysis has long been cited for its potential to improve code quality, there have been two significant barriers to its adoption by development organizations: high false positive rates and a lack of actionable guidance to help developers easily fix defects. Coverity has eliminated both of these obstacles. The 2012 Scan Report demonstrated a false positive rate for Coverity static analysis of just 9.7 percent in open source projects. Additionally, the 2012 report noted more than 21,000 defects were fixed in open source codeâ"more than the combined total of defects fixed from 2008-2011.

The real conclusion that you should draw is twofold. First, if you're relying on software that isn't doing static code analysis, you're probably relying upon insecure code.

Second, Every. Single. App. Has. Bugs. The difference is that open source lets anyone do the analysis and fix the bugs. The same can't be said when of any closed source package.

So, which is safer? The OSS app where everything is publicly discussed and bug fixes generally get acted upon fast, or the closed source app where the vendor may be handing the known vulnerabilities off to the NSA or its equivalent in the country of your choice? I know which way I choose. :-)

Comment Wrong, wrong, WRONG! Read the 9th and 10th! (Score 1) 622

From the Federal Archives' transcript of the Bill of Rights:

Amendment IX

The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.

Amendment X

The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people.

How much more explicit does it have to get?!?

Comment Estimate is late by 4 years! (Score 1) 130

Tomi Ahonen pointed out in March that we already have 6.7 billion _active_ mobile accounts. This clearly means that we are already FAR past that point when you include all the devices not on telecomm networks.

BTW, in the same blog post Ahonen also estimated that the point at which active accounts would exceed the world's population would happen some time this summer.

Comment Sigh. Not this tired old meme again! (Score 1) 130

Can we drop this already?

As I mentioned in an earlier post, my wife and I spent 4 days poolside in the Dominican Republic with a Kindle Fire and a Nook Color. Conditions bright enough every day for both of us to need sunglasses.

Yet, strangely enough, neither one of us had any problem whatsoever using our tablets to read ebooks for hours on end.

Am I saying that tablets with color LED displays are _better_ than e-ink readers for long term reading and battery life? Absolutely not! But the days when reading from a bog standard tablet to be a pain outdoors are long gone.

Comment Re:True, but confused. Mature and beta open to you (Score 1) 97

Well, if stability is a major concern there's always the option of going to the grandaddy of any number of Linux distros. Install Debian stable for rock solid reliability, Debian testing for something a bit more up to date and pretty thoroughly debugged, Debian unstable for reasonably up to date and generally as stable as most distros, or experimental if you like the bleeding edge.

The really neat thing about Debian is that it's possible to build a system on stable and select individual applications to install as experimental. Works fine for packages that don't have version specific dependencies on libraries. That's how I'm currently running LyX on my main system, for example.

Comment Re:You mean like the Kindle Fire? (Score 2) 56

Trying to read a book on a backlit LCD screen in a pain in the ass on a good day...

While I will be the first to admit that e-ink is truly wonderful for direct sunlight condition, I still have to say, "Wow, hyperbole much?"

A month ago I spent four days' vacation in the Dominican Republic, most of which was spent lounging around the pool with my wife. She's got a Kindle Fire and I have a Nook Color. Neither one of us had any problem at all reading books in sunlight bright enough to require sunglasses.

Here's a tip: Don't forget to turn up the screen brightness all the way before going outside. That's all that's really required.

Comment Re:Let's not kid ourselves here (Score 1) 127

Oh, please. AD and Firefly's handling by Fox couldn't have been more different.

AD: All 3 seasons shown in a stable slot. All episodes shown in order.

Firefly: 1 season shown wherever Fox felt like shoving it. You never knew week by week where it was going to be. The episodes were shown so far out of order that it was impossible to understand what the backstory was.

Frankly, I think an executive at Fox wanted the show eliminated as fast as possible to make room for a pet project or two. It's a wonder that any of us stuck with the show long enough to figure out what a gem it truly was.

Now, I'm not saying that Firefly was a show that would appeal to everyone. However, I am certain that it would have had a much, MUCH larger audience if Fox had just given it a decent chance.

Slashdot Top Deals

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...