Live data from Hacker News

Viewing profile — bifel

bifel

HN member
Joined
Mon, Jun 24, 2013, 4:17 PM UTC
HN karma
22
Public activity
10 items

About bifel

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #20317208

    Wouldn't putting "everyone in a numbered sequence unknown to them" require a random number, which we don't have?

  3. comment
    Comment #14477720

    The method (at least here in my country) is really simple (and not really a secret): The voicemail can be reached from a special number. This number is easy to derive from the actu…

  4. comment
    Comment #12357209

    Having done a lot of python recently, this looks great (and familiar). But some things feel a little bit rushed: - In the example "(o is int i || (o is string s && int.TryParse(s, …

  5. comment
    Comment #9112280

    Using distinct and windowing functions to avoid writing group-by clauses may work fine with Postgres but is a very ugly hack.

  6. comment
    Comment #9111894

    I think it's a shame that many database courses don't even mention advanced features like CTEs or Window functions. It makes me cringe anytime I see a statement with complicated ne…

  7. comment
    Comment #8341989

    Is "changing the locks" (revoking the certificate) really so complicated that this "janitor-solution" is easier/cheaper/safer?

  8. comment
    Comment #8341884

    I don't get it. What's the point in keeping the key secret from cloudflare whilst providing a key server signing everything it is asked to sign? Isn't this like "Sorry I don't trus…

  9. comment
    Comment #6380025

    so does any eval'd code

  10. comment
    Comment #5933892

    Common Table expressions are part of the SQL:1999 standard. Most RDBMS can handle them.