Viewing profile — N1H1L
N1H1L
HN member- Joined
- Fri, Mar 20, 2020, 2:24 PM UTC
- HN karma
- 845
- Public activity
- 439 items
- HN profile
- View on Hacker News ↗
About N1H1L
Recent public activity
-
comment
Comment #48851609
> AI is an inherently anti-social, anti-human technology, and this rewrite is the perfect example of that. This is a very weird issue to be mad about, and can be extended to multip…
-
comment
Comment #48557099
Why not? I maintain markdown files explaining everything (this is committed). Also the Python code is typed and has detailed numpydoc docstrings.
-
comment
Comment #48481361
Not true. The CdA (coefficient of drag multiplied by frontal area) matters far more for range than the weight for range. That is a smaller EV, which may very well be heavier can ha…
-
comment
Comment #44604766
And you have to apply to get that job. And the vast majority of companies would prefer a US citizen or an LPR for that job, because there is no guarantee that you will get the visa…
-
comment
Comment #44601368
There are a lot of errors in that article. Like line 1, the idea that foreign students get jobs before Americans do. Quite the opposite in real life. Go to any school, and see the …
-
comment
Comment #44383739
I use LLMs for generating documentation- I write my code, and ask Claude to write my documentation
-
comment
Comment #44129420
As someone using Python from 2017, there was no uv then, and conda worked fine but was glacially slow.
-
comment
Comment #44127314
I have a problem with Python's `Optional` type. For example for this following code: from typing import Optional, Union def square( a: Union[int, float], b: Optional[int] = 2 ) -> …
-
comment
Comment #44117321
I used to use conda, but have switched entirely to uv now
- story
-
comment
Comment #42871694
I think TypeGuard ( https://github.com/agronholm/typeguard ) also does runtime type checking. I use beartype BTW.
-
comment
Comment #42859489
My one issue with uv is that uv publish does not still have a —skip-existing flag like twine has.
-
comment
Comment #40663472
I am more and more convinced that type checked Python is not always the best idea. The people who are the most virulently pro type checking in Python are not data science folks. Py…
-
comment
Comment #39291583
ADHD is also very strongly linked to cigarette smoking, by the way. What I mean is that nicotine is a form of self-medication
-
comment
Comment #39107544
True. Honestly they should have taken the second bet in the 2010s and come up with a clean sheet 737 successor. It would have been bold, but the company would have been in far bett…
-
comment
Comment #37944392
I am a bit surprised by the negativity here. Python's ecosystem fragmentation is legendary at this point, and it's lack of portability is well known. Let's face it - a lot of the "…
-
comment
Comment #37944305
Chris Lattner is already famous
-
comment
Comment #36958739
They are also very good energy storage media. Combine that with zero transmission losses - you can now highly efficient EV powertrains that are significantly more compact. 1000 mil…
-
comment
Comment #36392813
Twice. Both were really amazing for my career, and shared some common attributes. - They shared project goals and documents with me from day 1, so all of us knew what the deliverab…
-
comment
Comment #35817816
Yep.
-
comment
Comment #35817795
This is really not correct actually from an economics standpoint. The perfect inflation rate is not zero, and negative is definitely bad.
-
comment
Comment #35330229
Compared to paying lacrosse coaches in Stanford - as if US universities are any better! Your rich dad endows a building in an Ivy and you are in - and apparently it's all good!
-
comment
Comment #35330214
As someone who attended both an IIT (as an undergrad) and a top 10 US university (for my PhD) - think of IITs as very selective undergrad colleges in the USA, such as Swarthmore or…
-
comment
Comment #35280199
This is a question that has been at the back of my mind for some time. I may be very wrong. I always thought of an interpreter as a translator, while a compiler was a translator an…
-
comment
Comment #35280136
Disclosure: I own a Mach-E. Except for minor niggles, touch wood, it's been great. The Mach-E and F150 architectures were stop-gaps, and pretty good at that. * One, it still is not…