Archive

Archive for the ‘Uncategorized’ Category

2011 – Year in review

January 3rd, 2012 No comments

It is now officially 2012. The last year was a very busy year indeed. I thought I would write a short list of what happened.

January:
I got involved in the Baldos project in school. I put my blood, sweat and tears into this project, which continued until late May. Incredibly fun!
I made a video tutorial on how to compile my programs.
I also wrote about a bunch of videos about my programs that I had found on the web.

February:
I found some time to release AltDrag 0.9. That version has since received over 13,000 downloads. All in all, AltDrag has received over 55,000 downloads so far. I think that’s pretty decent. For reference, SuperF4 has over 110,000 downloads and ShutdownGuard has over 150,000 downloads.
I wrote a blog post called “How to copy YouTube annotations“. It is currently my most commented blog post ever. It has even brought in some money from a few nice people. Someone is trying to make a business on this idea (autoannotate.com), but somehow I doubt it’s successful.

March:
I earned €0,01 on Flattr this month. The service hasn’t gotten the recognition I hoped for, unfortunately.

April & May:
110% Baldos. I barely had time to sleep and eat. Watch some videos from the race.

June & July:
Spring break. Summer jobs.

August:
After resuming work on it during June and July, I released AltDrag 1.0 beta 1.

September:
School mostly.

October:
I released a new program, Removable Drive Reminder. I am quite comfortable with the codebase for my programs now, so the program was done in a day!

November & December:
Worked on The Job Map with a class mate, which is a website for a course. It has been a long time since I have done web development on this scale, and it has been great fun learning all the new tools that are out there. I especially enjoyed learning how to do large scale deployment with Google App Engine (“the cloud”), learning to code for high-replication databases and learning how to make a RESTful service.

For 2012:
Hopefully AltDrag 1.0 and a lot of other fun stuff.

Tags:

Removable Drive Reminder

October 3rd, 2011 No comments

I have just created a new program: Removable Drive Reminder. I required a program like Flash Drive Reminder, but it had to be installable on the system, rather than only on the flash drive. I emailed the author of that program, but he told me that he had lost the source code. So I was back to square one. With nothing better to do, I made my own version of his program.

I basically took AltDrag’s source code, stripped out everything related to AltDrag, copied some code from ShutdownGuard, some code from TrayCD, and mashed it all together into Removable Drive Reminder. And all in one day!

In other news, AltDrag 1.0 beta was released about two months ago. I’m pretty slow at completing 1.0, but hopefully soon that will be released. I am really looking forward to it though, AltDrag 1.0 will be my finest release so far.

I have also planned some more blog posts, but I haven’t taken the time to complete them. There will be time for that later.

Tags:

Baldos

May 15th, 2011 No comments

In one week I will go to Germany and compete in the Shell Eco Marathon with the rest of Team Baldos. We will soon launch Baldos Live, a website which will give people the opportunity to follow us live in the competition. The competition dates are the 26th throughout the 28th. Be sure to tune in!

Edit: Some videos from the race are now available on our new YouTube channel.

Tags:

Feature creeps

March 27th, 2011 No comments

Every time someone tries to get me to add some feature to AltDrag that doesn’t really fit the goals of the program, I show them this:

I don't want AltDrag to become this.

The picture really explains the situation well. A small and handy program only stays small and handy until it gets too big.

So don’t let the feature creeps get to you. It might be tempting at first but it never pays off. You might get liked by the feature creeps, but you risk alienating your other users. Add features in small increments as it suits you.

Tags:

I forgot to mention…

March 22nd, 2011 No comments

I have mostly written about my projects on this blog so far, and not so much about myself. Let’s fix that.

A little more than one year ago I wrote that I had made my first circuit board. I’m not quite sure how it happened, but I am now the chairman of XP-el, the organization that arranged the course last year. I held this year’s circuit board course just a few weeks ago. You can read more about XP-el on its website. As chairman of XP-el, I am also in the board for Datasektionen, a students’ union at LTU.

I am also a member of Teknologkåren’s council. Teknologkåren is the student union at the highest level, and the one with the most influence here at the university. We are about 35 students that get to vote on what the union should do, and I am one of the members that is representing Datasektionen.

I have also helped Teknologkåren build a website called Kurswiki (course wiki). It is a wiki where the students at LTU can review their courses and look up information about courses they want to take in the future. In short: course reviews; by the students, for the students. I have helped by programming everything on the site since it was conceived in 2008.

