HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lhnz

no profile record

comments

lhnz
·8 माह पहले·discuss
Records and Tuples were scrapped, but as this is JavaScript, there is a user-land implementation available here: https://github.com/seanmorris/libtuple
lhnz
·3 वर्ष पहले·discuss
I am also English. :)
lhnz
·3 वर्ष पहले·discuss
Well, I'm also English and I didn't read them that way. However, I do think that Paul is telling people that competing with Sam in certain domains would be extraordinarily difficult.

The other thing is that if you take a look at Paul Graham's blog posts, he used to regularly thank Sam at the bottom of these -- this isn't something you do if you don't like or respect someone. However, on the other hand, perhaps they fell out at some point? I can't personally make out that signal from the little data there is.
lhnz
·3 वर्ष पहले·discuss
Really? It seems like a glowing appraisal. He seems to think that Sam is devestatingly effective at what he does.
lhnz
·3 वर्ष पहले·discuss
If Paul Graham fired Sam Altman from YCombinator it's interesting that he appears to have such a favourable opinion of him [0].

However, personally, what I've taken away from this is that he is a much better strategic/tactical operator than many other high-flying executives and very capable of winning the respect and trust of a lot of smart people. I wouldn't expect OpenAI to be run by anybody that wasn't revered in this way; a lot of CEOs aren't saints.

[0] https://twitter.com/search?q=from:paulg%20since:2019-01-01%2...
lhnz
·3 वर्ष पहले·discuss
SEEKING WORK | LONDON, UK / REMOTE WORLDWIDE

Take a read of my blog or GitHub if you wish to quickly gauge my skillset: https://sebinsua.com

I'm a full-stack product engineer. I usually program in TypeScript, Python and Rust but have hundreds of hours of experience using a wide range of languages and technologies. I am an expert within the Node.js and React ecosystems, where I have 12 and 9 years of experience respectively.

  Technologies: TypeScript, JavaScript, Python, Node.js, Next.js, Rust,
                SQL, PostgreSQL, React, HTML, CSS, Docker, Git,
                Kubernetes, Linux, Jupyter, FastAPI, Pandas, NumPy,
                Machine Learning, Large Language Models (LLMs), etc.
Résumé/CV: https://sebinsua.com/resume.pdf

GitHub: https://github.com/sebinsua

Gists: https://gist.github.com/sebinsua

LinkedIn: https://linkedin.com/in/sebinsua/

Email: [email protected]
lhnz
·4 वर्ष पहले·discuss
"How would you feel about extracting this into a separate function? It might be better because the logic seems quite self-contained, and we can then apply the extra business logic immediately after this with a few if-elses."

I try to give critiques in this way, as it gives the person that wrote the code ample opportunity to defend their approach, but also gives explanation of why your suggestion might be better.