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 
NewsThe importance of open codestaffTerrence Dorsey18 Apr '13 - 11:02 
Last February myself, Professor Darrel Ince and Professor Les Hatton had a paper published in Nature arguing for openness in the code used for scientific papers.... Recently, an important paper in economics has been in the news because its conclusions turn out to be inaccurate for a number of reasons. One of those reasons is a programming error using the popular Microsoft Excel program. This error, in an unreleased spreadsheet, highlights just how easy it is to make a mistake in a 'simple' program and how closed programs make reproducing results difficult.
Scientists should consider their code as an important product of their work.
News25 indie games that should be on your radarstaffTerrence Dorsey18 Apr '13 - 11:01 
One of the best things about travelling to shows like PAX East and the Game Developers Conference is the chance to check out titles from off-the-beaten-path, independent developers. While shows like E3 are overwhelmed by the presence of multi-million dollar booths from huge publishers, the early-in-the-year shows make a point of highlighting some of the most original and promising game ideas from game makers without big contracts or salaried positions behind them. Freed from the financial responsibilities of the major AAA publishers, these are the titles that are most likely to truly break new ground in gameplay, aesthetics, and subject matter.
The best games are often hiding, waiting to sneak up on you and...
NewsFergulator - an NES emulator, written in Go.staffTerrence Dorsey18 Apr '13 - 11:01 
It's fairly new and very much a work in progress, so not all games run yet and not all features are implemented.
The cosmos. In the vast universe, the history of emulators is but a flash of light from a lone star....
NewsGoogle’s Vint Cerf explains how to make SDN as successful as the internetstaffTerrence Dorsey18 Apr '13 - 11:00 
Vint Cerf, VP and chief internet evangelist at Google has a few regrets about the original design of the internet, but he’s hoping software defined networking may help right those wrongs. Cerf spoke at the Open Networking Summit Tuesday in Santa Clara, Calif., where he juxtaposed the creation of the internet and the evolution of the world wide web with the development of software defined networking. He began with a rueful acknowledgment that back in the early 70s, when creating the addressing scheme for the internet, 32 bits were enough....
...or Google internet verses Facebook internet (versus the one we already have).
NewsWho’s Winning, iOS or Android? All the Numbers, All in One PlacestaffTerrence Dorsey18 Apr '13 - 11:00 
It’s one of the blogosphere’s favorite tech topics. Every new nugget of competitive information is fodder for an avalanche of coverage. Oftentimes, a story will declare that Android is beating iOS or that iOS is beating Android. Really, though, it’s silly to obsess over any one data point. If what you’re after is a clear idea of how the world’s two dominant mobile operating systems are doing — rather than an excuse to make bold proclamations and/or cheer for your favorite — you want to consider lots of data points.
Show me the money.
NewsA Coder Interview With Mike MeinzstaffTerrence Dorsey17 Apr '13 - 11:54 
Welcome to our continuing series of CodeProject interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Mike Meinz.
Mike shares some highlights from 45 years in the industry.
NewsHow to disable the On-Screen Touch Keyboard in Windows 8staffTerrence Dorsey17 Apr '13 - 11:53 
It's lovely, isn't it. It's the Windows 8 on-screen keyboard, except I don't need or want to see it. I have a Lenovo X1 Carbon Touch and it already has a keyboard. I will never ever want to use the Windows 8 touch keyboard. Unfortunately there is no checkbox or "just turn it off" way to disable the keyboard with a supported option. However, there is a way to effectively disable the keyboard by stopping the service that controls it....
One QWERTY is enough.
GeneralRe: How to disable the On-Screen Touch Keyboard in Windows 8memberBCantor17 Apr '13 - 12:29 
Go to the tallest building nearby and, after validating all is clear below, toss it over. WTF | :WTF:
 
That helps resolve all the other Windows [insert version] problems, too. Laugh | :laugh:
The best way to improve Windows is run it on a Mac.
The best way to bring a Mac to its knees is to run Windows on it.
~ my brother Jeff

JokeRe: How to disable the On-Screen Touch Keyboard in Windows 8membertumbledDown2earth17 Apr '13 - 17:46 
this is what a lot of technology can do ...
 
jokes apart here is what google says about your question:
 
One[^]
 
