Koke’s

My English alter-ego

Some bash aliases to speed up daily tasks

Posted by Jorge Bernal May 20, 2008

# Enable some colors
alias ls="ls -G"
# Gimme details and size in KB, MB or GB, I'm not good reading bytes
alias l="ls -lh"

# SSH aliases
alias moe="ssh moe.warp.es"
# I always misspelled that one :P
alias mow=moe
alias ebox="ssh root@ebox"
alias amedias="ssh amedias.org"
alias rssh="ssh -l root"

# Git alias
ci="git ci" # Formerly svn ci
# Jump to github from repository
alias github="git config -l | grep 'remote.origin.url' | sed -n \
's/remote.origin.url=git@github.com:\(.*\)\/\(.*\).git/https:\/\/github.com\/\1\/\2/p' \
| xargs open"

# MySQL
alias myserver="sudo /usr/local/mysql/support-files/mysql.server"

# Start webserver on localhost:8000 sharing current directory
alias webshare='python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"'

# Rails server
alias ss="./script/server"
alias sss="screen ./script/server"
alias sr="screen -r"
AddThis Social Bookmark Button   AddThis Feed Button

An engineer is born

Posted by Jorge Bernal March 15, 2007

Does this video ring a bell for you?

The Knack

AddThis Social Bookmark Button   AddThis Feed Button

Boss/employee relationships

Posted by Jorge Bernal March 03, 2007

Nacho writes about a nice article at Note from boss to employees. If you follow through the original article, you can find a comment reversing the meaning of the letter (from employee to boss).

I guess both are true. And I guess there are two conclusions to extract from the letter and the replay:

  1. We are all human. We all make mistakes
  2. Since we all fail, fluent communication is vital for the health of a company (or any other kind of organization)

So I think you can ask an employee some level of empathy if you aren’t offering the same, and viceversa. It’s not so difficult. Remember, just be nice. There’s always a story behind.

Update: via Lifehacker I found an article called A Manager’s Guide to Growing Happy Employees. The key points in this case are:

  1. Manage people first, do your own work second.
  2. Delegate your best work.
  3. Help people get recognized.
  4. Make projects relevant to people, not companies.
  5. Align yourself with your boss.
  6. Work reasonable hours.

And I think the last paragraphs summarize all the previous steps quite well

The best way to think about management is to treat everyone like an unpaid intern.

Each day, your employees ask themselves, “Am I getting enough out of this job to keep doing it?” And each day, you need to give them a reason to say, “Yes.”

AddThis Social Bookmark Button   AddThis Feed Button

Economics for dummies

Posted by Jorge Bernal March 03, 2007

Principles of economics, translated for non-economists. Real fun

AddThis Social Bookmark Button   AddThis Feed Button

Net neutrality: a big issue

Posted by Jorge Bernal February 26, 2007

Well, I’m used to the term tech neutrality maybe because is one of the current open fights here in Spain, but not so much about net neutrality. Two very different concepts but similar consequences. The opposite of neutrality here would be control. Control by an oligopoly (in the best case) which kills diversity, so killing innovation and slowing progress. Not a good idea.

I’ve found a short documentary (11 min) about this topic, quite well explained. Also, the video is open source and AFAIK, all the material has been extracted from the net (I recognised several clips from youtube)

The site: Humanity Lobotomy. There you can watch the video in Quicktime or download in some other formats.

Via: Creative video presentations

Update: sorry, but I couldn´t resist. This other explanation may not be so detailed, but it´s really funny. Brought to you by Ask a Ninja

AddThis Social Bookmark Button   AddThis Feed Button

apt-get install pizza

Posted by Jorge Bernal February 26, 2007

Well, not so easy but really close this time. I don’t remember how I got there, but I found a perl script to order pizza from the command line. Bad news is that only works for Domino’s in the US, but I bet it’s a matter of time. Envy is a great motivator (check out Bluetooth Remote for reference).

The site: Pizza Party

[Via: Digg]

AddThis Social Bookmark Button   AddThis Feed Button

On sale: iRiver iFP-895

Posted by Jorge Bernal December 20, 2006

It’s my first auction on eBay, and it’s so exciting I think I’m going to put most of my stuff on sale (most of my stuff means all the stuff forgotten in some drawer or closet)

iFP-895

The acution: Reproductor MP3 iRiver IFP-895, 512MB, just in case you are interested

AddThis Social Bookmark Button   AddThis Feed Button

Innovative technologies create new words

Posted by Jorge Bernal December 08, 2006

To google became a verb even when Google discourages it:

Google has attempted to discourage use of the word as a verb, fearing the dilution and potential loss of its trademark, like Yo-Yo, Xerox and escalator (see genericized trademark).

I know you should protect your trademark but when all the people start using your name as a common word is a sign of success.

Anyway, the point here was discovering the new word of today:

wii-kend:

1. A weekend devoted exclusively towards playing a Nintendo Wii.

2. the weekend of November 19, 2006, the Nintendo Wii console’s launch date

Found via word of the day

More on wii-kend

AddThis Social Bookmark Button   AddThis Feed Button

JPG Magazine

Posted by Jorge Bernal December 03, 2006

Yesterday I discovered JPG Magazine, a photography magazine with an interesting business model. Users submit their photos, users vote for photos, JPG publish user photos. If your photo gets published you get a 1-year subscription and $100.

Also you can get it in PDF for free. I’ll wait before subscribing since the price for US ($24.99/year) seems to be ok, but outside US it’s $48.99, which I find a bit expensive for 6 issues.

I have only two pictures by now, but you can check it in my profile

AddThis Social Bookmark Button   AddThis Feed Button

AJAX WYSIWYG CMS

Posted by Jorge Bernal November 21, 2006

Or how to make a title by using only acronyms.

It’s called Authenteo and I have to say I haven’t really tried it yet, but it looks quite impressive.

Authenteo

Ouch, I tried it and it made this post the “Firefox 2 – Safari 0”. After some block moving, Firefox crashed with all my new stuff to read tabs on it. Thanks to Firefox 2 session restore, nothing happened. It has also recovered the unsaved text of this post!

About Athenteo, not working too well and it’s way complicated and strange to use, but could be a good foundation for something great in the future.

(Seen on Ajaxian)

AddThis Social Bookmark Button   AddThis Feed Button

« Older blog posts