Dilbert on Agile Programming; ThoughtsNovember 20th, 2005 "Agile programming doesn't mean doing more work with fewer people" - Dilbert
Manager's look for exactly that. Agile Programming's core value proposition as I understand is - high quality work with less stress on developers.
Carnegie Mellon 'Last Lecture' prof's 3D computer programming tool to be updatedJuly 31st, 2009 'Last Lecture' prof's program to be updatedPITTSBURGH — Carnegie Mellon University will release an updated version of the animation-based software developed by late "last lecture" professor Randy Pausch to teach computer programming. Pausch, a Carnegie Mellon computer science professor and pioneer of virtual reality research, was involved with the Alice software project.
Introduction To Ruby For Java DevelopersJune 30th, 2006 Most Java programmers attempt to use Ruby like they use Java, similar to the mistakes C/C++ programmers commit when transitioning to Java. However Ruby provides a cleaner programming paradigm which if embibed can be effectively used to solve your problems.
Of Strategic Languages, Java's Adoption Is Highest - Forrester ReportJuly 17th, 2005 According to Forrester survey data and analysis, Java's 66% penetration is the highest among strategic programming languages for enterprise applications. Visual Basic 6 (VB6) and C/C++ have nearly as much penetration as Java, but VB6 is past mainstream support and C/C++ has a comparatively limited ecosystem.
New operating software for machine monitoring systems can work automaticallyAugust 10th, 2009 WASHINGTON - Scientists have developed a new operating software for condition monitoring (CM) systems that are used to monitor machines remotely, which can be adapted for use with various types of facility without the need for manual programming. CM systems monitor machines remotely, with sensors mounted on the equipment feeding continuous measurements back to a control box, which records and stores the data, and if an error occurs, the system alerts the operator.
Five Reasons To Use PostgreSQLAugust 18th, 2006 Five reasons, without the satire, for using PostgreSQL open source database. Availability on multiple platforms
PostgreSQL is available on every modern Unix-compatible operating system, windows, and ports are also available for Novell NetWare and OS/2.
Free (Entry Level) Sun Certified Java Associate (SCJA) Certification Exam from Sun MicrosystemsJune 1st, 2005 Sun Microsystems (SUNW), the creator of Java Programming Language, is offering Java Associate (SCJA) Beta Certification Exam freely from June 20 - July 15, 2005. Registration has started from today.
Ten Key Reasons for Enterprise to Choose Cloud ComputingDecember 15th, 2008 Cloud computing isn’t about doing anything new, instead it’s about applications that run in the web rather than your desktop. Some technology experts define CLOUD: Common, Location-independent, Online Utility provisioned on-Demand.
Free 10 Week AJAX Programming Online CourseJuly 14th, 2006 A free 10-week "AJAX Programming" online course is about to start from August 4th, 2006. This course is for anyone who wants to learn AJAX for the first time or increase their knowledge on AJAX.
Home-built PVR Records a Month's Worth of Shows from all ChannelsJuly 25th, 2005 Promise TV is a home-built personal video recorder (PVR) made out of commodity PC components (primarily LOT of high-capacity hard-drives). Promise grabs the entire broadcast TV multiplex ( all the channels being broadcast in the UK ) slices them up according to the free, over-the-air electronic programming guide, and stores an entire month's worth.
On Coding Standards & Software DevelopmentJuly 6th, 2007 Two good articles on coding standards and traits of good software developer which I think you will enjoy:
1. Top 10 Reasons Not To Use Coding Conventions / Standards
2.
5 Tips for Bulk Data Processing ProgrammingMay 30th, 2007 We are currently processing huge amount of sensitive corporate data for a Fortune 500 company as the first phase of a project. You have to be very careful in data processing, much more than any standard programming effort.
Allen Holub: Say No To XML (As Programming Language); I AgreeSeptember 27th, 2006 Allen Holub (Author of Compiler Design in C and famous OO Guru) said: "XML is perhaps the worst programming language ever conceived. I’m not talking about XML as a data-description language, which was its original design.
China Blacklists 102 Wireless Services CompaniesJuly 18th, 2006 China's telecoms regulator has accused 102 companies of illegal behavior in the country's wireless value-added services industry, the latest step in a renewed campaign to clean up the unruly sector. It did not specify what the illegal practices were, but in the past such campaigns have been directed at controversial content and services like pornography and gambling, as well as spam.
Python: A recipe for cryptic code?April 13th, 2005 I have heard that Python is a great programming language which is so much superior to everything around etc. The following code in python is touted as the world's smallest p2p client & server.