Viewing profile — pwk
pwk
HN member- Joined
- Sun, Jul 06, 2008, 1:10 PM UTC
- HN karma
- 192
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About pwk
No profile information was provided.
Recent public activity
-
comment
Comment #1794838
Sideways reply due to stack depth, sorry... What's the practical difference between a government saying "You must sell your product for this price or we won't allow you to do busin…
-
comment
Comment #1794602
How is that a free market? A free market doesn't guarantee that you get to stay in business. what good is a socket set for 15¢ less than the competition when the socket set company…
-
comment
Comment #1285475
I agree, this is compelling for a lot of the same reasons as the anagrams problem. I spent weeks playing with anagram code at one point, and like you I felt an immediate compulsion…
-
comment
Comment #1285411
It's a fun project! I built one several years ago, after playing around with a bunch of different approaches. I wound up with a human-guided tool that seems to work pretty well for…
-
comment
Comment #1270462
If I had known about this 14 years ago I would have certainly tried it, I tried many things... the ones that I think were helpful for me are: Ice bathes for my arms: I filled a sin…
-
comment
Comment #1270338
The "cylinder with accordion-like folds" looks like the business end of the toilet plunger I recently bought, so it's already mass produced and easy to source cheaply.
-
comment
Comment #1229708
Photography is different from other fields in that the typical unit of work is quite small: one photo. That means amateurs can overwhelm the professionals by shear volume. There ar…
-
comment
Comment #1228293
I was amused to find this bit of awkwardly worded text in the article: "...the Higgs boson, a hypothetical particle that scientists theorize gives mass to other particles and thus …
-
comment
Comment #1227056
The Gold Bug Variations, by Richard Powers: a love story that touches on music, genetics, history, art... lots of themes that HN readers might appreciate.
-
comment
Comment #1204477
Notational Velocity is great. Quite some time ago I wrote a little web-based note taking app, trying to make it as much like NV as I could -- I really liked NV, but wanted to be ab…
-
comment
Comment #1203535
You also don't need to ask for the card type (Visa, MasterCard, etc); it can be automatically determined based on the number.
-
comment
Comment #1187302
Well, scale can mean "spend time and money building infrastructure that supports lots of traffic" -- doing this before getting the traffic is premature optimization. But, scale can…
-
comment
Comment #1131759
Maybe not, perhaps he also tweets 'In closet, with gun' when he's in the closet, with a gun?
-
comment
Comment #940361
The Aeropress is pretty good. It's cheap, easy to use, and surprisingly easy to clean. I used to use it to make mochas and faux-cappuccinos (pseudo-espresso from the Aeropress plus…
-
comment
Comment #777395
One of the comments reads Historically I’ve approached big projects with the nonstrategy of “let them overwhelm you in your head, then put them off till moment when the fear of not…
-
comment
Comment #747548
The concept of a "risk thermostat" is interesting -- people seem inclined to maintain a more or less constant level of risk. I've noticed an effect that interacts with that: my ris…
-
comment
Comment #584524
As a user of ruby/rails, this whole issue is crazy. Don't waste your time paying attention to it.
-
comment
Comment #578077
Interesting, thanks for the pointer.
-
comment
Comment #577857
The language (interpreter ? VM? ) leaks memory? AFAIK the interpreter has no intrinsic leaks, but many ruby applications keep objects referenced beyond their intended life, prevent…
-
comment
Comment #530204
The game he's writing about produced average revenue of around $4500 a month for it's first two years, and is currently making around $1000 a month. That's not enough data to plot …
-
comment
Comment #528517
From the article: Aside: should the guys who drive an armored car that carries millions of dollars in bonds get paid more than the guys that drive an armored car that only carries …
-
comment
Comment #523326
I don't agree with much in this article. My thoughts on Marcus' list of "dumb ideas": 1. Default Permit - this one makes sense, getting "fail open" vs "fail closed" right is import…
-
comment
Comment #521545
Think of it this way: the game cost his company 120K to build, and his company has pretty much made that back, so his company has broken even(1). While developing the game he paid …
-
comment
Comment #520701
Eh. There are different levels of monkeypatching. I have no problem with extending even a fundamental class with a new method if it's done with care, despite the potential downside…
-
comment
Comment #519253
...is Phusion essentially just a slightly better FastCGI? Well, it depends on whether you're looking at it from an academic or practical standpoint. AFAIK the technologies are not …