Live data from Hacker News

Viewing profile — lemoing

lemoing

HN member
Joined
Sat, Mar 16, 2019, 4:04 PM UTC
HN karma
123
Public activity
29 items

About lemoing

I'm Nick Lemoing, a software engineer from Canada currently on sabbatical in Australia.

Website: lemoing.ca Email: @.ca

Recent public activity

  1. comment
    Comment #48325387

    Seconded, though from a different angle. In my experience, it's surprisingly hard to live frugally when you don't have a job; my spending actually went up at first because I had al…

  2. comment
    Comment #47213079

    I’m wrapping up a 4 month stint at a fancy hotel working as a valet attendant. My job responsibilities as written were parking cars and helping with bags, but the unspoken expectat…

  3. comment
    Comment #47026873

    I worked at a family-owned bike shop, at a fancy hotel as a valet/porter, and picked up a few shifts at breweries/events. I’ll be jumping back into software in a few months but it’…

  4. comment
    Comment #47022770

    I’ve taken the last year off from software engineering and have worked a mix of jobs that primarily exist outside the magic circle of the internet. I think one thing that surprised…

  5. comment
    Comment #45009879

    True, though road bikes (even the new 12 speed ones) still use a 2x system on the front. TT/triathlon bikes sometimes use a single chainring as well since they don’t need to climb

  6. comment
    Comment #45008447

    Hah, I wish!

  7. comment
    Comment #45008429

    I hadn’t considered that! Since I’m using canvas, I’d have to roll my own selection code since what’s displayed is just a bitmap. But I may fall down that rabbit hole someday :)

  8. comment
    Comment #45008404

    I rolled my own easing function (taking the square root of the progress, which is a number between 0 and 1) because I was missing the vocabulary to search for a proper one. Thanks …

  9. comment
    Comment #45008393

    Breadcrumbs and hyperlinks are great ideas, thanks! I’d love to see something similar for film projectors, let me know if you end up building it.

  10. comment
    Comment #45008358

    Disabled! Thanks for the feedback.

  11. comment
    Comment #45008354

    Thanks for the feedback! I disabled the text animation for the time being. There is a note about the star nut if you click on the headset top cap and then explode the headset, and …

  12. comment
    Comment #45008310

    I disabled the text animation for now since I can see how it would be frustrating. Maybe later I’ll go back to a line-by-line reveal since I still like the aesthetic! Content-wise,…

  13. comment
  14. comment
    Comment #45004540

    It's set to 3600 characters per minute here, so 60/second: https://github.com/nlemoing/bici/blob/main/bike.ts#L451

  15. comment
    Comment #45004247

    Thanks for the feedback! I think the text speed might be an issue with my implementation: it adds a single character on each animation frame with a WPM speed limit, but this would …

  16. story
    Show HN: Bicyclopedia

    Hey folks! A bit of background: I'm a software engineer by trade, but I'm currently on sabbatical doing a year-long working holiday in Australia. I love riding bikes but only had t…

  17. comment
    Comment #38133728

    Yes, but filling a grid in a way that satisfies all of the regular expressions is a much harder problem than matching a single regex. Semi-related: generating fill for regular cros…

  18. story
  19. story
  20. comment
    Comment #24410579

    Your last point is a good one. I started in math and had to take a few CS courses (which I ended up switching into), but I had almost no exposure to subjects outside those two. At …

  21. comment
    Comment #23702104

    For those curious, the +'a' after the space is a unary addition operator that evaluates to 'NaN'.

  22. comment
    Comment #21919116

    I know what you mean about the distracting animations! I tried to set it up so that the animations would pause if they weren't in focus. Having an option to manually trigger the an…

  23. comment
    Comment #21917291

    When I referred to knights as weird, I was thinking more of how their movement patterns are incongruous with rooks/bishops/queens that move in a straight line but are blocked by pi…

  24. comment
    Comment #21916071

    Glad you appreciated it!

  25. comment
    Comment #21914807

    Yeah, that's true! The reason I looked into this in the first place because the basics of movement in chess are fairly straightforward until you take a look at some of the weirder …