Install Me

Install Me

Marcus Baker

i AM NOT THE SLiGHTEST BiT iNTERESTED iN YOUR PROGRAM.

I am surrounded by problems and have a to-do list as long as my arm. The only reason I am at your website right now is because I have heard an unlikely rumor that every one of my problems will be eliminated by your software. You’ll forgive me if I’m skeptical.

If eyeball-tracking studies are correct, I’ve already read the title and I’m scan- ning for blue underlined text marked Download now. As an aside, if I arrived at this page with a Linux browser from a UK IP, chances are I would like the Linux version from a European mirror, so please don’t ask. Assuming the file dialog opens straight away, I consign the thing to my download folder and carry on reading.

We all constantly perform cost-benefit analysis of everything we do. If your project drops below my threshold for even a second, I will ditch it and go on to something else. Instant gratification is best.

The first hurdle is install. Don’t think that’s much of a problem? Go to your download folder now and have a look around. Full of .tar and .zip files, right? What percentage of those have you unpacked? How many have you installed? If you are like me, only a third are doing more than acting as hard drive filler.

I may want doorstep convenience, but I don’t want you entering my house uninvited. Before typing install, I would like to know exactly where you are putting stuff. It’s my computer, and I like to keep it tidy when I can. I also want to be able to remove your program the instant I am disenchanted with it. If I suspect that’s impossible, I won’t install it in the first place. My machine is stable right now, and I want to keep it that way.

??80 97 Things Every Programmer Should Know

?

???????????????If your program is GUI based, then I want to do something simple and see a result. Wizards don’t help, because they do stuff that I don’t understand. Chances are, I want to read a file or write one. I don’t want to create projects, import directories, or tell you my email address. If all is working, on to the tutorial.

If your software is a library, then I carry on reading your web page looking for a quick start guide. I want the equivalent of “Hello world” in a five-line no- brainer with exactly the output described by your website. No big XML files or templates to fill out, just a single script. Remember, I have also downloaded your rival’s framework. You know, the one who always claims to be so much better than yours in the forums? If all is working, on to the tutorial.

There is a tutorial, isn’t there? One that talks to me in language I can understand?

And if the tutorial mentions my problem, I’ll cheer up. Now that I’m reading about the things I can do, it starts to get interesting, fun even. I’ll lean back and sip my tea—did I mention I was from the UK?—and I’ll play with your examples and learn to use your creation. If it solves my problem, I’ll send you a thank-you email. I’ll send you bug reports when it crashes, and suggestions for features, too. I’ll even tell all my friends how your software is the best, even though I never did try your rival’s. And all because you took such care over my first tentative steps.

How could I ever have doubted you?

时间: 2024-10-02 21:32:30

Install Me的相关文章

Install Hyper-V on Windows 10

? Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (my favorite) or using the Deployment Imaging Servicing and Management tool (DISM). This documents

Ubuntu16.04 install OpenJDK8

1.按Ctrl + Alt + T打开终端.打开后,运行下面的命令来添加PPA:sudo add-apt-repository ppa:openjdk-r/ppa 2.之后,更新系统包缓存并安装OpenJDK 8: sudo apt-get update sudo apt-get install openjdk-8-jdk 3.如果您的系统上安装了多个Java版本.运行下面的命令设置默认的Java:sudo update-alternatives --config java 键入一个数字以选择J

Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redh

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here i

centos 6 oracle 11G DB install

因业务迁移,需重新部署oracle DB,此文仅作部署记录,部署文档主要参考官方文档http://docs.oracle.com/cd/E11882_01/install.112/e47689/toc.htm 概要: 主机:OpenStack 云主机 系统:Completing a Minimal Linux centos 6.8 x86_64 DB:Oracle Database 11g Release 2(11.2) 内存:2Gb 硬盘:/dev/vda 20Gb /dev/vdb 30Gb

nginx install

wget http://nginx.org/download/nginx-1.11.1.tar.gz tar xf nginx-1.11.1.tar.gz cd nginx-1.11.1 搭建yum环境,解决nginx需要的开发包 挂载光盘 mount /dev/cdrom /mnt cd /etc/yum.repos.d/ vim Centos_86x64.repo [base] name=Centos_86x64 baseurl=file:///mnt/ enabled=1 gpgcheck

Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast

1.事件描述:CentOS7下使用tree命令,发现该命令没有被安装,在安装的过程中发现yum报错 [[email protected] ~]# tree -d bash: tree: 未找到命令... [[email protected] ~]# yum -y install tree 已加载插件:fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast

Install postfix on Ubuntu 14.04.txt

Ubuntu 14.04上安装和配置Postfix邮件服务详细教程 Postfix: 用来接受和发送邮件的邮件服务器,正确说法应该叫邮件传送代理(Mail Transfer Agent,MTA),是邮件服务最重要的部分:    Dovecot: POP 和 IMAP 服务器,用来管理本地邮件目录以便用户能通过 Mail.app, Thunderbird, Mutt 等邮件客户端(又叫邮件用户代理 Mail User Agent, MUA)登陆和下载邮件:    Postgrey: 邮件灰名单工具

pip install lxml 报错error: command ‘gcc‘ failed wit

install gcc install libxslt-devel libxml2-devel

How to install php 5.6.9 and apache httpd 2.4.12 on OEL6u6 x86 64bit

1. 安装apache httpd 2. 配置apache httpd 3. 安装php 5.6.9 4. 测试 1. 安装apache httpd # yum install apr apr-util # ls -l -rw-rw-r--. 1 NONE NONE 5054838 May 19 06:23 httpd-2.4.12.tar.bz2 # tar jxvf httpd-2.4.12.tar.bz2 # cd httpd-2.4.12 # ./configure --enable-m