Details
Joined devRant on 6/22/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
-
Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and left him these notes.60
-
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠃⠙⠉⠙⠷⢻⣴⣤⡀ ⠀⠀⠀⠀⠀⠀⡀⠄⠀⠠⢄⡀⠀⠀⠀⠀⠈⠺⣻⣢ ⠀⠀⠀⠀⠀⡎⠀⢀⡄⠀⠀⠈⠆⠀⠀⠀⠀⠀⠘⠗⠆ ⠀⠀⠀⠀⢀⠇⠀⠀⠀⠀⠀⢀⠖⠉⠀⠀⠉⠑⢢ ⠀⢀⠤⠤⢌⡮⣐⠤⠤⡤⠔⢹⠀⠀⠀⠴⠀⠀⠀⡇ ⡜⡐⠈⠉⠗⣌⠀⢠⠊⢀⠄⠈⠢⣀⠀⠀⠀⣀⠜ ⢃⢇⠀⠀⠀⠒⡓⡪⣈⣀⣀⠀⠑⠠⠉⠉⠉ ⠈⢊⢖⡄⡀⠀⠀⠁⢉⣒⣑⠊⠛⠒⠤⡰⡀ ⠀⠀⠁⠓⠫⢥⢲⡀⡈⠙⢿⣷⣆⠀⠀⡁⡇ ⠀⠀⠀⠀⠀⠀⠈⠐⠋⠬⠎⠿⠿⠤⢐⠕⠁ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠉
I turned myself into a rant Morty, I'm rant Rick!13 -
Learnt Murphy's law the hard way,
Don't use your office laptop to create a personal auto porn downloading project specially when your boss suddenly wants to use your laptop to do a product demo to client.
Now looking for a new job, let me know if anyone need a smart developer who loves solving problems like the one mentioned above.26 -
Look at what my genius mind created!
https://github.com/Kimmax/...undefined bee spam isthisevenreallife quality peakintowindows10sourcecode beemovie bf brainfuck github movie script4 -
So my husband and best friend are arguing that I get upvotes just because I got boobs. Is it true?34
-
Boss: "I looked at a testing suite. It is $2,500 a license and I'm buying 60 licenses. You should probably get familiar with it."
LeadDev: "Um, we already use NUnit, and it's free."
Boss: "Hmm...I'd better add Pluralsight training in the budget so you can learn about the new program."
LeadDev: "Oh, no...we need new laptops more than we need software."
Boss:"New laptops? Not my budget. When we buy this new software, everyone is going to use it"
LeadDev: "Everyone? How will you monitor it's usage?"
Boss: "I'll have networking send me captures of all the running tasks on the dev machines. The test suite better be running. Writing good tests will be our #1 priority."
LeadDev: "Um, we already write tests using NUnit."
Boss: "I don't understand what you are saying. I need something I can visualize. This UI testing suite is exactly what I need."
LeadDev: "Maybe the testing suite would be better suited for you and QA?"
<click..click>
Boss: "Submitted the budget. There will be a test server available for you to configure. This whole project costs over $100,000, so don't screw it up. Any questions?"
LeadDev: "Oh...well...what server ..."
Boss: "Dang...sorry, I'm taking off the rest of the afternoon. We'll talk about this more on Monday. Get started on those Pluralsight videos. I'll expect a full training and deployments by next week. Have a great weekend!"13 -
when I was first started out, I was trying to test out a file delete and renaming program I made. it deleted itself. never even knew how it happened. it was effective in deleting though.4
-
while working on a website, I left a line of php code that echo's 'it fucking works' when a call is successfully made to the server. Two weeks later it hits me while I'm in bed that I never removed that line.5
-
So couple of days ago I've told you that I've made an Duck Hunt Easter Egg in one of my utilities. And @jiraTicket asked me:
"How on earth do you get a decent gameplay out of Duck Hunt without a Nintendo lightning gun?"
Well the answer is..:
Connecting Leap Motion and making them suffer..
P.s. It took me a loooong time to hit that duck with this controller=)))) -
One of our web developers reported a bug with my image api that shrunk large images to a thumbnail size. Basically looked like this img = ResizeImage(largeImage, 50); // shrink the image by 50%
The 'bug' was when he was passed in the thumbnail image and requesting a 300% increase, and the image was too pixelated.
I tried to explain that if you need the larger image, use the image from disk (since the images were already sized optimally for display) and the api was just for resizing downward.
Thinking I was done, the next day I was called into a large conference room with the company vice-president, two of the web-dev managers, and several of the web developers.
VP: "I received an alarming email saying you refused to fix that bug in your code. Is that correct?"
Me: "Bug? No, there is no bug. The image api is executing just as it is supposed to."
MGR1: "Uh...no it isn't. Images using *your* code is pixelated and unfit for our site and our customers."
MGR2: "Yes, I looked at your code and don't understand what the big deal is. Looks like a simple fix."
<web developers nodding their heads>
Me: "OK, I'll bite. What is the simple fix?"
<MGR2 looks over at one of the devs>
Dev1: "Well, for example, if we request an image resize of 300, and the image is only 50x50, only increase the size by 10. Maybe 15."
Me: "Wow..OK. So what if the image is, for example, 640x480?"
MGR1: "75. Maybe 80 if it's a picture of boots."
VP: "Oh yes, boots. We need good pictures of boots."
Me: "I'm not exactly sure how to break this to you, but my code doesn't do 'maybe'. I mean, you have the image from disk.
You obviously used the api to create the thumbnail, but are trying to use the thumbnail to go back to the regular size. Why not use the original image?"
<Web-Dev managers look awkwardly towards the web devs>
Dev3: "Yea, well uh...um...that would require us to create a variable or something to store the original image. The place in the code where we need the regular image, it's easier to call your method."
Me: "Um, not really. You still have to resolve the product name from the URL path. Deriving the original file name is what you are doing already. Just do the same thing in your part of the code."
Dev2: "But we'd have to change our code"
Mgr2: "I know..I know. How about if we, for example, send you 12345.jpg and request a resize greater than 100, you go to disk and look for that image?"
<VP, mgrs, and devs nod happily>
Me: "Um, no that won't work. All I see is the image stream. I have no idea what file is and the api shouldn't be guessing, going to disk or anything like that."
Dev1: "What if we pass you the file name?"
<VP, mgrs, and devs nod happily again>
Me: "No, that would break the API contract and ...uh..wait...I'm familiar with your code. How about I make the change? I'm pretty sure I'll only have to change one method"
VP: "What! No...it’s gotta be more than that. Our site is huge."
<Mgrs and devs grumble and shift around in their chairs>
Me: "I'm done talking about this. I can change your code for you or you can do it. There is no bug and I'm not changing the api because you can't use it correctly."
Later I discovered they stopped using the resize api and wrote dynamic html to 'resize' the images on the client (download the 5+ meg images, and use the length and width properties)22