HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skylabmelody

no profile record

comments

skylabmelody
·hace 12 meses·discuss
My suggestion is straight from the C++ guidelines by Bjarne Stroustrup and Herb Sutter (ES.102: Use signed types for arithmetic), for reasons that you don't seem to grasp.
skylabmelody
·hace 12 meses·discuss
I would suggest to never use unsigned int for values that will involve any sort of calculations on them (health, damage, speed). This is considered bad practice due to overflow and should be avoided, with the exception of values that are used for UIDs, indexes, bitfields, mask and flags.
skylabmelody
·hace 2 años·discuss
Quite incredible that the aviation industry haven't introduces sticks with force-feedback despite video game industry having them for about 30 years.

Probably because it's a patent lawsuit minefield.
skylabmelody
·hace 2 años·discuss
By "dual input system" I was referring to the fact that both pilots can apply input into their sticks or trim wheels simultaneously resulting into inputs cancelling each other out or de-synchronizing.
skylabmelody
·hace 2 años·discuss
I don't want to minimize pilot errors but I can't stop thinking this dual inputs system easily ranks in the top 5 of the worst design ideas in history.

Probably just behind the MCAS.
skylabmelody
·hace 3 años·discuss
And the classic "Learn You Some Erlang for Great Good!":

https://learnyousomeerlang.com/introduction
skylabmelody
·hace 3 años·discuss
Nature Biotech comparing Moderna to Theranos in 2016:

https://www.nature.com/articles/nbt.3488
skylabmelody
·hace 3 años·discuss
Thank you for the Bitsummit coverage, glad to see that the spirit of Sanqua magazine still lives on.
skylabmelody
·hace 4 años·discuss
Seems exactly like broad phase and narrow phase in games physics engine.