In school, we are currently having a project course that has been ongoing since the start of 2011, and it will continue this whole semester. In it, we are a group working on building a highly fuel efficient car that will compete in the annual Shell Eco Marathon this May. The car is called Skilži and you can read more about it and Team Baldos over at baldos.se. Within Team Baldos, we are a smaller group of four students that are working on the electronics and software of the car. You can read our little blog here (it’s in swedish). I’ve just finished redesigning the car’s ignition module and we will soon see if it works. :D

Besides from the project course, I have just finished a course called Electronics II. Had the finals today, actually, and I think it went pretty well. Since I am in the third year of my university education, I have (finally) been able to choose some of the courses that I want to take, so I have picked a few courses about electronics. It’s pretty fun for a change, since the programming courses that I’ve had so far haven’t been that challenging because I do a lot of that in my free time already.

I think that’s most things that is worth mentioning at the moment.

Tags:

Your preliminary flattr revenue

March 1st, 2011 No comments

€0,01. Well, this is promising.

Tags: ,

How to copy YouTube annotations

February 21st, 2011 56 comments

TL;DR: Use this website.

Hello.

This weekend I had the need to copy YouTube annotations from one video to several other videos. After a lot of ideas that did not work I finally found a solution that worked quite beautifully. Eureka!

You first download the annotations in an XML format that YouTube uses internally. The url goes something like this: http://www.google.com/reviews/y/read2?video_id=X&username=Y&auth_token=Z&owner=1&timestamp=&draft=1. You can get the auth_token by looking at the source of the “edit annotations” page.

Now that you have liberated your annotations data, you have to upload it to your other video. First get the auth_token of your destination video. You now have to edit your XML to fit a new format that is used when submitting new annotation data. First update the video_id value in the requestHeader tag. Then add this tag just below the requestHeader tag: <authenticationHeader timestamp="" owner="1" auth_token="Z" username="Y" />. Then rename the annotations tag to updatedItems. The XML file should now be ready for submission.

Now upload the new XML file as POST data to this url: http://www.google.com/reviews/y/update2. Make sure you are logged into the account that owns the destination video. Now voila! The new annotations have been saved as a draft. Just go to the “edit annotations” page and press Publish!

Okay, the above sounds very complicated, but I have of course made a website with client-side JavaScript which makes it very easy. You can use it to to copy the annotations to several videos at once very quickly.

Take a moment to think about the importance of having control over your own data. Google is thinking about this if you look at their Data Liberation site. But annotations data is something they haven’t gotten around to yet.

Anyway… there you go. Happy copying!

Be sure to leave a kind comment if this helped you. :-)

Edit: The urls have changed in a recent update. The latest code is on the script page.

Tags:

How to compile my programs

January 10th, 2011 No comments

Hello. Time for one more video.

This time it’s me explaining how to compile SuperF4. The instructions in the video works just as well with any other of my programs.

I hope this will result in more contributions coming in and more people getting involved.

This is the first screencast that I’ve ever done. I’m pretty pleased with the result.

Like the wallpaper? You can get it here.

Tags: ,

Videos!!

January 7th, 2011 No comments

It’s always nice to see when people likes your program. It gives you that warm feeling that you are doing something that people appreciate. In this post, I will show some videos that also have given me that feeling.

First of all, there’s that review of SuperF4 from Tekzilla. I hope everyone have watched it, but here it is anyway:

It was really great to see that video for the first time. I had felt for quite some time that my programs were useful and really did something great, and this was real confirmation. The only thing about this video is that it took two weeks for me to get notice of it. It was a user who emailed me and told me about it. It would have been nice if the Tekzilla staff had sent me an email, but I guess they are too busy. Also, even though she mentions SuperF4 in the video several times, the text ‘SuperF4′ never appears in the video description or in the tags, which obviously isn’t good.

A month or so ago, I randomly searched for AltDrag on YouTube. Guess what I found? Two videos of AltDrag that I had never seen before.

The first video is a simple demonstration of AltDrag, set to some background music. Quite nice and explains how AltDrag works in a simple way.

The second video also demonstrates AltDrag. The cool thing here is that it is in Chinese. :-) The video belongs to this site, a Chinese tech blog.

Anyway, my point with this blog post is that I really appreciate these contributions. The only complaint I have is that I have trouble finding these videos. If you know of a video or any other media where a program of mine has been featured, please let me know!

P.S. While writing this blog post, I found four videos demonstrating ShutdownGuard: #1, #2, #3, #4. Not bad. :-)

Tags:

Server down

January 5th, 2011 2 comments

My server was down the last few days. This was because the cooling system broke down at Ludd where I now host my server. I’m sorry about this, but these things can happen.

The next time this happens I will try to have a backup server ready to take over.

As for other news, I have re-uploaded some missing files and re-enabled the speedruns submissions.

Tags: