Posted on October 2, 2009, 10:04 pm, by dxmio, under
Best Practices,
EWU,
Education,
Languages,
Personal,
Programming,
Software Engineering.
Today I went back and re-read Joel Spolsky’s advice The Law of Leaky Abstractions and it hits a nail on the head about what peers from EWU were missing:
“Learn how to do it manually first, then use abstractions to save time. Code generation tools which pretend to abstract out something, like all abstractions, leak, [...]
Bachelors degree achieved.
The code below is from an interesting problem I was solving as part of practice for an upcoming programming competition. It’s purpose is to read in a series of strings from an input file (the number of which is defined on the first line of that file), and discover the various permutations of the letters [...]
Posted on February 21, 2009, 5:50 pm, by dxmio, under
C / C++,
EWU,
Education,
Java,
Personal,
Programming,
Software.
So I have some time this weekend, so I’m using it effectively.
Finishing a brush-up skim read through of Code Complete
Starting Design Patterns
Learning Ant
Brushing up on C++ skills in anticipation of…
Thinking about some planning aspects of a project Ian and I are starting
Playing around with some SVN commands I’d not used before
I’m also still working on [...]
Posted on February 15, 2009, 8:41 pm, by dxmio, under
C#,
CSS,
EWU,
Education,
Gaming,
Java,
Javascript,
PHP,
Personal,
Politics,
Programming,
SQL,
Software,
Web Development.
It’s been a fair amount of time since I last posted warning of the dry spell in my blogging, but I think things have stabilized to a point where I can offer some words.
Of course, the primary reason for my busyness as of late is the 4 classes I’m taking this quarter, CSCD350 Software Engineering, [...]
Posted on January 17, 2009, 2:02 am, by dxmio, under
C#,
CSS,
EWU,
Education,
PHP,
Personal,
Programming,
SQL,
Web Development,
xhtml.
There is likely going to be a several month pause in my blog postings, because I’m caught in a tidal wave of work + 4 class projects (2 of which I have to manage).
See you in March.
Posted on December 23, 2008, 7:09 pm, by dxmio, under
CSS,
Domains,
EWU,
Education,
Hosting,
Mac OS X,
PHP,
Personal,
Programming,
SQL,
Security,
Software,
Web Development,
Windows.
For this upcoming quarter our instructor has slated a colleague and I to develop a web application in PHP using a MSSQL database, seperate from the standard student projects. In preparation for this, I decided to set up a development box so we could get started early. It was completely unnecessary for us to get [...]
Posted on December 19, 2008, 10:59 am, by dxmio, under
C / C++,
EWU,
Education,
Java,
Javascript,
Linux,
Mac OS X,
PHP,
Personal,
Programming,
Python,
Ruby,
SQL,
Software,
Web Development,
Windows.
I’ve spent the past couple days working towards getting a common development environment set up, so that I don’t have to use different IDE’s and tools. I’m trying to get everything situated, since Winter quarter is likely to be one of the most programming intensive quarters that I’ve had. I want to be prepared, so [...]
Classes are out for chistmas break, so I’ve been spending time brushing up on my rusty C++ skills. You might think this is an odd way to spend ones break, unless you live where I do and understand the current weather conditions. Oh who am I kidding, I’d do it anyway regardless of the weather, [...]
I previously mentioned the Python memory simulator project that I was developing, and had set it to run 6 tests on a dual-core machine. 4 of those tests completed, but 2 did not. It turns out that the overhead of performing a sort on Python lists with lengths exceeding 10000, several hundred times per second, [...]