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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

DuckDuckGo chat bot: imddg.gg

50 点作者 phsr大约 14 年前

9 条评论

holman大约 14 年前
Names are important. Putting aside that "DuckDuckGo" itself is still an odd naming choice, this choice isn't much better, considering the blog post mistypes it too:<p><pre><code> &#62; DuckDuckGo chat bot: im@ddg.gg &#62; DuckDuckGo now has a chat bot at im@ddd.gg that will respond [...]</code></pre>
评论 #2305830 未加载
davidhollander大约 14 年前
&#62;<i>DuckDuckGo chat bot: im@ddg.gg</i><p>&#62;<i>DuckDuckGo now has a chat bot at im@ddd.gg</i><p>Apparently the domain name even confuses the author
评论 #2305844 未加载
Brainix大约 14 年前
Chat bots are a lot of fun. Google App Engine handles incoming instant messages just like other web requests, so developing a chat bot for App Engine is quite similar to developing any other webapp.<p>For more info on App Engine's XMPP integration:<p><a href="http://code.google.com/appengine/docs/python/xmpp/overview.html" rel="nofollow">http://code.google.com/appengine/docs/python/xmpp/overview.h...</a><p>And my shameless self-plug:<p><a href="http://social-butterfly.appspot.com/" rel="nofollow">http://social-butterfly.appspot.com/</a>
评论 #2305925 未加载
kmfrk大约 14 年前
That URL reminds me of The King's Speech.
hyyypr大约 14 年前
Great idea! I looks like XMPP services are getting more and more popular, and it's a great thing.<p>I love the bot provided by Producteev to manager your tasks, it's way more convenient than having to open your browser, login to the website, clicking in the right place.<p>I hope to see more services allowing it's user to interact via a bot.
losvedir大约 14 年前
&#62; <i>Node.js is ideal for such routing/switching based interactions where it takes data from one end, pumps it to the other and does the reverse.</i><p>I've been intrigued by node.js since it comes up on HN so much, but this has really got me interested as this describes exactly a portion of a project I'm working on right now. In my case, the data would be copious and binary rather than instant message text -- anyone know if node.js is performant enough to handle that case?
评论 #2306676 未加载
alanh大约 14 年前
<p><pre><code> ['i','m','d','g'].each |letter| do print letter * fib(i+1) # Fibonacci end # yields imddggg</code></pre>
pdx大约 14 年前
I have a request.<p>Please add another alias, like ddg or duck. You're showing up as "im" in my buddies list, and frankly, that's not very informative to me.<p>EDIT: Never mind, I guess I can rename you on my end.
tastybites大约 14 年前
I swear half of the web is just re-implementing stuff like IRC and finger and ytalk that have been around for nearly a quarter century.<p>Wish I had realized this 10 years ago.
评论 #2306002 未加载
评论 #2306126 未加载