Viewing profile — mustpax
mustpax
HN member- Joined
- Wed, Mar 18, 2009, 2:48 PM UTC
- HN karma
- 3,765
- Public activity
- 560 items
- HN profile
- View on Hacker News ↗
About mustpax
paksoy at Google's free email service
Recent public activity
- story
-
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?
-
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…
- story
-
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.
-
comment
Comment #41422044
Really well put. “Processes is a symptom of competence, not the cause” is a good motto.
- story
-
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…
-
comment
Comment #14094085
In that case Windows Linux Subsystem seems like a good compromise.
-
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.
- story
- story
-
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…
-
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…
- story
- story
-
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…
- story
-
comment
Comment #10510173
Thanks for the explanation. Congrats on the fundraise!
-
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?
-
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…
-
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…
-
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 …
-
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 …
-
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…