Tag: c++ Posts

Five Months Without C++

 Journal

I spent the last five years pretty much exclusively coding in C++. Strangely enough, I haven’t really touched a C++ compiler since leaving Vancouver, and instead have been pretty much coding non-stop in PHP. Obviously C++ is a compiled language, and PHP is an interpreted one. In terms of enjoyment, I think I like the challenge of coming up with cool C++ code, but without a doubt, PHP is far more enjoyable overall. The main reason, at least for me, is because I can write some code and instantly see the results of that code in PHP. With C++, you have to compile your code, and even with incremental linking, it can take you a while before you can actually execute your program. The last C++ code base I worked on was probably on the order of 400,000 lines of code, and made use of about 10 third party libraries. […]

StartupWeekend Vancouver

Technology

I have, for the last few years, had an idea about something I’ve wanted to do involving technology. I was talking to Boris about this a while ago, and I’m pretty certain this actually has a real name and has been done many times before in various cities. But for now, I’m just going to describe what would happen, and we’ll decide an official name later (until of course Boris wakes up in whatever country he is in and chimes in). The idea is that over the course of one full weekend (that is, starting Friday at 7pm until Sunday at midnight) you get a team of people together to develop a product/service/technology completely from scratch. In my head I am thinking that it would be basically a weekend-long sleepover involving donated beer, good people, music, and tons of know how on various aspects of the web world and technology. […]