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.

Show HN: Find rental flats based on commute time to your workplace (Switzerland)

78 pointsby pierreover 9 years ago

18 comments

relateover 9 years ago
I&#x27;m one of the creators. This was built in 40 hours at Hackzurich 2015 (www.hackzurich.com) and combines the following:<p><pre><code> * The largest rent database of Switzerland * A model of the train system of Switzerland * A simple recommender system * Google maps for name -&gt; geolocation * OpenStreetMap for the map </code></pre> There are some heavy calculations behind each query, so it takes about 15 sec to load. Furthermore, you need to like at least 3 apartments and dislike at least 3, before the system starts recommending.
评论 #10338455 未加载
评论 #10339552 未加载
评论 #10338194 未加载
评论 #10339191 未加载
评论 #10338235 未加载
评论 #10338756 未加载
评论 #10338338 未加载
评论 #10338416 未加载
SlippingAwayover 9 years ago
We have worked also in a similar application for a few American cities, like Seattle: <a href="https:&#x2F;&#x2F;my.teleport.org&#x2F;cities&#x2F;c23nb&#x2F;Seattle&#x2F;neighborhoods" rel="nofollow">https:&#x2F;&#x2F;my.teleport.org&#x2F;cities&#x2F;c23nb&#x2F;Seattle&#x2F;neighborhoods</a> (also SF, NY and LA)
delrothover 9 years ago
You might want to switch off DEBUG mode on your backend app...<p><pre><code> File &quot;&#x2F;home&#x2F;django&#x2F;django_project&#x2F;wonsch&#x2F;views.py&quot; in get_data 35. homegate_result = requests.get(&#x27;https:&#x2F;&#x2F;api-**CENSORED**.apicast.io:443&#x2F;rs&#x2F;real-estates&#x27;,headers={&#x27;auth&#x27;:&#x27;**CENSORED**&#x27;},params=homegate_params).json()</code></pre>
评论 #10338642 未加载
s3nnyyover 9 years ago
A bit off-topic: I lived in Munich for 20 years, now I live in Zurich and can&#x27;t be any happier. Switzerland is a great place to work in IT. &quot;HackZurich&quot; is only one of the things that makes this city into what it is. Check out my post &quot;Eight reasons why I moved to Switzerland&quot; and shoot me a mail if you are interested in coming here. <a href="https:&#x2F;&#x2F;medium.com&#x2F;@iwaninzurich&#x2F;eight-reasons-why-i-moved-to-switzerland-to-work-in-it-c7ac18af4f90" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@iwaninzurich&#x2F;eight-reasons-why-i-moved-t...</a>
ckozlowskiover 9 years ago
Dear god, please make one of these for Washington, D.C.
评论 #10338268 未加载
评论 #10339011 未加载
评论 #10338173 未加载
gabipurcaruover 9 years ago
Cool stuff. There&#x27;s something similar for London too: <a href="http:&#x2F;&#x2F;property.mapumental.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;property.mapumental.com&#x2F;</a>
hamhamedover 9 years ago
<a href="https:&#x2F;&#x2F;www.stay22.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stay22.com&#x2F;</a> Similar too, but for Hotels and Airbnb in case you are travelling to visit someone else&#x27;s workplace (searchable by their company name or address)
评论 #10338499 未加载
chillydawgover 9 years ago
I started a company called locatable (www.locatable.com) with a couple of mates some years back. The search engine did the same thing in the UK. The site is now offline, but there&#x27;s some screenshots here <a href="https:&#x2F;&#x2F;data.gov.uk&#x2F;apps&#x2F;locatable-0" rel="nofollow">https:&#x2F;&#x2F;data.gov.uk&#x2F;apps&#x2F;locatable-0</a><p>By far the most time consuming aspect of running the algorithm was computing the polygons to plot on the gmap. The actual search is fairly straightforward, even when using roads instead of the relatively simple public transit graph to compute the isochrones.
评论 #10339179 未加载
评论 #10339359 未加载
trevynover 9 years ago
I&#x27;d rather see recommendations on where to work given where I live.
arafalovover 9 years ago
I&#x27;d love to have similar things for super-markets (food&#x2F;goods shops), for those without cars and buying lots of stuff. It might be more efficient to get onto a metro&#x2F;subway and travel to a distant shop that is very close to the stop than to walk to a - physically - more proximate shop that requires you to walk and carry both ways.
评论 #10339334 未加载
eevilspockover 9 years ago
Trulia does this in the U.S. for a number of cities. Here&#x27;s New York: <a href="http:&#x2F;&#x2F;www.trulia.com&#x2F;local&#x2F;new-york-ny&#x2F;driving:1|transit:0|position:40.681953;-73.959595|time:60_commute" rel="nofollow">http:&#x2F;&#x2F;www.trulia.com&#x2F;local&#x2F;new-york-ny&#x2F;driving:1|transit:0|...</a>
LiquidFluxover 9 years ago
I can&#x27;t access the OP due to a firewall, is this similar to Zoopla&#x27;s &quot;time-travel&quot; search?<p><a href="http:&#x2F;&#x2F;www.zoopla.co.uk&#x2F;travel-time&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.zoopla.co.uk&#x2F;travel-time&#x2F;</a>
yownieover 9 years ago
I used something similar (<a href="http:&#x2F;&#x2F;www.triptropnyc.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.triptropnyc.com&#x2F;</a>) when I was choosing where to move to in NYC for the first time.
flathachover 9 years ago
Strange but we made website on same idea at HackZurich :)
评论 #10338623 未加载
评论 #10338557 未加载
hobo_markover 9 years ago
Can anyone comment how accurate the prices are? Because from what I see rents around the Geneva area are even more ridicolous than I remembered!
评论 #10338461 未加载
ggordanover 9 years ago
This is great, I&#x27;ve been considering writing something similar for London taking account cycling distance&#x2F;time.
评论 #10338266 未加载
ben_utzerover 9 years ago
Where did you get the homegate api? I was looking for it years ago to do something similar. :&#x2F;
评论 #10344588 未加载
MadManEover 9 years ago
This is pretty amazing. Great job.