Live data from Hacker News

Viewing profile — vc98mvco

vc98mvco

HN member
Joined
Sat, Mar 12, 2016, 6:18 PM UTC
HN karma
81
Public activity
23 items

About vc98mvco

[ my public key: https://keybase.io/vc98; my proof: https://keybase.io/vc98/sigs/4Tx63zQ6RgDgFtKYQZ7w9z3aBDIph_H5DWK10BB4xjE ]

Recent public activity

  1. 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.

  2. comment
  3. 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…

  4. 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.

  5. 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

  6. comment
  7. 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…

  8. comment
    Comment #11322391

    Thanks. Why did remove it from the UI?

  9. 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…

  10. comment
    Comment #11318387

    It looks like a typical factory.

  11. 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 …

  12. comment
    Comment #11311401

    Thank you! Can you also link the second podcast? Edit Here it is: https://www.youtube.com/watch?v=Yp6IhjK75oE

  13. comment
  14. 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 …

  15. 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.

  16. comment
  17. 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…

  18. 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…

  19. comment
    Comment #11286310

    If you ever asked yourself how does one feel when assimilated by the Borg... now you know.

  20. 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…

  21. 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…

  22. comment
    Comment #11276833

    I hope it won't turn out they let him win.

  23. 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.