Live data from Hacker News

Viewing profile — balfebs

balfebs

HN member
Joined
Wed, Aug 10, 2022, 3:27 PM UTC
HN karma
21
Public activity
9 items

About balfebs

No profile information was provided.

Recent public activity

  1. comment
    Comment #36841274

    Not sure what you mean, but ternaries are right-associative in Perl just like most other languages. PHP is the odd one out.

  2. comment
    Comment #35988999

    I believe that 9,000 years ago there wasn’t as distinct a pole star due to axial procession. Celestial north would probably have been somewhere between Vega and Tau Hercluis with a…

  3. comment
    Comment #35907243

    Unfortunate that the repo name and header text of the README both misspell “programming”

  4. comment
    Comment #35730412

    If you define fall as the size of the gap. You could also take it as acceleration towards the barycenter, which would be the same. These are indistinguishable for everyday objects …

  5. comment
    Comment #34212113

    That is a concern, but this makes invariants something the compiler can reason about more easily, since they happen at function boundaries and are distinct from regular code, unlik…

  6. comment
    Comment #34212001

    The post assertions do look very similar to a unit test, but the pre assertions seem really useful; it can sometimes be difficult to know every code path that leads to your functio…

  7. comment
    Comment #33726764

    Without other planets to examine, we have no way of knowing whether this is survivorship bias. Is life truly that tenacious or are we incredibly lucky? Perhaps best not to tempt fa…

  8. comment
    Comment #33562524

    There is a great deal more to learning a language than its alphabet, and English is probably one of the worst languages to learn that use the Latin alphabet, with many inconsistenc…

  9. comment
    Comment #32413633

    When I was a Perl programmer, in our shop we amended the motto "There's more than one way to do it" to "There's more than one way to do it, but most of those ways are wrong." The P…