Details
-
AboutI'm Manjia, I don't actually consider myself a developer but it turns out I'm pretty skilled in doing so
-
SkillsAugmented Reality, Virtual Reality, Computer Vision, Android SDK, Eclipse, Visual Studio, Azure, Java, Java2EE, C#, C++, PHP, JSP, Flash, JavaScript, HTML5, CSS, jQuery, Node.js, MongoDB, MySQL, Unity3D, JetBrains suite; Also I hate Python
Joined devRant on 7/10/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
-
Jest? It's the perfect name for a testing library, because I certainly feel like a clown! 🤡
#clowndrivendevelopment4 -
I've handed my resignation and given notice 45 days ago, and my boss still doesn't believe me. It will be quite interesting to see how he reacts on my last day.15
-
Took me looooong looooong time to understand that the primary work in a managerial role involves meetings and calls as the *main* thing, not something you do sparsely to stay aligned with the team, so them calling 3 hour long meetings might feel like a waste to me but for the manager it is what they would consider proper work.
At least that's my current hypothesis in trying to justify the time that's 90% wasted.6 -
Recently I've been procrastinating a hell lot by watching random youtube videos, so I made a little Chrome extension to keep me focused. I personally find it quite fun.
Crowwwww is an extension that helps you to stay focused. Whenever you go on a work-irrelevant site like youtube or reddit, a very judgmental-looking crow will appear on the screen and stare into your soul, forcing you to reconsider your life choices and go back to work.
https://chrome.google.com/webstore/...
(whitelisted sites are configurable of course)10 -
!rant
I fucking hate maven and its shitty principles and the pain in the ass it fucking is to fucking use a dependency from another fucking repo that isn't in your fucking artifactory yet and how it can't fucking resolve it even when you downloaded it manually to your fucking m2 cache2 -
Looks like Android studio's artificial java to kotlin converter learned faster to write better kotlin than my shitty brain :/
People from java background, where did you learned to write efficient kotlin code and how?
Where to learn how to write that famous "kotlin's super precise and small , ugly ass anonymous looking code full of keywords , that only work when arranged in a particular pattern and defies my all previous knowledge of oop , java and good practices " code?
I really wish to learn, since android and google seems to be heading towards this beautiful new shit1 -
"The quick brown fox jumps over the lazy dog"
Boring. Overused.
"Sphinx of black quartz, judge my vow"
- New
- Metal as fuck
- Works just as well19 -
Okay, I have no idea who spreads that semicolon idea but it must be stopped. NOW.
someStatement
;someStatement
;someStatement
;
WHY?35 -
1. Remove chairs and tables.
2. Limit everyone to two minutes speech time.
3. When everybody got used to stand-up meetings, get down and plank.
Everybody will have a very strong interest in a quick and productive end to any plank-down meeting. 😁4 -
So I'm working on a computer vision project that grabs video from my webcam and detects faces in each frame. Earlier yesterday morning I was capping out at 30 frames per second, which is what I believe to be the max for my webcam. As the day became night and I was wrapping up my work on a portion of the project, I noticed that my newly compiled version was only getting around 8 frames per second. Confused, I looked into my frame grabbing + face detection code.
"Maybe I can only detect faces in a certain region of the image, based on where the face was in the previous image?" No, still 8fps. Hmm.
"How about I lower the resolution of the image, that would definitely help!" I tried that, but no speed boost came either. What??
I start to dig deeper. Maybe I'm not linking my libraries correctly, and it's using an older library I compiled. So I recompile that. Nothing.
"Am I low on resources?" I close out of all my other apps. Nothing.
Okay, wtf. Now I just comment out the face detection code entirely, and only grab webcam frames.
8fps. ?????
Suddenly, I get an idea. I get out of my desk, walk over to the doorway of my room, and flip the light on. I sit back down, and run my code.
30fps.
The stupid webcam switches to "night mode" when it detects low light, which restricts its ability to output frames at high speed and caps at 8fps. Damn, I felt like a fool 😂5 -
So I finally gave up trying to get TypeScript ES6 modules to work. Back to CommonJS it is, because fuck me I guess. I mean it *did* work... Until I also had to use a commonjs module at which point tsc basically tells you to fuck off with that2