Live data from Hacker News

Viewing profile — lagom

lagom

HN member
Joined
Thu, Aug 16, 2012, 10:35 PM UTC
HN karma
5
Public activity
4 items

About lagom

No profile information was provided.

Recent public activity

  1. comment
    Comment #6010698

    Aside from API, there's a convincing performance argument to have len() return the byte count rather than number of utf8 characters. The implementation of strings in Go is a 2-word…

  2. comment
    Comment #5341906

    It's definitely possible to access unallocated memory e.g., // p points to address 1000 p := (*int)(unsafe.Pointer(uintptr(1000))) Of course, this is why use of the unsafe package …

  3. comment
    Comment #4707357

    If only Scala compilation weren't so slow. This is a bit off topic, but I find the difference between Scala and Go to exemplify some of the fundamental tradeoffs in the languages. …

  4. comment
    Comment #4493832

    I think the contrast between mindfulness and mindlessness is more apt than that of thinking and non-thinking. I consider his call to non-thinking to be more hyperbolic than anythin…