TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create a Heatmap of Geocoded IP Addresses with Rails

34 pointsby pa7about 12 years ago

2 comments

jyunderwoodabout 12 years ago
Instead of using geocoder and fetching the info from a 3rd party web service, you could use a local installation of the geoip database from maxmind and the geoip-c gem.<p><a href="https://github.com/mtodd/geoip" rel="nofollow">https://github.com/mtodd/geoip</a>
评论 #5692704 未加载
blissofbeingabout 12 years ago
This is great, but why oh why do people still use HAML over SLIM[1] as their templating language?<p>% is unnecessary, and I find slim's attribute handling far superior to clunky haml, and to top it all off slim compiles faster than haml.<p>1: <a href="http://slim-lang.com/" rel="nofollow">http://slim-lang.com/</a>
评论 #5691215 未加载
评论 #5692578 未加载