Viewing profile — aesbetic
aesbetic
HN member- Joined
- Sat, Mar 15, 2025, 1:37 PM UTC
- HN karma
- 30
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About aesbetic
No profile information was provided.
Recent public activity
-
comment
Comment #49249054
using an ad hominem to attack the concept of ad hominem lol
-
comment
Comment #49029399
Congratulations to Jacob Tsimerman for winning the Fields Medal!
-
comment
Comment #48963110
AI is not bound by genetic bottlenecks.
-
comment
Comment #45656131
We have “laws” and routinely conduct “experiments” which are kind of unheard of in CS.
-
comment
Comment #45649915
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…
-
comment
Comment #45581882
Bruh they are literally called “AI glasses”. If it succeeds, it’s a success for AI.
-
comment
Comment #45572805
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 wil…
-
comment
Comment #45310179
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 Nati…
-
comment
Comment #45310003
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.
-
comment
Comment #44246735
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,…
-
comment
Comment #44202335
This is more a bad look for Intel than anything truly exciting since they refuse to produce any details lol
-
comment
Comment #44009568
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 po…
-
comment
Comment #44009384
Should I apply for an H1B or an O1 visa if the end goal is to self-petition an EB-1A green card application?
-
comment
Comment #43724405
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.
-
comment
Comment #43712011
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 an…
-
comment
Comment #43452898
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 …