Live data from Hacker News

Viewing profile — nokamok

nokamok

HN member
Joined
Fri, Aug 06, 2021, 8:35 AM UTC
HN karma
16
Public activity
7 items

About nokamok

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #35784872

    Omg, he’s writing about me…

  3. comment
    Comment #35699271

    “We have always been shameless about stealing great ideas,” Apple co-founder Steve Jobs once said.

  4. 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?…

  5. comment
    Comment #30407413

    Easy doesn’t (always) equal good.

  6. 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…

  7. 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…