Details
-
AboutI don't own a pug but I'd like to.
-
SkillsJava, Angular, REACT, node.js
-
LocationCedar Rapids, IA
-
Website
-
Github
Joined devRant on 5/11/2018
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
-
So I'm doing some OpenGL stuff in C++, for debugging I've created a macro that basically injects my error check code after every OpenGL API call. Basically I don't want any of the code in release builds but I want it to be in debug. Also it needs to be usable inline and accept any GL function return type. From what I can tell I've satisfied all requirements by making the macro generate a generic lambda that returns the original function call result but also creates a stack object that uses the scope to force my error check after the return statement by using the destructor.
Basically I can do:
Log(gl(GetString(...));
gl(DeleteShader(...));
Etc where the GL call can be a function parameter or not.
So my question is, is the code shown in the picture the best way to achieve my goals while providing the behaviour im going for?13 -
Finals will be finally over.
Todo list:
1) Finish Witcher 3
2) Work on Python projects
How long did you spend for witcher 3?
I'm 100 hours into it currently.4 -
Man, running a Minecraft server with 5 players on a VPS with 1 vCore and 1GB of ram is *really* pushing this thing to its limits!
Thank goodness Ubuntu Server doesn't need much ram to run, because Minecraft is a real resource hog.
I hope Hetzner approves my account on monday, so we can move to a 2 core VPS with 4GB of ram!20 -
I swear to god Dick Davis is the coolest wannabe and biggest threat here..
PS - This is a figure from one of my textbooks5 -
Just applied to a job with Microsoft with no professional dev history at all... I consider it a Turing test..3
-
# Don't like ice coffee
# not in a mood for hot drink
# but I need coffee
Most difficult decision
🤦9 -
Friend of mine passed away several years ago. All other friends known me as Cooke monster so finally got my tattoo. He drew it for me before he died so it's quite personal! But nice to have something to remeber him for!18
-
You know what's funny?
Being called Jason.
Developers when talking about APIs and similar stuff: "So if you connect to our API you can get XML or JSON-" <pause>
<looks at me with a smirk like "haha! JSON/JASON LOL!">
<I gently smile like saying "yes. yes. I know. Thank you">
Sigh15 -
Debian team removed a package "weboob" due to anti-harassment policies. Quick, bring the popcorn!
https://phoronix.com/scan.php/...30 -
You know that the mobile ecosystem is completely fucked when you have to open up your device just to do a hard power cycle.. and what for? What's the fucking difference between a connector inside of the device, and one that's outside the device? A couple of cubic millimeters? If it's even that much?17
-
Thinking of making a calculator app that is implemeted with microservices.
Like multiplication service calls addition service, and power service calls multiplication service, and expression service can call all of those, etc.
Next I need to figure out how to add AI to it12 -
Backend internship interview
They: Can you reverse the given string without using pointers? (C++)
Me: Yeah, sure
*Then I start explaining how I am gonna approach the problem and such*
They: Ok, we understand that you can do it, now can you write a front-end that has a couple of routes. Also, these routes should have some sort of list views because we want you to print information **attention** that you are going to parse from Amazon inside those list views.
Me: *dumbfounded and trying to explain that am not a front-end developer*
They: But we still want you to do this.3 -
Sooo my friend asked my to become more active on steam and i did something about it! I'm going to be become the most activities steam user!31