February 2012 S M T W T F S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
-
Recent Posts
Recent Comments
- Fabio Utzig on propertypp: Objective-C-like properties for C++ classes
- Fabio Utzig on Two Conclusions
- Fabio Utzig on Two Conclusions
- Mauricio Berni on Two Conclusions
- Fabio Mierlo on My trip to Seattle for the Amazon.com SDE interview
Archives
Category Archives: English
propertypp: Objective-C-like properties for C++ classes
The short version: propertypp on GitHub The long version: A co-worker recently told me he had made some member variables in a C++ class public, because a getter and setter for them would just do exactly the same thing as … Continue reading
Posted in C++, English, Programming, Projects
1 Comment
Two Conclusions
People often harshly criticize me for complaining about Brazil. That criticism is frequently accompanied by the following words (or similar): “You’re a whiner and you’ll keep complaining anywhere you go.” Since this has been going for quite some time and … Continue reading
Posted in English, Personal
3 Comments
Drawing scalable pixels in the Qt Graphics View framework
Say you have a custom QGraphicsItem that you would like to draw pixel by pixel, and want it to appear pixelated when that item is scaled (or the QGraphicsView it is being displayed on, or whatever). At first, you might … Continue reading
Posted in C++, English, Programming, Qt
Leave a comment
Fond Memories
When I was 9 years old, I used to go to my mom’s workplace to talk to some IT guys who were working there. Eventually, one of them started teaching me BASIC, getting me started into programming and fulfilling my … Continue reading
Posted in BASIC, English, Nerd, Personal, Programming
Leave a comment
My trip to Seattle for the Amazon.com SDE interview
I was in Seattle from June 16 to 18. Amazon flew me there for a set of on-site interviews for a Software Design Engineer (SDE) position. The trip was amazing, despite the incident while returning to Brazil (read Day 5 … Continue reading
Posted in English, Personal
5 Comments
Aligning text in QGraphicsTextItem
The Qt Graphics View Framework provides a rich set of resources to create applications with interactive graphics scenes that display arbitrary shapes, text and even Qt widgets. While the framework provides almost everything you need regarding interactivity, scene hierarchy management … Continue reading
Posted in C++, English, Programming, Qt, Tutorials
Leave a comment
Run time machine code generation and execution
Some Common Lisp implementations (and I believe other languages’ also, but I don’t know of any) are incremental compilers, which means they are able to read Lisp code during program execution, compile it and make it immediately available for execution, … Continue reading
Posted in C, English, Programming
Leave a comment
Nerd Girls
Disclaimer: this post contains my personal view on a given matter. Don’t ask me for statistical data that supports what’s written here, because I don’t have it. These are simply my own perceptions and conclusions, which might be completely mistaken. There’s … Continue reading
Posted in English, Nerd, Opinion
2 Comments
