V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  timshi  ›  全部回复第 7 页 / 共 8 页
回复总数  143
1  2  3  4  5  6  7  8  
2010-12-28 10:55:22 +08:00
回复了 Livid 创建的主题 程序员 关于如何写持续有用的代码
Always iterate, but do things the RIGHT way in each iteration.

In other words, don't give yourself an excuse to write shitty code because you think you will iterate.

Just like in daily life, you KNOW in your heart that you are doing things the wrong way. It always feels easier at the time, but don't do it. Code don't lie.
2010-12-28 10:02:35 +08:00
回复了 runbigcat 创建的主题 iPhone 求iPhone OCR软件
never mind, didn't read the post clearly.
2010-12-28 09:43:37 +08:00
回复了 runbigcat 创建的主题 iPhone 求iPhone OCR软件
I didn't find any myself. Do you have to have to have OCR running on the device? An alternative is to run the OCR on your server, and the phone is just a client for taking pictures and displaying text. If that's acceptable, you can try tesseract OCR or something like that.
2010-12-26 06:28:13 +08:00
回复了 Kai 创建的主题 macOS 大家来说说对 Mac App Store 的期待吧
@Kai that's exactly why we should go there
2010-12-26 05:32:02 +08:00
回复了 Kai 创建的主题 macOS 大家来说说对 Mac App Store 的期待吧
Not much expectation for the mac app store. Do people download a lot of application to their computer these days? All the application I use on the computer (other than dev) are web applications.

2009 and 2010 has been the years for installed apps, 2011 people will realize that most of the apps belong in the browser. For that reason, I have more expectation for the chrome app store.
2010-12-26 05:12:23 +08:00
回复了 pensz 创建的主题 问与答 想咨询一下大家怎么获得最新的资讯的
web site:
news.ycombinator.com

pod cast:
this week in tech
this week in start ups
engadget (once in a while)
2010-12-26 01:35:50 +08:00
回复了 Livid 创建的主题 随想 豆瓣阿尔法城能用来做什么?
why is there a upper limit to the number of people on a street? who gets to decide who can stay in the street?

I don't get this.
Needs a digging system to sink the spam posts.
2010-12-22 05:58:57 +08:00
回复了 liuhang0077 创建的主题 问与答 现在复业在家准备全力开发iphone游戏【求助脑子很乱】
同意 @dc, 另外创业不是两三个月的事情,我觉的你还没做好心理准备。即使你是很有经验的开发者兼设计师,兼广告推销者,市场是无法预测的。即使是最成功的start up团队, 也少有两三个月就赚钱的。建议你思考如下问题,看看iphone dev是不是适合你现在的处境:

1。 你需要什么时候开始有收入?
2。 你需要有多少收入?
3。 你觉得学习ios开发需要多长时间?
4。 你设计软件多长时间?
5。 你开发软件多长时间?
6。 你的软件价位?需要怎样推广?需要卖多少件能够达到你的收入需要?你的软件为什能卖到你所需要的量?
7。 ios developer program 注册 $99, 如你的app时paid app, 则需要先注册公司才可以收费, 你注册好了么?
8。 如果你都做好了,但是没有人买你的软件,你的b计划是?app store 有成千上万的小游戏, 你觉得你得竞争力如何?

建议你找到可以和你互补的人, 好的idea, 和一定的资金(不是说你要创投, 而是说能支持到你有利润之前的花销)之前最好一边工作一边创业,如果你生活压力很大,不妨先回到原来的公司慢慢来。
2010-12-21 01:27:30 +08:00
回复了 fordchao 创建的主题 问与答 请各位大神推荐CRM(具体需求罗列如下)
I think maybe there's a need for this kind of CRM because not everyone is skilled with excel or access etc.

The question is, what is the acceptable price point, and is there money to be made?

Traditionally CRM systems are designed for users in financial services or sales. This makes business sense because in this scenario, better CRM can translate to more sales which means more money for the user. So paying for CRM software can be justified financially, and it's usually a pretty expensive software to buy (>$5000 for a single user CRM install is not uncommon in US and Canada).

However in this case where the user is in the education space that equation does not hold true. So I'm curious about how much are you willing to pay for a tool like this? and what criteria's would you use to justify your spending? (either to yourself, or to your boss, or your boss's boss).
2010-12-20 05:07:53 +08:00
回复了 fordchao 创建的主题 问与答 请各位大神推荐CRM(具体需求罗列如下)
你打算花 0-500?500-1000? 1000-2000? 》2000? 你试过用spread sheet解决这个问题么?我的建议是先用spread sheet管理,因为我觉得你的大部分需求用spread sheet就可以。 当你发现有spread sheet不能做到的要求时再说。
2010-12-20 03:53:10 +08:00
回复了 fordchao 创建的主题 问与答 请各位大神推荐CRM(具体需求罗列如下)
你的预算是?
2010-12-10 12:43:49 +08:00
回复了 timshi 创建的主题 问与答 datastore query 问题
那你会怎么做? 我本来以为这个个index应该是这样的

person1, tagValue1
person1, tagValue2
person1, tagValue3

i.e an additional for each value in the multi-value property, and GAE should do a merge join to get me the result.

But my index file looks like this

<datastore-index kind="Person" ancestor="false" source="auto">
<property name="tags" direction="asc"/>
<property name="tags" direction="asc"/>
<property name="tags" direction="asc"/>
<property name="tags" direction="asc"/>
.....
2010-12-10 11:44:05 +08:00
回复了 timshi 创建的主题 问与答 datastore query 问题
你是说我必须做3个query然后再intersect the result myself?
2010-11-26 23:17:51 +08:00
回复了 Sam 创建的主题 问与答 简历做好了,求斧正。
Why not make an HTML5 resume to showcase your skill?
2010-11-22 22:52:04 +08:00
回复了 9hills 创建的主题 Google App Engine Goodbye Google App Engine (GAE)
You should linked the comments from hacker news too.
@keakon

Could it be because there's not enough traffic to your site? When there's not a lot of traffic to your app, GAE shuts down your application server so other app can run on the machine. And because of that, when there's a request for your app, it needs to bring it up again therefore causing longer response time.
2010-11-07 06:36:17 +08:00
回复了 raycube 创建的主题 分享发现 Kik Messenger很NB啊~
it's like BBM cross platforms. BBM is very popular in with college students. Lot's people use it to hook up with each other. If you search for Kik on twitter it's mostly urban youth that uses it. That's why it spreads so fast. Kik is brilliant because it identified what made BBM popular and made it possible to other platform users.

What's even more impressive it that an year ago their product was completely different, and they rebranded and they won. This was what they were doing in 2009
http://velocity.uwaterloo.ca/alumni/kik-at-blackberry-devcon

I guess that's what they call relentlessly resourceful on HN
2010-09-24 05:44:02 +08:00
回复了 ooof 创建的主题 V2EX V2EX 的搜索现在很好用了。
What's the data type used to store the text in the post? Are they indexed by google?

Tim
2010-09-12 01:06:02 +08:00
回复了 Livid 创建的主题 阅读 大家最近在读什么书?
Crossing the Chasm
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1030 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 19:13 · PVG 03:13 · LAX 12:13 · JFK 15:13
Developed with CodeLauncher
♥ Do have faith in what you're doing.