blue collar dev
random notes, kept here from when I am not at my home workstation
Pages
(Move to ...)
Home
agile
concurrency and parallelism in Perl 5
who am I
▼
Wednesday, December 31, 2014
dwarf fortress on Debian x64 Wheezy
›
got these errors at start ./libs/Dwarf_Fortress: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No...
Thursday, December 18, 2014
›
renamed from "perl hunting" to "blue collar dev" to fit my current mood
Thursday, August 28, 2014
profiling Catalyst applications with Devel::NYTProf
›
While attempting to profile a Catalyst application with Devel::NYTProf, I kept getting errors when processing the nytprof.out file because t...
2 comments:
Thursday, September 26, 2013
starman workers use too much memory and do not release it to the operating system in time
›
if your large data is a string, this might help http://www.perlmonks.org/?node_id=661900 if not, you can redefine the Net::Server::PreFork...
Thursday, May 9, 2013
install dependencies
›
to install dependencies for a module you got from github, in Makefile.PL add to this section PREREQ_PM => { 'Moose...
Friday, October 12, 2012
Catalyst: send warnings to the virtual host log file
›
So, you run Catalyst on mod_perl in a virtual host, but logs will not go where you expect them to go, which is to the log file defined in th...
Tuesday, October 9, 2012
Zombie game with Perl
›
Zumbis
‹
›
Home
View web version