provides software and services that enable enterprises
Live Chat 1-888-673-6564
The Enterprise Open Source Blog
  • Home
  • Search
  • Contact Us
  • Products and Support
  • Services
  • Enterprise OSS Blog
  • Wazi Technical Blog
  • Resources Library
  • Cloud Services
  • Partners
  • Customers
  • Community
  • Company
  • Careers
  • News and Events

Subscribe by Email

Your email:

Most Popular Posts

  • Enterprise Apache Tomcat 7 Clustering - Designing an Efficient, Reliable and Productive Application Server Cluster
  • Open Source Virtual Whiteboards and Dimdim Review
  • An Enterprise Apache Tomcat Clustering Guide
  • Supporting CentOS In The Cloud With Windows Azure
  • VLC License Change: A lesson in perseverance
  • An In-Depth Look at Tomcat’s Clustering Mechanisms
  • Apache HTTP Server: New Features for Version 2.4
  • Why Closed Source is Better Than Open Source
  • JBoss AS7 Clustering Using mod_cluster and http 2.4 (Part 1)
  • Access Serial Ports through Ruby

Connect With Us!

Current Articles | RSS Feed RSS Feed

is software engineering uncool

Posted by Aaron Mandelbaum on Tue, Nov 28, 2006
  
Email This Email Article  
Tweet  
  

nine times out of ten the following screnario plays out when my wife and i go to a friend's party:

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Arduino Open Source Hardware

Posted by Aaron Mandelbaum on Mon, Nov 27, 2006
  
Email This Email Article  
Tweet  
  

As a career software guy, it might be surprising to learn that I started out in Electrical Engineering, a mostly analog discipline then (slightly after the ice age thaw) before falling in love with computers and software. When I graduated from college there was maybe one hardware job for every 100 software jobs - and it's probably another several orders of magnitude farther apart today. It was pretty obvious where I should be. Still, getting my hands on the physical computer system has always had a certain intrigue. I soldered together my first computer, a Heathkit H8, when I was a senior in high-school and to this day, I kind of like the smell of the heavy-metal, lead-laden smoke coming off a soldering iron. (I can hear the chorus of wise-cracks coming from the OpenLogic Engineering agile-mosh-pit: "that explains a lot".) I really liked my computer architecture courses where we finally built up from and boiled down to microcode and gates. It seems so crude now, but on the other hand, necessary to have a deep understanding of the bits and bytes of a computer. One of my favorite books and the one that really compelled me to change my major to computing was Tracy Kidder's Soul of a New Machine. Being this far removed from the early days of BYTE magazine, it can be kind of hard to get back down to the metal. In the last 10 years of computing it has been the computing equivalent of our father's laments of not being able to pop the hood and work on their cars anymore. In light of this, I think it's extraordinarily nice to find open source hardware making its debut. I've come across some interesting open source hardware projects that can speak to the laments of abstract hardware. There's an open source hardware spec, Wiring, and an attendant programming language, Processing, that are an attempt to bring some simple microcontroller hardware to the masses. These two projects are essentially specifications, though there is real hardware you can cheaply buy which implement these specs. One such device is the Arduino which implements the Wiring spec and has an open source IDE that makes it easy to write your first microcontroller programs and download it into device. For under $35 you can get an Arduino board which is based on an Atmel AVR RISC processor and start reading sensors and pushing signals to outputs like LEDs and LCDs - even the venerable, never extinct serial port. An Arduino The reason the Arduino speaks to the "father's lament" is that 1) You can get a cheap platform for learning programming and 2) it's an easy, manageable platform for learning some hardware and digital electronics concepts. Open source AVR cross-compilers are readily available and are quite mature - target the device and write code in C or assembly. If you use the Arduinio IDE, it's a C-like language that uses a simple function and object model to control ports on the device. So, the test was: Can my 8 year old son, Nakoa, learn some hardware and programming concepts by using this approach? I bought an Arduino board from a local company in Boulder, SparkFun, which is a US distributor for Arduino and got him going. I bought him a small breadboard, a bunch of LEDs and some current limiting resistors, a $6 digital multimeter and we started from the start: What's a volt? With a little help and guidance, he went from measuring battery voltages, to creating simple circuits that lit up an LED, to using the Arduino to create a flashing arrow sign with LEDs not unlike a merge left sign you'd see on the highway. In essence, he started learning hardware patterns "When you need to light an LED, you have to put the cathode on that side, anode on that, add a current limiting resistor to ground, and apply +5V." I think it was as much a visual pattern he could recognize and duplicate, but it was a launching point to a whole lot more. To make sure he was getting it, I would ask him to explain a circuit by describing how the electron would flow around it starting from the + terminal of the battery. Nakoa breadboarding with the Arduino The next conquest was to hook up a simple LCD display and stuff some text out to it. Success. After that, we wrote some loops to count and put the count out to the LCD. Our next forays together will be integrating a temperature sensor and creating a digital thermometer. I'm trying to use these real-world, hands-on experiments to help him learn the abstract notions of loops and functions. So far, so good. After he gets all that, we'll start on our first small motorized vehicle experiments - something along the lines of an RF controlled R/C car, and that's where the real fun (and damage) will start. Point is, with a $35 open source hardware platform and some open source compilers, a whole new world can open up to a whole new generation. And that, I think, is cool.

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

