birkbork | 11 years ago | on: Pulling JPEGs out of thin air
birkbork's comments
birkbork | 11 years ago | on: Announcing a specification for PHP
I myself use (besides PHP) C#, Javascript, Python, and recently revisited C++ to check out C++11 (I am thrilled). I have been working developing in mainly PHP since 1999 so I have seen most of it's ugly sides.
This thread however was about PHP, not wether Java is good or bad.
birkbork | 11 years ago | on: Announcing a specification for PHP
EDIT: i totally agree that the standard functions are a complete mess in PHP. But they have to stay around for backwards compatibility. Have a look at the SPL classes: http://php.net/manual/en/book.spl-types.php
birkbork | 11 years ago | on: Announcing a specification for PHP
birkbork | 11 years ago | on: Announcing a specification for PHP
birkbork | 11 years ago | on: Announcing a specification for PHP
PHP does not have type hint for their internal datatypes (int, float, string). Only array is supported. Type hinting for your custom datatypes is supported, when used as function arguments.
Also hack introduces type hint for function return type.
birkbork | 11 years ago | on: Announcing a specification for PHP
* Hack introduces type hinting, imo the major lacking part in PHP.
* HHVM introduces speed to php. On a personal project calculating perlin noise, I got about 8x speedup on HHVM.
* The specification helps pave the way for more implementations of PHP.
birkbork | 11 years ago | on: 3D Printing Store
birkbork | 11 years ago | on: Reintroducing FFmpeg to Debian
The debian package maintainer of ffmpeg was/is one of the libav guys and decided to replace ffmpeg with libav. Judging by several frustrated comments in this thread, it has obviously been a hurtful decision.
There are a few writeups of the situation on the web, here's one: http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
birkbork | 11 years ago | on: Reintroducing FFmpeg to Debian
A package called "ffmpeg" has been in debian forever now, and running it's binary claims that "ffmpeg is deprecated", which is a complete lie.
EDIT: also see "FFmpeg and a thousand fixes" [1], suggesting that FFmpeg is working hard improving the security situation, while libav mainly ignored the effort.
PPS also i dont like the libav crew
1: http://googleonlinesecurity.blogspot.se/2014/01/ffmpeg-and-t...