Click here to Skip to main content

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: It’s time to stop blaming Internet Explorermembergardnerp12-Jul-12 2:42 
Until IE supports what the other guys do, I'll keep blaming it. Get me CSS3 supported gradients instead of having to use SVG backgrounds. Get me web workers. Mobile browsers support more than IE9 does. Sure, those are in IE10 but that's not available unless you have Windows 8.
GeneralRe: It’s time to stop blaming Internet ExplorermemberBassam Abdul-Baki12-Jul-12 3:20 
Terrence Dorsey wrote:
if you build things correctly, your sites and applications work in them all.

That's not entirely true. If you handle all the nuances correctly, then it will work for all of them. But that's the thing, why should there have to be a single IF statement for checking which browser you're using in order to render the page correctly?

GeneralRe: It’s time to stop blaming Internet Explorermemberlewax0012-Jul-12 5:11 
If they were supposed to work the same in every browser they'd be called standards. Oh, wait...
NewsVim KoansstaffTerrence Dorsey11-Jul-12 10:46 
Master Wq was addressing some Vim novices. After his lecture on the many virtues of Vim, he asked if there were any questions. A young man raised his hand. “Master, by what means might one filter for the second column of a plaintext table for all rows that contain the string ‘tcp’?”
Zen mind, newbie mind.
NewsWhy the GUI Will Never Kill the Sacred Command LinestaffTerrence Dorsey11-Jul-12 10:45 
GUIs have even reinvented the world of software development, beginning with tools like Visual Basic, before extending coding tasks to the average joe with new-age tools such as Scratch and Google’s App Inventor. But among hardcore computer types the command line persists. If you’re a developer or a sysadmin, there are times when it makes more sense to use the command line interface, or “shell,” built into operating systems like Linux and UNIX.
Do you get more done here? %
GeneralRe: Why the GUI Will Never Kill the Sacred Command LinememberPIEBALDconsult11-Jul-12 11:59 
Yes. I spend most of my day in a DOS box -- it's where it's at.
 
There are very few tasks where a GUI is superior.
NewsHow Many Devices?staffTerrence Dorsey11-Jul-12 10:44 
Does it make sense to carry around two, three, or more portable computing devices? I’m sure lots of people will carry more than one device. Me, I use the big laptop because I do multimedia grinding. I use the small tablet because it makes my hands and eyes happy. I carry a phone because it’s always online.
How many devices do you carry during the day?
GeneralRe: How Many Devices?memberChris Losinger12-Jul-12 1:39 
2

GeneralRe: How Many Devices?memberZac Greve13-Jul-12 13:03 
Terrence Dorsey wrote:
How many devices do you carry during the day?

 
That depends on what I put in my backpack the night before!
Bill Gates is a very rich man today... and do you want to know why? The answer is one word: versions.
Dave Barry
Read more at BrainyQuote[^]

NewsRe-designing the classic email clientstaffTerrence Dorsey11-Jul-12 10:44 
Technology is adapting, trying to keep up with our needs and how we handle things. How come then, that the email never really changed? When the first email was sent in the 1970s there was no big difference to the email we know today.
...or why I live at the inbox.
GeneralRe: Re-designing the classic email clientmembermark merrens11-Jul-12 11:04 
Probably the same reason that letters (snail-mail) haven't really changed much since 1840: they work. (Okay, not as popular because of email but still relatively unchanged from the time of the first postage stamp until now).
 
You can whack all sorts of work-flow and other goodies onto email but at the end of the day it's just a message.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum
 
me, me, me

NewsUNIX Fragmentation 2.0: AndroidstaffTerrence Dorsey11-Jul-12 10:43 
Before Linux was around there was a huge problem on the UNIX-based operating systems, since they were all proprietary and each OEM had their own version of the OS. Now, if you look carefully and you’ll notice that the same is happening with Android.... Everyday Android feels a lot more like vaporware for me.
Interesting view from someone who thinks Blackberry is a compelling alternative.
GeneralRe: UNIX Fragmentation 2.0: AndroidmemberLloyd Atkinson12-Jul-12 10:36 
I closed the page when I saw the usual crap about HTML 5 being the "future".
=====
\ | /
 \|/
  |
  |-----|
  |     |
  |_    |
   _)   | /
   _)  __/_
   _)  ____
  |    /|
  |   / |
  |     |
  |-----|
  |
=====
 ===
  =

