ibz

1,124
Reputation
315 views

Registered User

Name ibz
Member for 1 year
Seen Nov 27 at 6:44
Website
Location Beijing, China
Age 25

Romanian guy living in Beijing. Traveler. Amateur photographer.

I create software and appreciate music.

I'm the guy behind traveli.st.

Oct
27
awarded  Civic Duty
Sep
23
comment Worst UI You’ve Ever Used
Enterprise Manager only 11 votes? Come on, people!
Sep
23
comment Worst UI You’ve Ever Used
Is it only me who finds Photoshop more confusing than GIMP? The windows floating all over are very annoying, but that's the same in PS! The menus on the other hand are better in Gimp.
Sep
23
comment How do I perform HTML decoding/encoding using Python/Django?
Should be ''' instead of ''/'.
Sep
16
awarded  Popular Question
Sep
10
awarded  Yearling
Sep
9
awarded  Popular Question
Aug
24
comment IPC Mechanisms in C# - Usage and Best Practices..
No idea. It's just my guess.
Jul
18
comment HTML table is bigger than the browser’s window
You're right. One of my rows had a huge "word" (no spaces). I hadn't seen that, since it was far down in my table. Thanks!
Jul
18
comment HTML table is bigger than the browser’s window
@Random Echo Firefox. @meep That's exactly my example.
Jul
18
asked HTML table is bigger than the browser’s window
Jul
16
comment See currently executing queries in PostgreSQL
Heh, I found a similar one from 2004. Was hoping it changed over all these years though. :(
Jul
16
asked See currently executing queries in PostgreSQL
Jul
10
revised Special (magic) methods in Python
added 10 characters in body; edited title
Jul
7
comment Special (magic) methods in Python
@balpha Fixed, thanks.
Jul
7
revised Special (magic) methods in Python
deleted 2 characters in body; edited title
Jul
7
asked Special (magic) methods in Python
Jul
3
comment Does a varchar field’s declared size have any impact in PostgreSQL?
OK, seems two other people agree with this, so I guess it is right after all. Sorry, but the documentation is indeed not very clear, that's why I didn't want to count the documentation as an answer in the beginning.
Jul
3
comment Restarting a Django application running on Apache + mod_python
s/this things/these things/ :)
Jul
3
comment Restarting a Django application running on Apache + mod_python
I'm a bit scared of this XXgi things after all the trouble I had with FastCGI (sure, it was Lighttpd, but still): stackoverflow.com/questions/393637/…. Didn't know wsgi is the recommended way to deploy Django now. It used to be mod_python, right? Anyway, I'll look into it. Thanks!
Jul
3
comment Restarting a Django application running on Apache + mod_python
"apache2ctl gracefully" sounds like a neat thing. Will definitely look into that, even though it's not exactly what I was looking for. Thanks for the tip!
Jul
3
revised Restarting a Django application running on Apache + mod_python
added 174 characters in body
Jul
3
asked Restarting a Django application running on Apache + mod_python
Jul
1
comment Does a varchar field’s declared size have any impact in PostgreSQL?
Yes, they do mention all the three, but they only insist on two. I actually asked this question on SO exactly because I was not happy with that particular paragraph in the doc and I was looking for a more insightful explanation. And no, TEXT is not the same as VARCHAR(LOTS). TEXT is stored outside the row. At least AFAIK.
Jul
1
comment Does a varchar field’s declared size have any impact in PostgreSQL?
I'm talking about VARCHAR(m) vs VARCHAR(n), not about VARCHAR vs CHAR, which is what you are pointing to.
Jul
1
revised Does a varchar field’s declared size have any impact in PostgreSQL?
deleted 2 characters in body; edited title
Jul
1
asked Does a varchar field’s declared size have any impact in PostgreSQL?
Jun
29
asked Python 2.4 plistlib on Linux
Jun
28
comment HTTP Authentication in Python
How is this simpler than the initial example?
Jun
24
asked Python urllib2 with keep alive
Jun
18
comment Alternative for C-key in emacs?
+1 I always map CapsLock to Ctrl. It has a nice location and it's useless.
Jun
18
comment Access Django testserver from Django test
Thanks for the nice answer! Sounds like overkill for me though. I guess I'll just go the easy way for now. Which would be: write a normal test (not Django - so it doesn't mess the DB), which connects to the test server, that should be started beforehand. In the test setUp, if connection fails, display a nice message like "please start your Django test server". :)
Jun
18
asked Access Django testserver from Django test
Jun
8
comment Extract filename and extension in bash
Awesome! Thanks!
Jun
8
asked Extract filename and extension in bash