Details
-
SkillsC, x86/x64/AVR Assembly, other processors and libs
Joined devRant on 1/22/2019
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
-
Corporate experience 😃
Were you going for some higher up management position? -
What's the actual name of the device?
-
well at least the most valuable resource survived the crash
-
🤮
-
I guess that makes WordPress users javacrips *badum tsst*
-
Maybe not death sentence, but something. Build a small pyramid.. 72x72 base
-
@Fast-Nop ah ok, I thought that's the one we're talking about
-
@Fast-Nop I meant as in the battery isn't rechargeable.
-
@Fast-Nop erm yeah, but given that you can't recharge the battery, doesn't that imply you will have to replace it?
-
@GiddyNaya I don't know how it really looks on the motherboard. But it's basically an opamp so based on comparison of the battery output and some reference voltage, you get some output voltage. The output voltage has some described range of what's considered "power good".
-
I think the part that does this is called voltage comparator.
-
@VaderNT couldn't agree more
-
@Marl3x I'm sorry but that just sounds like hentai.
-
In general this is a great meme format.
-
@ScriptCoded For instance my monitor has 60 Hz refresh rate.
-
Are you playing CS:GO? For some reason the new default fps cap is 400 now..
-
@Demolishun alternatively: Maybe he is trying to put on the connector but then he finds out he forgot to take off the sleeves at the end?
-
what was he trying to do?
-
To get to the other side.
-
Yeap.. Drives me nuts as well. Like.. fucking.. don't move focus away from text boxes. Don't fucking draw over window with focus. And lastly don't draw over area covered by top most window that is being hovered over with mouse (or at least for buttons). Fuck!
-
Sometimes I put on Einen Jodler hör ich gern for the lulz.
-
Why not though. It's optional to read and it's optional to write as well.
-
Turd.com
-
I also always fucking love how certain people nit every bullshit in your change, but then later it turns out they don't understand jack shit about the module being changed.
-
Why doesn't RJ45 count?
-
@rutee07 🤣
-
I don't understand this. What exactly are afraid of? That you can make a bad choice? How does that work with the food e.g.? You choose wrong meal and then what happens? Or are you afraid that you have to stick with that choice in case someone asks you and then it turns out you don't like it?
-
Erm ok, something more thoughtful: for me the best example for exception usage is in some sort of parser code that reads some nonsense syntax. Typically compiler doesn't bail out after first error so using exceptions you can throw one once you encounter bad syntax and catch the exception in the main loop just before the code that reads new line.
Underneath C++ still uses setjmp longjmp as FastNop mentioned. And those two functions aren't too expensive, but they get very expensive if you call them a lot (e.g. in a loop). -
On Windows C has __try __except blocks
-
Damn 😅 that's bizarre