Two[^]
NewsWhat is probabilistic programming?staffTerrence Dorsey17 Apr '13 - 11:52 
A probabilistic programming language is a high-level language that makes it easy for a developer to define probability models and then “solve” these models automatically. These languages incorporate random events as primitives and their runtime environment handles inference. Now, it is a matter of programming that enables a clean separation between modeling and inference. This can vastly reduce the time and effort associated with implementing new models and understanding data.
This is how things like SkyNet get started...
GeneralRe: What is probabilistic programming?memberBCantor17 Apr '13 - 12:26 
Don't you mean "pro-ballistic programming"? Confused | :confused:
 
That's where yer boss, being the "pro" that he is, goes "ballistic" when you miss a programming deadline ...
... which reminds me of one such coming up, yet I'm posting here instead!
WTF | :WTF:

GeneralRe: What is probabilistic programming?memberPaul Conrad17 Apr '13 - 16:38 
Terrence Dorsey wrote:
This is how things like SkyNet get started...

... and it becomes self-aware... Suspicious | :suss:
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak

NewsAn advanced introduction to C#staffTerrence Dorsey17 Apr '13 - 11:52 
This is the first part of a series of tutorials on C#. In this part we are introducing the fundamental concepts of the language and it's output, the Microsoft Intermediate Language (MSIL). We will take a look at object-oriented programming (OOP) and what C# does to make OOP as efficient as possible to realize in practice.
A good way for experienced devs to get started with .NET.
GeneralRe: An advanced introduction to C#memberBCantor17 Apr '13 - 12:43 
Thx for compiling these tidbits together to C to it we keep our programming skills #.
 
Poke tongue | ;-P
NewsSpreadsheet programming problemsstaffTerrence Dorsey17 Apr '13 - 11:51 
My relationship with spreadsheets is long and complicated. In the early days, they simply didn’t have the power to do the kinds of calculations I needed. In the late 80s, though, that changed,2 and I got very good at using Excel. Soon, though, I began to hate Excel as Microsoft made the Mac version more like the Windows version. Still, I kept using it. When I switched to Linux in the late 90s, there were no decent spreadsheets available, so I went back to more traditional programming/scripting. I found it superior to working with spreadsheets and haven’t looked back.
Spreadsheets seem to attract especially poor programming, even from people who ought to know better.
GeneralRe: Spreadsheet programming problemsmemberBCantor17 Apr '13 - 12:40 
You'da thunk they'da figured Confused | :confused: that out by now.
WTF | :WTF:

NewsA cheatsheet for F#'s DSL-friendly featuresstaffTerrence Dorsey17 Apr '13 - 11:51 
This document gives you an overview of F#'s goodies for DSL development. It assumes you are familiar with F# syntax; the features are introduced in the order of their encounters by the author. This is by no means a complete reference of F#'s DSL-friendly functionalities. Most of the features are introduced in the context of internal DSLs; however, some of them are helpful in making external DSLs as well.
An F# interpretation of lessons from Debasish Ghosh's "DSLs in Action".
NewsBlack Annex is the best QBASIC game you've ever seenstaffTerrence Dorsey17 Apr '13 - 10:57 
What's the most difficult thing you did in the last year? Now stop. Before you answer, can it compare to creating a full-fledged indie game—slated to be approved on Steam—created entirely with QBASIC? Probably not.... But why QBASIC when there are so many other powerful tools out there that would probably be simpler to use? Lance McDonald, the game's creator, hearkened back to when he made games as a kid with QBASIC and wanted to make a love letter to the great games of the '90s.
It's a 12,000-line .bas file. And yes, it will support mods.
GeneralRe: Black Annex is the best QBASIC game you've ever seenprofessionalMatthew Faithfull17 Apr '13 - 13:49 
That's one .bas file I would like to get my hands on. I've written 12,000 line and more QBASIC apps, including games and that just looks awesome. I'm torn between jelousy and trying to stop myself sitting down to work out how he did it. Big Grin | :-D
"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

