Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Huh? (Score 1) 42

Apparently private messages existed in the app version but not the website, why?

Hell, you can't even do the single thing Instagram IS from the web; you can't add a new post. You can browse the posts of the people you follow, but cannot add your own. There is a workaround; you can open the Inspect, click on the mobile icon, then refresh. THEN you'll get the post button. But there are still limitations like you cannot add multiple pictures to a post like you can from the App. It's idiotic.

Submission + - PHP in 202 (stitcher.io)

mbadolato writes: It's no secret among web developers and programmers in general: PHP doesn't have the best reputation. Despite still being one of the most used languages to build web applications; over the years PHP has managed to get itself a reputation of messy codebases, inexperienced developers, insecure code, an inconsistent core library, and what not.

While many of the arguments against PHP still stand today, there's also a bright side: you can write clean and maintainable, fast and reliable applications in PHP.

In this post, I want to look at this bright side of PHP development. I want to show you that, despite its many shortcomings, PHP is a worthwhile language to learn. I want you to know that the PHP 5 era is coming to an end. That, if you want to, you can write modern and clean PHP code, and leave behind much of the mess it was 10 years ago.

Comment Re:So? (Score 1) 535

I must say your grammar is quite good for someone who was kicked out of school half way through the 2nd grade.

I'd joke about it being an accelerated class, but this is a public school in the city of Lynn, MA we're talking about... :)

Comment So? (Score 1) 535

Even if it WAS a real gun, it's not like a Stormtropper can actually hit anything!

Also, I went to that elementary school until mid-year 2nd grade

Comment Re:Ditto (Score 1) 504

My iPad 3 also horked upon install and had to be recovered via iTunes. However it did everything automatically, just took a little longer than a normal upgrade. When it booted back up, iOS 8 was installed and everything was fine. I haven't noticed any problems or sluggishness with it.

Comment Re:Yes, Perl is indeed dead and rotting (Score 5, Interesting) 283

More telling is how utterly fast Perl is compared to the other languages. I've run most of the sample files from this language shootout and had remarkably similar results to what they list there.

The Perl version performed on par with the C and C versions, and it's growth/memory usage stayed pretty consistent throughout. The other languages were horrid. They took much longer, and their memory usage grew significantly during the run.

I use Perl still when doing scripting tasks. I love Perl, always have. I don't, however, necessarily think it's the right choice for building a medium to large web-based application any more. Sure the performance is there, and there are some great frameworks like Catalyst and Dancer, but to me, they still feel a bit antiquated to some of the other technologies I've used. Plus installing tons of CPAN modules can get a little trying at times.

Slashdot Top Deals

Science is to computer science as hydrodynamics is to plumbing.

Working...