Live data from Hacker News

Viewing profile — jeffomatic

jeffomatic

HN member
Joined
Fri, Mar 01, 2013, 7:36 PM UTC
HN karma
120
Public activity
9 items

About jeffomatic

co-founder of maingauche.games

Recent public activity

  1. comment
    Comment #36448263

    I'm writing a game that uses both behavior trees and coroutines (via C# generators), and I have found that they are not quite interchangeable. The main thing is that the execution …

  2. comment
    Comment #35564225

    This is an old debate and yet one that is difficult to think through. I share your experience of having trouble convincing someone else not to combine things too hastily. Partly it…

  3. comment
    Comment #35304838

    I can see how this could be a helpful reframing for some folks, but IME centering your attention on how to title yourself can have the reverse effect, which is to encourage you to …

  4. comment
    Comment #34455768

    There's some skepticism in the comments around the recommendation for xid. I'm curious if anyone here is using it in production at scale, and can comment on the practical realities…

  5. comment
    Comment #30051971

    No slight to anyone pursuing this strategy, but I also felt like using the shorter list for ranking candidate words was cheating. On the other hand, my solver ends up making silly …

  6. comment
    Comment #28868323

    +1, I'd also recommend doing a low-poly lesson before attempting the donut tutorial. I did Imphenzia's low-poly tutorials after a few false starts with the donut tutorial, and foun…

  7. comment
    Comment #28493792

    This is my experience as well. I use both Chrome and Firefox across Mac and Windows, and I find the experiences to be pretty much interchangeable. I'm usually someone who gets anno…

  8. comment
    Comment #23082298

    I recently tried switching from an MBP to an X1 Carbon, in a yet another attempt to switch to Linux as my daily driver. I ended up being thwarted, to my surprise, by the touchpad s…

  9. comment
    Comment #21039665

    Question about the buffered writes and invalidation: is there anything that prevents race conditions between a Del() and a prior Set() on the same key? Just glancing at the source,…