Live data from Hacker News

Viewing profile — iCodeSometime

iCodeSometime

HN member
Joined
Sun, May 12, 2019, 5:50 PM UTC
HN karma
1
Public activity
4 items

About iCodeSometime

No profile information was provided.

Recent public activity

  1. comment
    Comment #36362756

    If we only consider web servers. Mac servers are pretty much required for any kind of CICD for Apple development. Just about any company with an iOS or Mac app will have or rent a …

  2. comment
    Comment #22294256

    Alternatively, adding some kind of memoization can reduce run time and stack size pretty significantly for some algorithms. e.g. if you're using recursion to compute fibonacci, you…

  3. comment
  4. comment
    Comment #21704339

    Injecting and executing code inside an unprivileged process is not very useful.