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
Search - "wk68"
-
My first day in a Linux admin and security course. I went all confident and cocky waiting for some bullshit like "type in your term: ls, cd, pwd, see you tomorrow"
Suddenly the teacher starts to configure lampp, then jumps to bind, and thirty minutes leater , when everyone has their ssl keys under control, I was still struggling to correctly forward my mate. The rest of the day was smooth and easy for those who finished their servers, and there I was, unable to find my own ass in the middle of that mess made of bad assigned permissions and wrong placed addresses. Even worse, he came to me when I asked for help, took my chair and fixed everything in one beautiful single bash line. I started to ask "what's this? Where is that? Is it a config file or a directory?" And with all his patience he keep telling me the obvious answers that where right there at the screen but I couldn't see. Took me two weeks to catch his pace, and another two weeks to understand fully his classes. He never said a word about my terrible first day (first couple weeks). When course finished, I saw he was going to teach a really hard security module, and I signed up without hesitate.6 -
Years ago we had a visit from a startup company developing a firewall and I got the chance to talk with one of their devs.
He explained the subtleties of security holes in websites and after I said something about our site being secure thanks to being behind a firewall he gently asked what would happen if he entered a specially crafted test into one of the text fields ... and he gave an example ...
I got a chill, went back to my seat and traced what it would do ...
That was when I learned about sql injection and his example would have killed the DB :/
Before going home I designed a way to secure the input which I then refined over a few days.
We still use that today after 17 years.
That one single sentence really showed to never be to proud of our security and I realized how vulnerable our site was.2 -
Realising that 12 year olds these days can code and build better than I do today.
When I was 12, I was content playing Pinball and chatting with strangers on yahoo messenger.
I'm 23 and shameless.20 -
At the peak of the dotcom boom of the early 2000s I had been hired above my skill set because recruiters were desperate to fill seats. I had a pulse and could code even a little so they hired me.
I was the senior web developer on an agency contract with a major corporation working on an ASP (pre ASP.NET) website. I had hired a temp to help me with the workload and one day, in exasperation at my spaghetti code and non-understanding of MVC concepts, he threw his hands in the air and exclaimed, "Do you even know what you're doing?!"
Not having the type of personality to give any subordinate a dressing down for insubordination, I just felt awkward. He was right, of course. I used that as impetus to study more and attend conferences. I'm still a below-average coder because my brain struggles with math and logic. A lot. But that definitely took me down a peg. All those recruiters treating me like I was hot snot on a silver platter when I was really just a cold booger on a paper plate.4 -
Coming from a C# background, where Visual Studio would warn me about errors even before compiling the program, Javascript was quite a shock.12
-
I am So Humble!
Others: There is a hackathon soon! Participate, bro! You will do well!
Outer me: Nah, not now.
Others: Why?
Outer me: I am doing other things now. Don't have time.
Inner me: (crying) I dont have the skills to participate yet.......10 -
Having a Skype chat with one of Bethesda's employees after he found a small project i had in the works a while ago10
-
Being one of the top devs (and a good student admired by most lecturers) at college, my most humbling experience was when I joined my first job. I thought I knew SQL, I thought I knew C#. I realized in the first week, the thing I didn't know was "I don't know jack".
Thanks to a couple of great mentors (it took a few of them to bring me up to speed :P), I learned that the more I learn something, the more I will realize how much more there is to learn. I used tools to create storyboard animations in WPF, and my mentor would write it all in XAML! I'd write messy SQL and the other mentor just reduces it to a couple of elegant lines. They were like tech gods to my college self, all while being humble and friendly.
They also imbibed in me a sense of responsibility to carry on the culture of mentoring my juniors, which taught me much more than just the technical side of our profession.3 -
I was fired from a job where the boss had it in for me. He was a really experienced dev, but he was also very arrogant. He hated me questioning him. I didn't have the evidence nor the "political" clout to back up my criticisms.
It was humbling.
I realised two things:
keeping your mouth shut is often the best approach.
And
my own arrogance was keeping me from getting better, from learning new things. Not just for the company, but for myself.
I want to write better code, make better design decisions, utilise design patterns, actually think about what I'm doing, and be able to justify why I'm doing it.
I want to be able to choose the best tools for the job, not the best tools for me.
I want to be a person that is open to criticisms and I want to be someone who is always ready to learn new things.9 -
Most humbling experience? Probably coming to the job that I currently have right now. The people I work with are fucking brilliant. I talk to this girl that is like 6 years younger than me and I feel DUMB. But I also realized that I have knowledge she doesn't. It really helped me to realize that education and experience are great, but everyone can teach you something.5
-
Seeing someone prototype a 3D game with complex lighting using OpenGL in a 15 minute video (It was sped up about 4x but, still, fuck me)
Using c. Not c++.
He also did 3D graphics in BASIC from scratch to explain how they work, generally.15 -
My second year of high-school, we started having class in computer science. I was really looking forward to it cause I always wanted to learn programming.
On first sight it appeared that the professor which taught the class knew something, he looked like a genuine geek with those dorky glasses, briefcase and pants like Steve Urkel, but after couple of his lessons you could see he had no real dev experience and just basic understanding of programming in theory. He was more reading stuff from the book than he was trying to explain them to students and give some real world examples.
So it was just one these days, everybody got back from vacation, it's hot outside, the guy is just reading sentences from his book, half of students talk with each other and other half doesn't give a fuck about him or his class. Pretty sure I was the only one trying to listen to him and learn something from his recitals.
All of a sudden he notices the atmosphere in the classroom, slams the book shut, gives out couple of F-s to the loudest students and yells out loud "NONE OF YOU IN THIS ROOM WILL EVER ACCOMPLISH ANYTHING IN YOUR LIFE, BARE ALONE IN PROGRAMMING"
At first I felt like shit, but soon after that I started thinking "who the hell are you to tell me what I could or will accomplish in my life". Couple weeks later I've bought myself a first book in programming and started learning C++ late at night since I understood that I won't learn anything about programming in that school. Two years later I was correcting this same professor with his claims on a whiteboard in front of a whole class.
Today, seven years after his words I'm a developer living in foreign country with what I could say somewhat a solid experience and understanding of how both software and web are build, while that same professor still recites to his pupils difference between assembly and object code, while praying nobody asks him where and how these are used. For maybe a quarter of my paycheck. So much about his psychic powers..4 -
First time showing my GitHub to some professionals, instant laughter and telling me that .gitignore exists... 3 years ago and I still feel embarrassed that happened.5
-
Using devRant.
I have learnt a lot from everyone. I didn't even realise before that being a dev can be sooo awesome.
Thanks @dfox, @trogus.2 -
*Downloads Android Studio from the official Android website*
*Opens Android Studio*
Android Studio: "Error: Process command usr/local/android-studio/jre/bin/java finished with non-zero exit value 127
Me: I didn't even do anything yet. I guess I'll change the default Java directory to my native Java JDK
*One hour later*
Android Studio: 50 errors occurred during the Gradle Build.
Me: ( ._.)3 -
App nearing completion. Code tested, everything's working fine. Ready for release.
The client just calls me and tells me that they have decided to turn the app into two separate ones. Should not be a problem, you developers must have some tricks for that, according to the client. Of course, the release date remains unchanged.
Clients!, finally understand that there's no secret button for turning an app into two separate ones.5 -
*Working on a personal project*
Random guy:- it sucks :|
Me :- idgaf about what you think ..So please f off -__-
*Paid project*
Client :- what's this? This is ridiculous..I don't like it at all
Me:- okay , I'll do something about it .
-__- money changes everything3 -
Everytime I look at an open source project code, I realize how bad I am and that I must work harder in order to take part in such amazing projects.2
-
i went to an interview and tried to explain code that i did nit understand. Longest 20 minutes of my life6
-
Seeing anything serious written in cpp with in line assembly, that level of witchcraft fascinates me2
-
Implementing a neural network trained with a genetic algorithm from scratch, no libs or frameworks. It was intense.4
-
Using a copyrighted image on a website not knowing it was copyrighted. That was stupid and humbling. So caught up in the roots lost sight of the leaves.
Lesson learned: Assume nothing, question everything.1 -
I think the most humbling for me was deleting a table from my capstone (semester long graduation project) and messing up the online IDE so bad, I kicked everyone in web class off the IDE in the middle of their midterm. If I knew what I did, I'd promise to not do it again, but I don't, so I just don't use the IDE.
Made me realize that even if things shouldn't be dependent, they might be.2 -
I developed an app for a voluntary radio station that is being operated in my school... for both Android and iOS and without charging them a dime.
About a third of the people in school downloaded it - 600 people.
Haven't received any credit, but I gained some experience.6 -
Being an apprentice programmer in a Ludum Dare (Create a game in 72h) that knows more than the official programmer, and have an artist in the group who makes THIS PIECES OF ART!
She didn't even had a computer to work with it, neither she asked for one to the event, so eventually she used mine... And I could not do my work.
Did I mentioned that she used PAINT to color the images?
This is a long, looong story, I'll do the complete version soon...
God.12 -
Joining devRant.
I had been trying to get into the professional Developer Community for a while, wanting to find actual programmers, not just "I know how to write bubble sort in 3 languages" coders.
I admit I joined the platform for stickers, but I have just absolutely loved it! I see actual problems faced by developers, I relate to them. I find that I have way too much to learn before calling myself a true developer!
3-4 months of devRant has helped me grow as a developer more than 2.5 years of college so far!
Can't thank @dfox and @trogus enough for the wonderful platform!9 -
You know how, sometimes, you start being tooooo proactive and implement stuff even though your boss never told you to do it? Well, that happened at my previous job, and apparently almost everyone at the team questioned the changes and made me look like the fool I was. That day, I learned that you should never implement stuff that wasn't asked... And it was humbling, since I was an arrogant fuck and basically I was speaking loudly and denied the criticism... But today, I'm better, I know how and when to shut up, and I accept criticism now.2
-
Each and every time I sit on a technical test I am reminded I don't know the theoretical background of the programming languages I claim I know.3
-
Whiteboard interviews. Would say "my first whiteboard interviews", but I think they will always have the magic to make developers feel stupid.1
-
Spent all morning trying to write a JSON parser in Python just to get a bit of practice (technical interview next week).
After an hour or more... Didn't get far and finally gave up...
Then I remember Python has a built-in json module... (yea no need to write in myself).
Since libraries are just py files, I open the source code... And wow!
All the public methods are nicely documented with informative comments and descriptions.
But then I look at the method calls and .... I don't understand what it's doing....
.............................. ☹️🙁😖😢😭😧😰😱3 -
Make. Fucking. Backups...
I had to find a MailChimp sync plugin for a webshop and thought I found a good one that synced one way (webshop to MailChimp).
I figured, meh, what could go wrong? So I installed it, ran it...and somehow lost around 4000 mailinglist receipients because they were not in the webshop.
Turns out it adds the registered users in the webshop, but also removes entries that are not! Needless to say, I had some explaining to do and was only able to recover about 3000 addresses from a previously sent campaign.
Customer was not happy, neither was my boss, very important lesson learned...1 -
Typescript seems like such overkill, but then you need to refactor your code and hit a bunch of issues in production. I don't think I'll ever go without typescript again. Fuck dynamic typing, it doesn't scale5
-
Improving my English using DevRant
Note: Will be of great help in writing precise documented code 😜1 -
installing linux for the first time since i have been a windows user for like forever. just a bit more exploring and experience and maybe ill switch to linux completely.2
-
Contributing to Servo, Mozilla's prototype web browser. It took me three full months of receiving help from the Mozilla research team to merge my first semi-complex PR.
I even wrote a huge blog post about it: http://brainlessdeveloper.com/2017/...5 -
sudo rm -rf *
Just started out on linux, learning the ins and outs. All I wanted to do was remove two directories. Thankfully it was a fresh install, didn't lose anything important.
A valuable lesson was learned that day. 😂2 -
I love VSCode Insiders. The daily builds (today there were already 3 of them) are coming fast as hell and always with cool new features. (new workspace handling, multiple source control providers simultaneously, TypeScript 2.5.2,...). Great job, MS.1
-
Being forced to learn Angular for a project, then as my confidence kept growing those same guys said "actually, we are not going to use any Angular, vanilla Javascript will be enough".
PS: months later those same guys: "Hey, maybe you could learn Angular 2 for our next project". We never worked together again :/2 -
I used to think I was a great programmer, then I joined a computercraft server, it makes you feel like an absolute noob 😕6
-
My most humbling experience was finding the source code online to the original Pokemon games. It was right after I had finished my first text based Linux console game and I was looking up other programs source codes just for shits and giggles. Most of them were simple and I learned a few simple tricks but the red and blue Pokemon were the first codes I saw that fascinated me. The addressing, the memory allocation, even the simple audio processing was simply genius. So many unique innovations and techniques. If I achieve 1/5th of the skill I found in those files, I can die a happy programmer!3
-
Sorry I posted late for wk68.
When my colleague taught me how to use excel sorting. I tend to not know also so he can be use of help instead of slacking.
He's always saying, "Oh my gosh! I can't really imagine and feel awesome when teaching you devs how to sort things in excel." -
There are multiple impoverished 12 year olds in 3rd world countries that have already built their own apps with thousands of downloads, while I haven't even finished one.3
-
I recently finished high-school and got a job in PHP Development. My employer told me to make a simple app wich OAuths you to your Discogs account and receive your library list. I got hired afterwards and now i work on a huge project which launches in less than 2 weeks. The day i got my job i havent worked with Laravel but ~ 3 days.
When you need to learn something due to the pressure, you'll learn faster. It's the same as learning a new language - I'd rather go to live in a country where it's mainly spoken that language and learn it due to the necessity than buy courses online. -
Probably joining my first real project. Truly no amount of university education can prepare you for the sheer scale and complexity of an enterprise software project. 100+ git repos, 5 different services running just to run the project locally, with tunnels open to 2 different DBs. It was daunting to touch anything.3
-
Learn JavaScript.!!
Everybody talk about functional programming, I was thinking why php json_encode is not working on large array.
Javascript is Awesome.2 -
Getting into Linux (Kali...)
Omg I had to google everything. Per example how to change the keyboard to my language...😥5 -
Graduating from school, To find out that there are much (much) better coders, programmers etc. Out there. Made life all the more interesting.
-
Everytime I find a new open repository, it is really humbling that there are so many projects with creative solution to problems.
-
Why yes Nvidia drivers, I did want you to bluescreen my thinkpad on its dock while I'm in the middle of two different deadlines! I swear this fucking dock causes more fucking issues than I've ever seen. I come back to my computer, wake it up, and wait for my external displays to turn on... And wait... And wait... And bluescreen! This shit happens at least twice a week.
-
my humblest experience until now so far:
I am not even able to solve the rubiks cube, and I can call me software engineer2 -
For the first few weeks of starting my first real dev job, almost every question was answered, prepended with "that's easy!".2
-
I failed to recognize that svn import does not download the repo to my laptop but "imports" the directory I'm currently in into the repo. That was my /home...2
-
being accepted as an Intern at a small company, its not much but i really feel confidence of my skill and working as a group, even though there is an age gap of like 5 years, i managed to connect and feel comfortable.
-
When I have started working as engineer, coworkers addressed to me as a programmer or software developer. It was irritating since I am an electrical engineering and those days I didn't have much respect for computer science. Nowadays I know how hard is this field, since I have to define and code my soft, and I am proud if someone call me software developer or programmer
-
learning the vastness of open source linux... and being always beaten trying to setup Arch. Arch is master me still student.
-
I found out the importance of time complexity. It might not seem like a big difference between O(1) and O(2). But there's a big difference hardcoding 500 lines and 1000 lines of data.
I made a navigation app for school using dijkstra's algo. However it had no data available so I had to hardcode it. Long story short, there was a ton of hardcoding. Always try to improve the time complexity of the code you write.2 -
Completing my first truly collaborative project. Was with one of my friends, learnt a whole lot about git.
-
Most humbling thing for me us talking to people who have more experience than me about a problem I have. It's kind of uncomfortable at first knowing you're not that good compared to these guys, but eventually you just realize they were where you were once, asking people better than you for help.
-
Learning about sun solaris, dtrace, zfs and smf after calling the old sun boxes, my colleagues set up, old garbage.
These guys were ahead of us for ages.
If you ever wondered, where all your ram goes, when your application starts or wgy it crashes without further notice, try dtrace.
If you ever wondered of a sophisticated reliable init system would look like, look for the smf init system.
If oracle would already open source all the old sun stuff and if other companies would start using the illumos distros, the world would be a better.
Thats where the sun peopke went after oracle bought sun and started pissing off the devs of sun. -
When you test your code, it passes all 100 tests & still shits in the rehersals of a competition 😌 Only because I wrote a wrong if condition🔥
-
Programming embedded systems from scratch. All hardware, memory, timers, peripherals, etc, must be set up correctly at startup, and if you set even one single bit incorrect in any of the sometimes hundreds of 32- or 64-bit configuration registers, you are screwed. There is often no terminal that prints error messages to help you, but if you are lucky you have an (often very expensive) hardware in-circuit debugger to step through the start up code.2
-
Working through ruby a tech test yesterday and seeing a bunch of people finish before me. 6 weeks ago I could have done this in my sleep, now I'm lagging behind the people who lag behind.....
-
Back in game dev final year, working on GameCube kits, I encountered a weird rendering bug: half the screen was junk.
I was following the professors work and was bewildered that mine was broken.
The order of the class (c++) was different...
I think there was a huge leak somewhere and the order of the class meant memory was leaking into VRAM. I never had the chance to bug hunt to the core of it... Took a while to realise it was that...
It opened my eyes to respect memory haha.2 -
When I start reading the Linux kernel code in order to understand it during internship. It's so complex, so enormous for I but a high school student.
-
Fellow coworkers working with 20 years old legacy Delphi codebase.
Whenever I'm stuck on smth all I need to do is open a delphi source file and I instantly feel better for not having to deal with that shit. -
Doing network security and infrastructure(im a dev but our sysadmin resigned so the next person they thought capable is me)...like seriously yesterday Im fixing c# bugs then the next day I find myself having a meeting with system/security admins...i feel so noob :)1
-
At my first job, I was in test automation. For a major new complicated feature, I was the test lead and its final stages coincided with a company trip to Israel. I got to sit side by side with its lead developer and he went over all his code and database changes with me. He kept stopping because I guess I had that deer in headlights expression and he thought he was boring me. Actually I was just in awe. He was so proud of his work on it and had every right to be. It was so cool of him to take an hour or two and break it down for me like that.
He told me he wanted to make sure I understood all the pieces involved so I could test more and he could release a rock solid new feature. -
There could be an alternate universe where everybody is used to share excitement and joy about the BSOD on Windows. #tux_is_king
-
People talk a lot of shyt on Web devs... learning JS was crazy this is coming from the heart of C++ Land