Tag Archive for 'coding'

Shipping Seven is a Fraud.

A blog titled Shipping Seven has gotten a lot of traffic recently for their article about Windows 7 and the MinWin kernel – namely, how they’re actually one and the same. The argument offered by “Soma” is that Windows Vista’s kernel (which is what Windows 7 will be built on) is MinWin ad that it’s [...]

Programmers Should Trust Their Instincts

People are either cut out to be programmers or they’re not. How to know, what to do if you’re not, and where to go from there is a huge issue and not the subject of discussion. But one of the signs of a good programmer is good programming instincts. The right instincts can save hours [...]

Want UAC-Free iReboot? You got it: iReboot 1.1 released!

Back in August of 2007, NeoSmart Technologies released iReboot 1.0 – a tiny application that sits quietly and unobtrusively in the taskbar and is used to select which OS you’d like to reboot into.
iReboot isn’t by any means a major application, but it’s gathered a pretty strong following over the months, mostly by people [...]

The NeoSmart DevNet Initiative

NeoSmart Technologies is pleased to announce the logical next-step in our contributions to the tech community by the establishment of the NeoSmart DevNet project.
NeoSmart DevNet is a new effort on behalf of NST to reach out and lend a helping hand to other software developers by providing a number of tools, libraries, and frameworks [...]

Vista SP1 Doesn’t Kill Software, Bad Coders Do

You can always trust The Register to do what it can to twist the facts into a nice, juicy headline. This time, it’s about Windows Vista SP1, and the very short list of software that’s adversely affected by its installation.
Don’t get this wrong: we’ve got our own reservations about SP1 (between performance and usability – [...]

Don’t Believe The Lies: PHP Isn’t Thread-Safe Yet

If you took everything you heard for granted, you’d have been lead to believe that the official PHP distributions (from php.net) have been thread-safe since version 5.2.0.
That’s not true. Don’t fall for it. Don’t attempt to use PHP in a multi-threaded environment (mpm_worker on Apache, ISAPI on IIS, etc.), because PHP thread-safety is a myth.. [...]

Microsoft’s .NET-Powered Windows Live Writer

Believe it or not, Microsoft’s Windows Live Writer is important in more ways than one. To most PC users, Windows Live Writer is simply the best tool that gets the “job” done. More importantly is how “job” is defined though, because WLW does things quite well and quite thorough.
Windows Live Writer has a huge range [...]

Are you Still Manually Approving Online Sales? Don’t!

The whole point of the online sales revolution, and as a direct result, the growth of companies like Amazon, eBay, and dozens of smaller sites like Newegg and ZipZoomFly, is to take advantage of the benefits brought by technology to the retail industry. These advantages include less overhead costs, fewer employees, constant availability, and instantaneous [...]

Proper Shell Scripting on Windows Servers with Perl

Fact: Shell scripting is a must for any serious IT admin managing a server. From automating backups to checking logs and keeping server performance and load in check, scripting is a must.
Fact: Shell scripting on Windows sucks. ((Hopefully Monad (Microsoft Power Shell) will provide a solution, but so far the results are mixed; and [...]

Complete .NET Portability with Wine & Mono?

Mono is the open-source version of Microsoft’s .NET Framework. It implements most of the backend framework features, but unfortunately, falls flat on its pretty little face when attempting to display the user interface – which is what desktop apps are all about.
Wine on the other-hand, is a Linux port of (major parts of) Microsoft’s [...]