Krasimir Berov
- Website: www.i-can.eu/
- About: Perl and Bulgarian are my native languages. I naturally read and understand most Slavic languages like Russian, Serbian and recently Czech... as well as I write JavaScript, HTML, CSS, SQL...
Recent Actions
-
Posted How OBVIOUS things get missed to be done... or seen... to Krasimir Berov
Happy New Year!..
Oh my bad! I missed to post here that I made a Grant proposal.
It often happens. It obviously happens so obviously often during the last 15-20 years that the other day a guy (…
-
Posted Extended Rules to support Modern Perl in Atom symbols-view package to Krasimir Berov
Somehow long ago I wrote some additional rules for Perl in my .ctags file and published it. I even invited you to help improve and polish it…
-
Posted YAPC::EU is over. Everybody is back to their realities. Ado continues... to Krasimir Berov
YAPC::EU is over
Many of the the recorded videos of the talks are on ="https://www.youtube.com/channel/UC7PuZDA…
-
Posted Ado? What is it? to Krasimir Berov
For the last several months I had some more free time during the long (for me) nights in Central Europe. I didn't have to work any more additionally to cover some expenses. Having done several projects on Mojolicious, looking at the code, I clearly saw same…
-
Commented on Writing Non-Blocking Applications with Mojolicious: Part 2
I would be very glad to see an example of using DBI in a non-blocking application (DBD::mysql/SQLite/Pg) or whatever relational database with or without ORM. It would be interesting to see how a blocking Mojolicious (non-Lite) application can be easily...
-
Posted To evolve or not to evolve? to Krasimir Berov
What would you do when you try to improve the development process and it seems not to work for months?
Small tasks, (and not so small) and everybody is in a hurry to solve the next one and does not want to see the big picture, which is:
If we share code (via - o no! - a code repos…
-
Posted Extended Exuberant Ctags rules for Perl? to Krasimir Berov
Some time ago I made a tiny github repo to share my .ctags file that I use for better Perl support . I use it for my Mojolicious projects, yet it should be good enough for any Modern Perl project.
I would be happy if we can imp…
-
Commented on Counting the number of statements in a Perl codebase
sorry! wc --help...
-
Commented on Counting the number of statements in a Perl codebase
Use wc?! In a terminal: $ man wc...
-
Commented on Three-value logic in Perl
ops sorry.. I meant "cascading nature" :)......
-
Commented on Three-value logic in Perl
All the time it seemed to me like null(from other languages) or NULL from SQL. But was not sure :). Why not call it Null::Values so it feels familiar (If the semantics are really close). And the singleton nature made...
-
Commented on Three-value logic in Perl
...I fear thought this concept may seem pretty complicated to grasp and as a result - not used....
-
Commented on Running a Mojolicious non-lite app on a cPanel VPS server
On simple shared hosting but with SSH access One can also use ActivePerl with the same success. Here is an example: http://goo.gl/AaSMr In your scrips you can simply have: #!/usr/bin/env perl provided that you have added the folder with your...
-
Commented on A funny thing happened on the way to the p5-mop...
Stevan, about forking Perl: Why Scala? Couldn't be just plain old Java? Using Java will (IMHO) dramatically increase the number of people willing to play/help with it and at least number of watchers on github... We (even plain users like...
-
Commented on Using jqGrid with Catalyst: Tutorial with Examples for Newbies
May be this tutorial is for newbies, but it is not from a newbie at all. Very humble you are :).. Great if Perl attracts people like you!...
Comment Threads
-
Buddy Burden commented on
Three-value logic in Perl
I'm not sure I agree that "NULL" is a terrible name for unknown data. After all, as Hercynium writes:
Generally, when I read the word "null" I think of it as referring to something specific, representing the absence of a value.
Which is exactly right. We have a database full of data. How did the data get there? Someone entered it. If there is an absence of data, it's because no one entered it. If no one entered it, it's because no one knew what it was, or they haven't gotten around to entering it yet--either way, it's unknown.
Furtherm…
-
MeirG commented on
Three-value logic in Perl
NULL might also mean "Not Applicable" such as the "State" address field for Israel. (Hardly big enough to place the country's name...)
In fact, in my old Ordain Inc. days (a database machine start-up that never took-off) we listed up to SEVEN totally different meanings that were all have to share the poor SQL NULL concept! Forgot most of them.
-
Joel Berger commented on
Writing Non-Blocking Applications with Mojolicious: Part 2
The closest thing I know of is sri’s Coro hack, which lets you write your code in a style almost like blocking: https://gist.github.com/kraih/6082061 This is still not purely automatic.
As to nonblocking dbi examples/apps, remember that you must be using a nonblocking db driver and few of these exist. Mango works for mongodb and Mojo::Redis works too. I’m not sure what the state of nonblocking dbi is.
-
Aranya Sen commented on
Using jqGrid with Catalyst: Tutorial with Examples for Newbies
Very crisp and to the point. Exactly what is needed for someone trying to get his hands dirty with Catalyst. Thank you so much.
-
JackTX commented on
Using jqGrid with Catalyst: Tutorial with Examples for Newbies
Thank you for your blog it was very helpful. I encountered a couple of problems some were mine somewhere changes over time. jqGrid did not seem to be able to use jquery-1.9 or above. So, I downgraded.
- Verify that the user that connects to the DB can access the DB on the mysql server. For some reason, I could use the mysql command line to reach the server with my root user, but I could not get it to work with the code. I used another user with the code and it worked fine. I still don't know why I had to change users.
- Make sure that you have all of the …
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.