Viewing profile — tene
tene
HN member- Joined
- Mon, Nov 24, 2008, 6:33 AM UTC
- HN karma
- 901
- Public activity
- 330 items
- HN profile
- View on Hacker News ↗
About tene
No profile information was provided.
Recent public activity
-
comment
Comment #42617082
On its own it's not necessarily an issue, but I'd consider it a warning sign. The times in my life that I've obsessively played games like this have been times when my emotional he…
-
comment
Comment #42578676
Location: Sunnyvale, CA (San Francisco, Bay Area) Remote: Yes Willing to relocate: No Technologies: Rust, Python, Go, Kubernetes, Docker, Puppet, Linux, Networking, SRE Résumé/CV: …
-
comment
Comment #42034740
I like this one for VSCode: https://marketplace.visualstudio.com/items?itemName=RobbOwen...
- comment
-
comment
Comment #40783198
You've got it exactly right, many people in the US care far more about compliance with and respect for authority than they do about rule of law.
-
comment
Comment #39872785
The way it sounds from reading the article is X11's design fundamentally is that bad for modern hardware, which is why almost all of the active graphics development is focused on r…
- comment
-
comment
Comment #38029624
Lifetime analysis matters a lot for way more than just garbage collection. File handles, iterators, mutex guards, database transaction handles, session types, scoped threads, anyth…
-
comment
Comment #38029183
What are some examples of sound programs you want to write in Rust but are unable to write?
-
comment
Comment #34682461
I've struggled quite a bit with problems that feel similar to your description. This book is what helped me the most: https://www.carolynspring.com/shop/unshame-paperback/
-
comment
Comment #34682389
> Daily life feels like that swim scene from Gattaca. > I've not got enough of a problem to go get diagnosed or medicated. Hmm...
-
comment
Comment #34026712
Policy Prediction Markets.
-
comment
Comment #32793809
I understand that you're not personally advocating for this position, but I'm glad you brought it up, because I really resent this kind of "Here's an imaginable scenario where this…
-
comment
Comment #32793593
I disagree. While I agree that I haven't seen specific criticisms of Khan Academy being dangerous, I absolutely have seen both pervasive media messaging as well as real people in m…
-
comment
Comment #32786370
They had no choice? Really? Check out this archived post from when they took down their photo sharing site: https://web.archive.org/web/20180327235711/https://lytro.wuf... If they …
-
comment
Comment #32587753
How would you expect the response to something genuinely better to be different, in a non-culty way?
-
comment
Comment #32535926
It doesn't baffle me; it seems pretty obvious. Given that huge populations are consuming sugar water daily, and given the health consequences of this, information on which type of …
-
comment
Comment #32535602
I desperately wish there was a country I could move to where civilization actually invested meaningfully in things that actually matter.
-
comment
Comment #32535547
Having worked in SV for so long, it's hard to really imagine what this would actually look like. What are some examples of important work with decent pay in an inexpensive area tha…
-
comment
Comment #32230959
If they don't want to bother with leap seconds, why are they even using UTC? Why can't they just use TAI instead?
-
comment
Comment #32123486
For most people working a career as a programmer, how much of their time in that career is going to be spent as an inexperienced beginner programmer? I agree that Rust is a profess…
-
comment
Comment #32122722
We already have a way, reference counting and locking, the same way it's handled in most dynlangs.
- story
-
comment
Comment #31968917
I am also not a biologist, but I apparently think I know some of this? Hopefully if I'm wrong enough, a real biologist can correct me. :) I think we're still very far from arbitrar…
-
comment
Comment #31965654
I do in fact plow unthinkingly into using concurrency quite frequently, and it works out quite well. I just unthinkingly use techniques like "just throw it in a dedicated thread", …