Live data from Hacker News

Viewing profile — mustpax

mustpax

HN member
Joined
Wed, Mar 18, 2009, 2:48 PM UTC
HN karma
3,765
Public activity
560 items

About mustpax

https://github.com/mustpax

paksoy at Google's free email service

Recent public activity

  1. story
  2. comment
    Comment #46166132

    I feel like I’m missing something. How do people justify the security implications of manual memory management when building a publicly accessible web service with Zig?

  3. comment
    Comment #45350857

    Once I create a presentation, can I hot-link to a png of it as a cover image? I don't know if I need the full richness of a ppt/pdf off the gate but image gen with solid text layou…

  4. story
  5. comment
    Comment #43208073

    Someone should write a blog post about the prestige/effectiveness negative feedback loop. This is also the Achilles heel of top tier SV VCs including YC.

  6. comment
    Comment #41422044

    Really well put. “Processes is a symptom of competence, not the cause” is a good motto.

  7. story
  8. comment
    Comment #40149953

    It’s always a good sign when an architecture diagram has Nginx + Lua in it. The Lua memory leak bug is a good example of why it saves SO MUCH time to use managed services like Brow…

  9. comment
    Comment #14094085

    In that case Windows Linux Subsystem seems like a good compromise.

  10. comment
    Comment #13978244

    Alfred's clipboard manager will auto-exclude anything that's copied from 1Password. You can add more auto-exclude rules yourself too.

  11. story
  12. story
  13. comment
    Comment #13084203

    Horizons School of Technology | Architect in Residence | San Francisco, CA | Onsite Full-time or Contract | $120k-180k http://www.joinhorizons.com/ We are looking for a Architect i…

  14. comment
    Comment #12702592

    The reason that this is on the front page is because not everyone is a serious astrophotographer. If you find yourself asking "I already know about this, why is this on the front p…

  15. story
  16. story
  17. comment
    Comment #11601827

    You hit the nail in the head. Intel has built up amazing margins on the x86 business over the years by beating out competitors. ARM margins are razor thin by comparison and Intel c…

  18. story
  19. comment
    Comment #10510173

    Thanks for the explanation. Congrats on the fundraise!

  20. comment
    Comment #10509968

    Out of curiosity, do these major donors receive partial control over Watsi in return? If so, what's the mechanism for that? Board seats?

  21. comment
    Comment #10269527

    Anyone have reading suggestions for an operationally minded infrastructure engineer who is paranoid about security and hates breaking production but still wants to take the IPv6 pl…

  22. comment
    Comment #7963141

    Lack of generics is part of the reason why Go is easier to learn and the Go compiler is faster than, say, Rust. Sure, generics don't have runtime overhead in Rust and Haskell but t…

  23. comment
    Comment #7963121

    There's no question that Rust and Haskell have better tools than C++ for abstracting code. Go is just demonstrating that you can write great software without the aid (and cost) of …

  24. comment
    Comment #7963103

    Exactly! Go makes the cost of generic code explicitly visible. Generics encourage over-generalizing behavior that runs counter to writing highly performant code. If you care about …

  25. comment
    Comment #7962677

    That's true. It's not just GC actually. Slices and goroutines don't have a direct analogues in C either. But it is fairly easy to reason about the runtime complexity of these conve…