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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I don't like heroku

2 点作者 feydr超过 14 年前
blah = IO.popen("echo -e '#!/bin/sh' \"\n echo 'test';\" &#62; /tmp/fuck.sh; chmod +x /tmp/fuck.sh; /tmp/fuck.sh").readlines<p>I think it's pretty trivial to see where this is leading too... :)<p>platforms like heroku make me want to pull my hair out -- not knowing things like cpu/mem usage, being able to use tools like netstat/lsof, etc.... this is why these #PAAS offering will eventually die out -- they simply don't give you what you need to scale appropriately -- now don't get me wrong, give me a barebones ec2 instance (or 200 of them) and I'll be good but this PAAS stuff -- not digging it at all

2 条评论

jaxn超过 14 年前
I think you are on the wrong side of history on this one. Like the people who lamented the lack of MS Dos in Windows XP or package managers in linux (I mean, if you can't ./configure;make;make install; then you shouldn't be running linux).<p>New layers of abstraction come along and people who are experts in the now abstracted layer think the new abstractions are unnecessary and dangerous.<p>I for one welcome PAAS. I have had good experiences with App Engine in the past and Heroku these days.
评论 #2034850 未加载
jey超过 14 年前
There's a lot of people who'd feel pretty lost with a barebones EC2 instance and who don't care about lsof and netstat.<p>If their app needs to eventually scale off of Heroku, it wouldn't be <i>that</i> hard for someone who knows more sysadminy stuff to do the migration.
评论 #2034832 未加载