Pablo's blog

A bit of this, a bit of that and a lot about computers

Archive for the tag “announcement”

Moving to London, joining a startup

The Palace of Westminster at night seen from the south bank of the River Thames.

London by Jim Trodel

I’m making a lot of changes in my life. I’m moving to London… tomorrow. I’m really excited about it. I wanted to live in London for a while already. In that topic, do you know anyone that wants to share a flat in the London Bridge area?

Also, I’m changing jobs. In London I’m joining a startup called Watu. Well, I’m part of the founding team and I’ll be the CTO, which for now, it’s just an overly fancy way to say the coder, but I like it. We are solving the problem of managing employees from publishing the open positions at a company to interviewing, to paying salaries, to assigning and managing shifts. The whole deal. I’m really excited about it and I’m looking forward to it.

Hiding suspended blogs and labels

If you have, manage or keep track of a ton of blogs and twitter accounts like I do, I just implemented a couple of features in Keep on Posting that you’ll love: hide suspended blogs and hide link labels.

Here’s a screenshot with everything being shown:

and here’s another with everything hidden:

Suspending and activating trackings on Keep on Posting

You asked for it and you got it. If you go on a vacation or you temporarily stop posting in a blog, you can now suspend the tracking at Keep on Posting (without deleting it) and activate it whenever you want.

What’s the difference between suspending and deleting? There are two. First, you still have the tracking on the list, so re-enabling is just one click, and you don’t have to remember which blog it was, it’s just there.

The second is that while in suspended mode we keep all the data we gathered and we keep on gathering data, so when you hit activate, we can analyze that data for you without having to re-fetch it and any long term analysis we’ll implement will be possible (blogs only publish the last 10 posts over feeds but we keep track of previous posts when we can).

fofof was useless

It’s always hard to kill your own code, but not killing it when you have to is worst in the long run. My idea for fof and consequently my gem fofof was useless.

First I’ve discovered it didn’t work at all with the new Rails 3 query syntax. When I started to find a fix I’ve discovered I could replace the whole thing with:

 || raise(NotFound.new)

The examples in the Find or 404 post would end up like:

Blog.find_by_id(id) || raise(NotFound.new)

and

blog = Blog.fof.find(blog_id)
post = blog.posts.find_by_id(id) || raise(NotFound.new)

It’s less code, it’s more robust, I even think it’s much more readable. So there you, I’m killing fofof.

Sharing my code

I’ve recently wrote several posts that contiained code to copy and paste:

I don’t like copying and pasting code and since I was already doing it between several of my projects, I took those pieces of code and package them as gems. If you want, you can use them too:

I find it really awesome how many times some of my gems were downloaded:

Update: fofof is actually useless.

Overview of my new Extra 300S

http://vimeo.com/moogaloop.swf?clip_id=13983943&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=ffffff&fullscreen=1&autoplay=0&loop=0

Some pictures of the building process and the finished result:

RadioControlPedia

I’m tired that there are no canonical URLs for most products, materials, systems, etc. regarding to radio control. The vendors do a very poor job of having an online presence. Some seem not to have a web site at all and the ones that do have very poor URLs, very poor data (old articles get removed) or very poor websites (frames, javascript, no way to deep-link).

Sometimes the best information is provided by the retailers, which is already wrong, but the real issue is that when retailers are not selling something anymore, they remove the product from the public page, and the information gets lost.

I’ve decided to fix the problem so I’ve created the RadioControlPedia. A wiki for RadioControl were articles will always stay and stay at the same URL. Over time it’ll have more and more information.

.gitignore

I’m launching a new site:

gitignore.com

For now it’s just a blog, but the final goal is different:

Every time I start a new project I hesitate to make the first commit: what should I commit and what shouldn’t I? Essentially, what should I put on .gitignore.

The goal of this site is to collet snippet of .gitignore that one should use depending on what framework, software, libraries, etc. are being used. I’ll try to put the ones I’ll know, but please, if you know any, send me an email to pupeno@pupeno.com and I’ll publish (with attribution).

My final goal is to develop a small web application with a list of the frameworks (as checkboxes or something) from which you can pick and it’ll build the .gitignore. But I’ll only do it if this site gathers enough information.

My first contribution to Rails

https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4809

Looking forward to many others.

Science is cool

I’ve created a blog called:

Science is cool

It is my first try at a blog with a subject. The subject is, of course, science and coolness. Well, cool science. I find things related to science, every day, that are cool and I want to share them. Videos of experiments, conferences that are funny or inspiring. This is my way to share them with everybody.

It’s also a statement in an age where myth and legend are jumping at us everywhere, we have to remember that science and technology brought us where we are and that science is cool.

My web site was born around 1998 or 1999. Since then it has been many things, but for a while it has been a blog. My blog, my personal blog, where nothing I write is off-topic. Science is cool is my first try at a blog with a subject and that a blog that I intend to grow beyond a handful of friends.

Of course, linking, sharing, re-tweeting and so on is very welcome.

Post Navigation

Follow

Get every new post delivered to your Inbox.

Join 332 other followers