Travel in Your Pijamas

Posted by Aaron Mandelbaum on Tue, Nov 21, 2006
  
Email This Email Article  
Tweet  
  

This lady travels in her pijamas: If You Can Shoot an Elephant in Your PJ’s, You Can Fly in Them - New York Times.  I think that's a great idea!  On long flights I try to be as comfortable as possible so I usually end up wearing a sweatsuit.  The closest I came to wearing pijamas was on a trip home from Europe.  I sprinted, literally sprinted, across the London airport and then again across the Chicago airport.  In both cases I arrived at the gate just in the nick of time (I was the last person on in both cases) and sweating (if you've ever been in those airports, you know that a run could be a couple of miles, plus I was towing my rollaboard and lugging my briefcase.)  Since I didn't want to sit in sweaty clothes, in both cases I changed into clean, dry clothes.  On the last flight I was down to my workout clothes - I was sitting in running shorts and a tank top in the middle of a bunch of guys wearing suits in business class!  

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Welcome to Confabb: The Conference Community

Posted by Aaron Mandelbaum on Tue, Nov 14, 2006
  
Email This Email Article  
Tweet  
  

A while back I posted about the open source calendar I created.   Well, today I found another cool and useful site.  Confabb will let you search a huge database of conferences by keyword.  It includes details about the conferences and links to their websites.  I searched on "open source" and found a whole list: Welcome to Confabb: The Conference Community.  In the future I could imagine them enhancing this with RSS feeds - I could just subscribe to "open source" and get emailed about any new open source conferences.  And how about adding dates for paper submissions with a reminder feature?

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

FacesTrace: Introspection for JSF Applications

Posted by Aaron Mandelbaum on Mon, Nov 13, 2006
  
Email This Email Article  
Tweet  
  

Do yourself a favor if you are developing JSF applications. Have a look at FacesTrace. I certainly wish that I looked at it earlier.

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Microsoft and Novell - Dogs and Cats living together

Posted by Aaron Mandelbaum on Fri, Nov 10, 2006
  
Email This Email Article  
Tweet  
  

Cheesy movies are so quotable. The "landmark" news that Microsoft and Novell are going to be collaborating reminds me of a scene from Ghostbusters.

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

Good or bad for open source? Is Oracle forking RedHat Linux?

Posted by Aaron Mandelbaum on Tue, Nov 07, 2006
  
Email This Email Article  
Tweet  
  

To continue my "Good or bad for open source?" post I'd like to talk about Oracle's news, Oracle Announces The Same Enterprise Class Support For Linux. Oracle announced that they are supporting RedHat Linux, minus the logos, plus additional bugfixes and bugs ported back to previous versions. From my experience, I bet it's that last feature that attracts customers. One of the problems customers have with open source is that to get their bugs fixed, they have to be willing to move to the latest version. Moving to the latest version in the middle of their development life cycle is often more difficult for them than living with the bug. That's why OpenLogic supports "older" versions of the 180+ open source software packages we support - including fixing bugs in the older versions.

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

Rice University and open source textbooks

Posted by Aaron Mandelbaum on Tue, Nov 07, 2006
  
Email This Email Article  
Tweet  
  

Dana Blankenhorn just posted about Rice University's Connexxions project, an open source publishing platform.  I've been following it for a while but I missed the latest news - they are going to be publishing the text of community college textbooks online for free and offering print versions for $30.  That should help defray costs immensely for students, and along with the creative commons license that allows for reuse, help create quick, up-to-date and cheap textbooks.  

Read More

0 Comments Click here to read/write comments
Tags: Open Source Trends

Finally, a humanist organization I can get behind

Posted by Aaron Mandelbaum on Tue, Nov 07, 2006
  
Email This Email Article  
Tweet  
  

I finally found a humanist organization I want to participate in. Too many humanist organizations I have seen are radicals; they spend all their time complaining about the current politics and religions and not enough time promoting humanism.

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

I'm Rich!!

Posted by Aaron Mandelbaum on Mon, Nov 06, 2006
  
Email This Email Article  
Tweet  
  

I am amazed by spam. Initially, I was irritated by it. But, the more I get, the more amazed I am.  If people, somewhere did not respond to it, then it would not work... so, the amazing thing is that someone out there really believes that stuff...

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Good or bad for open source? Is there Microsoft patented technology in Linux?

Posted by Aaron Mandelbaum on Mon, Nov 06, 2006
  
Email This Email Article  
Tweet  
  

It's been quite the week in the news of open source,  Novell and Microsoft announced a partnership and Oracle announced they are shipping and supporting RedHat - minus all the logos.  So is this a good week or a bad week for open source?  

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Elevator Dreams

