Viewing profile — joeegan2202
joeegan2202
HN member- Joined
- Fri, Oct 18, 2024, 4:22 PM UTC
- HN karma
- 26
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About joeegan2202
No profile information was provided.
Recent public activity
-
comment
Comment #42753491
Consider the proximity of Zuckerberg to the new admin, and the current admin, and remember that this is only market consolidation (data consolidation) around Reels and Shorts.
-
comment
Comment #41880998
A couple points on Go assembly: 1. On amd64 those ints are actually 64bit. If you used int32 then they would be be word aligned in the parameter list. However, there is a gotcha wi…