Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aesbetic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aesbetic
22d ago
I'm not sure if this is a consequence of reading about The Truman Show but, is every comment here made by a bot?
2.
▲
by
aesbetic
29d ago
OpenAI marketing team's getting pretty innovative huh?
3.
▲
by
aesbetic
1mo ago
using an ad hominem to attack the concept of ad hominem lol
4.
▲
by
aesbetic
2mo ago
Congratulations to Jacob Tsimerman for winning the Fields Medal!
5.
▲
by
aesbetic
2mo ago
AI is not bound by genetic bottlenecks.
6.
▲
by
aesbetic
11mo ago
We have “laws” and routinely conduct “experiments” which are kind of unheard of in CS.
7.
▲
by
aesbetic
11mo ago
In the first lecture, Abelson says Computer Science is neither a science nor is it really about computers. Considering the current ML paradigm, maybe CS has finally earned its name as a science.
8.
▲
by
aesbetic
11mo ago
Bruh they are literally called “AI glasses”. If it succeeds, it’s a success for AI.
9.
▲
by
aesbetic
11mo ago
I wonder how much they can innovate on the chip design frontier by using internal models. They’re certainly incentivized to work on this but what’s funny is Nvidia’s investment will probably be paying for a part of this.
10.
▲
by
aesbetic
1y ago
Its a proclamation, not an executive order. This is important to keep in mind because Congress granted explicit statutory authorization to the President in the Immigration and Nationality Act 212(f) and is unlikely to be cut down by the cou
11.
▲
by
aesbetic
1y ago
I don't see your point, the section describes a restriction on "entry into the United States". Most H1b visa holders are already in the US so this doesn't apply to them.
12.
▲
by
aesbetic
1y ago
Mission Planner is an alright GCS but awful for configuration. Use this instead https://github.com/ArduPilot/MethodicConfigurator . And if you're looking for other ground controls, you could try out QGroundControl
13.
▲
by
aesbetic
1y ago
This is more a bad look for Intel than anything truly exciting since they refuse to produce any details lol
14.
▲
by
aesbetic
1y ago
Thank you for responding so quickly. I asked this question in the first place because I heard/read that an EB1A application is a little more likely to be accepted if you already possess an O-1 visa. The reasoning behind this being the
15.
▲
by
aesbetic
1y ago
Should I apply for an H1B or an O1 visa if the end goal is to self-petition an EB-1A green card application?
16.
▲
by
aesbetic
1y ago
Yea you’re right. I viewed the comment on mobile where “codex” was wrapped to a new line. Now I know I should be careful examining code not formatted in a code block.
17.
▲
by
aesbetic
1y ago
Yea that’s not gonna work, you have to export it for it to become part of your shell’s environment and be passed down to subprocesses. You could however wrap the export variable and codex command in a script and just call that. This way the
18.
▲
by
aesbetic
1y ago
I know popular sentiment is writing compilers is hard but not simple ones like this one without optimizations. Basic stages like lexing, parsing, building AST, and code gen aren’t conceptually difficult, just a lot code to churn out. Though