vsespb
- Website: mt-aws.com
Recent Actions
-
Commented on SECURITY RELEASE - Buffer overflow in DBD::mysql perl library
Do I undertand correctly, that only code, which uses bind_param* function family is affected? And If code does not use it, there is no security risk to use old version?...
-
Commented on Final TPF Devel::Cover grant report
Great job! But what if I cannot find my module on site? How to investigate on why it's missing?...
-
Posted (Russian) Article about Test::Spec to vsespb
Article in Russian about Test::Spec benefits and gotchas/internals
-
Commented on Broken LWP in the wild
Another interesting thread: https://github.com/libwww-perl/lwp-protocol-https/pull/15 Mozilla::CA won't be needed at all soon....
-
Commented on Broken LWP in the wild
Thank you for information. I see you filed an issue about this....
-
Posted Broken LWP in the wild to vsespb
I have app which do some stuff via HTTP/HTTPS. Here it is, already posted about it on blogs.perl.org
There is simple logic:
1) Use http. If user wants https, use https but check …
-
Commented on New developer tool: perlmodules.net
Great idea. Well, I have a script which downloads/install all new versions of my dependencies and runs my testsuite(s) with all of them....
-
Commented on map/grep is not a real iterator?
> test2: perl -e" map{print if $_ %1000 ==0} 1..100_000_000" that example is not relevant. map has to _return_ 100M elements so it need memory. that does not mean memory taken for 1..100_000_000 range...
-
Commented on Seeking code to find a free TCP/IP port
Exactly, you can just omit port during listen, OS will pick random free port....
-
Commented on There Are Half A Million Perl Programmers In The World
... and just ~ $40/mo donations https://docs.google.com/spreadsheet/pub?key=0AkU6pBm3WGeedGlqV1d0OXFVaG8yVTVDRFI5c0hLOHc&gid=1...
-
Commented on I hate Dist::Zilla and missing Makefile.PL
@Jean-Damien Durand, +1...
-
Commented on I hate Dist::Zilla and missing Makefile.PL
Hey, guys! Distzilla is just different. You need _tarball_ to install/run/rpm-pack the module. Git copy is not suitable for this. Git copy is only for authoring (yes, and to submit patch). btw, when packaging .deb files, Debian tools expect tarballs...
-
Commented on A new blogs.perl.org or die trying
please, no *.wordpress.com, it's banned in Russia....
-
Commented on Padre 1.00 has been released
Thanks, Padre....
-
Commented on A new blogs.perl.org or die trying
Are you serious? I've never seen a single bug on perlmonks, I believe. And it's usability is fine for me....
-
Commented on A new blogs.perl.org or die trying
+100, this blog is unreliable as hell...
-
Commented on CPAN modules for converting markdown to HTML
@Ether, > This is total FUD. It does not sound like FUD to me. It's true about each and every technology I saw in my life. More abstraction, more universal code - more overhead here and there and less flexibility....
-
Commented on CPAN modules for converting markdown to HTML
Another issue, when I tried to convert this Markdown https://github.com/vsespb/mt-aws-glacier/blob/master/README.md to MAN pages (to comply with Debian rules), I tried two different markdown2man tools, but in both cases output was a bit broken in few places. So I believe it's...
-
Commented on CPAN modules for converting markdown to HTML
> 'd like to hear about any markdown quirks you've come across Things I recently ran into (with Github markdown) 1. long prefromated text has a scrollbar only if formated with tab(s) https://gist.github.com/vsespb/7180071 2. you can format complex, nested,...
-
Commented on Download all your blog posts on blogs.perl.org
I reported linguist issue https://github.com/github/linguist/issues/738 just in case...
-
Commented on Download all your blog posts on blogs.perl.org
> I also noticed that github does not syntax-highlight the script as Perl code. No, I tested with https://github.com/github/linguist seems the problem is "." in filename....
-
Commented on 100 CPAN Distributions + App-ManiacDownloader
I think there's something wrong with ManiacDownloader packaging: http://www.cpantesters.org/distro/A/App-ManiacDownloader.html#App-ManiacDownloader-0.0.3...
-
Commented on List shortage of Perl
I wonder, what is the bigger problem you see with avoiding use of accessors? i.e. what if one just use $self->{somefield} ?...
-
Commented on List shortage of Perl
> Web applications > But, people tend to seek clean OO system. Ruby and Python have clean OO syntax, but Perl don't have yet I am Ruby on Rails and Perl programmer, and I don't see problems in perl OO...
-
Commented on A Metaobject Protocol for Core Perl 5 (translated from Russian)
> so I hacked up a translation of vsespb's last post. note, that I am not the author, I just posted a link here...
-
Commented on List shortage of Perl
my list is different. 1. Current OO is ok for me. 2. Web applications, probably yes, but why only Web? What about GUI/system applications/command-line? 3. Status of support of some modules/technologies is questionable: Qt, HTTP Library (yes, LWP has lot's...
-
Posted (Russian) article about 'mop' module to vsespb
posted by @cruxacrux at http://habrahabr.ru/post/198274/
-
Commented on Backing up private data securely
Sure, feel free to submit github ticket if you have questions, or contact me either way....
-
Commented on Backing up private data securely
If you want to encrypt something and find GPG inconvenient in your workflow, you can try "encfs --reverse" it represent you directory in encrypted form, with encrypted filenames. You can sync it incrementally after that with existing sync tools. Also,...
-
Commented on Backing up private data securely
You can export Git repo to single file using "git bundle command". And do this incrementally if you only have one branch....
Comment Threads
-
philipp.gortan.org commented on
New developer tool: perlmodules.net
Awesome, thanks! This really scatches an existing itch! A nice feature would be a cpanfile-upload, which adds all requisites to the list. If you're able to handle file-uploads, this should be fairly easy to implement, using https://metacpan.org/pod/Module::CPANfile, I guess...
-
karjala commented on
New developer tool: perlmodules.net
Philipp, I'll do your request in the next 7 days.
-
preaction commented on
New developer tool: perlmodules.net
I'd really like to be able to subscribe to an Author. I like to see what interesting things that certain people produce, without having to know in advance what that module is (and also to keep up with what friends are up to).
-
https://openid.phys.ethz.ch/abe commented on
I hate Dist::Zilla and missing Makefile.PL
install/run/rpm-pack the module. Git copy is not suitable for this. Git copy is only for authoring (yes, and to submit patch).
If you, as a user, need to install a git snapshot of a project hosted
at GitHub, you can use https://undzilit4.me/ for that and you don't
need to bother about all the plugins. It's not equivalent to "git
clone", but you get what you want.btw, when packaging .deb files, Debian tools expect tarballs too. And if you try …
-
JJ Merelo commented on
Do your piece to fix TIOBE or stop talking about it
Still as needed as ever...
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.