Menu Content/Inhalt
Home
2009_04_19-11_45_40 2009_04_11-01_08_20 2009_04_10-01_00_19 2009_04_10-02_08_27 2009_04_11-18_07_10

Online

No Users Online

Login

Syndicate

feed image
NYC Romanian Festival PDF Print E-mail
Personal Stuff - Photos
Written by Dave Thorup   
Friday, 12 May 2006
Last Saturday (May 6, 2006) there was a Romanian Festival in downtown New York.  It was actually on Wall Street.  So Miki, one of her friends and I went with empty stomachs hoping for some nice, authentic Romanian food as well as some yummy desserts. 
 
Well, we found some nice sausage and were actually the very last people to get any - the lines were huge!  We didn't get any desserts though. Cry  The line for the desserts was enormous and they could only make 6 desserts at a time.  So after waiting for a half hour and the line not moving we gave up and went to one of the non-Romanian street vendors to get some crepes.
 
The entertainment there was interesting.  We saw what I can only describe as the Romanian version of the Backstreet Boys.  They seemed to be hugely popular and really got the crowd going.  But not being able to understand any of the words it wasn't too thrilling for me.
 
Anyway, you can find some more photos here

Be first to comment this article | Add as favourites (157) | Quote this article on your site | Views: 12444

Last Updated ( Saturday, 13 May 2006 )
 
MacBook coming soon? PDF Print E-mail
News - Latest News
Written by Dave Thorup   
Friday, 05 May 2006
As of right now if you go to http://www.apple.com/ipod/ you'll see what could only be a slip-up on Apple's part.  The page only has the following text:
Image
A hint of the upcoming MacBook?
 
 
Home > Hardware > MacBook
 
I'm sure Apple will be fixing this soon, but does this signal a soon-to-be released MacBook (sans Pro) to replace the iBook line?  As I'm sure Apple will be fixing this problem soon, here's a screenshot (click for larger image):
 
Update:  It looks like the iPod page has been updated and is back to normal. 

Be first to comment this article | Add as favourites (119) | Quote this article on your site | Views: 3883

Last Updated ( Friday, 05 May 2006 )
 
Easter Photos PDF Print E-mail
Personal Stuff - Photos
Written by Dave Thorup   
Monday, 01 May 2006
Pungi and I spent a lot of time at Central Park over Easter weekend.  We met up with a couple of friends, Miki and Danni, and just enjoyed the park with the thousands of other New Yorkers.  You see in places like California and Florida you go to the beach on the weekend, in New York you go to the park.
 
 
Enjoy the photos.  If you want to view the entire gallery then click here.
 
 

Be first to comment this article | Add as favourites (100) | Quote this article on your site | Views: 1826

Last Updated ( Friday, 05 May 2006 )
 
Mach-o and CFM Wizardry PDF Print E-mail
Computers - Development
Written by Dave Thorup   
Thursday, 20 April 2006
CFM is dead.  It died a long time ago, replaced by the Mach-o binary format.  Even though it is dead, it still likes to poke its head out every now and then just to anoy the crap out of you.
 
Anyway, in order to call code in a CFM library from a Mach-o application you need to implement some magical pointer glue so that the different environments know how to take to each other. But hasn't this been documented in the past?  Well, sure for some cases.  In particular, Apple has some sample code, CFM_MachO_CFM, that shows you how to pass a CFM callback function to a Mach-o library from within a CFM application.  That is, the code path is CFM -> Mach-o -> CFM.  What I'll be detailing is how to do the opposite of that - Mach-o -> CFM -> Mach-o.

Be first to comment this article | Add as favourites (125) | Quote this article on your site | Views: 3086

Last Updated ( Wednesday, 30 August 2006 )
Read more...
 
