Live data from Hacker News

Viewing profile — joneholland

joneholland

HN member
Joined
Thu, Nov 13, 2014, 10:18 PM UTC
HN karma
674
Public activity
197 items

About joneholland

No profile information was provided.

Recent public activity

  1. comment
    Comment #40545641

    I can’t think of a single time where my backend was literally just a crud api over entities. These toys fall apart beyond a hello world app. No validation, no authorization, no aut…

  2. comment
    Comment #40428691

    The last few products from Sierra were a far cry from great. Kings Quest 8 was shambles.

  3. comment
    Comment #39952589

    I wonder how FPGAs handle cosmic radiation.

  4. comment
    Comment #39866285

    Easier horizontal scaling and organizational inertia would be the main reasons to use mongo over a jsonb column. I wouldn’t introduce it to a psql shop if they are already great at…

  5. comment
    Comment #39865683

    Applications that are essentially form wizards are a great fit for a document database. Think application forms etc.

  6. comment
    Comment #39849922

    I frequently tell people that Go is my least favorite language for reasons like this and the response is often some form of the no true Scotsman fallacy.

  7. comment
    Comment #39794510

    I spent 3 years trying to run a marathon but I mostly stick to 5ks.

  8. comment
    Comment #39095402

    This “I did my own research” pseudoscience has no reason to be on hackernews.

  9. comment
    Comment #38776211

    You haven’t written anything of substance but antivax fearmongering.

  10. comment
    Comment #38756754

    I had a 90s Daihatsu Charade back in the day. Didn’t even know they were still in production.

  11. comment
    Comment #38595397

    Many good memories using geo works ensemble in the early 90s.

  12. comment
    Comment #38358707

    This comment was written by ChatGPT ^

  13. comment
    Comment #37976865

    I did. Your concern about data needing to be isolated due to regulation doesn’t require you to make a complete copy of the code.

  14. comment
    Comment #37976370

    Deployments != unique codebases.

  15. comment
    Comment #37949712

    From what I can tell, convoy has not filed for bankruptcy protection yet, which indicates that after dumping the load of their payroll, they believe they can remain solvent long en…

  16. comment
    Comment #37949689

    The COO was fired as the CEO of Expedia after a very short and disastrous run after Dara left to go run Uber.

  17. comment
  18. comment
    Comment #37890169

    This isn’t even AI. This is just low budget VFX. Something that has been done since the 90s.

  19. comment
    Comment #37824160

    It’s a huge scam. I’ve seen a tear down and the only thing inside the box is ballast and a circuit to drive a LED.

  20. comment
    Comment #37811899

    Not defending FTX here, but I think everyone is jumping to a conclusion that this function is used for display purposes only and not to persist the amount that another process then…

  21. comment
    Comment #37803230

    I randomly used that game as a test rom when I wrote my nes emulator and was pulling my hair out in why the HUD wasn’t rendering until I realized I needed to implement the APU as w…

  22. comment
    Comment #37717094

    The amount in water is at a safe dilution and only conspiracy theory fear mongers say otherwise.

  23. comment
    Comment #37716677

    Don’t spread that conspiracy nonsense. It doesn’t belong here.

  24. comment
    Comment #37716626

    Did they control against non diet soda drinkers or non soda drinkers in general? Wasn’t clear from reading the summary. There’s a whole lot of other indicators that could be linked…

  25. comment
    Comment #37580102

    The 6502 has variable length encoding, each opcode is associated with a half dozen addressing modes that determine what to do with the following bytes. In my implementation I usual…