TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

78 点作者 pierre超过 9 年前

18 条评论

relate超过 9 年前
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 未加载
SlippingAway超过 9 年前
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)
delroth超过 9 年前
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 未加载
s3nnyy超过 9 年前
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>
ckozlowski超过 9 年前
Dear god, please make one of these for Washington, D.C.
评论 #10338268 未加载
评论 #10339011 未加载
评论 #10338173 未加载
gabipurcaru超过 9 年前
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>
hamhamed超过 9 年前
<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 未加载
chillydawg超过 9 年前
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 未加载
trevyn超过 9 年前
I&#x27;d rather see recommendations on where to work given where I live.
arafalov超过 9 年前
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 未加载
eevilspock超过 9 年前
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>
LiquidFlux超过 9 年前
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>
yownie超过 9 年前
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.
flathach超过 9 年前
Strange but we made website on same idea at HackZurich :)
评论 #10338623 未加载
评论 #10338557 未加载
hobo_mark超过 9 年前
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 未加载
ggordan超过 9 年前
This is great, I&#x27;ve been considering writing something similar for London taking account cycling distance&#x2F;time.
评论 #10338266 未加载
ben_utzer超过 9 年前
Where did you get the homegate api? I was looking for it years ago to do something similar. :&#x2F;
评论 #10344588 未加载
MadManE超过 9 年前
This is pretty amazing. Great job.