Posted by Aaron Mandelbaum on Wed, Nov 01, 2006
  
Email This Email Article  
Tweet  
  

Travel tip: If you find yourself checking into a hotel at 1 am (after being up for 23 hours) and the clerk offers you a lesser room because the one you booked is near an elevator, take the other room. Near an elevator doesn't mean there may be people walking outside your room. It really means that they located the elevator motor in your room and it will run intermittently all night long.

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized

Illegal Knowledge?

Posted by Aaron Mandelbaum on Wed, Nov 01, 2006
  
Email This Email Article  
Tweet  
  

I think our society is reaching the point where we have to make a very important decision.  Is it illegal to publish or share knowledge on how to commit illegal acts?  And if it is illegal to publish the knowledge, does that make it illegal to know?  Where do you draw the line? 

Read More

0 Comments Click here to read/write comments
Tags: Uncategorized
All Posts
Next Page
Error sending email
Email sent successfully

Email article
Email To : 
Your name : 
Message : (maximum 200 characters)

Enterprise OSS Blog Policy

If you read a post on The Enterprise OSS Blog, please leave a comment. Let us know what you think, even if it's just a few words. Comments do not require approval, but they are moderated.OpenLogic reserves the right to remove any comments it deems inappropriate.

 

click-to-chat-with-a-live-open-source-expert

get-a-quote-on-support

download-the-support-evaluation-kit

Browse by Tag

  • 2013 (2)
  • Agile (1)
  • Apache (2)
  • apache tomcat (1)
  • AS 7 (1)
  • as7 (1)
  • Auditing (5)
  • Azure (2)
  • Budget (1)
  • BusyBox (1)
  • CentOS (3)
  • Closed Source Software (1)
  • cloud (4)
  • clustering (1)
  • CMS (1)
  • Code Scanning (1)
  • commercial distribution (1)
  • Community (4)
  • compliance (41)
  • C-Suite (1)
  • Database (1)
  • developers (2)
  • DevOps (15)
  • diploma (1)
  • Drupal (1)
  • enterprise software (2)
  • foss (5)
  • Gitbhub (1)
  • GNU-Bash (1)
  • Governance (36)
  • guide (1)
  • Hadoop (2)
  • HBase (2)
  • http 2.4 (1)
  • httpd 2.4 (1)
  • Java (1)
  • javascript (1)
  • jboss (3)
  • JBoss Cluster (1)
  • Joomla (1)
  • Legal (21)
  • Legal & Compliance (62)
  • Legal and Compliance (2)
  • license compliance (1)
  • Licenses (12)
  • Linux (4)
  • lisp code (1)
  • M&A (1)
  • martin fowler (1)
  • Mobile (3)
  • mod_cluster (2)
  • MySQL (1)
  • Neal Ford (1)
  • open source (20)
  • open source compliance (1)
  • open source components (1)
  • open source events (1)
  • Open Source Governance (2)
  • open source legal issues (1)
  • Open Source Licensing (3)
  • Open Source Management (38)
  • Open Source Policy (3)
  • open source software (15)
  • Open Source Software Adoption (4)
  • open source software policy (1)
  • Open Source Training (1)
  • Open Source Trends (337)
  • Open Source vs. Commercial Software (3)
  • OSS (6)
  • OSS Packages (2)
  • PaaS (1)
  • paredit (1)
  • picketlink (1)
  • Policy (4)
  • PostgreSQL (1)
  • Presentations (1)
  • Programming (2)
  • red hat (1)
  • RHEL (1)
  • Ruby (1)
  • Scanning (28)
  • Scanning & Governance (12)
  • Scanning & Provisioning (30)
  • Security (13)
  • Shibboleth (1)
  • software compliance (1)
  • Software Development (2)
  • Software Development Lifecycle (7)
  • software infrastructure (1)
  • Solr (1)
  • struts (1)
  • Support (48)
  • Support & Services (2)
  • SUSE (1)
  • Technical Governance (1)
  • The Cloud (35)
  • The C-Suite (2)
  • tomcat (4)
  • Training (10)
  • Ubuntu (1)
  • Uncategorized (69)
  • Windows (1)
  • Windows Azure (1)
  • Wordpress (1)
  • Zookeeper (1)
Home | Search | Contact Us | Products and Support | Services | Enterprise OSS Blog | Wazi Technical Blog | Resources Library | Cloud Services | Partners | Customers | Community | Company | Careers | News and Events
Products
OpenLogic Exchange (OLEX)
License Compliance Module
OSS Discovery
OSS Deep Discovery
OpenUpdate
Services
Open Source Support
CentOS Support
Scanning & Compliance
Open Source Training
Professional Services
Solutions
Support & Indemnification
Open Source Governance
Open Source Scanning
Open Source Provisioning
Consulting & Training
Contact Us
1-888-673-6564


© 2013 OpenLogic, Inc. All rights reserved.
Site Map  |  Privacy Policy