AI is not bound by genetic bottlenecks.
HN user
aesbetic
We have “laws” and routinely conduct “experiments” which are kind of unheard of in CS.
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.
Bruh they are literally called “AI glasses”. If it succeeds, it’s a success for AI.
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.
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 courts for this reason:
"Whenever the President finds that the entry of any aliens or of any class of aliens into the United States would be detrimental to the interests of the United States, he may by proclamation, and for such period as he shall deem necessary, suspend the entry of all aliens or any class of aliens as immigrants or nonimmigrants, or impose on the entry of aliens any restrictions he may deem to be appropriate."
Also interestingly, it seems to only explicitly impose restrictions on entry into the US. But most visa holders are already in the country, and atleast according to this proclamation, they'd be unaffected.
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.
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 or Mavproxy (terminal based).
This is more a bad look for Intel than anything truly exciting since they refuse to produce any details lol
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 similarity in the eligibility requirements for the O-1 and EB1A applications make them more “compatible”.
What do you think of this?
Should I apply for an H1B or an O1 visa if the end goal is to self-petition an EB-1A green card application?
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.
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 I’ll admit LLMs have been weirdly good at regex.