Live data from Hacker News

Viewing profile — fultonfaknem42

fultonfaknem42

HN member
Joined
Tue, Feb 11, 2020, 5:31 PM UTC
HN karma
27
Public activity
15 items

About fultonfaknem42

No profile information was provided.

Recent public activity

  1. comment
    Comment #23902436

    Confusion. You're experiencing confusion. I get the exact same thing.

  2. comment
    Comment #23879416

    They're totally worth it.

  3. comment
    Comment #22541904

    I can't help but thinking about the 5 monkeys and a ladder. https://www.wisdompills.com/the-famous-social-experiment-5-m... (Even if it is bullshit)

  4. comment
    Comment #22506066

    You could do the math if you look up the half-life of caffeine. Via a quick Google search it looks like it is 4-6 hours. So if I understand it correctly, it's 4-6 hours for 100mg t…

  5. comment
    Comment #22495907

    I would love to produce my own ClearView.

  6. comment
    Comment #22426894

    I can't answer your question exactly. I came around only after Cocoa was established. This does make me wonder if the transition from Carbon to Cocoa is analogous though. Win32 com…

  7. comment
    Comment #22416813

    They have obstacles to overcome, and then there is just the glaring fact that they had so much momentum with Win32. My biggest gripe is that startup times are just too long. So man…

  8. comment
    Comment #22400694

    It looks like no one even cares about the drama of this.

  9. comment
    Comment #22308513

    I'll second the API being very well designed. It is incredibly legible from a technical perspective and it has actually been generally a joy to figure it out, as opposed to just be…

  10. comment
    Comment #22303602

    That is interesting and counter to my experience. Consider looking in to alternative causes (uninstalling plugins that may not be playing nicely with your particular version, backg…

  11. comment
    Comment #22301516

    Given the new mission statement of Microsoft, I think if the community is more vocal about the things they want to accomplish it will become imperative that people at the company w…

  12. comment
    Comment #22301314

    This looks like a pretty cool demonstration of what we're talking about: https://www.strathweb.com/2019/01/collectible-assemblies-in-... See the section titled: Collecting a dynami…

  13. comment
    Comment #22301127

    I think ignorance is a pretty powerful argument to be made by any developer wanting to use Roslyn. The last few times I messed with it there was literally no documentation and ever…

  14. comment
    Comment #22301069

    Maybe Assembly unloading, in which case if you wanted to swap out new dlls in memory you'd have to tear down the process and restart it. Definitely not sexy. That being said: I thi…

  15. comment
    Comment #22300383

    I still can't believe more people aren't leveraging the Roslyn APIs to write compiler extensions or additional tools around C#. It's conceptually powerful.