Tuesday, August 23, 2011

TestFlight: iOS beta testing on the fly

Free for developers.  Everybody loves it.  Sounds good.

https://testflightapp.com/

Posted via email from miner49r

Friday, August 19, 2011

HOWTO Use UTF-8 Throughout Your Web Stack

http://rentzsch.tumblr.com/post/9133498042/howto-use-utf-8-throughout-your-web-stack

UTF-8 is extremely sane. Well, as sane as an encoding can be that features backwards-compatibility with ASCII.

Everything you care about supports UTF-8. Trust me: you want it everywhere.

Posted via email from miner49r

Sunday, August 7, 2011

Configuring logging for Clojure applications

http://blog.malcolmsparks.com/?p=37

> Clojure logging neatly solves the problems of Java logging.
>> First, there’s a single API to use: clojure.tools.logging. Thank Alex Taggart and others for this. Second, it integrates with all the important logging frameworks: log4j, java.util.logging, Apache’s commons-logging and now slf4j. Finally, it side-steps many of the performance penalties associated with logging.
>

Posted via email from miner49r

Saturday, August 6, 2011

Sprite3D.js, a javascript library for 3D positionning in WebKit

http://minimal.be/lab/Sprite3D/

Sprite3D wraps HTML elements with the necessary behaviours to easily control their 3D-position using a simple Javascript syntax.

Posted via email from miner49r

Friday, August 5, 2011

TidBITS: Video Viewing in Lion Freezes New iMacs

http://tidbits.com/article/12394

> Viewing videos of any kind on new iMacs, both the 21.5-inch and 27-inch models, can cause freezes. This doesn’t happen every time one views a video, and only happens after an iMac has been put to sleep at least once. These videos can be Flash, H.264, or QuickTime formats, and viewing may occur in Safari, Firefox, QuickTime Player, iTunes or any other program.
>

Posted via email from miner49r

Software Patents

Martin Fowler writes:

http://martinfowler.com/bliki/SoftwarePatent.html

In theory, I'm not against software patents if we were able to get back to the core beneficial principles of patents and apply them properly. This would imply developing a process that would ensure that patents were only granted for truly novel ideas. But unless such a process were properly put together, I'd rather see software patents eliminated completely. A world without software patents would be better than the mess we're currently in.

A collection of relate links from Tim Bray:

Posted via email from miner49r