niels's comments

niels | 13 years ago | on: Web Scraping 101 with Python

This will only be a good approach if you are going to scrape a small amount of pages. The problem is using synchronous requests, as this blocks the crawler until a request has finished. Using asynchronous requests such as supported by twisted (and scrapy) will allow you to crawl a lot faster using the same resources.

niels | 13 years ago | on: Lego Mindstorms EV3: The Better, Faster, Stronger Generation Of Robotics

My first ever programming job was a project for Lego and as a bonus they gave my friend and I a Lego Mindstorms set each. This was version 1.5 of the first edition. I remember we installed legOS (now brickOS) which allowed you to run code on the RCX. Definitively gonna buy EV3. Would be fun to try some of the algorithms Sebastian Thrun taught in his Udacity robotics course.

niels | 13 years ago | on: Robot Dragonfly

In the FPV community it's not uncommon to get +1 hour flying times. But the planes are of course bigger than the dragonfly. The battery types used is Lithium polymer battery. Some people add solar cells on their plane to extend their flying times. This guy uses a combination of a glider and solar cells to fly for +5 hours http://fpvlab.com/forums/showthread.php?8311-New-round-trip-...

niels | 13 years ago | on: Do you really want to be making this much money when you're 50?

I'm a software developer (MS Comp. Sci.) in my late thirties. I've always had the impression that software development was really well paid. But lately many of my friends (doctors, lawyers, MBAs) has started to make way more than I can get as a regular employee. And for the doctors it's all part of their standard salaries. They don't need to demonstrate any particular high level of competence. And from here on their salary will increase until retirement, while I expect mine to flatten or decrease. I love programming and didn't choose it for the money, but my view on software as a high paying job has changed. Of course everything is relative.
page 2