Interestingly, it works if you request the desktop site: they're explicitly blocking Firefox Mobile.
Bear in mind that the comparison here is against ProRes 4:4:4, which encodes I-frames only. This is basicaclly just compressed whole-frame snapshots--like a slide-show of JPEGs--with no exploitation of…
Isn't the very first example in that article flawed? void decrement_reference_counter(rc_base* obj) { if (0 == atomic_decrement(obj->rc)) delete obj; } This is classic test-then-act, isn't it? What happens if…
> For instance, what if there are a pair of processes that work in unison and one of them dies? That would depend upon whether the programmer linked them or not. If they're linked, the exception propagates and…
Microsoft should release their own Linux distribution along with it. Imagine how attractive that might be: a version of Linux, with support contracts, that is guaranteed to work with Microsoft Office. The only drawback,…
To a certain extent, he did. From the article: "Two-thirds of his total intake came from junk food. He also took a multivitamin pill and drank a protein shake daily. And he ate vegetables, typically a can of green beans…
Absolutely. Explosions in the Sky and Monkey3 are favourites of mine for coding. It's also easier to deal with lyrics in foreign languages, simply because my mind can't latch on to what's being said: Sigur Ros (an…
The team responsible for the JIT in Self went on to develop HotSpot (see http://en.wikipedia.org/wiki/HotSpot#History). Probably just to prove the point, someone wrote a Smalltalk implementation in Self which…
Titles can be important for dealing with clients. Many organisations won't even give you time on the phone unless they see that you're a 'Managing Director' or 'VP of Sales'. If you impress your client with your…
Strangely, the investment bank I used to work at relied heavily on Perl, without most people even realising it. A huge volume of live rates information formed the basis for a large number of Seriously Enterprise…
Agreed. The system I worked on had scheduled releases every two weeks, with a smattering of emergency releases in between. In some cases, simply being able to reliably price a given trade put you ahead of the…
I spent four years writing Smalltalk (VisualWorks and GemStone) at an investment bank, and didn't look at a line of Java the whole time I was there. We were a wart on the architecture board's bum, not fitting into their…
+1 Scotland (Glasgow area)
I use Emacs on Windows, Mac and Linux, so I generally like the normal Emacs keybindings on everything. That way, it's equally alien/consistent on all platforms, and I just start 'thinking in Emacs'. I use Carbon Emacs…
Start with Squeak, and grab one of the pre-packaged images from http://www.seaside.st/. These just require that you start the image and point a web browser at the host and port that's usually been left in a message on…
Yes, as long as 'building' includes 'extending and maintaining an application that's been in service for 12 years'. The whole thing's a financial application written in Smalltalk, interfacing to pricing libraries…
Interestingly, it works if you request the desktop site: they're explicitly blocking Firefox Mobile.
Bear in mind that the comparison here is against ProRes 4:4:4, which encodes I-frames only. This is basicaclly just compressed whole-frame snapshots--like a slide-show of JPEGs--with no exploitation of…
Isn't the very first example in that article flawed? void decrement_reference_counter(rc_base* obj) { if (0 == atomic_decrement(obj->rc)) delete obj; } This is classic test-then-act, isn't it? What happens if…
> For instance, what if there are a pair of processes that work in unison and one of them dies? That would depend upon whether the programmer linked them or not. If they're linked, the exception propagates and…
Microsoft should release their own Linux distribution along with it. Imagine how attractive that might be: a version of Linux, with support contracts, that is guaranteed to work with Microsoft Office. The only drawback,…
To a certain extent, he did. From the article: "Two-thirds of his total intake came from junk food. He also took a multivitamin pill and drank a protein shake daily. And he ate vegetables, typically a can of green beans…
Absolutely. Explosions in the Sky and Monkey3 are favourites of mine for coding. It's also easier to deal with lyrics in foreign languages, simply because my mind can't latch on to what's being said: Sigur Ros (an…
The team responsible for the JIT in Self went on to develop HotSpot (see http://en.wikipedia.org/wiki/HotSpot#History). Probably just to prove the point, someone wrote a Smalltalk implementation in Self which…
Titles can be important for dealing with clients. Many organisations won't even give you time on the phone unless they see that you're a 'Managing Director' or 'VP of Sales'. If you impress your client with your…
Strangely, the investment bank I used to work at relied heavily on Perl, without most people even realising it. A huge volume of live rates information formed the basis for a large number of Seriously Enterprise…
Agreed. The system I worked on had scheduled releases every two weeks, with a smattering of emergency releases in between. In some cases, simply being able to reliably price a given trade put you ahead of the…
I spent four years writing Smalltalk (VisualWorks and GemStone) at an investment bank, and didn't look at a line of Java the whole time I was there. We were a wart on the architecture board's bum, not fitting into their…
+1 Scotland (Glasgow area)
I use Emacs on Windows, Mac and Linux, so I generally like the normal Emacs keybindings on everything. That way, it's equally alien/consistent on all platforms, and I just start 'thinking in Emacs'. I use Carbon Emacs…
Start with Squeak, and grab one of the pre-packaged images from http://www.seaside.st/. These just require that you start the image and point a web browser at the host and port that's usually been left in a message on…
Yes, as long as 'building' includes 'extending and maintaining an application that's been in service for 12 years'. The whole thing's a financial application written in Smalltalk, interfacing to pricing libraries…