Viewing profile — vc98mvco
vc98mvco
HN member- Joined
- Sat, Mar 12, 2016, 6:18 PM UTC
- HN karma
- 81
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About vc98mvco
Recent public activity
-
comment
Comment #11346161
Note the logo of Oculus, it was changed a few months after the Facebook acquisition. The eye went away. I wonder why.
- comment
-
comment
Comment #11344324
Do they expect us to believe that the parts will be reused, like it is implied in the video? Of course not, there is not chance the parts will match the next model and even if they…
-
comment
Comment #11328974
To gauge the interest in the Model 3. The 1000$ is a large enough sum to dissuade non-serious buyers and thus get an accurate assessment.
-
comment
Comment #11323618
That cannot be the case, becuse you can still search, it is just missing from the UI: https://news.ycombinator.com/item?id=11322207
- comment
-
comment
Comment #11323557
Sorry to be off-topic, but the site partially disables my input, i.e. causes high lag. It makes it unusable. I'm using Firefox on a modern PC. Opera seems to run fine, but it maxes…
-
comment
Comment #11322391
Thanks. Why did remove it from the UI?
-
comment
Comment #11322207
Search is still there https://github.com/search although there is no link to it from the main page: https://github.com . Try and find it if you can! However the search inside a rep…
-
comment
Comment #11318387
It looks like a typical factory.
-
comment
Comment #11311767
> But that type of action is extremely rare and isn't likely to happen here. Given the importance of the situation it seems it is very likely it is going to happen just here. It's …
-
comment
Comment #11311401
Thank you! Can you also link the second podcast? Edit Here it is: https://www.youtube.com/watch?v=Yp6IhjK75oE
- comment
-
comment
Comment #11290654
> Just making sure. Fix that code will you! :) > Yes, alloca. (Don't use it.) > Just make a fast allocator that uses heap instead of the stack. You only need to malloc once and it …
-
comment
Comment #11290424
Did you even make sure the memory was aligned? Non-allocated memory (stack char) cannot be used like that. I'm sure you know alloc(), and malloc() is fast for small sizes.
- comment
-
comment
Comment #11289626
That is undefined behavior for two reasons. You're interpreting an object as an object that has an incompatible type. It also violates string aliasing because 6.5.7. only works for…
-
comment
Comment #11289580
It is defined. 6.5.7. An object shall have its stored value accessed only by an lvalue expression that has one of the following types: - an aggregate or union type that includes on…
-
comment
Comment #11286310
If you ever asked yourself how does one feel when assimilated by the Borg... now you know.
-
comment
Comment #11279713
I see you use C macro templates. I have been experimenting with containers that use those. The advantages are speed and full type safety, and disadvantages are long compilations ti…
-
comment
Comment #11278472
A quick look shows this is storing void* pointers only. My excitement was quickly over as I was expecting something with _Generic macros or ability to manage memory for any type. h…
-
comment
Comment #11276833
I hope it won't turn out they let him win.
-
comment
Comment #11273832
Any suggestions to fake the appearance? Think of distorting background images, for 2d video game purposes. And it doesn't have to be very accurate, just a general resemblance.