Live data from Hacker News

Viewing profile — ragnaruss

ragnaruss

HN member
Joined
Thu, Oct 12, 2023, 10:37 AM UTC
HN karma
20
Public activity
7 items

About ragnaruss

No profile information was provided.

Recent public activity

  1. comment
    Comment #41159444

    I think they key part of this is it provides a foundation for having a Licensing Board for our industry. Combining requiring someone licensed to sign off on work where they take ac…

  2. comment
    Comment #40737228

    I know quite a few people in the industry, and some near the top of big players and the common thing I've heard said is "We have so much data on such a granular level, we don't eve…

  3. comment
    Comment #39478866

    Is that town near by or is it completely out of left field?

  4. comment
    Comment #39466977

    Gemini also lies about the information it is given, if you ask it directly it will always insist it has no idea about your location, it is not given anything like IP or real world …

  5. comment
    Comment #39370674

    No, I don't. I consider modern PHP being fully typed in all places possible, tests, clear and readable code, avoid globals, and avoiding clever tricks like reflection to extract fu…

  6. comment
    Comment #39369238

    The naming styles, the structure of the logic, the single line if statements with ternary returns, the lack of "use", the globals. Altogether it just gave me a clear feeling of thi…

  7. comment
    Comment #39368380

    Reading the code, this feels like a python developer writing PHP and frankly doing a bad job. Even the formatting seems to give up readability for line count for some unknown reaso…