Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
N1H1L
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
N1H1L
2mo ago
> 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 multiple technologies - if you think about it, from computers t
2.
▲
by
N1H1L
3mo ago
Why not? I maintain markdown files explaining everything (this is committed). Also the Python code is typed and has detailed numpydoc docstrings.
3.
▲
by
N1H1L
3mo ago
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 have a higher range and efficiency.
4.
▲
by
N1H1L
1y ago
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 approved.
5.
▲
by
N1H1L
1y ago
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 employment rates in that school for US vs foreign students.
6.
▲
by
N1H1L
1y ago
I use LLMs for generating documentation- I write my code, and ask Claude to write my documentation
7.
▲
by
N1H1L
1y ago
As someone using Python from 2017, there was no uv then, and conda worked fine but was glacially slow.
8.
▲
by
N1H1L
1y ago
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 ) -> float: c = a**b
9.
▲
by
N1H1L
1y ago
I used to use conda, but have switched entirely to uv now
10.
▲
by
N1H1L
2y ago
I think TypeGuard ( https://github.com/agronholm/typeguard ) also does runtime type checking. I use beartype BTW.
11.
▲
by
N1H1L
2y ago
My one issue with uv is that uv publish does not still have a —skip-existing flag like twine has.
12.
▲
by
N1H1L
2y ago
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. Python's type ecosystem's support for proper type ch
13.
▲
by
N1H1L
3y ago
ADHD is also very strongly linked to cigarette smoking, by the way. What I mean is that nicotine is a form of self-medication
14.
▲
by
N1H1L
3y ago
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 better shape today
15.
▲
by
N1H1L
3y ago
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 "ML" applications for the next decad
16.
▲
by
N1H1L
3y ago
Chris Lattner is already famous
17.
▲
by
N1H1L
3y ago
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 mile EVs become actually viable. Secondly, superconductors are
18.
▲
by
N1H1L
3y ago
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 deliverables were - Cared about my development, and were willing to m
19.
▲
by
N1H1L
3y ago
Yep.
20.
▲
by
N1H1L
3y ago
This is really not correct actually from an economics standpoint. The perfect inflation rate is not zero, and negative is definitely bad.
21.
▲
by
N1H1L
3y ago
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!
22.
▲
by
N1H1L
3y ago
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 Amherst. IITs are way more teaching focused than research f
23.
▲
by
N1H1L
3y ago
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 and optimizer. So my question - can LLMs do this? They are rea
24.
▲
by
N1H1L
3y ago
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 completely clean sheet, and thus has a lot of unnecess
25.
▲
by
N1H1L
4y ago
Infrastructure is not frozen in amber. It's honestly attitudes like these in the comment above that are the most corrosive to US as a nation. This is a sick disease that has taken root in the American mind, and I don't know what&#
26.
▲
by
N1H1L
4y ago
Congrats on your Zeiss job!
27.
▲
by
N1H1L
4y ago
Have a look at this by Rajesh Rao of Washington: https://www.youtube.com/watch?v=a_-obTZO6pY
28.
▲
by
N1H1L
4y ago
Not really. Our substrate today is silicon (really n-type silicon). We build a city on top of that substrate. Modern semiconductors have become way more heterogenous in recent years. Our gate insulators are not silicon dioxides anymore but
29.
▲
by
N1H1L
4y ago
I am at a US national lab, and for a lot of our history, we operated that way, too, where much of our money was fundamentally internal. There was a scientific track and management (money-bringing track). No salary or title differences. But,
30.
▲
by
N1H1L
4y ago
We will definitely move to wide bandgap semiconductors fast, where we can run much higher switch speeds (aka clock rates) without overheating
More ›