Latest comments

In response to: The new Catalyst book from Packt Publishing

Robin Smidsrød [Member] · http://robin.smidsrod.no/
@Andrew Well, it says "July 2010" on the Packt information page. I would say that qualifies as "new" in terms of dead-tree publishing. As I have not read either of them (yet) I can not say anything on the quality of the content of either book.

For those of you that read Andrew's comment and wonder what book he is referring to, see this link: http://apress.com/book/view/1430223650
PermalinkPermalink 14.08.10 @ 23:55

In response to: The new Catalyst book from Packt Publishing

Andrew [Visitor] · http://hobbs.cleverdomain.org/
The new old book, rather. The one from Apress is still "the new book" :)
PermalinkPermalink 14.08.10 @ 21:16

In response to: Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!

Nuno [Visitor]
Thanks a lot...

A very long time that a i have to solve this problem.
PermalinkPermalink 19.07.10 @ 08:41

In response to: How to get a PSGI app running with mod_fastcgi on Ubuntu with Apache2

Christiaan Kras [Visitor] · http://blog.htbaa.com
Interesting. The ability to share loaded libraries such as Moose and DBIx::Class is nice. Will have a look at it.

PS: I didn't get notified by e-mail about your reply. Is this intentional?
PermalinkPermalink 09.07.10 @ 06:46

In response to: How to get a PSGI app running with mod_fastcgi on Ubuntu with Apache2

Robin Smidsrød [Member] · http://robin.smidsrod.no/
@Christian: I actually wrote Plack::App::Apache::ActionWrapper after having looked at the problem some more. You might find it interesting.
PermalinkPermalink 08.07.10 @ 09:35

In response to: How to get a PSGI app running with mod_fastcgi on Ubuntu with Apache2

Christiaan Kras [Visitor] · http://blog.htbaa.com
suexec does work, but you have to set the SuexecUserGroup for virtual hosts.

http://httpd.apache.org/docs/2.0/suexec.html#usage
PermalinkPermalink 08.07.10 @ 06:13

In response to: Implementing a depth-first search in a PostgreSQL stored procedure using Perl

Robin Smidsrød [Member] · http://robin.smidsrod.no/
You're welcome!
PermalinkPermalink 07.07.10 @ 08:10

In response to: Implementing a depth-first search in a PostgreSQL stored procedure using Perl

Spanish Language Hacks [Visitor] · http://dreaminespanol.com
Thanks for the major timesaver Robin. Cheers.
PermalinkPermalink 05.07.10 @ 18:28

In response to: Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!

Robin Smidsrød [Member] · http://robin.smidsrod.no/
@Ressy Using Process Monitor from sysinternals.com indicated that the .exe had a buffer overflow error. Data Execution Prevention (DEP) is designed to block that kind of thing, because it is a potential security threat. Putting the .exe into the exception list allows it to overflow as much as it wants. Sun/Oracle should really fix their code so that hacks like these are not required.

It might be that the Nokia emulator is experiencing a similar problem. Looking at Process Monitor while you're trying to start your MIDLet should probably identify why some .exe misbehaves.
PermalinkPermalink 01.07.10 @ 07:11

In response to: Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!

Ressy [Visitor]
God Bless You!

(Don't know how you figured that out but you're a freakin' genius!!)

For me the emulators worked, but after installing nokia's sdk everything was ruined.
PermalinkPermalink 30.06.10 @ 20:45

In response to: Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!

Jose [Visitor]
Great contribution!

Thanks!!!!!
PermalinkPermalink 17.06.10 @ 10:21

In response to: Having problems to install CPAN modules that use Module::Install on Windows?

Nilson Santos Figueiredo Junior [Visitor] · http://nilsonsfj.myopenid.com/
I guess this is one of the main disadvantages of M::I. When a bug is found, a truckload of modules need to be updated.

To my knowledge, this is the second time where there's a Windows-specific bug in M::I and a lot of modules break because of it.

I didn't experience these issues myself, though, as I don't use AVG.
PermalinkPermalink 31.05.10 @ 10:46

In response to: Having problems to install CPAN modules that use Module::Install on Windows?

Robin Smidsrød [Member] · http://robin.smidsrod.no/
@kmx:

I was the one who filed the first bug. I have left a comment there about my findings.

The second one is not related to the fix_up_makefile sub, so I don't know any other workaround for that one than to exclude the strawberry directory from antivirus scanning.
PermalinkPermalink 31.05.10 @ 06:44

In response to: Having problems to install CPAN modules that use Module::Install on Windows?

kmx [Visitor]
Similar issue was reported (unfortunaltely not analysed) here:

https://rt.cpan.org/Public/Bug/Display.html?id=51472

And other known strawberry + antivirus clash (reported with Symantec and MS Essetials) is here:

https://rt.cpan.org/Public/Bug/Display.html?id=55924
PermalinkPermalink 31.05.10 @ 06:33

In response to: Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!

cozmint [Visitor]
Excellent!
Thank you very much for sharing!
PermalinkPermalink 22.05.10 @ 20:57

In response to: Apple, the devil in our midst

Stevan Little [Visitor] · http://moose.perl.org/vote-transparent.html
@Robin: No one said he had to do it willingly ;)
PermalinkPermalink 19.05.10 @ 19:43

In response to: Apple, the devil in our midst

Robin Smidsrød [Member] · http://robin.smidsrod.no/
@Stevan: Well, Matt explicitly said he would not honor that option, so I tried to come up with something that (at least) would go strongly up against his goth style.
PermalinkPermalink 19.05.10 @ 19:14

In response to: Apple, the devil in our midst

Stevan Little [Visitor] · http://moose.perl.org/vote-transparent.html
VOTE TRANSPARENT!

http://moose.perl.org/vote-transparent.html
PermalinkPermalink 19.05.10 @ 15:57

In response to: How to setup an Atheros-based Access Point with WPA-PSK on Ubuntu 8.04 server

Robin Smidsrød [Member] · http://robin.smidsrod.no/
Unfortunately I'm unable to help you directly, but I think maybe your problem could be solved by using some tips from this link:

http://ubuntuforums.org/showthread.php?t=1285828

I'm unsure if your chipset supports AP mode at all on Linux. You would have to read through the docs to see for sure. If you would like it to support hostapd your list is even more limited.

Have a look at http://wireless.kernel.org/en/users/Drivers and filter the list on the ones that support AP mode.

If you're unable to solve your problem I would suggest to ask your question on http://superuser.com/, it's a Q&A site that is dedicated to software/hardware enthusiasts.
PermalinkPermalink 15.10.09 @ 17:51

In response to: How to setup an Atheros-based Access Point with WPA-PSK on Ubuntu 8.04 server

truongthanh [Visitor]
Oh thank you ! I have a wireless usb with chip RT2070. How to setup Base Access Point with it ? Can you help me ?
PermalinkPermalink 15.10.09 @ 15:41