Messages bouncing around
function onLocationUpdated(position)
{
// do something useful
savePosition(position);
createCookie("s_geo","on",3600);
updateLocationDisplay(position);
}
// request location
if (navigator.geolocation && !readCookie("s_geo"))
{
navigator.geolocation.getCurrentPosition(onLocationUpdated);
var watchID = navigator.geolocation.watchPosition(
onLocationUpdated, null, {
enableHighAccuracy : true,
timeout : 30000
});
}
file = open("filname");
read(file,buffer);
close(file);
do_something(buffer);
file = open("filename");
// the 'file' is not yet open! what to do?
read(file,buffer);
close(file);
do_something(buffer);
open("filename",function (f) {
read(f,buffer);
close(f);
do_something(buffer);
});
open("filename",function (f) {
read(f,buffer, function(err,count) {
close(f);
do_something(buffer);
});
});
var fs=require('fs'),
sys=require('sys');
fs.open("sample.txt",'r',0666,function(err,fd) {
fs.read(fd,10000,null,'utf8',function(err,str,count) {
fs.close(fd);
sys.puts(str);
});
});
Hey everybody - I'm looking to hire a few engineers and thought I'd send out a note to let you all know. The Rubicon Project is truly an /awesome/ company to work for and the work we are doing is really exciting, challenging, very high scale and fun! It's like a startup - with benefits. So if you are ready to take charge of some big technology or know someone that is up to it, please shoot me an email. I've included the obligatory job description below. The position is in Seattle by the way.
Mike
Sr Software Engineer
the Rubicon Project is looking for several senior software engineers to help build out new products and features for the Data Intelligence area of our cutting edge online advertising platform. We are looking for people with experience building and operating large-scale, high-traffic Web applications and customer facing Web services. If you are an extremely productive contributor with a get-it-done attitude, work well in a highly collaborative team and want to work in an environment where software engineers are not just cubicle coders but full participants in shaping the product and the business then this job is for you. Serious experience with the following technologies is desired - Linux, Apache, HAProxy, memcached, memcacheq, Java, JSON, Tokyo Tyrant, MongoDB and MySQL.
Posted via email from Kinetic
Posted via email from Kinetic
Posted via email from Kinetic
Posted via email from Kinetic
Instead of trying to raise the market value of online content to match the cost of producing it — perhaps an impossible proposition — the secret is to cut costs until they match the market value.
They [writers] appear to be overwhelmingly women, often with children, often English majors or journalism students, looking for a way to do what they love and make a little money at it.
Compare those demographics to Wikipedia: more than 80% male, more than 65% single, more than 85% without children, around 70% under the age of 30.
Posted via email from Kinetic
I like to collect folk tales and old books - especially ones with good illustrations. Here are some scans from a book originally copyright in 1894 (the edition I have was printed in 1917).
Posted via email from Kinetic