Live data from Hacker News

Viewing profile — maynman

maynman

HN member
Joined
Wed, Oct 10, 2018, 9:16 PM UTC
HN karma
157
Public activity
65 items

About maynman

https://mitchum.blog

Recent public activity

  1. story
  2. comment
    Comment #30960949

    This is my blog, mostly about programming. https://mitchum.blog/ I started it with three goals in mind: 1. Remember more of the things I learn about complex topics. 2. Improve my w…

  3. comment
    Comment #28045131

    Thanks! I like those ideas. Definitely been pondering better ways to filter the links and ensure the most relevant ones rise in prominence.

  4. comment
    Comment #28031636

    I've been working on a little website to pull out links from the comments on the "Ask HN" page. Often there is some great advice in there, and it seemed in the spirit of Hacker New…

  5. story
  6. story
  7. story
  8. comment
    Comment #26903624

    If you're using Java, definitely give IntelliJ a try. I think it makes writing Java a pretty enjoyable experience.

  9. comment
    Comment #26856417

    This game is a pretty fun way to improve your CSS Flexbox skills: https://mastery.games/flexboxzombies/

  10. story
  11. comment
    Comment #26660399

    If you're a heathen like me, you sometimes store JSON configuration in environment variables https://mitchum.blog/how-to-store-json-in-an-environment-var...

  12. comment
    Comment #25918571

    I definitely agree about VR. The first time I played "Robo Recall" on the Oculus Rift I couldn't believe how responsive and immersive it was.

  13. story
  14. comment
    Comment #25125308

    For sure. In the case of IntelliJ resource usage, you get what you pay for.

  15. comment
    Comment #25124500

    I use IntelliJ for work every day and I agree, so many of its features make work so much better.

  16. story
    Ask HN: How do crowdsourcing apps protect against bad data?

    I've never worked on an application that uses crowdsourcing to manage common user data, and lately I've been curious about how one would go about implementing it. It seems like a "…

  17. comment
    Comment #24914924

    I do the same thing. I also keep auto commit off and make sure the rows updated looks correct before committing the change.

  18. story
  19. comment
    Comment #24771938

    One definition I've heard before (and like) is "code without tests". I don't think that's the only factor, but it's a pretty common indicator.

  20. story
  21. comment
    Comment #24603620

    Code Complete https://www.amazon.com/Code-Complete-Practical-Handbook-Cons...

  22. comment
    Comment #24367041

    Agreed. It's hard to consider a newspaper "centrist" that basically forces Bari Weiss out of a job.

  23. comment
    Comment #24366839

    Reminds me of Ecclesiastes. "There is nothing new under the sun".

  24. story
  25. comment
    Comment #23116228

    That sounds pretty cool. I also found it difficult to optimize for both performance and word density with the approach I took. Maxing out on one seemed to negatively affect the oth…