NewsThe Real History of the @reply on TwitterstaffTerrence Dorsey11-Jul-12 10:43 
I have always half-jokingly taken credit for inventing the @reply on Twitter. Recently, user @rabble put together a blog post titled Origin of the @reply - Digging Through Twitter’s History, in which he did some research to show when it was first used. Only his research isn’t entirely correct and it doesn’t give fair credit to everyone involved.
Those who forget history are condemned to @reply it.
NewsWhy the days are numbered for Hadoop as we know itstaffTerrence Dorsey10-Jul-12 10:51 
Hadoop is firmly planted in the enterprise as the big data standard and will likely remain firmly entrenched for at least another decade. But, building on some previous discussion, I’m going to go out on a limb and ask, “Is the enterprise buying into a technology whose best day has already passed?”
GFS, MapReduce and you.
NewsDaily Code Drills - Pushups for beginning (and "expert") programmersstaffTerrence Dorsey10-Jul-12 10:50 
Daily Code Drills is an experiment by Zed Shaw, creator of the Learn Code the Hard Way series of tutorials, to see if a daily drill in Python or Ruby helps build your coding muscles. Try to do this every day for as long as you can or until you can do the whole thing in 10 minutes.
Where is your drill sergeant, men? Stack traced, sir!
GeneralRe: Daily Code Drills - Pushups for beginning (and "expert") programmersmemberpwasser11-Jul-12 3:14 
The beaurocrats are taking over - oh yawn.
What about a daily drill of actual work - radical idea I know.
Peter Wasser
 
Art is making something out of nothing and selling it.
Frank Zappa

GeneralRe: Daily Code Drills - Pushups for beginning (and "expert") programmersmembermark merrens11-Jul-12 11:07 
Self-publicist.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum
 
me, me, me

NewsA Gentle Introduction to Algorithm Complexity AnalysisstaffTerrence Dorsey10-Jul-12 10:50 
We already know there are tools to measure how fast a program runs. There are programs called profilers which measure running time in milliseconds and can help us optimize our code by spotting bottlenecks. While this is a useful tool, it isn't really relevant to algorithm complexity. Algorithm complexity is something designed to compare two algorithms at the idea level — ignoring low-level details such as the implementation programming language, the hardware the algorithm runs on, or the instruction set of the given CPU. We want to compare algorithms in terms of just what they are: Ideas of how something is computed.
Algorithm complexity is just a way to formally measure how fast a program or algorithm runs.
GeneralRe: A Gentle Introduction to Algorithm Complexity Analysismemberpt140110-Jul-12 21:59 

Err... no, that's completely wrong.
Algorithm complexity has almost nothing to do with how fast the algorithm runs.
 
How fast an algorithm runs depends on the machine it's running on, the language it's written in, how well the algorithm has been coded, and many other factors besides.
 
Algorithm complexity is a measure of how difficult it is to derive the algorithm outputs from the inputs.
GeneralRe: A Gentle Introduction to Algorithm Complexity AnalysismemberChris Losinger11-Jul-12 1:40 
pt1401 wrote:


Algorithm complexity is a measure of how difficult it is to derive the algorithm outputs from the inputs.

 
but the main reason anybody cares about algorithmic complexity (outside of pure academic research) is because studying an algorithm, determining its complexity, and then searching for a simpler method, is a path to performance gains. end users, library callers and QA testers do not care how "difficult" the algorithm is, they just want the algorithm to turn input into output as fast as possible.

GeneralRe: A Gentle Introduction to Algorithm Complexity AnalysisprotectorAspDotNetDev11-Jul-12 8:14 
Complexity is a pretty generic term. Perhaps it's algorithm performance complexity vs algorithm design complexity. Though, the term "complexity" does imply nuance more than magnitude. Maybe a better term would be "algorithm efficiency".

