Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vc98mvco
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
vc98mvco
10y ago
Note the logo of Oculus, it was changed a few months after the Facebook acquisition. The eye went away. I wonder why.
2.
▲
by
vc98mvco
10y ago
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 do they would have to undergo inspection and testing. That
3.
▲
by
vc98mvco
11y ago
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.
4.
▲
by
vc98mvco
11y ago
That cannot be the case, becuse you can still search, it is just missing from the UI: https://news.ycombinator.com/item?id=11322207
5.
▲
by
vc98mvco
11y ago
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 out two cores. Uhhh...?
6.
▲
by
vc98mvco
11y ago
Thanks. Why did remove it from the UI?
7.
▲
by
vc98mvco
11y ago
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 repo is missing now and using site
8.
▲
by
vc98mvco
11y ago
It looks like a typical factory.
9.
▲
by
vc98mvco
11y ago
> 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 up to the judge(s). >and family court judges
10.
▲
by
vc98mvco
11y ago
Thank you! Can you also link the second podcast? Edit Here it is: https://www.youtube.com/watch?v=Yp6IhjK75oE
11.
▲
by
vc98mvco
11y ago
> 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 can be used for any type since like you pointe
12.
▲
by
vc98mvco
11y ago
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.
13.
▲
by
vc98mvco
11y ago
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 one way. See my other comment. Derived can alias Base,
14.
▲
by
vc98mvco
11y ago
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 one of the aforementioned types among its members (including,
15.
▲
by
vc98mvco
11y ago
If you ever asked yourself how does one feel when assimilated by the Borg... now you know.
16.
▲
by
vc98mvco
11y ago
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 times (which have to be done only once though), the need to de
17.
▲
by
vc98mvco
11y ago
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. https://github.com/srdja/Collections-C&
18.
▲
by
vc98mvco
11y ago
I hope it won't turn out they let him win.
19.
▲
by
vc98mvco
11y ago
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.