Viewing profile — ziedaniel1
ziedaniel1
HN member- Joined
- Sun, May 13, 2012, 6:26 PM UTC
- HN karma
- 164
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About ziedaniel1
No profile information was provided.
Recent public activity
-
comment
Comment #45117270
A little bit too concise IMO. E.g. it doesn't really explain where the normal equations come from and it mentions eigenspaces without ever defining them.
-
comment
Comment #41592216
What are some others?
-
comment
Comment #40393228
I did make sure to check before posting. Good point about the signed integer overflow, though!
-
comment
Comment #40393218
I used GCC and checked that it wasn't optimized out (which actually surprised me!)
-
comment
Comment #40392140
Very cool idea - but unless I'm missing something, this seems very slow. I just wrote a simple loop in C++ to sum up 0 to 2^30. With a single thread without any optimizations it ru…
-
comment
Comment #36854598
A couple details worth noting: - `repr` often outputs valid source code that evaluates to the object, including in the post's example: running `datetime.datetime(2023, 7, 20, 15, 3…
-
comment
Comment #36575175
Do you have a source for that? I thought it was closer to 5pJ/byte.
-
comment
Comment #35033725
I enjoyed the easter eggs!
-
comment
Comment #29914524
(Yeah, I was not a TA then -- I took it under Paxos in Spring 2014 but only TA'd it after the switch to Raft)
-
comment
Comment #29859808
As someone who TA'd 6.824 (Distributed Systems) twice, I 100% agree. It's easier to halfway understand Raft than to halfway understand Paxos, but implementing a consensus algorithm…
-
comment
Comment #27131352
This sounds like you're describing energy-based models, not diffusion models.
-
comment
Comment #20175473
I think you misread slightly. > All of these algorithms take constant time, i.e., time independent of the input coefficients for any particular (n, c). This means that once you hav…
- story
-
comment
Comment #16849164
Oh, good point, I didn't read what you wrote carefully enough.
-
comment
Comment #16842902
Actually, the illegal memory access would be undefined behavior, so it's fine for the compiler to assume that it's living in a world where the segfault never happens. Thus, it can …
-
comment
Comment #16206256
The center core is new, but the side boosters are both recycled. See https://en.m.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_...
-
comment
Comment #15051074
I enjoy MealSquares: http://mealsquares.com . A bit expensive, but fulfills many of the same objectives.
-
comment
Comment #14921509
The very same airport, in fact. They accidentally turned off auto-throttle and took far too long to react to the falling airspeed.
-
comment
Comment #13792364
I think you mixed up m/s and km/s. The speed of light is 300,000,000 m/s, so 30,000 m/s is only .0001c. At 1g, it actually takes a month to reach .1c. (Still, your point stands.)
-
comment
Comment #13660993
Wow, can I read more about the circum-planetary superconductor idea somewhere? I thought this sort of thing wouldn't work because superconductors lose superconductivity once curren…
-
comment
Comment #12429638
To get the key ideas behind many of these topics, you could try reading Evan Chen's Infinitely Large Napkin: http://www.mit.edu/~evanchen/napkin.html
- story
-
comment
Comment #11912394
I believe you use timing differences, not parallax (it takes ~40 ms for gravitational waves to travel through Earth).
-
comment
Comment #11664702
Wasn't TSX only enabled on Xeons to begin with?
-
comment
Comment #11230614
That's assuming that they're independent, though, which is certainly false. I'm curious by how much.