Maybe my workflow is broken, but I often have the problem that I need to swap the last two commits I did to my git repository. That is due to the fact that my last commit is usually what I’m really working on. I know I could use more branches, but still. When I’m cleaning …
Kategorienarchiv: Perl
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2011/11/04/quickhacks-git-swap-swapping-the-two-topmost-commits/
Okt 19 2011
More History
Today I found out that use.perl.org is shutting down, or at least it is not accepting any new posts anymore. As I had my first blog on use.perl.org I wanted to preserve the data. This was quite easy as I just had to enhance a little script that I found on perlmonks.org in order to …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2011/10/19/more-history/
Mrz 15 2007
FrOSCon 2007: Call For Papers
The second Free and Open Source Conference “FrOSCon” takes place on August, 25th and 26th 2007 in Sankt Augustin, near Bonn, Germany. The conference is once again hosted by the faculty of computer science of the University of Applied Sciences Bonn-Rhein-Sieg in collaboration with the student body and the Linux/Unix User Group Sankt Augustin. In …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2007/03/15/froscon-2007-call-for-papers/
Nov 22 2005
PerlPlanet
I hate to always criticise other people’s work, but Planet is a piece of crap. I tried it on my favourite blogs to fire up friends.thiesen.org and besides not working on Atom feeds as it should it completely died on another feed and had encoding issues. I tried to fix it, but it appears as …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2005/11/22/perlplanet/
Nov 03 2005
JSON & JavaScript Speed
Was macht man wenn man clientseitig viele Daten verarbeiten möchte? Kein XML parsen, das ist total out, weil XML ja nicht native ist. Dafür gibt es jetzt JSON, die JavaScript Object Notation, die ist wie XML ohne den ganzen DTD schnickschnack und sowieso, man kann es einfach eval’en. Das geht dann auch für 3943 Einträge …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2005/11/03/json-javascript-speed/
Okt 29 2005
fuseftp: Implementing userspace filesystems with Perl
Update 2011: Well, I haven’t done anything with Perl in the last couple of years, but to update this Page: FuseFTP is now up on Github, you can fork it there. Well, as I mentioned earlier, 2.6.14 has this nifty new FUSE feature, allowing the implementation of a file system in userspace. Unfortunately, there was …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2005/10/29/fuseftp-implementing-userspace-filesystems-with-perl/
Okt 26 2005
Net::SILC::Client
Once upon a time there was a Linux user group which switched it’s chatting system to SILC. Unfortunately there was no Chatbot available for SILC and the user group had to live without. Suddently, in the beginning of ’05, somebody had the time to write a bot, called Megasus, which runs inside the Irssi client, …
Permanentlink zu diesem Beitrag: http://blog.thiesen.org/archives/2005/10/26/netsilcclient/
