Viewing profile — nokamok
nokamok
HN member- Joined
- Fri, Aug 06, 2021, 8:35 AM UTC
- HN karma
- 16
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About nokamok
No profile information was provided.
Recent public activity
-
comment
Comment #36672663
Made a script that logged into as many computers as possible at university computers to fake clicks on porn ads. Mid 90’s. Not my proudest moment.
-
comment
Comment #35784872
Omg, he’s writing about me…
-
comment
Comment #35699271
“We have always been shameless about stealing great ideas,” Apple co-founder Steve Jobs once said.
-
comment
Comment #34252416
Does every artist not learn by first copying/stealing from those that inspired them in the first place? How is it different for an AI if we ignore the speed and scale for a moment?…
-
comment
Comment #30407413
Easy doesn’t (always) equal good.
-
comment
Comment #30045692
I think you’re on to something. Just reread this article: https://blog.gopheracademy.com/advent-2018/interfaces-and-re... And there’s definitely an overhead associated with the int…
-
comment
Comment #30045129
The way I understood it the “slowness” came from using interface{} in the queue implementation. With generics you get a performance boost from annihilating the run-time overhead. Y…