Hacker Newsnew | past | comments | ask | show | jobs | submit | ewolfe's commentslogin

Good question. Maybe from body heat. A polymer thermoelectric converter seems like it could be a good candidate.


This is the most interesting question. And failsafe. You couldn't rely on this, unless there was a way to ensure it is working or had a fixed lifespan.

I believe the thermoelectric converter works by exploiting a temperature gradient, which I suspect would not be sufficient at this scale and location.


You might be interested in nodemon https://github.com/remy/nodemon


I've seen nodemon before and this is what worried me the most:

"nodemon has three potential methods it uses to look for file changes. First, it polls using the find command to search for files modified within the last second. This method works on systems with a BSD based find (Mac, for example)."

Especially on Mac OSX why would you prefer to use an external command like find instead of using Kqueue? I wonder if find is the right tool for that. And I wonder again why only on BSD-based systems when linux also has find.

Gotta read a bit more about that.

fyi, this is how nodemon is doing file checking:

find -L /dev/null -type f -mtime -1s -print

(https://github.com/remy/nodemon/blob/master/nodemon.js#L57)


Or, if you're on OSX using fswatch[1] or on linux inotifywatch[2] along with a simple shell script which kills and restarts your server. Crude, but gets the job done..

    [1] https://github.com/alandipert/fswatch
    [2] http://linux.die.net/man/1/inotifywatch


I don't understand why they don't just charge accounts with more than X followers. High profile brands are (currently) getting a massive amount of free advertising. I'm sure they would be willing to pay to keep up their profile.

See Mailchimp, free up to 2k subscribers, paid after that. It's so simple.


There is no fee over an ACH transfer.


AWS Elastic Beanstalk. I was going with the heroku route at first, until they wanted to charge me $20 a month to enable SSL support for my app!


I'm going through the exact same transition right now. $20/month is more than the cert itself.


IIRC it's because they can't just attach an extra IP to their load balancers for each SSL site, since Amazon doesn't allow you to attach multiple elastic ips to one instance. So, they need to use an elastic load balancer for each site, which costs $18 per month + bandwidth. So they are probably actually just breaking even or losing money on that $20/month fee.


How does one date water?


Probably a variation of the isotopes of oxygen.

edit: I found this http://earthobservatory.nasa.gov/Features/Paleoclimatology_O...


(I guess comment edit option goes away)

CBC has this story and they mention it's zenon isotopes that are measured to determine the age of the water.

>The researchers estimated how old the water was based on an analysis of the xenon gas dissolved in it. Like many other elements, xenon comes in forms with different masses, known as isotopes. The water in the Timmins mine contained an unusually high level of lighter isotopes of xenon that are thought to have come from the Earth's atmosphere at the time it became trapped.

http://www.cbc.ca/news/technology/story/2013/05/15/science-o...


Styling maps is just an added feature. Their main uvp is simply "maps". Competitor and alternative to Google Maps, Mapquest, etc.


And there is also CloudMade as a choice for those seeking not to use Google Maps, Mapquest, Bing, etc.

http://cloudmade.com/

Both Cloudmade and MapBox use OpenStreetMap data. Leaflet ( http://leafletjs.com/ ) was created by Cloudmade and is the JavaScript lib for putting tiled maps on the web. Mapbox have their own version of Leaflet, but it's essentially much the same if all you want to do it drop pins, work with layers, choose a tile set.

Both are comparable, and both are strong in the same space: Custom styled, tiled maps. And both are weak in the same place: routing.

Not to say that they don't do routing, but it's certainly not their forte.

Thankfully the majority use-case for most sites and applications using maps is simply "show a map, drop a few pins here and there". So having this map look and feel like the site is actually a good selling point.


I expect routing to become more prevalent in the OSM world thanks to the fantastic http://project-osrm.org/ project.


That's surprisingly good. As in; for a complex route across London and factoring in one-way streets it produces something that looks realistic.

Only allowed me to pick car as a mode of transport, and unrealistically suggested I could get across 14KM of central London in 14 mins, but ignoring those things this is very nice.

Would love to see the path output of this added to Leaflet and a standard form of API emerge for Mapbox, Cloudmade, Google Maps, etc.


I believe that other transport modes (public transport, on foot) are in the pipeline, but the amount of additional compute power they need is significant

Also Public Transport route and connectivity information is frequently a bit patchy in OSM, but this is steadily improving.


I, ahem, might be working on a UK cycling router using OSRM ;)


You probably want to be talking to me... I run http://www.lfgss.com and am building community software to run cycling forums.

Email in my profile... that is, if you think we're your market.


Have you seen CycleStreets: http://www.cyclestreets.net/


Yep. It's great. This one will aim at a different market, really.


Interesting. What other market is there though? They do different confidences of cyclists and leisure routes already?


I used OSRM a while back for a longish car trip. Worked great.

Adding public transport, cycling etc. would be fantastic.


You should look into OpenTripPlanner by OpenPlans, they have built a multi-modal routing engine that can account for GTFS public data feeds as well as combining walking/cycling/public transit together to for a single route.


Checkout http://www.drinkowl.com/ if you haven't already.


What would it take to implement javascript? Is it merely trivial, or was it left out for security?


Badger does one thing, and they do it well. They also have a kick-ass API.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: