Details
-
AboutDo all the things!
-
SkillsC# in Unity3D
Joined devRant on 1/19/2017
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
-
@Cyanite i know java, but i preffer c# to such extent that i refuse to ever pick it up again.
-
@Linux more like i don't want my shit to change. It was fine as it is. Chalk that up to autism or ocd, whatever you fancy. I will eventually adapt if i am forced to. But until then i am holding back and keep hating win10 until the possibility of a decent replacement is absolute zero and win7 is out of service.
@DucksCanCode oh, yes i should have been clearer on that being a general statement towards the rest to explain my part of ranting.
Also, he can do as he pleases, since i do just the same. I sometimes make dick comments just for the sake of being a dick. He makes a comment to me about my rant being dick, i can hardly blame him. (Doesn't mean i will agree with him though)
But nevertheless i am glad you take it up against people being dicks to others, it's a good cause. :) -
@DucksCanCode pessimist, you forgot OP is a pessimist. I kick the stone called win10 because i liked how win7 with xp like settings is for me. I know all and more is achievable by 10, but i can't be assed to set it up nor can i be assed with all the additional bullshit.
-
@jschmold give me my win98 start menu back or i am salty.
-
@ryncops neat!
-
@Kimmax takes longer to get there. (Networking)
-
@Kimmax it tries damn hard to throw them up whenever it can.
-
@Kimmax not what i meant. The icons left border, i am badically missing the right half of the win7 menu. As i configured it.
-
@Kimmax i have windows 10 at work, the start menu is still utter shit. Rather have text i can read than icons i have to guess about. And it rather gives you the screen filling apps than the actual network management menus. Fuck it.
-
@RiderExMachina eh, the issue lies with my sentimental games. Ut99, older c&c games. Those will be hard to get running on modern windows, let alone linux. But yeah i could check it out some day.
-
@Wozza365 thank gabeN for steam bigscreen and thus their pull for linux compatablity.
-
@penguin of you ever find a way out, be sure to hook the gaming community up with the answer!
-
@Fluti to my knowledge virtual machines and wine have either compatability issues or can't get all of the GPU's performance like a PC. So sadly no dice.
-
@drRoss bothered to read the whole thing? I can't unless it suports all new games and old ones too.
-
As an often ar developer and knowing the ins and outs of vuforia, wikitude, tango sdk, and al ton of other high profile image/room/etc. Recognition sdks.
I sadly think your project is impossible with current standards of AR.
First of all most older books lack destinction in patterns and most ar tools are practically colorblind so that will not help either.
Then you want to recognize the book as in a stack or in a row of books, giving you even less data to go on.
And then you need accurate target graphics of all those rare books to even be able to recognize it in the first place.
Conclusion: what you can do is make a database of rare books, use mainly book text to be able to search it. And of every book list what makes it a valid and expensive version and what features it should or should not have.
In the end you could expand beyond books (think rare LP's? Etc.) And make the app a bit more high profile. Consider integrating with existing website that already have this data.
Sorry! -
I hope this is the next uplink game. Too bad i don't java.
-
@dfox model view presenter? Unity usually doesn't do too well with these kinds of things. Your 2nd comment sounds like what i should do though. Although apps and games usually fly on what version 1 gets as ratings, so you don't want to mess it up for v1 either.
@nblackburn i have thought of that, i was thinking of more of a general todo list, maybe add time restrictions on them as well to prevent feature creep.
@jAsE so i am at planning, how do you usually go about it? -
@Ashkin kind of a guarantee around here with my degree
-
Stark for life.
-
1 for unity, 1 for visual studio, or 1 for game, 1 for video streaming. 3rd screen dedicated to porn obviously.
-
@error503 i don't even know that app, but sure. You need to start hanging out with a more intelligent crowd man. I feel sorry for ya!
-
@error503 that is a great way to have people going: This is "error503", he makes facebook!
My suggestion would be to just mention websites, and smartphone apps. Not naming them. "Stuff like" also helps. -
Have fun hunting down that one spot in 1000 lines of code where you misassumed some check or typing because of it's non strictness.
Strict is only as strict as you are defining your variables. Oh this is better as a string? Then make it a string you dick. Nobody is stopping you, there is no government entity preventing you from switching the type or adding another variable. -
Finish fapping, put it on powersave, find a charger in the next 3 hours.
-
@antonis179 i am a junior, don't ask me. I am currently in the pit of having to either stick to my contract because of stability. Or i can leave for 400€ more per month but end up in a new scary place of fuck knows where with fuck knows who. I am not good at communication nor moderation either. If you do not have that issue i recommend job hopping for every place that is willing to pay you just a bit more then the previous one. That is what many people do. Loyalty is not a thing anymore for most.
-
Switch to C#, switch to VS.
Monodevelop is just too shit of an editor with basic broken features that you will run into again and again.
Js is just slow as all shit, have fun waiting 15min for that 1000 line code build or some shit. The wait time alone can be used to learn c# instead. -
@antonis179 why did you leave your original job? Maybe it is the workplace partially.
My current workplace is a huge mess. It's fun, but in 3 years i have not had a single planned out project that was not managed externally. Nearly always we are acting on a whim of the boss, going with whatever, done whenever, and with as goal fuck knows what. You call it creative freedom, i call it an unorganized mess that nobody thought through before starting.
To me that is draining on it's own, even if there is 0 stress in the time department. -
@sam9669 because of the horrible mobile format, or because of the memes?
-
@Celes fair warning, it will still feel messy. Find a structure for yourself that works.
-
@Celes you get used to it once you find structure. It really FEELS like a mess when you are used to OOP. So your unity project feel messy until you really understand how they want you to go about it, and how to optimize it. Then it's not that bad. (You can still do OOP design patterns sometimes)