Live data from Hacker News

Viewing profile — Coder1996

Coder1996

HN member
Joined
Mon, Dec 11, 2023, 4:05 PM UTC
HN karma
-1
Public activity
15 items

About Coder1996

Autistic full-stack Web engineer.

Recent public activity

  1. comment
    Comment #38630930

    I agree. I have a WISP and it is shite. $99/mo for up to (but almost never) 100 Mpbs down. Charter's trucks are now running lines to my property and we will be switching to Spectru…

  2. comment
    Comment #38629753

    I wonder who was ultimately approved for RDOF at my house. How do I find that out?

  3. comment
    Comment #38629585

    Yeah. I'm no scientist, but I am ML trained and it seems to me that if the tissue really is learning, the tissue output should be about the same for each speaker.

  4. comment
    Comment #38629458

    Well, this is just neuronal tissue that as far as we know, is only capable of what it has been trained to do. It has no emotions, no human experience.

  5. comment
    Comment #38619990

    I've never thought of security being a reason to use memory-safe languages, but I agree.

  6. comment
    Comment #38619913

    Paranoid government will do what paranoid government does. They jump on any improbable event to justify the paranoia.

  7. comment
    Comment #38614907

    Also, why would computers eldct a leader? Surely they couldn't just vote on everything?

  8. comment
    Comment #38614381

    [flagged]

  9. comment
    Comment #38614090

    I actually use a little bit of both OOP and functions. What I don't understand, I suppose, is if a Component isn't an object that acts, then what is it?

  10. story
  11. comment
    Comment #38602302

    I suppose it depends on how the ECS is coded. You could create a database table called "Boss," that contains all the Boss components. Then for each system, you create a function th…

  12. comment
    Comment #38602217

    I disagree re: React. To me, class-based has one advantage over functional. A component is an object and therefore perhaps ought to be represented by a class. That being said, func…

  13. comment
    Comment #38602044

    I asked ChatGPT 4 for an explanation and came up with this analogy, Imagine all in-game characters have their data in a database. The database might have one or more tables represe…

  14. comment
    Comment #38601837

    That just sounds like OOP but without subclassing.

  15. comment
    Comment #38601767

    So, you created a function to generate a number containing digits of the Fibonacci sequence, then you used the generated number to create another function to compute a zfibonacci s…