Viewing profile — bbbbbbbbb
bbbbbbbbb
HN member- Joined
- Thu, Apr 28, 2011, 4:42 AM UTC
- HN karma
- 16
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About bbbbbbbbb
No profile information was provided.
Recent public activity
-
comment
Comment #5472046
With work, family and everything that goes around, it is very hard to be in time... Standford Class2go gives you half credits if you are late for all the quizzes and exercises but …
-
comment
Comment #4951091
I was surprised by this too. Acceptance without strict consentment from the user seems illegal to me but it is (in the US law)?
-
comment
Comment #4692104
I like Auria, Amplitube,BeatMaker2,iMS20,iSequence,DM1,Animoog,Soundprism and the likes very much. with audiobus on its way, it is going to get even more interesting. Been using th…
-
comment
Comment #4691740
The main reason I bought an iPad was... the musical apps (and the fact you can read ebooks with the Kindle app). The iPad is a revolution in the musical scene. Musical apps is some…
-
comment
Comment #4579508
The new search layout shows very little information,is heavy and crashes now and then(true on 4S but not so on the new iPad where the search result displays more information at onc…
-
comment
Comment #3546087
yeah, I tend to agree. I have at work access to an iPhone 3GS, 4,4S with iOS ranging from 4 to 5. I also have 2 or 3 different handsets of androids to work on. I personally use an …
-
comment
Comment #2839475
It does not mean that Perl is not active in Japan though. Many big companies in Japan uses Perl as the language of choice for their websites but indeed,I won't say that it's not lo…
-
comment
Comment #2836157
Perl is a really great language that i came to love over the years. First, I've been writing PHP stuff then moved to Perl and experienced Java,Actionscript,Javascript,Objective-C,P…
-
comment
Comment #2505469
> If the specification is to print to STDOUT, a web server needs to make a trick to capture the output using tie, PerlIO or anything else, just like FCGI.pm does, and that's ineffi…
-
comment
Comment #2505168
it seems I am not the only to not get the point of PSGI: http://www.modernperlbooks.com/mt/2011/03/why-psgiplack-matt... It resumes quite well my opinion and concern regarding the …
-
comment
Comment #2504641
I've read the entire advent for plack and started to port my app. - Why send back an array ref instead of using the CGI way? What is the advantage it brings? If I want my app to ru…
-
comment
Comment #2502978
> Assuming that while loop is in your bootstrap FastCGI script Yes it is. > For most web frameworks, the change should be minimal and straightforward Indeed, it seems so.I'll try i…
-
comment
Comment #2502876
> That said, a doc patch is always welcome - on github fork or via RT. I would like to but I need to understand how this works to provide any patch whatsoever. What about porting a…
-
comment
Comment #2502637
>They are also available on github Great. perhaps getting rid of it on CPAN could be nice. > It's not just an "addition" - if there are N frameworks, the caching modules need to be…
-
comment
Comment #2500290
By the way, I see that you've decided to go with Nginx as the primary server for all languages and this is not really a problem in fact. I don't think switching to Nginx would be m…
-
comment
Comment #2500280
Thank you for trying to sort it out. > I assume you're looking at the non-dev PSGI specification yes. > PSGI specification on CPAN Not really sure it is a good idea to put a spec o…
-
comment
Comment #2497288
>Plack/PSGI has been embraced by almost everyone. In your company or in general? Because if it's in general, I would be more than happy to see where you get your stats. > You do Mi…
-
comment
Comment #2496897
As both of you have a good experience of Plack/PSGI, could you sum up the benefit you got from using it?
-
comment
Comment #2496839
>PSGI might appear to be new but much of the guts of Plack are pulled from previous framework-specific code so the various workarounds for server insanities are already there. It's…
-
comment
Comment #2496832
> Nobody in their right mind has been using CGI::Fast directly for years Could you extend on that? Been using it for years,just works fine. >PSGI is just a means to present various…
-
comment
Comment #2492695
Like FastCGI is... PSGI has been developed in 2009, then nothing for a long time (and as it hasn't spread as wild fire across providers i don't think there is enough real dev aroun…
-
comment
Comment #2492443
Dancer and Mojolicious are pretty new and I will not use them in production yet (not to say that our framework is better, way from that but just that it's not open to things like t…
-
comment
Comment #2492350
Well, I got the invitation and while playing around with nodejs, I was really looking forward for Perl support but this is absolutely not the environment I want to work on (wanted …
-
comment
Comment #2492232
thank you! recent version, that's a plus.
-
comment
Comment #2492179
huh? - No Apache???? - why force a rather devish level PSGI module on all web applications???? oh, yeah, you've been advised by the guy who made the port... i've been using CGI::Fa…