Category Archives: English

Patent Evil

Created by: MBA Online

Posted in English, Software Patents | Leave a comment

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

Propositional logic symbols in LaTeX

Found this while doing some backups. Might be useful to someone.

Posted in English, LaTeX, Logic, Reference | 1 Comment