For long time core devs wanted to use support the common denominator (svn) and let users choose their frontend (hg-svn, git-svn, svk).
Now they realised that github presence will raise number of contributors.
HN user
[ my public key: https://keybase.io/oinopion; my proof: https://keybase.io/oinopion/sigs/EGvETo7N8pWm902kzoKo082XRrwMBYUvsMVzK6ENhFE ]
For long time core devs wanted to use support the common denominator (svn) and let users choose their frontend (hg-svn, git-svn, svk).
Now they realised that github presence will raise number of contributors.
This should not feel special at all. :-/
I've spent some years in Scotland and I was amazed with how robust and effective most govt services were (at least ones I've used). Poland and Austria (were I lived, too) are nowhere near that.
I wish you could go to any govt office in any of EU countries and do your business in English.
Why? Django (trunk) has new files layout.
$ django-admin.py startproject testo
$ cd testo
$ ./manage.py startapp testapp
$ tree
.
├── manage.py
├── testapp
│ ├── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
└── testo
├── __init__.py
├── settings.py
├── urls.py
└── wsgi.pyLooks especially like http://opencomparison.org/ :D
Cool, they have just broken most of email regexps.
Humble bundle did this.
I'm happy to see Polish researchers doing something people will buy. Major problem for Polish science is lack of commercial opportunities.
True, there's no guarantee. There's no guarantee that you'll find "work at a company that lets you work on interesting problems and learn new skills". Everything here is subjective. :]
Because start-up require people to do all kind of stuff. You'll learn front-end and (some) back-end and will have bigger picture, which generally is "A Good Thing".
After "Jenny DryErase" hoax it's hard to believe in sincerity of this. Especially because it's written too well.
Most of my friends (in Poland) spend monthly less for mortgage than they would on rent. It seams that housing/mortgage market here is very different.
What magnitude of X are we talking about? Where I live (Central Europe), the difference is really small.
What sense does it make? If you rent apartment(s) for 10 years, you give money out and you have nothing afterwards. Mortgage, on other hand, is more investment: you will have something valuable after paying it back.
Is renting everything a new way to be cool?
Maybe it's not programming that you're interested in. Maybe it's just making money? If that's the case, consider changing studies.
It works well only on uniformly distributed keys. Not everyone has pleasure to work with such data.
Looking at this this post, I think we need hackerjobs.eu
It would be good joke, only... Python has so many ugly web-frameworks, that this doesn't make any difference.
I played a bit with code and I think you could benefit from reading:
http://www.python.org/dev/peps/pep-0008/
http://docs.djangoproject.com/en/dev/topics/forms/
http://docs.djangoproject.com/en/dev/topics/db/models/#many-...