zoul

5,596
Reputation
493 views

Registered User

Name zoul
Member for 1 year
Seen 3 hours ago
Website
Location Boskovice, Czech Republic
Age 28
Nov
26
comment Good ethical hacking book
We lost the “hacking vs cracking” war with media about a decade ago, let’s get over it.
Nov
26
comment Good ethical hacking book
Gray Hat Hacking is a decent attempt. Some legal background, nice covering of the pen testing tools and thorough overflow tutorials. Some of the “programming tutorial” stuff in the book is IMHO a miss, but overall the book is good.
Nov
26
comment Good ethical hacking book
Hacking Exposed is an abomination. Lots of hot air, lots of outdated information, even some content stolen from web.
Nov
25
awarded  Popular Question
Nov
25
answered What do you do to write better code?
Nov
25
accepted EXC_BAD_INSTRUCTION with URLConnection initWithRequest
Nov
25
revised static - used only for limiting scope?
Added Obj-C example.
Nov
25
answered static - used only for limiting scope?
Nov
24
accepted String tokenizer in Objective-C for iPhone application development
Nov
23
comment How can I run Perl test suite automatically when files change?
Thank you, this is exactly what I was looking for.
Nov
22
comment How do I install Email::Send::Gmail for ActivePerl?
Looks like you need to install OpenSSL, see openssl.org.
Nov
22
revised How do I install Email::Send::Gmail for ActivePerl?
Code markup.
Nov
22
revised How do I install Email::Send::Gmail for ActivePerl?
Formatted code.
Nov
22
comment Unicode support in Web standard fonts
Sorry, yes. For example the circled digits (➊➋), shapes (▲•☐) or arrows (→⇒➜). In some fonts these characters have inconsistent weight, height and other parameters.
Nov
22
answered Unicode support in Web standard fonts
Nov
22
comment Moose: Expiring cached results of calculations when attribute values change?
(But certainly this solution is worse than those above beause it does not recalculate $b lazily.)
Nov
22
comment Moose: Expiring cached results of calculations when attribute values change?
Setting $b from $a was a way of saying that he can update the calculated value ($b) when one of the master values ($a) changes. And I don’t think there will be a trigger cycle if he simply wants to update the calculated properties. It might be that I simply don’t get your argument – have an example?
Nov
21
comment How can I run Perl test suite automatically when files change?
I’d like it to watch the file changes so that I have instant feedback when I break something. Might be a bit extreme, but I’d like to try it.
Nov
21
comment How do I create a cyclic graph of immutable objects in Perl and Moose?
For me it makes easier to reason about the Node objects. For other reasons see the immutability tag.
Nov
21
answered Moose: Expiring cached results of calculations when attribute values change?
Nov
21
answered Minimalistic tools for developer documentation
Nov
21
asked How can I run Perl test suite automatically when files change?
Nov
21
asked How do I create a cyclic graph of immutable objects in Perl and Moose?
Nov
20
comment EXC_BAD_INSTRUCTION with URLConnection initWithRequest
Chris: If you’re still having problems, I’d suggest the usual process of simplifying the code. Drop everything you don’t need, chunk by chunk, and if the problem suddenly disappears, you have found the offender.
Nov
20
answered EXC_BAD_INSTRUCTION with URLConnection initWithRequest
Nov
17
comment How to quit an iPhone app nicely?
The usual warning is that (1) your application could be rejected from the App store and (2) the private APIs are not guaranteed to stay stable, which means your app could easily break with new firmware.
Nov
17
accepted How to quit an iPhone app nicely?
Nov
13
awarded  Popular Question
Nov
11
revised Separating unit and functional tests in Perl
The solution I have come up with.
Nov
11
comment Separating unit and functional tests in Perl
Some of the tests are too slow to be routinely used even on a multicore machine, but the prove tips are interesting, thank you.
Nov
11
comment What is a good resource for making high-level software architectural decisions
I was going to answer the same.
Nov
11
revised What is a good resource for making high-level software architectural decisions
Grammar check.
Nov
11
asked Separating unit and functional tests in Perl
Nov
11
answered Learning to create beautiful /next-generation GUI
Nov
10
comment How do I install deps for CPAN module without installing it?
I have changed to Module::Build, feels better. The 0.36 release adds an installdeps action that does precisely what I was asking for. Thank you.
Nov
10
comment How do I install deps for CPAN module without installing it?
Thank you, it looks like I do :)
Nov
10
comment How do I install deps for CPAN module without installing it?
Thank you (+1), but that’s not quite what I want. M::S is quite orthogonal to the whole Module::Install machinery I would like to use. As for P::P, I am afraid it would make things unnecessarily complicated. Most of my applications are Catalyst web apps and it’s quite convenient for me to have a ‘live’ repository on the server when I want to fix something.
Nov
10
comment How to quit an iPhone app nicely?
Thanks, I did not read that.
Nov
10
revised Do you develop your Perl applications as CPAN modules?
Pointer to the follow-up question.
Nov
10
comment How to quit an iPhone app nicely?
Aha, so it’s not wrong from the engineering point of view? I agree that quitting the application unexpectedly is unfair to the user, but other times it’s perfectly valid – for example if you have a Quit button. (Which, for whatever reason, many applications do.)
Nov
10
asked How do I install deps for CPAN module without installing it?
Nov
10
comment How to quit an iPhone app nicely?
Why is calling exit not recommended?
Nov
10
answered How to quit an iPhone app nicely?
Nov
10
awarded  Popular Question
Nov
9
answered Where can I find object-oriented Perl tutorials?
Nov
8
awarded  Citizen Patrol
Nov
8
accepted Alternative for SIFR
Nov
6
awarded  Nice Answer
Nov
6
revised Accessing Array Elements of Referenced Array
Better wording.
Nov
6
revised Accessing Array Elements of Referenced Array
Code markup.