slowly moving forward...

The little project has been moving forward even if it is at a very slow pace, but it is moving.

Somethings have been done, continue on the skeleton part of it and following the quick tutorial from Pyramid, have the 2 empty views in place, added some support for the debug toolbar and as well s...
Continue Reading

myvideos starting point...

The skeleton/starting point for the little project i want to do with having a place to store and share my videos is started.

A basic structure was created, together with the supporting virtualenv based arounbd python3. A local git repository was created, and a initial basic .gitignore as been...
Continue Reading

starting pyramid development...

And here we go again, start pyramid development, which i have done in the past but now with the aim of learning Python3 and build a small website for my videos to start with.

I will reuse part of the code i used for the blogcode from some years ago, and we will see how this go.

Also, w...
Continue Reading

access svn via ssh in a secure way...

up until now i have been using svn protocol to access my subversion repos.
Of course if you are inside a corporate/home network then this doesnt pose a big issue, as the traffic for svn protocol is transmitted in the open.

When doing from the internet, then all the traffic is in plain text...
Continue Reading