What if Steve Jobs came and no one showed up? PDF Print E-mail
News - Latest News
Written by Dave Thorup   
Thursday, 20 April 2006
Image
Steve at the City Coucil meeting
That's what I was thinking as I watched the video of Steve at a Cupertino City Council meeting talking about Apple's upcoming second campus.  You can get the video here.  It opens to basically an empty room.  I can't help but think of all of the Macworld & WWDC keynotes, the Apple Special Events, all packed with people with credit cards ready, waiting for the next juicy product from Apple.  And here, in this little City Council building there's barely a soul to hear the mighty Jobs speak.
 
I guess it's a good thing that the press didn't find out, otherwise it would have been a circus. 

Be first to comment this article | Add as favourites (97) | Quote this article on your site | Views: 1976

Last Updated ( Thursday, 20 April 2006 )
 
Take me to Monaco PDF Print E-mail
News - Latest News
Written by Dave Thorup   
Wednesday, 19 April 2006

After getting both Boot Camp and Parallels Workstation installed on our iMac at work I decided to venture into Visual Studio land to see if I could build some of our projects.  So I got all the code I needed, fired up Visual Studio, and eeewwwww!  What the hell is that!?  Courier!?  

I can't stand Courier.  Windows or Mac, it doesn't matter.  Courier has got to be the worst fixed-width font ever created.  It's hideous.  So before I even try to build the 3 file project I just opened I had to spend 5 or 10 minutes fidgeting around with Visual Studio's menus trying to find out where you change the font.  It's been a long time since I used VS, probably 6 years or more. 

Apparently I'm not the only one that thinks Courier sucks.  I heard that one of my Windows colleagues at work designed his own fixed-width font because he too hates Courier.  I'll have to confirm that.  Also, my level of disgust with Courier is so deep that I even filed a bug report when Apple changed their Java VM to use Courier as the default Monospaced font instead of Monaco.

Anyway, I finally found where you change the font in Visual Studio.  So then I have my fingers crossed - It's possible that Monaco is installed on Windows right?  Bzzt! Wrong!  For those that don't know, Monaco is the best fixed-width font.  There's no arguing here, Monaco is the best.  Courier - the worst.  Monaco - the best. 

OK, no Monaco on Windows, I'll just search the Internet right?  Well, it wasn't nearly as easy as I thought it would be.  After digging through a lot of search results I finally found a site that had it.  Woohoo!  Monaco for Windows, now I'm set.  I still haven't built that 3 file VS project by the way.

I get Monaco installed, change the font in VS and now I'm ready right?  Well, almost.  I look at Monaco on Windows and it doesn't quite look right.  Sure, it's Monaco but not quite the same Monaco that I see on the Mac.  I'll have to include some screenshots, but needless to say it doesn't look quite the same.  I think that the reason for this is because I believe the Mac font has special bitmap versions for small sizes that are displayed on the screen.  That is, for font size 9 & 10 I think the Mac version just uses a bitmap representation of the font.  I don't think it does this on Windows.  The result is that on the Mac you get a clean, crisp font that has been hand-tuned to look good on a computer screen.  On Windows, however, you just get a rendering of the font using the same glyph information that it would use to render it at all sizes.  It still looks good and is lightyears ahead of Courier, but it just isn't as nice and crisp as it is on the Mac.  Oh well, it will do.

Now I can finally build that 3 file project.

Get Monaco.ttf  

Be first to comment this article | Add as favourites (134) | Quote this article on your site | Views: 7030

Last Updated ( Monday, 03 March 2008 )
 
Loading the old Content PDF Print E-mail
News - Latest News
Written by Dave Thorup   
Tuesday, 11 April 2006
I just got all the old content uploaded.  So now all I have to do is figure out what I want the site to look like.  I like some things about this style (the Metropolitan template), but the layout isn't all that great.  I haven't found anything I really like yet, so I'll probably just have to design my own.
 

Comments (1) | Add as favourites (104) | Quote this article on your site | Views: 2236

Last Updated ( Monday, 01 May 2006 )
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 64 - 70 of 78
designed by www.madeyourweb.com | joomla templates