Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Coder1996
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Coder1996
3y ago
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 Spectrum as soon as we can. Fuck Adaptive.
2.
▲
by
Coder1996
3y ago
I wonder who was ultimately approved for RDOF at my house. How do I find that out?
3.
▲
by
Coder1996
3y ago
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.
▲
by
Coder1996
3y ago
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.
▲
by
Coder1996
3y ago
I've never thought of security being a reason to use memory-safe languages, but I agree.
6.
▲
by
Coder1996
3y ago
Paranoid government will do what paranoid government does. They jump on any improbable event to justify the paranoia.
7.
▲
by
Coder1996
3y ago
Also, why would computers eldct a leader? Surely they couldn't just vote on everything?
8.
▲
by
Coder1996
3y ago
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?
9.
▲
by
Coder1996
3y ago
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 that operates on a Boss.
10.
▲
by
Coder1996
3y ago
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, functional maybe is a bit simpler.
11.
▲
by
Coder1996
3y ago
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 representing an objects ID or another reference, its position, its
12.
▲
by
Coder1996
3y ago
That just sounds like OOP but without subclassing.
13.
▲
by
Coder1996
3y ago
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 sequence, and thus you eliminated a need for looping or recur