BeGeistert soon, EuroSys 2010, and GoogleFS works again!

Blog post by mmu_man on Thu, 2010-04-08 00:19

BeGeistert is nearly on us, with the long awaited return of the ColaCoderâ„¢, and of course I must be there.

I didn’t commit much recently since I started doing a Ph.D and it’s, well, time consuming, so left Axel and Ingo alone in the race.

I won’t be able to attend the coding sprint as well this time, but because I’ll attend the EuroSys 2010 conference (a really highly ranked research event about computers), and I’ll have the honor of doing a demo about Haiku at the poster session (my poster was selected in the best 5 btw), and of course I had to get googlefs working again to show it.

Lesson 13: Programming With Class(es)

Blog post by darkwyrm on Sun, 2010-04-04 00:48

Today we’ll be diving headlong into the murky depths of C++ programming: classes and inheritance – struct’s with fancy tricks aplenty. It’s also our last lesson before writing our first windowed Haiku program, so get ready and study well. Enjoy! Learning to Program With Haiku, Lesson 13.

WebPositive gets polishing

Blog post by stippi on Sat, 2010-04-03 19:55

Hah, you wish! These blog titles are getting way ahead of the progress I make with WebPositive. Or let’s say the title is truthful in some ways, but on the other hand perhaps suggesting more substantial progress than what was made. I did turn my attention to fixing a lot of little annoyances and bugs that were reported via various channels, the comments section of this series of blog entries being among the important sources of feedback. So keep the good feedback comming, it’s very useful for me!

Reinventing the wing

Blog post by aldeck on Tue, 2010-03-30 17:02

Everybody has already heard about the famous metaphor “Reinventing the wheel”. It’s most of the time a good advice. However, what happens if your’e not reinventing a wheel. But let’s say… a wing.

Lesson 12: OOPs I Did It Again!

Blog post by darkwyrm on Sun, 2010-03-28 11:37

This would be the only time I will capitalize on a really bad Britney Spears reference. I promise. ;-) This lesson introduces us to the wonderful world of C++ and Object Oriented Programming. It’s not terribly code-heavy, so this might be a good time to look over past lessons to make sure you understand concepts pretty well – it only gets bigger from here. :-) Also, there is now an archive of all programming lessons at the redesigned version of my old website, now titled DarkWyrm’s Library.

Lesson 11: More Data Structures and Types

Blog post by darkwyrm on Sat, 2010-03-20 15:58

This time around, we will be examining some important kinds of data structures and ways to create custom data types, a critical stepping stone in getting to understanding the Haiku API. This is the last C / C++ lesson – the rest will be C++ only. A couple more lessons and we’ll finally be ready to write GUI programs for Haiku! Enjoy! Learning to Program with Haiku, Lesson 11.

Lesson 10: More Pointers and the Command Line

Blog post by darkwyrm on Sat, 2010-03-13 02:19

Here it is: Learning to Program with Haiku, Lesson 10. Now we’re starting to tie up loose ends before moving on to just C++. In this lesson, we learn more about pointers and kinda-sorta pointers called references, and we examine the basics of getting information from the command line. Also included are the answers to the review questions for Unit 2.

My Interview About Haiku and BeOS on omnes.tv

Blog post by leavengood on Wed, 2010-03-10 19:01

I was recently interviewed by Michael Bartholomew for his new podcast, Device Drivers, on omnes.tv. I talked about Haiku, BeOS, some of my efforts in relation to WebKit and the Haiku browser, and other topics. I think anyone who is interested in Haiku and BeOS will find it interesting: http://www.omnes.tv/devicedrivers/episode1/

Whole Lotta Lessons Goin' On

Blog post by darkwyrm on Sat, 2010-03-06 01:56

There have been quite a few comments on people being excited about when these start addressing the Haiku API, so I'm going to speed things up a bit. I originally planned on calling this week a Buy One, Get One Free week, but that won't fit now. Why? I had planned on publishing review questions after Lesson #5, but I must have forgotten to upload them, so I'm making them available along with Lessons 8 and 9 and the questions for review after Lesson 9 has been completed.