2010-07-21

Shell screen

screen -S starts a new screen instance
screen -ls list running screen instances
screen -r attach to a specific screen instance
^a " list available windows
^a c create a new window and switch to it
^a n switch to the next window
^a p switch to the previous window
^a A rename the current window
^a d detach screen from the current terminal (programs will continue to run)
^a D Power detach and logout
^a ? help; show key bindings
^a k Kill the current window

2010-07-15

2010-07-15

The most interesting trend in the development of the Internet is not how it is changing people’s ways of thinking but how it is adapting to the way that people think

Steven Pinker, but does it float

2010-07-12

Internet est la rencontre, la convergence, sinon la collision brutale, entre une longue et lente évolution technologique, des protocoles informatiques extrêmement arides et des usages humains

exomakina.fr

2010-07-08

The goal of design is to efficiently solve problems. Design is based on the understanding of how user see the world, how they think and behave. And the toolset of the designer is broader than just colors and font-styles, as it also includes user-research, prototyping, usability testing, and more.

UX Myths

2010-07-07

Django and Python embedded in a tumblblog

Floating is quite hard

2010-07-05

Python-tumblr issue

python-tumblr has an issue with posting to a secondary tumblblog. abiomkhar suggested a simple patch : http://code.google.com/p/python-tumblr/issues/detail?id=4. If you read this, it just means that it works perfectly. As I’m posting this from my django admin.

2010-06-06

This is everything we asked for but not what we wanted.

— (via clientsfromhell) (via nautilebleu)

2010-05-28

Django forums

SCT (Sphene Community Tools) is a collection of Django applications that are designed to be easily pluggable into any Django project. It currently consists of a Wiki and an extensible Forum application. Features for the forum include rendering of BBCode or markdown (with a pluggable rendering architecture), hierarchical forum categories, granular permissions, new posts-notifications and many more. It is extensible through ‘Category Types’ and includes a LinkList and Blog application to demonstrate it’s use.

vs

DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.

Any other ?