Live data from Hacker News

Viewing profile — amyres

amyres

HN member
Joined
Fri, Mar 31, 2023, 5:24 PM UTC
HN karma
10
Public activity
7 items

About amyres

No profile information was provided.

Recent public activity

  1. comment
    Comment #42991531

    Exactly. The actual solution to the puzzle in question has a GCD not divisible by 9.

  2. comment
    Comment #42991455

    One more nitpick on the upper bound of the GCD: since we know that 0 is going to be in every column, one of the row numbers must start with a 0 and will be an 8-digit number (0 in …

  3. comment
    Comment #42988254

    Since we're over-engineering here, one more optimization is to skip all potential GCDs that are divisible by 2 or 5. Suppose the GCD was divisible by 2, then all rows would be even…

  4. comment
    Comment #39420205

    There's a fallacy going on with this kind of anecdote (observing both increases in housing and increases in pricing concurrently), namely not being able to observe the counterfactu…

  5. comment
    Comment #35456103

    There's a good book from 1990 with lots of detail, history, and examples of AARON and Harold Cohen's work: Aaron's Code by Pamela McCorduck. Recommended reading for anyone into gen…

  6. comment
    Comment #35390575

    Cool thanks! I'm amazed at how much can be done in PostGIS (if my SQL queries are good enough...)

  7. comment
    Comment #35390236

    Using the built-in PostGIS topology tools? Or something more custom? I'm curious as I just started digging into and using PostGIS for a land parcel use case. I've wondered about th…