News13 JavaScript Performance TipsstaffTerrence Dorsey10-Jul-12 10:49 
Daniel Clifford recently gave a great talk at Google I/O 2012 called “Breaking the JavaScript Speed Limit with V8″. In it he goes in depth to explain 13 simple optimizations you can do in your JavaScript code to help Chrome’s V8 JavaScript engine compile / run your JavaScript code faster. In the talk he gives a lot of great explanations as to what they are and why they help, but if you just want the quick and dirty list, here goes...
Better than it ran before. Better, stronger, faster...
NewsWhen Developers Are Afraid To Try Something NewstaffTerrence Dorsey10-Jul-12 10:49 
Some developers waste time waiting for their employer to train them on new technology or complaining they aren’t getting the training to stay current. While companies continue to cut training budgets, every developer should take the initiative to educate themselves, especially with so many free resources available on the web. When a developer takes risks like this, everyone on a team benefits.
You really need to come out of the dark ages of software development.
GeneralRe: When Developers Are Afraid To Try Something NewmemberSalCon11-Jul-12 5:07 
Somehow felt that the article was a smart ad for Scala :P
NewsRelativistic BaseballstaffTerrence Dorsey10-Jul-12 10:48 
What would happen if you tried to hit a baseball pitched at 90% the speed of light?
A new xkcd series answering your hypothetical questions with physics.
NewsFour ways the Internet could go downstaffTerrence Dorsey10-Jul-12 10:48 
CNN[^]:
The Internet was designed to be robust, fault-tolerant and distributed, but its technology is still in its infancy.
The fact that the Web has not stopped functioning in its initial decades sometimes encourages us to assume that it never will. But like any system, biological or man-made, the Internet has the potential to fail.
Don't be too proud of this technological terror you've constructed.
NewsBrief history of the iPadstaffTerrence Dorsey10-Jul-12 10:47 
Apple didn’t cut the iPad from whole cloth (which probably would have been linen). It was built upon decades of ideas, tests, products and more ideas. Before we explore the iPad’s story, it’s appropriate to consider the tablets and the pen-driven devices that preceded it.
From the Dynabook to the future.
NewsI’m Sorry, All Computers Are Fundamentally Compromised Content-Creation DevicesstaffTerrence Dorsey10-Jul-12 10:47 
PCs are more complicated and less reliable than they should be. They require too much maintenance, like a car that requires you to top off the oil, check the tire pressure and fill the gas tank on every trip. Even though they use chips that are far more powerful than the ones in the iPad, they’re often much slower. They rarely have built-in wireless broadband. Every moment I spend dealing with this stuff is a moment I’m not spending creating content. I find that deeply frustrating.
Is the iPad good for content creation as well as content consumption?
NewsBetting the Company on Windows 8staffTerrence Dorsey10-Jul-12 10:46 
I'd argue that the last truly revolutionary version of Windows was Windows 95. In the subsequent 17 years, we've seen a stream of mostly minor and often inconsequential design changes in Windows – at its core, you've got the same old stuff: a start menu, a desktop with icons, taskbar at the bottom, overlapping windows, toolbars, and pull-down menus.... Windows 8 is, in my humble opinion, the most innovative version of Windows Microsoft has released since Windows 95.
What's good about Windows 8? A ton of stuff.
GeneralRe: Betting the Company on Windows 8memberpt140110-Jul-12 21:45 
I'd argue that the last truly revolutionary version of Windows was NT4.
It marked the transition from a personal OS to a business-capable OS - Win95 was more revolutionary with it's UI changes, but NT4 was the game-changer for MS.
GeneralRe: Betting the Company on Windows 8staffTerrence Dorsey11-Jul-12 8:06 
NT4 brought a lot to the table, but I thought Win2k brought the best parts of NT to an OS that was better suited to day-to-day desktop use.
Director of Content Development, The Code Project

NewsWindows 8 to RTM in August; to be generally available in OctobermemberFarhan Ghumra10-Jul-12 3:17 
Today at the annual Worldwide Partner Conference in Toronto, Canada, Microsoft shared the details about the upcoming Windows Milestones with its partners. The Windows Chief Marketing Officer and Chief Financial Officer Tami Reller provided details on Windows 8 General Availability.
 
Windows 8 is on track and all set to Release to Manufacturing (RTM) in the first week of August. The enterprise consumers with Software Assurance benefits will have early access to RTM or final build of Windows 8 in August.

Windows 8 Metro Style App Developer
Silverlight Developer
 
My Blog on Windows 8

