Viewing profile — cduan
cduan
HN member- Joined
- Sun, Dec 16, 2007, 10:18 PM UTC
- HN karma
- 1,191
- Public activity
- 193 items
- HN profile
- View on Hacker News ↗
About cduan
Recent public activity
- story
-
comment
Comment #6318840
This will inevitably draw comparisons to Knuth's METAFONT and Computer Modern font family (as it should). It does suggest, to me, one particularly interesting use case: one could a…
- story
- story
- story
-
comment
Comment #5251826
The point of PG's essay is well-taken, but I'm not really sure how the linked article really applies other than at a superficial level. I can't find a recent press release from whi…
-
comment
Comment #5195917
So here's what I gather, after having read the lower court opinion and several of the briefs. Monsanto owns a patent on certain soybean seeds. They sell 1G seeds to farmers, allowi…
-
comment
Comment #5000824
I wonder if this algorithm would still present biases given the fact that large cities tend to vote differently from less densely populated areas. My hypothesis is that this algori…
-
comment
Comment #4919925
Here's the patent (7,266,767): http://www.google.com/patents?id=bHeBAAAAEBAJ
-
comment
Comment #4873555
The reason for setting up a DMCA takedown policy is precisely so that the site doesn't have to deal with copyright infringement: by doing a fairly minimal task of responding to tak…
-
comment
Comment #4873239
Interesting--there is an email address listed. Wonder what happens if you email your notification there? Presumably, if you do, you are in compliance with the statute, regardless o…
-
comment
Comment #4873168
Is this new? Because I can't find a corresponding listing in the Copyright Office's list of service provider agents ( http://www.copyright.gov/onlinesp/list/a_agents.html ). The re…
-
comment
Comment #4170355
Here is one summary I found: http://uscfsales.wordpress.com/2011/07/01/an-“easy”-engine-f...
-
comment
Comment #4150156
Here's the solution I came up with: http://sbf5.com/~cduan/technical/turing/
- story
-
comment
Comment #3996191
tl;dr: Use \A and \z rather than ^ and $ in regexps, because the latter two match newlines in the middle of strings, whereas the former strictly only match the beginning and end of…
-
comment
Comment #3173592
Here's what I would like to know: has this lack of privacy resulted in the author not doing something he would have liked to do otherwise? Because the real problem with privacy inv…
-
comment
Comment #3063324
I feel like any regular SEO advice book has most of the steps of the claims of this patent. 1. A computer-implemented method comprising: receiving a document containing content for…
-
comment
Comment #3020588
> A ridiculously broad first claim does no harm That might be true other than the fact that each claim gives rise to an individual legal right. A ridiculously broad first claim can…
-
comment
Comment #3020574
So it seems that the "abstract idea" under Bilski has turned into "does it look complicated enough." In Research Techs. Corp. v. Microsoft Corp., from last year, the court said tha…
- story
-
comment
Comment #2772733
I didn't see any science-related words when I took the test. Not sure if this is because of the process by which they made the word lists, or because there truly are not many commo…
-
comment
Comment #2704311
I think that they mean copyright registrations, not patent applications: http://www.copyright.gov/eco/help-deposit.html "In any copy option where portions of the code are blocked o…
-
comment
Comment #2647569
I've always thought that the best response to "Privacy is less important because I've got nothing to hide" is what I call the "privacy lets you pick your nose" argument. There are …
-
comment
Comment #2595439
I've always thought it would be nice if you could cause Ruby to dump its heap and symbol table to a file, which could then be loaded by other instances of Ruby. So, for example, yo…