shutter | 17 years ago | on: How do you process credit cards?
shutter's comments
shutter | 17 years ago | on: Ask HN: Think Obama would approve a wireless network cloud owned by the people?
Granted, there are hurdles -- concern for theft, infrastructure for loss/repair/upgrades, etc. But it would be incredibly exciting nonetheless.
shutter | 17 years ago | on: Upvote the Gray! Downvote the Orange! Vive la Révolution!
shutter | 17 years ago | on: Recreating the button
shutter | 17 years ago | on: Ask HN: Emacs users on OS X, what's your setup?
shutter | 17 years ago | on: Email is like Tetris: you lose eventually
You must decide for yourself which action your e-mails require: Trash, Defer, or Action. GTD gets this right.
If you don't make those decisions as e-mail enters your box, you're effectively saying (while playing tetris) "I'm going to ignore all of the L-shaped blocks and deal with the wreckage they leave behind later." Yeah, you'll lose. You have to make a decision on _every_ piece that drops into your inbox.
Filters can do wonders, if you really do have a huge influx of mail. You don't have to read and respond to every message unless you really want to.
shutter | 17 years ago | on: Ask HN: Is PHP more scalable than Ruby or Python?
shutter | 17 years ago | on: Ask PG: Bug or not?
shutter | 17 years ago | on: The Best E-Mail Program Ever: How Gmail destroyed Outlook.
shutter | 17 years ago | on: Microsoft's Windows 7 Blog: Our Next Engineering Milestone
shutter | 17 years ago | on: How we make websites
shutter | 17 years ago | on: Google Apps Botches Domain Renewals, Websites Go Dark
I don't want to spend my time maintaining a mail server. Let someone else do that.
shutter | 17 years ago | on: The Open Network
Ten months, seven trips to MSU, six blown fuses and about $60,000
later, I'm proud to introduce you all to Snakebite: The Open Network!
A network of around 37-ish servers of all different shapes and sizes,
spread over three sites, specifically geared towards the needs of
open source projects like Python.
Every CPython, Jython, IronPython and PyPy committer will have access
to every development server on the network. I've also extended the
offer to prominent Python projects like Django and Twisted.
Eventually, I'll invite other open source projects to participate
(Apache, Subversion, MySQL, Postgres, etc), but the network is my
gift to All Things Python, first and foremost, so Python projects
will always get preferential treatment.
Great idea.shutter | 17 years ago | on: Ask HN: What's a Good Professional Font You Use?
shutter | 17 years ago | on: Put down the abstract factory and get something done
> Maintainability isn't a factor. Best practices don't
> matter. Design patterns don't matter. All that matters
> is getting things done.
Naturally, you must find a happy medium. Go for maintainability and best practices wherever possible, but don't lose sight of your goal: create your product.That said, the author did acknowledge the need for moderation toward the end. Best practices are thusly named for a reason.
shutter | 17 years ago | on: Mozilla gives a $100K grant towards an open video format for the web
shutter | 17 years ago | on: Gates predicts 10 years of woe
shutter | 17 years ago | on: Mozilla gives a $100K grant towards an open video format for the web
But this requires the Flash plugin, hence the desire for a <video> element and such (as we'll see in HTML5).
shutter | 17 years ago | on: Ask HN : Experience with C++ Boost and Spirit?
shutter | 17 years ago | on: Django-smtpd allows you to handle email messages just like Django processes HTTP requests.
> This is a quick hack. Never use this in the wild.
Would be nice to know why, and what the alternative would be.