GeneralRe: Windows 8 to RTM in August; to be generally available in OctoberprotectorPete O'Hanlon10-Jul-12 3:20 
If you read your Insider or looked a few messages down, you'd find that this "news" was posted last night.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Windows 8 to RTM in August; to be generally available in OctobermemberFarhan Ghumra10-Jul-12 3:21 
Sorry for reposting Frown | :(
Windows 8 Metro Style App Developer
Silverlight Developer
 
My Blog on Windows 8

NewsSteve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberJörgen Andersson10-Jul-12 2:35 
Apple co-founder Steve Wozniak quips Steve Jobs "came back reincarnated at Microsoft" referring to the Redmond-based company's recent design breakthroughs that have culminated in the new Surface, a tablet which sports a marriage of art and technology reportedly befitting of the late tech guru

Haven't he said that about Windows phone already?
Light moves faster than sound. That is why some people appear bright, until you hear them speak.
List of common misconceptions

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberSalCon10-Jul-12 3:11 
On a somewhat related note... I chanced upon a Windows phone last night and came away pretty impressed. This 1 month old LG phone (probably an Omnia variant)fared better than my 3 month old Galaxy 3 in terms of responsiveness and overall graphics.
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberJörgen Andersson10-Jul-12 3:37 
Do you find all the apps you want?
 
I'm getting a new phone in december so I'm interested in knowing if you find all you want.
Light moves faster than sound. That is why some people appear bright, until you hear them speak.
List of common misconceptions

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'protectorPete O'Hanlon10-Jul-12 3:51 
I already have the Samsung Focus (AKA Omnia) running WP7.5. By December, the new WP8 phones should be hitting the shelves. Expect the next gen Lumia to be scrummilicious.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberClifford Nelson10-Jul-12 7:43 
From what I have read, most people only really use a few apps. Tons of apps do no good if they don't do what you want. How many apps does one tend to use on a PC, and that is an environment that is a lot easier to use (but a lot harder to carry around).
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberthrakazog10-Jul-12 8:24 
Looks like they finally got their own Audible app so now it appears pretty complete. If that had happened sooner i'd probably be using my wp7 now instead of my shiny new droid.
Play my game Gravity: IOS[^], Android[^], Windows Phone 7[^]

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberKevin McFarlane10-Jul-12 8:53 
If you already have an idea of what you want to be able to do you can always search the marketplace to see if it's there. So far, there are over 100,000 apps but if the kind of thing you want to do is not there it doesn't matter whether there are 5 apps or a million. Laugh | :laugh:
Kevin

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberJörgen Andersson10-Jul-12 9:22 
Spot on!
 
But sometimes you don't even know you need an app until your're told that it exists.
That was the case with Tasker[^] for me, and therefore my question.
Light moves faster than sound. That is why some people appear bright, until you hear them speak.
List of common misconceptions

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberSalCon10-Jul-12 11:46 
Rest assured.. all the necessary apps ( Skype , App launchers etc.) are either already there or on their way to hit the Marketplace.
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberKevin McFarlane10-Jul-12 8:51 
SalCon wrote:
I chanced upon a Windows phone last night and came away pretty impressed.

 
I gather that most people who have one like it. I have one and I like it. However, it is also the first smartphone I've owned so I can't say how it compares to iPhone and Android - except that my Apple fan boy brother was also impressed with it (Nokia Lumia).
Kevin

GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberSalCon10-Jul-12 11:49 
That way I can consider myself a little experienced Poke tongue | ;-P ... Have owned Galaxy S1 then the S3 and also tested iPhone 4. Sans the hype.. IMHO when it comes to functionality Android usually scores over iPhone but my brief encounter with the windows phone made me think about a possible switch in the future.
JokeRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberFlorin Jurcovici12-Jul-12 2:11 
You heretic!
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberChristopher Bellow12-Jul-12 2:57 
I've had both iPhone and WP7.5. I like the windows phone better. The only thing that is really annoying is that the facebook integration doesn't filter out all the game statuses, etc. This is due to an integration issue since it is an external app and I beleive the claim is that they cannot do that with an external app.
 
The graphics are responsive, the live tiles are really nice, I like having them. The UI design with the keyboard (on the HTC Titan) is really nice, I like the keyboard staying on the bottom and the suggestion bar as well. I like that the browser address bar is on the bottom and always visible. This lets you interact with it without putting your hands in the viewing area. I think they should go further with the theme and let you colorize the main tiles to different colors instead of restricting you to one color.
 
There are a few minor things that can can be corrected, such as if they have a .com button on the keyboard and the last character you typed was a period, it would be left with ..com. This can be easily addressed.
 
Overall, I do like it better than the IPhone, especially having a device with a larger screen. I can type faster with the windows phone and make corrections easier as well. The suggestions bar works much better than the suggestions on the IPhone.
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberSalCon12-Jul-12 4:09 
Considering that WinPhone is a new platform there might be a few glitches initially , as was the case with the "pre-2.0 Android".
GeneralRe: Steve Wozniak on Microsoft Surface: 'Steve Jobs came back reincarnated at Microsoft'memberKevin McFarlane12-Jul-12 6:53 
I assume that WP 8 will be better still, though of course will require a new phone. In the meantime it will be interesting to see what if anything WP 7.8 adds apart from the start screen. Personally, I'm not that bothered as I'm happy enough for the time being.
Kevin

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130617.1 | Last Updated 19 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid