Pedro Assunção

Archive for the ‘Uncategorized’ Category

Computers and jumps

I’ve been loving my Mac Book Pro so far. OSX is, without a doubt, one of the most brilliant pieces of software engineering I have ever encountered; I almost feel sorry for not “going mac” earlier in my life. But, no matter how good it is, the only thing that has been going constantly through [...]

Should go to bed now :)

Bought a new mac book pro. Like with most new toys, I cannot stop playing with it. It’s 3.30 in the morning and I should go to bed. But somehow the evil apple still holds me tight in front of the laptop Posted via email from nocivus’ ramblings

The aftermath of the jumps

I cannot begin to describe what I've jump been through. The mix of feelings of the first jump out of an airplane is absolutely mind blowing! My best take at describing it would be something in the lines of "to be born again". Only because the experience is as traumatic (in the best sense possible) [...]

The 30th row

I've always been curious about experimenting with different seats inside airplanes so, in this entry, I will try to sum up my conclusions about traveling on the 30th (the last) row of a Boeing 737-800, from Amsterdam to Lisbon with KLM Airlines (now AirFrance). I would assume I was going to get less stress and [...]

Thoughts on non-opening parachutes…

With 95 hours until my first jump, I started reading some stuff (maybe I shouldn't) regarding what can go wrong. This one (http://www.wikihow.com/Survive-if-Your-Parachute-Fails-to-Open) stroke me as especially motivating and positive. With that in mind, here are my next steps before the jump. I hope they will be of some use for future first time jumpers, [...]

Some notes on scalability

I have been wanting to write this forever, also so I could remind myself of it whenever needed. And this is the kind of subject that traverses most programming languages/frameworks/systems as long as you are dealing with large quantities of data. There are probably more things one can do in order to allow an application [...]

236 hours until my first airplane jump

Getting excited, so I setup an online stopwatch hahahaha http://www.7is7.com/otto/countdown.html?year=2008&month=12&date=20&hrs=10&ts=24&min=0&sec=0&tz=0&lang=en&show=h&mode=r&cdir=down&bgcolor=%23FFFFFF&fgcolor=%23000000&title=Countdown%20to%20my%20first%20airplane%20jump Posted via email from nocivus’ ramblings

Way to wait for all threads to finish in Python

Not sure if it's the best way, but I found this example in an webarchive page and it kind of makes more sense than keeping a list of the threads and cycling all the time checking if they are active or not: while threading.activeCount()>1:    sleep(1) Not sure if this works, but have to try Posted [...]

My computer

My computer is amazing. He (I will always refer to it as an entity, even though I am aware that *it* is still not aware of itself) is capable of executing a tremendous amount of operations per second and, yet, it's not capable of remembering and asking for (in a smart way) where do I [...]

Optimizing external (USB) hard drives for performance on WinXP

I just found a really cool option on Windows XP for USB disks.  It seems that, if you go to the device manager and check the properties on an external (USB) hard drive, there is an option to optimize the drive for performance.  This means that windows will cache some data on the other drives [...]

Android development

Being the android emulator slow as it is, I decided to give it a try running it from the command line. This is just a mental guide, so bear with me. The first thing we should do is adding the android SDK tools folder to our path, so we can run the required commands from [...]

Another finished painting

Yep, finished another one: A concept I was planning ever since, during a storm in Amsterdam, I looked out the window and saw the trees dancing, like they were fighting each other. No, I was not on drugs. Posted by email from nocivus (posterous)

New pictures

After a lot of requests (Ok, only my mother asked for this) I decided to put online new photos. But first, a quick explanation: 1. I finally finished my apartment's floor. Actually most of the things are now in place for a comfortable living on which looks like a normal apartment, at least by my [...]

If there were any doubts about fast food

…I think it's safe to say that they are all gone. This guy bought a McDonalds burger in 1996 and kept it (no special conservation) to share later. You can see from the pictures that it looks exactly like it was bought yesterday. Makes you wonder what the hell is it made from, LOL. Posted [...]

This is why programmers should not be stand-up comedians :)

If you get the joke, you might laugh: Posted by email from nocivus (posterous)

The dogmas of unit testing

Almost daily, in some form or another, I find myself listening to things like "the code should have a very high test coverage", or "we should go for 85% test coverage", or "our test coverage % is very low". I tremble whenever I hear these sentences. I will try to summarize something that makes sense [...]