Live data from Hacker News

Viewing profile — htyden

htyden

HN member
Joined
Wed, May 04, 2011, 12:38 PM UTC
HN karma
42
Public activity
12 items

About htyden

No profile information was provided.

Recent public activity

  1. comment
    Comment #41876608

    > a work is never truly completed [...] but abandoned;

  2. comment
    Comment #41188108

    https://archive.ph/XXCA3

  3. comment
    Comment #40460149

    I haven't done a lot of Ruby lately, and I don't know what the `NameSpace`-class is intended to be used for, but is the effect of the suggestion similar to that of https://github.c…

  4. comment
    Comment #39662350

    EE is short for "enterprise edition", I assume. I hope that is correct, and perhaps it is obvious to most people.

  5. comment
    Comment #39626459

    Alternative location: https://pluralistic.net/2022/01/24/a-bug-in-early-creative-c...

  6. comment
    Comment #33320649

    If someone else touched the hardware, all bets are off.

  7. comment
    Comment #32225839

    Obligatory Rich Hickey plug: https://m.youtube.com/watch?v=SxdOUGdseq4

  8. comment
    Comment #32115622

    I'm also a non-native English speaker, I also found the the title of the linked article weird and also saw the title of the Vsauce video recently. This all made me confused and I'm…

  9. comment
    Comment #26349925

    I assume that op03 is referring to Telegram, which I believe is founded by Russians. However, the company is head quartered in London and Dubai according to Wikipedia.

  10. comment
    Comment #23516056

    https://intervene.dev/ has been very useful for me.

  11. comment
    Comment #21588065

    Sjuttiosju sjösjuka sjömän från skeppet Stjärnan sköttes av sjutton sköna sjuksköterskor. https://translate.google.com/#view=home&op=translate&sl=sv&t... .

  12. comment
    Comment #5001382

    Extending is expensive. Delegating is usually cheaper, just be careful how you do it. https://gist.github.com/4441557 I guess the upside of `extend` is that you can do it at the ca…