Live data from Hacker News

Viewing profile — bazoom42

bazoom42

HN member
Joined
Sat, Feb 05, 2022, 8:30 AM UTC
HN karma
1,790
Public activity
961 items

About bazoom42

No profile information was provided.

Recent public activity

  1. comment
    Comment #49157367

    The readability should be compared to alternative ways to solve the same problem. Sure, regexes are not the most intuitive syntax, but it is compact and declarative. What is the al…

  2. comment
    Comment #49137236

    Doesn’t sound very hippie to assume by default , without knowing anything about the issue, that the big corporations are in the right.

  3. comment
    Comment #49137160

    [flagged]

  4. comment
    Comment #49082000

    What is json-esque SQL?

  5. comment
    Comment #49081971

    Because we call someone using a programming language a programmer. But certainly many professionals who arent full-time programmers write Excel formulas or queries. The intention o…

  6. comment
    Comment #48903940

    This article is not about null but about NaN, a special case floating-point value which is the result of diving by zero.

  7. comment
    Comment #48870854

    > So what we have is writings written hundreds of years later documenting an event with no earlier writings verifying that documentation. Unfortunately, this is the case for much o…

  8. comment
    Comment #48869777

    Try applying the same criteria to say the battle of Thermopylae. What does the Persian sources say?

  9. comment
    Comment #48869614

    As far as I know we have no Persian sources for the batte of Thermopylæ. Historians also agree that Xerxes couldnt possibly have had a million man strong army. Does this mean the w…

  10. comment
    Comment #48860617

    How so? Are the Greek the sea people then?

  11. comment
    Comment #48860546

    We dont know that.

  12. comment
    Comment #48821380

    Whould would you have preferred?

  13. comment
    Comment #48815145

    The point of art (like music and litterature) is the art itself. Code is a craft, it is means to an end. It can still be beautiful and impressive and creative, but it is a differen…

  14. comment
    Comment #48792716

    Best solution: Learn SQL and understand the relational model. Learn data modelling and normalization. Then choose a good ORM which does not get in the way, but saves a bunch of boi…

  15. comment
  16. comment
    Comment #48734059

    Ah, that sounds like a classic mistake - rewriting a system from scratch without fully understanding what the system actually does.

  17. comment
    Comment #48717305

    Are you referring to some particular projects, or to the early stages of every project?

  18. comment
    Comment #48717107

    The article refers to the astronomical calendar, which is differnent from the gregorian by having a year 0, which makes calculations simpler. After year 1 the years have the same n…

  19. comment
    Comment #48711093

    YAGNI is not about things you know you need, because then you wouldn’t write any code ever.

  20. comment
  21. comment
    Comment #48630659

    Stalk their children? What policy are you referring to?

  22. comment
    Comment #48630476

    Very charitable to call it a “grey zone” to stalk and dox children of politicians you dislike.

  23. comment
    Comment #48626032

    Usually it is not a secret, but currently the prime minister and her family live at a secret address.

  24. comment
    Comment #48622461

    Probably, but note that cross-domain GET-requests have been supported since the beginning of the web, since this is literally how links works. So while a badly implemented GET hand…

  25. comment
    Comment #48620440

    Depends. If the abstraction is just a level of indirection, then it is usually pretty simple to eliminate - just hit “inline function” in the refactoring tool a few times. On the o…