Live data from Hacker News

Viewing profile — nraf

nraf

HN member
Joined
Wed, Jun 25, 2014, 10:49 PM UTC
HN karma
115
Public activity
86 items

About nraf

No profile information was provided.

Recent public activity

  1. comment
    Comment #43555725

    I got a three day suspension from school for doing this. I sent something mundane like “hello” to entire school. Few minutes later, the IT admin came running down, told me off and …

  2. comment
    Comment #42780087

    The estimating is often enough to make better choices. I know I’m not going to be able to eat my main, a couple slices of pizza, one or two entrees and a dessert with only 800 calo…

  3. comment
    Comment #42508943

    Following your logic, Christianity would be not be inviting to those in Muslim-majority countries.

  4. comment
    Comment #41451249

    As someone who really enjoys working with CSS, but also working with colleagues who struggle with it, I strongly recommend Kevin Powell’s YouTube channel. He has touched on exact f…

  5. comment
    Comment #39583556

    Our first computer was an MS-Dos machine that our local high school were getting rid of back in 1994. I learned a lot from playing around on the machine, trying to understand the c…

  6. comment
    Comment #37697360

    While I do use timers occasionally (mainly when baking or pressure cooking), I’m surprised to learn that people will set multiple timers just to caramelise onions. I find that for …

  7. comment
    Comment #37666630

    Been getting shoulder on sale for under $7 a kg at Saccas in Melbourne

  8. comment
  9. comment
  10. comment
    Comment #37543959

    Overnight oats / bircher muesli is served cold and requires no cooking. The time aspect is to give the oats time to absorb the liquid - cold oats swimming in freshly poured milk is…

  11. comment
    Comment #37454341

    As a Melburnian, I can second that Melbourne is coffee-obsessed, and Starbucks is a step up your average takeaway shop coffee. With that said, there’s a very discernible difference…

  12. comment
    Comment #37454116

    There was an earthquake in Melbourne, Australia earlier this year and a common theme (myself included) was thinking a car had rammed into the house.

  13. comment
    Comment #37401031

    This looks very cool. Is anyone aware of something similar for Angular? We have a half-baked version that's been in pre-alpha for our webapp, but if there's something out of the bo…

  14. comment
    Comment #37387063

    Agreed, I enjoy his YouTube videos, but find other YouTubers who are make as-good or better content, but his articles on Serious Eats were in a league of their own. There are gems …

  15. comment
    Comment #37387032

    Many of these items are complety arbitrary. As someone who's been cooking some pretty elaborate dishes for over a decade, I don't actually recall ever coming across these two disti…

  16. comment
    Comment #37357592

    My experience (as someone who spends too much time on my phone) is that a smartwatch helps avoiding me getting sucked in by my phone. It’s much less usable and I hate constant noti…

  17. comment
    Comment #37307297

    > for example, the same several lines of code duplicated across distant parts of the codebase dozens of times, and with inconsistent names which make the duplication hard to notice…

  18. comment
    Comment #37266314

    I’ve found Angular updates to be mostly painless since they’ve automated most of the migrations using `ng update`. That said, I do wait 2-3 months to give time for dependencies to …

  19. comment
    Comment #37198940

    My apologies, I assumed your lawn was Open Course.

  20. comment
    Comment #37154944

    Curious if anyone familiar with Drupal’s AJAX implementation (at least how it was in v5-7, I haven’t used Drupal v8 onwards) back in the day and has used this can offer a compariso…

  21. comment
    Comment #37040276

    Ah… IB must’ve been why I found the discrete mathematics subject at university so much easier than my peers did - I’d already been exposed to a lot of it.

  22. comment
    Comment #37005866

    We do this occasionally as a tech spike - if there’s a lot of uncertainty or if we need to evaluate between a couple different approaches, we’ll dedicate 2-3 days to hacking away w…

  23. comment
    Comment #36919602

    If you practice test-driven development, the mindset is slightly different. Humans can't think of everything all the time - TDD guides you to think about one thing at a time. No on…

  24. comment
    Comment #36918825

    An example where it’s helped me personally is when migrating from Angular Material to Ant Design. The test cases gave me confidence the expected behaviour was preserved

  25. comment
    Comment #36916826

    Can you elaborate on what’s problematic with this test? Testing that the component does what expected based on input is telling me the component is working as expected.