Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment It's better to hear people you might disagree with (Score 4, Insightful) 124

Closing one's ears to people one might disagree with is a sure way to rot as a community. It's not like the community that attends such conferences is unanimous in their views; it's not *all* technolibertarians. If you look at other presentations by such bodies at past conferences, you see that they're often quite good.

Perl

Perl 5.20 Released, and Mojolicious 5.0: the Very Modern Perl Web Framework 126

Kvorg writes: "Back in 2012 Slashdot noticed how at the time of Perl 5.16, the modern Perl projects, including Mojolicious, formed a new and expanding movement of a Perl Renaissance. With the release of Perl 5.20 and Mojolicious 5.0, the Modern Perl Renaissance is ever more striking. Faster, neater, sharper with its asynchronous APIs, Mojolicious is extremely flexible with its advanced request routing, plugin system, perl templating and hook API. Its adherence to the modern interfaces and standards and its implementation of advanced features in support tools, DOM and CSS selectors makes it easy to program with.

Mojolicious, with its philosophy of optimized code-generation (think metaprogramming), enabled-by-default support for encodings and UTF-8, zero dependency deployment with wide support for existing CPAN packages, zero downtime restarts and fully tested implementations, reminds us of how fun and flexible programming in scripting languages used to be. Of course, integrated documentation and a very supportive bundled development server don't hurt, either. The new Perl release with new postfix dereference syntax, subroutine signatures, new slice syntax and numerous optimizations makes it all even more fun."

Comment Re:What a crap of title... (Score 1) 450

Thankless means that few people in broad society adequately respect the need for or the practices of police officers. They're underappreciated.

Police don't usually have the time, when people pull a gun on them, to carefully consider every possible option. If they can pick the least bad option, great, but if the situation is that someone pulls a gun on an on-duty cop (meaning pulls it out and begins to point it at them), I'd be very reluctant to second-guess them if the policeman shoots that person.

Comment Doesn't always work all that well... (Score 1) 274

I'm 35. I recently left a startup where most of the people there were about 10 years earlier. The difference is a bit more than age for me - I spent most of the 10 years I had on them working for a University, but the combination of age and differences in interests were very rough - I didn't feel that I fit in, I didn't hang out with them after work, I didn't want the same things out of life, and so on. It can be rough.

Comment Brain damaged project (Score -1) 134

I like how they place an emphasis on it being small, but they require you to link the whole damned thing into your app. And of c ourse that doesn't help you write correct software, because you won't figure out if you really need -lm unless you also test your app on a more correct libc.

Lightweight and correct indeed.

Comment Re:Native Targets? (Score 2) 166

My point is that with modern VMs and JITs and partial nativisation and other systems/PL technologies, you no longer should care whether something "runs native", and that that's a distinction that is so blurred anyhow that it barely makes sense to talk about it. It may have once been important and simple, but nowadays it is neither.

Comment Re:Native Targets? (Score 3, Insightful) 166

So what? Perl can compile to C too, by bundling the interpreter into your target binary. Windows apps can compile "to native" as well. Neither makes it exactly native, similarly to having your app interpreted by a native HTML5 engine is.

The most native way something can be for a platform is to be written directly for its platform, bound directly to its APIs. Anything but that gets very conceptually fuzzy. And if you're worried about this for performance reasons, you should look at the Quakelikes that have been ported to HTML5.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...