Details
-
AboutAn sound designer with a mix of programming backgrounds. I started off making PowerPoint blue screen with VBA.
-
Skillsjava, js, audio
-
LocationUnited States
-
Github
Joined devRant on 5/9/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
-
Even as a developer, there is still a brief number when I look at an app's version, see something like 1.9, and think, "Ooh! Version 2 must be coming soon!"
I'm not particularly proud.1 -
if (num == 1) suffix = "st";
else if (num == 2) suffix = "nd";
else if (num == 3) suffix = "rd";
else suffix = "th";12 -
Say what you will about macOS. I just finished a task that was supposed to take me all day in 3 hours, and half of that was re-familiarizing myself with AppleScript.2
-
Something I'm working on at work needs a code name. How do y'all come up with code names for your projects?8
-
Shoutout to all the women and transgender devs out there. Y'all do some awesome work, and you do it in a male-dominated culture. I don't think devRant celebrates that enough. ✊️4
-
So...you downloaded a new keyboard you can't get it out of the second person. You don't know what to do. Help you, please.6
-
[meta-rant]
I don't get all of the OS hate here. Like, computers, and the variety of environments in which users use them, are our job. In my mind, Linux is popular, Windows is popular, macOS is popular—if I want to make it as a developer, shouldn't I understand how all three work and how to make them work for me?
When I read stuff here, I feel like there are people here who would think less of me because of what OS I prefer. That sentiment is kind of bothersome.15 -
!rant
So the guy who's pretty much in charge of this project allotted three hours yesterday for me to teach another employee how to use the tool I developed.
Within 20 minutes, the employee told me it was pretty straightforward and he didn't really have any questions. The only changes I need to make are minor clarification and organization changes to the documentation.
I feel pretty great.4 -
Pro-tip to self: Getting syntax errors on your If-Than statements? Try using If-Then instead!
*facepalms at own stupidity* -
I love being a part of a dev project as a non-dev employee, but I really wish I could leave VBA.
If for no other reason, because I'm tired of writing functions that end with "Me.Cells(Row, Column).Value" practically in my sleep.
There are a lot of other reasons, though...1 -
So I didn't know why I kept seeing rubber ducks on devRant. Apparently, I'm not very good at typing today, either.
The result? I now have to explain why I Googled "rubber dick debugging" at work.6 -
I remember reading a comment on here that as developers, we are really authors. And that has changed how I write (and even read) code. I don't remember who and where it was, but whoever said that: Thank you.
-
The day I discovered Schrödinger's lesser known paradox of simultaneously being fired and not fired.
This isn't really much of a dev story, but I figured I'd share it anyway.
About two minutes into signing into all my stuff, I suddenly was kicked out of everything. I tried logging in a few more times, and then suddenly started getting the error, "Your account has been disabled for security reasons." I couldn't sign into chat, and co-workers confirmed that I was missing from the company directory. My manager didn't come in for another two hours, and we couldn't get anyone else to answer what the hell was going on. So I was kinda panicking.
Eventually, we found out from one of our coordinators that someone else with the same name as me was leaving the company, and they had deactivated the wrong person.
It ended up getting a lot better. They told me that it could take up to 48 hours to restore my access (it took longer), so I found stuff to do so I could maintain my paycheck. One of those things was assisting someone with data collection and processing, where I eventually said, "Dude, I could totally automate this," and now that's what I'm getting paid to do.1 -
I've always been unsure if I was good enough to consider myself a developer, but at my first job out of college, I've convinced the right people that I know my shit. Now I'm on project writing a VBA script that compiles some pretty important data.
It's not huge, but it's still pretty unheard of as a customer support contractor at this major company.