Viewing profile — ryohkyo
ryohkyo
HN member- Joined
- Sat, Apr 01, 2017, 2:57 PM UTC
- HN karma
- 4
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About ryohkyo
No profile information was provided.
Recent public activity
-
comment
Comment #28893488
I think that’s where unit tests come in. In Typescript, I have seen “any” type everywhere that doesn’t make things any clearer.
-
comment
Comment #28744515
Oops, and I thought civil engineering was messy. Time to switch back to civil engineering, at least it is, more civil than this.
-
comment
Comment #28736321
That would be great. I am wrapping up my current project and will start the next project soon. Is it ok for me to contact you on twitter?
-
comment
Comment #28735747
In concept each 16-digit chromosome would work as the nearest neighbors, and finding “a range” of the nearest neighbors would be very fast. In a data scientist’s perspective, this …
-
comment
Comment #28735140
Thank you for the reply. Most of my repos are currently in private, so it's difficult for me to point you to the code I wrote. However, I can list a simple example here. Genetic al…
-
comment
Comment #28733257
Having written some genetic algorithms and stored the chromosomes, which can be a representation of vectors in any type of database, I find this interesting and will some of them a…
-
comment
Comment #28712769
Perhaps he meant overhyped; I am just guessing. The creator of GPT-3 also said that the model is more hyped than it deserves because it's simply looking at the existing data to for…
-
comment
Comment #28624636
Thank you NhanH, it makes sense now.
-
comment
Comment #28622930
My question may sound silly here. What’s the advantage of an isolated-vm over async function with graceful error handling/time out?
-
comment
Comment #28578476
What would you do differently today than the article?