Viewing profile — _ek94
_ek94
HN member- Joined
- Wed, Aug 04, 2021, 5:08 PM UTC
- HN karma
- 1
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About _ek94
No profile information was provided.
Recent public activity
-
comment
Comment #26197159
For those of us who don’t like exceptions I think the concern is more that the exception might not be caught right there, so an exception may potentially transfer control to an arb…
-
comment
Comment #26197083
That’s exactly how rust generates backtraces though. They just are not typically attached to errors.
-
comment
Comment #26186054
It’s good to know there is hope of landing another such gig :)
-
comment
Comment #26179084
Those presentations to the higher levels didn’t really happen because the corporate structure was very flat. Also, I would not expect those to take up all that much time. You may h…
-
comment
Comment #26175161
As someone who has been managed both through traditional management techniques and a manager who mostly coded, I could not disagree more.
-
comment
Comment #26175060
As long as we are throwing out anecdotes, I've been doing this for 3 years and have seen successfully done it on several teams, though they were all at the same company. It absolut…
-
comment
Comment #26175037
> If you're legitimately a people manager (not a low grade 'team lead'), there is no way, no how, you could have 80% free time. Just because you've never seen this dynamic work suc…
-
comment
Comment #25738465
They need more than a simple majority to convict in the senate trial, so it seems unlikely to be successful. The best they can hope for is to force republicans to vote in favor of …
- story
-
comment
Comment #23820176
As a diagnosed dyslexic, this website feels nothing like what reading is like for me. It might be representative of some dyslexic experience, but certainly not mine.
-
comment
Comment #23794110
[flagged]
-
comment
Comment #18768847
Interpreting GP's comment using the Principle of Charity[1], I assume GP meant "older than C++ is now". [1]: https://en.wikipedia.org/wiki/Principle_of_charity
-
comment
Comment #17084737
> Go's standard library provides a regex library that provides certain O() guarantees, but has a significantly larger constant factor than PCRE-like regexs. While that is true, Rus…
-
comment
Comment #16942056
If that was your first foray into Rust land, I hope you give it another shot. I definitly struggled with fitting into the Rust programming model at first, but a few adjustments to …
-
comment
Comment #16173661
I think the go team does deserve credit for making compilation speed a priority when other languages of the same generation have tended not to.