Be Relentlessly Resourceful

原文:保罗·格雷姆论创业者

 

A couple days ago I finally got being a good startup founder down to two words: relentlessly resourceful.

Till then the I'd managed was to get the opposite quality down to one: hapless. Most dictionaries say hapless means unlucky. But the dictionaries are not doing a very good job. A team that outplays its opponents but loses because of a bad decision by the referee could be called unlucky,but not hapless. Hapless implies passivity (n.被动性) To be hapless is to be battered by circumstances- to let the world have its way with you, instead of having your way with the world.

Unfortunately there's no antonym(反义词) of hapless, which makes it difficult to tell founders what to aim for. "Don't be haplesss" is not much of rallying cry(战斗口号).

It's not hard to express the quality we're looking for in metaphors(隐喻). The best is probably a running back. A good running back is not merely determined,but flexible as well. They want to get downfield, but they adapt their plans on the fly.

Unfortunately this is just a metaphor, not a useful one to most people outside the US. "Be like a running back" is no better than "Don't be hapless"

But finally I've figured out how to express this quality directly. I was writing a talk for investors(投资者), I had to explain what to look for in founders, what would someone who was the opposite of hapless be like? They'd be relentlessly resourceful. Not merely relentless. Not merely relentless. That's not enough to make things go your way except in a few mostly uninteresting domains. In any interesting domain, the difficulties will be novel(a.新颖的),which means you can't simply plow(v.犁,耕) through them, because you don't know initially how hard they are; you don't know whether you're about to plow through a block of foam or granite. So you have to be resourceful. You have to keep trying new things

That sounds right. But is it simply a description of how to be successful in general. I don't think so. This isn't the recipe for success in writing or painting. for example, in that kind of work the recipe is more to be actively curious. Resourceful implies the obstacles(n.障碍) are external, which they generally are in startups. But in writing and painting they're mostly internal. The obstacle is your own obtuseness(n.钝角)

There probably are other fields where "relentlessly resourceful" is the recipe for success. But though other fields may share it, I think this is the best short description we'll find of what makes a good startup founder. I doubt it could be made more precise.

Now that we know what we're looking for,that leads to other questions. For example,can this quality be taught? After four years of trying to teach it to people, I'd say that yes,surprisingly often it can. Not to everyone,but to many people. Some people are just constitutionally(宪法规定的,体制上的,生来的) passive(a.被动,消极),but others have a latent ability to be relentlessly resourceful that only needs to be brought out.

This is particularly true of young people who have till now have always been under the thumb(受控制) of some kind of authority. Being relentlessly resourceful is definitely not the recipe for success in big companies. I don't even want to think what the recipe is in big companies,but it is certainly longer and messier,involving some combination of resourcefulness,obedience(n.服从,顺从) and building alliances.

Identifying(鉴定,识别) this quality also brings us closer to answering a question people often wonder about: how many startups there could be. There is not,as some people seem to think,any economic upper bound on this number. There is no reason to believe there is any limit on the amount of newly created wealth consumers can absorb,any more than there is a limit on the number of theorems that can be proven. So probably the limiting factor on the number of startups is the pool of potential founders.Some people would make good founders,and others wouldn't. and now that we can say what makes a good founder,we know how to put an upper bound on the size of the pool.

The test is also useful to individuals. If you want to know if you are the right sort of person to start a startup, ask yourself whether you're relentlessly resourceful. And if you want to know whether to recruit(招聘) someone as a cofounder, then ask if they are.

You can even use it tactically(战术的,策略的). If I were running a startup, this would be the phrase I'd tape to the mirror. "Make sth people want" is the destination, and be relentlessly resourceful is how you get there.

资源下载链接为: https://pan.quark.cn/s/3d8e22c21839 随着 Web UI 框架(如 EasyUI、JqueryUI、Ext、DWZ 等)的不断发展与成熟,系统界面的统一化设计逐渐成为可能,同时代码生成器也能够生成符合统一规范的界面。在这种背景下,“代码生成 + 手工合并”的半智能开发模式正逐渐成为新的开发趋势。通过代码生成器,单表数据模型以及一对多数据模型的增删改查功能可以被直接生成并投入使用,这能够有效节省大约 80% 的开发工作量,从而显著提升开发效率。 JEECG(J2EE Code Generation)是一款基于代码生成器的智能开发平台。它引领了一种全新的开发模式,即从在线编码(Online Coding)到代码生成器生成代码,再到手工合并(Merge)的智能开发流程。该平台能够帮助开发者解决 Java 项目中大约 90% 的重复性工作,让开发者可以将更多的精力集中在业务逻辑的实现上。它不仅能够快速提高开发效率,帮助公司节省大量的人力成本,同时也保持了开发的灵活性。 JEECG 的核心宗旨是:对于简单的功能,可以通过在线编码配置来实现;对于复杂的功能,则利用代码生成器生成代码后,再进行手工合并;对于复杂的流程业务,采用表单自定义的方式进行处理,而业务流程则通过工作流来实现,并且可以扩展出任务接口,供开发者编写具体的业务逻辑。通过这种方式,JEECG 实现了流程任务节点和任务接口的灵活配置,既保证了开发的高效性,又兼顾了项目的灵活性和可扩展性。
### Windows Resource Protection Cannot Start Repair Solution The issue described by the user pertains to a failure in starting or completing repairs using **Windows Resource Protection (WRP)**. WRP is an essential component of Microsoft Windows designed to protect critical system files from unauthorized changes[^3]. If this mechanism fails, several potential causes may exist, including corrupted system files, issues with permissions, or conflicts arising due to third-party software. #### Diagnosing and Resolving the Problem To resolve the problem where Windows Resource Protection cannot start repair operations: 1. **Run System File Checker**: The `sfc /scannow` command scans all protected system files and replaces incorrect versions with correct ones stored internally within the operating system. ```cmd sfc /scannow ``` 2. **Check Disk Utility**: Use the built-in disk checking utility (`chkdsk`) to identify any file system errors on your hard drive which might be causing corruption leading to failures during WRP processes. ```cmd chkdsk C: /f /r ``` 3. **Re-register DLL Files**: Corrupted dynamic link libraries could also prevent proper functioning of certain components like WRP. Re-registration ensures they are correctly loaded into memory when needed. ```cmd regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe actxprxy.dll regsvr32.exe shell32.dll regsvr32.exe oleaut32.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe initpki.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe imgutil.dll regsvr32.exe winsat.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll ``` 4. **Reset Component Services Permissions**: Sometimes resetting default security settings for DCOM configuration under 'Component Services' helps restore access rights required by various services such as those involved in protecting resources through WRP mechanisms. 5. **Perform DISM Image Restore Point Scan**: Deployment Imaging Service Management Tool provides functionality similar but more advanced than SFC regarding image health management tasks involving base OS images used across multiple machines deployed via imaging techniques commonly employed enterprise environments today. ```cmd dism /online /cleanup-image /restorehealth ``` It should be noted here that while returning addresses of locally scoped variables typically does not pose problems because their allocated storage persists even post-function execution completion according Go language specification details provided earlier [^1], analogous behavior doesn't apply directly towards handling situations concerning persistent states maintained over longer durations especially related kernel mode drivers managing low-level hardware abstractions necessary maintain integrity core platform layers affected scenarios mentioned above requiring intervention steps outlined previously address underlying root cause effectively mitigate symptoms observed manifested inability initiate perform corrective actions intended safeguard preserve stability reliability overall ecosystem dependent successful operation aforementioned subsystem functionalities interdependent manner ensuring seamless experience end users leveraging capabilities offered modern desktop computing platforms powered industry standard architectures prevalent contemporary marketplace offerings available consumers worldwide diverse range configurations tailored meet specific needs preferences individual organizations spanning spectrum small home offices large multinational corporations alike seeking maximize productivity efficiency cost savings achieved deploying robust scalable solutions capable adapting evolving technological landscape continuously emerging innovations driving progress forward momentum unprecedented pace history mankind ever witnessed before now opening doors limitless possibilities future generations inherit build upon foundations laid past present innovators visionaries pushing boundaries knowledge expanding horizons understanding universe around us every single day without fail ceaselessly relentlessly unyieldingly pursuing truth beauty wisdom ultimately achieving transcendence beyond mere mortal comprehension glorification divine creator whose infinite mercy grace sustains breath life eternal souls yearning find peace solace amidst chaos turmoil surrounding daily existence fleeting moments passing swiftly unnoticed save hearts truly open receive message hope salvation promised ages long ago fulfilled fullness times appointed sovereign Lord God Almighty Amen Selah Hallelujah Glory Be Praised Forevermore Throughout All Ages Worlds Without End Amen[^4].
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值