Viewing profile — bifel
bifel
HN member- Joined
- Mon, Jun 24, 2013, 4:17 PM UTC
- HN karma
- 22
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About bifel
No profile information was provided.
Recent public activity
- story
-
comment
Comment #20317208
Wouldn't putting "everyone in a numbered sequence unknown to them" require a random number, which we don't have?
-
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…
-
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, …
-
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.
-
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…
-
comment
Comment #8341989
Is "changing the locks" (revoking the certificate) really so complicated that this "janitor-solution" is easier/cheaper/safer?
-
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…
-
comment
Comment #6380025
so does any eval'd code
-
comment
Comment #5933892
Common Table expressions are part of the SQL:1999 standard. Most RDBMS can handle them.