NewsMicrosoft Account Gets More Secure (with Two-Factory Authentication)staffTerrence Dorsey17 Apr '13 - 10:57 
More than a year ago, we began bringing two-step verification for certain critical activities, like editing credit cards and subscriptions at commerce.microsoft.com and xbox.com, or accessing files on another one of your computers through SkyDrive.com. For these scenarios, two-step verification is required 100 percent of the time for everyone, given the sensitive nature of these tasks. With this release you can choose to protect your entire account with two-step verification, regardless of what service (or device) you are using with your Microsoft account. It’s your choice whether you want to enable this, but for those of you that are looking for ways to add additional security to your account, we’ve worked hard to make set-up really easy.
It works across services, across devices... even on iOS and Android.
NewsHow Pixar Used Moore's Law to Predict the FuturestaffTerrence Dorsey17 Apr '13 - 10:56 
We know what Moore’s Law is and how it works, but not many people reflect on why it exists. Because inventors, visionaries, engineers — whatever you want to call them — have to arrive at each level before they can even imagine a way to the next one.. and then create it. That’s how Pixar and its first film Toy Story — the first feature-length computer-animated film — became a reality. The secret was Moore’s Law, and not just in the technical way one would think. The enabling idea of our vision was computation, of course, but the idea of computation alone would not have gotten us far.... Because we — Catmull, I, and our colleagues — conceived the notion of the first completely digital movie almost four decades ago. It took 20 years to realize that dream with Toy Story, but Moore’s Law is what gave us the confidence to hang on for those two decades.
On a long enough timeline, the technology catches up to the dreams.
GeneralRe: How Pixar Used Moore's Law to Predict the FuturememberBCantor17 Apr '13 - 12:46 
"To meet future earnings growth expectations, we need to create moore movies," Pixar [un]officials Suspicious | :suss: reported today.
NewsHow to solve Windows 8 crashes in less than a minutestaffTerrence Dorsey17 Apr '13 - 10:56 
Windows 8 has been out for a while, featuring an interface that's as cool as it is annoying . . . until you get the hang of it. But, like any computer operating system, it can fall over. Luckily, there is an easy way to solve the cause of most crashes; just call up WinDbg, the Windows debugger; a free tool to diagnose the most common causes of Windows crashes -- misbehaved third party drivers.
The BSOD has become the frown of frustration.
GeneralRe: How to solve Windows 8 crashes in less than a minutememberBCantor17 Apr '13 - 12:31 
As posted in a diff posting ...
 
Find the nearest tall building, climb to da top and, after validating all is clear below, toss the system over. WTF | :WTF:
 
One "crash" is all you'll experience, and no more crashes in Windows [insert version] !! Laugh | :laugh:
The best way to improve Windows is run it on a Mac.
The best way to bring a Mac to its knees is to run Windows on it.
~ my brother Jeff

NewsIRC is Back: Here’s Your Starter GuidestaffTerrence Dorsey17 Apr '13 - 10:55 
IRC (Internet Relay Chat) is a protocol, created in 1988, and was meant to help facilitate group discussions, via various channels. The channels served to identify different discussion topics you could pop in on.... What I've noticed in the last couple of years is a resurgence in using IRC as a primary means of communication, especially for open source projects. While there have been group-based services for a while no (Skype, Campfire, Google Hangouts, etc.), the relatively open nature of IRC makes it easy for large groups of people to hop on a channel and collaborate easily.
/join in the conversation.
NewsHiring front-end developersstaffTerrence Dorsey16 Apr '13 - 11:11 
I’ve been getting a handful of emails offering me front-end jobs recently. Probably about time I admit that I like spending most of my time doing that, even though I ♥ my Rubies and I still believe developers who specialise end up worse off. So I’ve decided to put down in words some thoughts that I had as I read through the job ads. This isn’t another post on how to hire developers in general (much), but on how to hire front-end developers specifically, and at the same time, get you to understand what sort of statements you’re putting out there when you say certain things in a job ad.
6 tips for finding the best devs and making sure they have the skill you need.
NewsHack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using MonostaffTerrence Dorsey16 Apr '13 - 11:11 
Recently I was doing a bit of R&D related to finding a viable, low cost platform for client nodes. Obviously, I came across Raspberry Pi, and found the same extremely interesting. Now, the missing piece of the puzzle was how to get going using C# and .NET in the Pi. C# is a great language, and there are a lot of C# developers out there in the wild who are interested in the Pi. In this article, I’ll just document my findings so far, and will explain how develop using C# leveraging Mono in a Raspberry Pi. Also, we’ll see how to write few minimal Windows Forms & ASP.NET applications in the Pie as well.
Next stop: Raspberry RT.
GeneralRe: Hack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using MonomemberDennis E White16 Apr '13 - 12:50 
even better... Big Grin | :-D
 
http://pinocc.io/[^]
as if the facebook, twitter and message boards weren't enough - blogged

GeneralRe: Hack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using Monomemberbitterskittles16 Apr '13 - 22:47 
apples and oranges :P
GeneralRe: Hack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using MonomemberDennis E White17 Apr '13 - 4:38 
bitterskittles wrote:
apples and oranges

