Details
Joined devRant on 11/17/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
It's like brushing your teeth: annoying but for your own good ;)
-
@AndSoWeCode thank you for wording my opinion !
-
@JKyll yes, unfortunately being a white male turns your life in easy mode ;)
-
I thought the discutions was about the CoC, which isn't about positive discrimination, isn't it ?
-
Coming back to op' wall of text: why do you say, as a minority, that the CoC is insulting ?
-
Being against the CoC is also very political ;)
-
@ravijojila why would you have such a power ? I think that applying a CoC has to be community driven... Of course letting one person have the power to "fire" others. You are asking a good question here: how, as a community, we should handle case where someone is against the CoC ?
-
@systemctl I too think this renaming is a little bit exagerated... In the other hand, CoC isn't about it. Read it :D
-
I agree with there rules, within a team we need to normalize those things.
-
Oop is overated
-
If you have the choice, prefer C++. It has ton of usefull stuff, that C is cruelly missing. Just to name a few: constructor/destructor, RAII, template, classes, stl. C is simpler, and you are very close to the metal, which is only usefull on a few projects, like embeeded. Check Reddit cpp for usefull Links (right side of the page), and reddit cpp_questions. Good Luck :) ho and also, learn c++11 or higher. Kiss love.
-
He should try to find a job as a project manager. Why not another gaming studio ? Or serious game ? Or VR ? Or 3d in more serious industries ? Or movies ? His expertise is not JavaScript, it's about stuff that move on the screen :D
-
Well, it's the same in the corporate World, just see that as a training
-
Get some sleep
-
Do a meta script that allows you to quickly rename the function you want to "main" :D it could be a macro system also
-
Help them :)
-
You have to make clear S.HE is the one making the estimate. Do you agree with it ?
-
Hello ! I used to be a gamedev :) I worked with an in house 2d engine made in C++ / opengl.
Plus: total control, performances, cool langage (if you are a little bit masochist ^^), minimalist tech
Minus: reinventing the wheel, iteration Time, Bad design.
There is also cocos2dx, which is great, has a good community, and is very suited for mobile gamedev (actually we stole some of their code, like the node system.). Its minus: the Doc is poor, it's sometime a clusterfuck, and the differences beetwen all the versions aren't clear. Finally, you have obvisously unity, which works great, IS widespread, but Can have performances problems (plus it's closed source). -
You're welcome
-
Nice one :D I guess I'm blessed to work with visual studio, which handle correctly its debug configuration !
-
I'm sorry for you. You are on a difficult position :( Don't give up on medical treatment, you need help. Don't be too hard on you.
-
Time to do a pull request :D
-
Yup ! I love the langage but it's true it's hard to run C# on something else than windows !
-
What is the langage ? And the OS / IDE ?
-
Are you talking about sex ?
-
It's definitively possible, see directory opus for exemple. The window's API consist of very low level C, and you have to use that. You also need something to render UI !
-
I did some research, O(1) is surprinsingly the expected case, and it might be O(n) in the worst. https://stackoverflow.com/questions..., anyway, this is big O notation, which is different from the Real performance of your program, cunt. Try to implement the 2 versions, and then you are allowed to speak
-
Sorry, but you are bragging too much :) just shut the Fuck up, and listen to your professor. Also, your complexity isn't O(n), but O(n log n), because you are inserting elements in a hashmap (depends on the implementation). Finally, the array version *may* be faster due to data locality. Kiss
-
It's a xkcd joke: https://xkcd.com/149/
-
I don't think your code quality can be good in such a mess