Viewing profile — Coder1996
Coder1996
HN member- Joined
- Mon, Dec 11, 2023, 4:05 PM UTC
- HN karma
- -1
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About Coder1996
Recent public activity
-
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…
-
comment
Comment #38629753
I wonder who was ultimately approved for RDOF at my house. How do I find that out?
-
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.
-
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.
-
comment
Comment #38619990
I've never thought of security being a reason to use memory-safe languages, but I agree.
-
comment
Comment #38619913
Paranoid government will do what paranoid government does. They jump on any improbable event to justify the paranoia.
-
comment
Comment #38614907
Also, why would computers eldct a leader? Surely they couldn't just vote on everything?
-
comment
Comment #38614381
[flagged]
-
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?
- story
-
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…
-
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…
-
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…
-
comment
Comment #38601837
That just sounds like OOP but without subclassing.
-
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…