sounds fruity. Laugh | :laugh:
as if the facebook, twitter and message boards weren't enough - blogged

GeneralRe: Hack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using MonoprotectorPete O'Hanlon17 Apr '13 - 2:33 
"A URL for every Pinoccio board. REST Endpoints, WebHooks, and WebSockets make bridging hardware to the Web super easy."
And when you're hacked, they can turn off your house, your bike, that thing you just 3D Printed. Wink | ;)
I was brought up to respect my elders. I don't respect many people nowadays.

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

GeneralRe: Hack Raspberry Pi – How To Build Apps In C#, WinForms and ASP.NET Using MonomemberDennis E White17 Apr '13 - 4:45 
Pete O'Hanlon wrote:
when you're hacked, they can turn off your house

good thing. people are always leaving the lights on driving up the power bill. maybe I will hack my own house just to lower the bills. Big Grin | :-D
as if the facebook, twitter and message boards weren't enough - blogged

NewsjQuery made me become a programmerstaffTerrence Dorsey16 Apr '13 - 11:11 
Everyone learns differently. There are absolutely people who use jQuery who don’t want to learn to program and just throw plugins at their problems. However, those are the same people who would be terrible programmers because they don’t want to solve programming problems, they want to solve design or client problems. So, instead of telling a new programmer playing with jQuery to stop and learn “real” JS first, offer them some book suggestions on vanilla JS or be there when they have those stupid questions. Even better, give them some project ideas with jQuery like making a plugin that involves those boring things like math such as a slideshow.
Think of jQuery as a gateway "language"... pretty soon they'll be coding the hard stuff.
GeneralRe: jQuery made me become a programmermemberDennis E White16 Apr '13 - 12:52 
Terrence Dorsey wrote:
pretty soon they'll be coding the hard stuff.

like for instance http://coffeescript.org/[^] Big Grin | :-D
as if the facebook, twitter and message boards weren't enough - blogged

NewsGoogle Glass — The Google Mirror APIstaffTerrence Dorsey16 Apr '13 - 11:10 
Glass is always there when you need it and out of the way when you don't. The software that you build for Glass, called Glassware, should draw from the same inspiration to give your users the best experience possible. To build the next great mobile computing experience, you'll use the Google Mirror API, a set of RESTful services that transmit information to and receive notifications from Glass devices. If you're new to Glassware development, the following information goes over what you need to get started with the Google Mirror API.
Watches, glasses... and APIs for an internet of things that probably shouldn't have APIs.
GeneralRe: Google Glass — The Google Mirror APImemberForogar17 Apr '13 - 6:06 
Mirror, mirror, on the wall. Where is the nearest Pizza place with all?
- I would love to change the world, but they won’t give me the source code.

NewsHow to Make it as a Professional Indie Game DeveloperstaffTerrence Dorsey16 Apr '13 - 11:10 
My name is Thomas Steinke, if you are not aware of me; I am the owner of DigitalDNA games, arguably the most successful Xbox Indie Developer, and the creator of the all time best selling Xbox Indie Game CastleMiner Z. In this article I wanted to spend some time and give advice to people that have aspirations of being full time Indie game developers like me.
Not surprising that many of the same tips apply to successful indie developers in general.
NewsMicrosoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopstaffTerrence Dorsey16 Apr '13 - 10:08 
What if Microsoft relented and granted users who are lukewarm about Windows 8 two of their biggest requests: Allow those who want to boot straight to the desktop, and bring back the Start button with Windows Blue, a.k.a. Windows 8.1? Though supposedly not part of the original plan for Blue, these two UI options are looking more likely.
What else do you want to see in Windows Blue?
GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmemberLloyd Atkinson16 Apr '13 - 10:51 
Looks like someone saw sense! I think the damage to the reputation of 8 has been done though.
           .-.
          |o,o|
       ,| _\=/_      .-""-.
       ||/_/_\_\    /[] _ _\
       |_/|(_)|\\  _|_o_LII|_
          \._./// / | ==== | \
          |\_/|"` |_| ==== |_|
          |_|_|    ||" ||  ||
          |-|-|    ||LI  o ||
          |_|_|    ||'----'||
         /_/ \_\  /__|    |__\

GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmembermark merrens16 Apr '13 - 10:54 
Get rid of Metro and re-brand it as Windows 7.1 Smile | :)
"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

GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmemberPIEBALDconsult16 Apr '13 - 15:17 
I want to boot to the command line. Much of what I do doesn't require a GUI.
 
The last time I booted to the command line (98? XP?) the drivers (mouse, CD-ROM, etc.) wouldn't load so it was fairly useless -- I want the system to be usable when it boots to the command line.
GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmemberdusty_dex16 Apr '13 - 21:04 
That setting should still be in the registry under
 
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
 
name: "Shell"
type: REG_SZ
value: explorer.exe. or whatever it is in windows 8. (just replace it with cmd.exe)
 
You might want to remove any/all icons from the notification area. But it doesn't hurt if you leave them.
 
It could be difficult to unmount usb devices though.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
 
That's what machines are for.
 
Got a problem?
Sleep on it.

GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmember0bx17 Apr '13 - 4:00 
In Windows 8, the "metro view" IS the start menu. It even says "START" in huge letters on the top left.
If you're in Metro and you start typing, it automatically initializes the search function, exactly like in Windows 7.
 
And there's no need for a start button on the screen, because you already have one on your keyboard. Since the "start menu" is a full screen application, it doesn't make sense to have a separate button in the interface.
 
I don't understand why that's so difficult to grasp. Windows 3.11 didn't have a start button either and it was the best Windows ever made. Poke tongue | ;-P
*derp derp, therez no bootan*
.

GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopmemberdusty_dex17 Apr '13 - 5:28 
> "*derp derp, therez no bootan*"
 
Funny. But what does that mean?
 
Wink | ;)
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
 
That's what machines are for.
 
Got a problem?
Sleep on it.

GeneralRe: Microsoft's Windows 8 Plan B(lue): Bring back the Start button, boot to desktopgroupNorm .net18 Apr '13 - 0:30 
If this happens we may purchase windows 8 in our corporate environment (180+ Users).
Until then all new purchases will be Windows 7.
 
Microsoft I hope you see sense.
Software Kinetics - Dependable Software
news

NewsOpen-source cannot live on donations alonestaffTerrence Dorsey16 Apr '13 - 10:07 
To progress, an open-source project needs the same resource as every software development project – developer time. You need dev time to fix bugs, you need dev time to add features, you need dev time to write documentation. If the donation stream is not regular and dependable enough to allow project team members to either quit their jobs (if working full-time) or reduce contracted hours (if working freelance), then donations are not going to add more dev time to the project. If you can’t depend on funds from donations, they are relegated into the “nice-to-have” category. You can use it to pay off some external costs like hosting or running some ads (if it makes sense), but you can’t use it for anything important like salaries.
Open source projects run on time, not money.
GeneralRe: Open-source cannot live on donations alonememberBCantor17 Apr '13 - 12:33 
But I thought we lived in a Doh! D'Oh! | :doh: nation ...?!
WTF | :WTF:

NewsIf It Ain't Broke, Don't Fix It: Ancient Computers in Use TodaystaffTerrence Dorsey16 Apr '13 - 10:07 
It’s easy to wax nostalgic about old technology--to remember fondly our first Apple IIe or marvel at the old mainframes that ran on punched cards. But no one in their right mind would use those outdated, underpowered dinosaurs to run a contemporary business, let alone a modern weapons system, right? Wrong! While much of the tech world views a two-year-old smartphone as hopelessly obsolete, large swaths of our transportation and military infrastructure, some modern businesses, and even a few computer programmers rely daily on technology that hasn’t been updated for decades.
Yester-year's article about running yester-era's computer systems.
GeneralRe: If It Ain't Broke, Don't Fix It: Ancient Computers in Use TodaymemberBCantor17 Apr '13 - 12:35 
If it ain't broke, but is ancient, then break it so you can get a new one.
NewsPancakes with a side of math - understanding maple syrupstaffTerrence Dorsey16 Apr '13 - 10:05 
For many of us, maple syrup is an essential part of breakfast—a staple accompaniment to pancakes and waffles—but rarely do we think about the complicated and little-understood physiological aspects of syrup production. Each spring, maple growers in temperate regions around the world collect sap from sugar maple trees, which is one of the first steps in producing this delicious condiment. However, the mechanisms behind sap exudation—processes that trigger pressure differences causing sap to flow— in maple trees are a topic of much debate. In a paper published today in the SIAM Journal on Applied Mathematics, authors Maurizio Ceseri and John Stockie shed light on this subject by proposing a mathematical model for the essential physiological processes that drive sap flow.
Bacon is the constant in solving this equation.

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


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid