StartupWeekend Romania

Via @mihaigheza, în București va avea loc StartupWeekend Romania.

SWRomania

In a nutshell, SW este un eveniment care are loc în toată lumea și seamănă foarte mult a un Hackathlon, deși scopul acestui eveniment este de a încerca forțele comunităților locale de a crea un produs care poate rezulta într-un startup.

Pentru cei interesați, SW va avea loc în perioada 11-13 Noiembrie 2011 la Crystal Palace Ballroom, în capitală.

N.B.(personală): E frumos că încep să aibă loc evenimente de acest gen în România, însă decât 2 pe an în capitală (Yahoo Hackathlon), mai bine unul acolo, altul mai în Transilvania (aș paria că în Transilvania e loc de mai multă stofă de startup-guys). Plus că eu nu aș merge până în capitală pentru a programa…

Sysadmin’s Day

Reposted! Originally posted on 29th of July 2009.


Happy sysadmin day!
:)

Credits: pic and clip (click the pic to hear the clip).

Publish git repository to svn easily

I’m using git a lot, and lately I started to publish my WordPress stuff on github.

Some of that code are plugins, and as you may know WordPress.org are using SVN a lot. I’ve googled a lot of solutions on how to publish code from git to svn, untill I discovered the steps below.

First you will need to know the revision of your initial repo (you can also call it repository creation commit). You can find it by searching trac or any other web interface that handles the SVN log. Let’s say in my example I had to search for some-maps plugin creation commit. Go to this link, by replacing KEYWORD with your repo name:
http://plugins.trac.wordpress.org/search?q=KEYWORD


The revision number you need is the one in squared brackets.

Now it’s easy. Open your .git/config file, and append/modify the svn-remote part:

[svn-remote "svn"]
        url = https://plugins.svn.wordpress.org
        fetch = KEYWORD/trunk:refs/remotes/trunk
        branches = KEYWORD/branches/*:refs/remotes/*
        tags = KEYWORD/tags/*:refs/remotes/tags/*

Once you’re finished, use the git svn fetch command, like this:
git svn fetch -r REVISION_NUMBER

Now all you need is to switch to svn branch, I suggest you creating a new banch that will be synced with svn trunk:
git checkout trunk -b svn

Now you can merge master to svn, commit and tag:

git checkout svn
git merge master
git svn dcommit
git svn tag TAG_NAME

Happy forking!

La mulți ani!

Sort of… Mai mult pretext pentru a anunța noua pagină Ubuntu România (WordPress rocks! Vechea pagină.), alături de noul look a planetei Ubuntu și proiectul „Alege Software Liber” cu Mandriva Linux adăugat la soluții.

Noul Ubuntu-ro

Ar mai fi un lucru. Împreună cu Adi am gândit că pentru a asigura compatibilitatea și folosirea corectă a diacriticelor, am creat un modul simplu pentru WordPress care la salvare va converti orice diacritică greșită (cu sedilă) în una corectă (cu virguliță). Iar dacă un navigator web care vizitează pagina este pe platforma Windows, modulul va aplica procesul invers pentru a asigura o afișare compatibilă. Fork it! Use it: Comma Diacritics!

N.B.: Se mai lucrează și se dorește ajutor la partea cu asistența și comunitatea! Ping nouă dacă poți/vrei să ajuți.

Thin Lizzy

WordCamp Bucharest 2010

Well, it’s over, and it was ok (people say, much better than previous year). Thanks a lot to the guys behind the event for invitation, the people that came and Cristi for not letting me alone all along the event.

Met:

My slides are on github.

Guys from Cluj, I’ve stolen stickers with WordPress, Gravatar and PollDaddy, so If you meet me, ask for them (I can be found usually at Insomnia, till late evenings coding/hacking stuff)!

P.S.: I still hate Bucharest, and I saw The Social Network (not that much impressed)…