Live data from Hacker News

Viewing profile — mulholio

mulholio

HN member
Joined
Tue, Apr 24, 2018, 11:54 AM UTC
HN karma
90
Public activity
36 items

About mulholio

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45061446

    It’s certainly been my experience that page sizes should be bigger than you initially expect. Paginated endpoints are typically iterated all the way through meaning you’re going to…

  3. comment
    Comment #42911239

    I had a beloved F91W that I used for years. One day, when surfing in Morocco, it gave out and the screen became foggy before showing me an error code and never recovering. I guess …

  4. comment
    Comment #40819013

    Although I'm only on job three and have not had that much involvement with open source, I think my current employer (Attio) has one of the best codebases I've seen. Qualitatively, …

  5. comment
    Comment #32212396

    I've gotten a lot of use from a version of Zettelkasten in Roam recently. The general idea is this. 1. Take "Literature Notes" in your own words as you consume content. These are l…

  6. story
  7. comment
    Comment #30256454

    As a non-systems engineer, I’ve found Julia’s blog immensely helpful. She does a great job of explaining a wide range of topics and also tackles soft skills very well

  8. comment
    Comment #29793100

    Going to test this out on Hinge voice prompts and see what happens

  9. comment
    Comment #29603747

    Damn, this looks great. I'm very happy with my ErgoDoxes but the domed keys on this would make me seriously consider it if I were buying today. IMO, the split keyboard is super imp…

  10. comment
    Comment #27416101

    Just wait until you hear about git blame

  11. comment
    Comment #24921271

    Next.js really isn't that bad. If you need SSR, it is definitely the best way to go.

  12. comment
    Comment #24921258

    Good to hear! If that's the case then I'm excited.

  13. comment
    Comment #24909717

    I think create-react-app is much more beginner friendly. Fewer concepts to learn. Rolling your own or using script tags to begin with is also an option (see this course for an exam…

  14. comment
    Comment #24909688

    Next.js has been very good for not introducing breaking changes in my experience (especially for the JavaScript ecosystem). The changes are more along the lines of lots of new and …

  15. comment
    Comment #24909661

    I get the sense the React team don't really care about SSR as it's not a massive use case for FB.

  16. comment
    Comment #24909651

    > That's what srcset & were invented for. Next.js is going to be using srcset under the hood, I'm sure. The whole point of Next.js is to make best practices like this defaults, not…

  17. story
  18. comment
    Comment #23814006

    Do you have any good examples of how this has worked well for you in the past (ideally, off the job)?

  19. comment
    Comment #23813993

    Some of my favourite internet-specific books: - The Dream Machine. Fantastic tech history coverage with a particular focus on the lead up to the internet https://press.stripe.com/#…

  20. comment
    Comment #23813923

    I'm paying $35/year but I think it's still worth it. Solid integration with my Mac and iPhone.

  21. story
    Ask HN: What self-directed learning project did you gain the most from?

    I'm looking to do a project or two to level up my dev skills. What projects have you done in the past that were particularly successful?

  22. comment
    Comment #23233202

    Came here to comment on how good this one was, thinking this was what the post was about. 10/10 work on this project, never ceases to amaze me and my coworkers.

  23. story
  24. comment
    Comment #22648723

    Learning haskell, getting some writing done, trying out some hacking/info security.

  25. comment
    Comment #22537639

    What I'd hoped to see here was why use Svelte for a large web project. I get the advantages, but devising and maintaining good architecture is hard enough in the more established R…