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 - "!wk88"
-
When I Googled a problem I faced, and found a YouTube video solving it, then tried to thumb 👍 it up, but YouTube said: "You can not like your own videos!"
.
.
I recorded it for a friend two years ago!9 -
4+ years of programming.
Still have no clue how to make my own regex pattern.
Every single time I need to, I always open 4 cheat sheets and/or stackoverflow.24 -
Every time I have to Google a method/function, that I know I have already looked up and used a million times previously.9
-
Exp. that made me doubt my skills?
My non programming sister managed to find a bug I was looking for...
I couldn't find the problem for hours and she just looks at the screen and goes "That looks odd!"8 -
- That I never programmed anything "big" or useful.
- that I didn't have a developer job or internship (I am a university student).
- reading job descriptions and seeing the qualifications they ask for.
😫😫5 -
Holy shit I got the job/internship!!!
WTFFFLBLBLBLBLAK
They even said that after reading my code samples they knew they could use someone like me 😍😍 biggest compliment I have gotten since 3 years at least. Selfworth restored 👍8 -
Me-
/ / / / / / / / /
if (bool == true)
{
bool = false;
}
if (bool == false)
{
bool = true;
}
/ / / / / / / / /
My friend-
/ / / / / / / / /
bool = !bool;
/ / / / / / / / /
*not a real story*15 -
Not having finished any education, and writing code during interviews.
I have a pretty nice resume with good references, and I think I'm a reasonably good & experienced dev.
But I'm absolutely unable to write code on paper, and really wonder how some devs can just write out algorithms using a pen and reason about it, without trying/failing/playing/fixing in an IDE.
Education I think.
I can transform the theory on a complex Wikipedia page about math/algorithm into code, I can translate a Haskell library into idiomatic python... but what I haven't done is write out sorting functions or fibonacci generators a million times during Java class.
I don't see the point either... but I still feel utterly worthless during an interview if they ask "So you haven't even finished highschool? Can you at least solve this prime number problem using a marker on this whiteboard? Could you explain in words which sorting algorithm is faster and why?"
"Uh... let me fetch a laptop with an IDE, stackoverflow and Wikipedia?"22 -
Not me, but a colleague questioned himself for a while over this one. He simply forgot a semicolon when doing some server maintenance:
sudo yum remove application1 sudo yum remove application2
This didn't just remove application1 and 2, it removed sudo and yum too. One slightly embarrassing call to the ops team later, we had to replace the box.
This, ladies and gentlemen, is why you should automate your server maintenance!6 -
Taking 30 minutes to write a function that I later found in the standard library of the language. Silly me. 😓4
-
I just developed full iOS app without previous knowledge on iOS.
Am I a good developer, or a good Googler ?9 -
The phone conversation that resulted in a breakup:
Me (to the new girl): So, which service did you take?
[My girlfriend enters and takes the phone from me; I was shocked by the sudden entry]
New girl: GoDaddy!
Girlfriend slams the phone on my face.
That day, I lost 2 things: one on-going and another potential relationship ...10 -
When these "LinkedIn recruiters" call me and start the conversation by saying: "We are a growing company and we can't offer you what you are asking for"
Like what!! Really? You called me at the first place!5 -
Hey there! I am pretty new but old to the community xD. Let me explain and introduce myself.
The post might be a little longer, depending on my inspiration, read it at your own risk ;)
I am here on devRant for almost a year now but, this is my first post. I wasn't active until a week ago or so. Why? Well, at the time, I didn't find posts interesting enough to keep me from work or school. I must addmit I was either stupid or confused (not uncommon for me).
Well, I am high school student who, when not prepearing for an entrance exam for faculty, is learning and doing indie game developent with my cousin's support.
Even though I was intermediate gamer whan I was younger, passionate but not addicted, I didn't even think about getting into game development until my cousin showed me one secific game and told me a story about it. Let's stop here and let me tell you why I tagged this rant with wk88.
I've already mentioned my cousin, he's my wk88 trouble. Why? I'll tell you only one thing. He studies CS at University of Cambridge, UK. He earned the scholarship by competing and earning multiple medals in programming in International Olympiad in Informatics. And here I am struggling with ******* trigonometric identities. But nvm, let's move on.
I told you about the game but didn't actually tell you the title and who developed it. So, my inspiration for getting into game development was Alexander Bruce , guy who designed Antichamber. If you haven't heard of it before/tried it yet, give it a shot, you probably won't be disappointed of you like fucking with your brain.
Here're some facts:
- Started learning programming at the age of 12, thought by my brother using Free Pascal in Lazarus.
- Have been learning C++ for 4 years and C# for 3, both at the same time.
- While learning these two, started building .NET based back-end and doing SQL stuff; failed to finish it, gave up after I realised I needed some advanced front-end skills, which I didn't want to learn, to implement a lot of things I wanted.
- Played a piano since I was 11 and been playing around with music production recently.
Here I am now, learning Blender and hoping that one day I will publish the game I've been developing for past year and a half.
Hope you didn't waste your time reading this. I will try to keep you up with things I experience durning future development.
Cheers! 🍻13 -
Was in a middle of competitive coding trying to do some operation on a nxn matrix. Wrote this code.
for(i = 0; i < n; i++){
for(j = 0; j < n; i++){
.......
.......
}
}
Was waiting for the output, only to wait long enough for the coding platform to throw a timeout at my face and make me doubt my skills.2 -
I have never doubted my abilities more, before this happened:
I got a Linux VM on Azure, downloaded apache httpd source which I proceeded to configure, make and install.
As expected, install failed with something related to apr and apr-util.
Searched several mailing lists, tried out several configure options, nothing worked..
After almost an hour, it stuck to me, all I had to do was "sudo yum install httpd" !!!
Disappointed that I missed something so simple, but when I did that, it came back with 'Nothing to do'...
Realized, httpd was pre-installed in that VM.. I just had to start the service !!!
:facepalm1 -
*Changes everything he possibly can for 2 hours*
None of the changes are reflected 🚫
Realizes he is making changes on live database and viewing development 🤔
*Switches to development*
Forgets to switch back to live 👴
*Pushes project with development connection to live*1 -
As a trainee in my very first company I was comparing myself to my mentor too much.
And I just couldn't compete.
He had deep knowledge, was more productive, had amazing skills in different departments and his side projects were astonishing.
Turned out: I wasn't expected to.
Turned out: Even among nerds, he was an extraordinary unicorn. Other developers in the company had huge respect and were humbled by his skills.
Yet nevertheless, I doubted my career choice when I was struggeling for 4 hours on a seemingly tiny problem, then when I approached him he would come in and write the code down in 15 minutes.
He made it look so god damn easy.
Little did I know that the main difference between him and I was: experience.
He had much more of it. I still had to make some mistakes and he greatly helped me avoid some of them.
It really helped me that one day he talked to me and set my head straight that I wasn't expected to perform on the same level as him. He was getting a salary, I merely some peanuts, after all.4 -
When I switched jobs from a slow-paced media company, to a fast-paced startup and learned what my team leader can accomplish in a day, would take me atleast 3 days... Not to mention doing things I wouldn't dream of thinking about them.
This experience has made me doubt my very own existence, let alone skills.2 -
Every time I try to git init ,and push the code to github,
I always forget the cmds to do it!
Every freaking time ,I have to google.14 -
I tried to do a sudoku solver, but it didn't work...
I wanted it to succeed without backtracking or bruteforce, so I tried solving it in a human way.
I ended up with some if-else AI that couldn't do anything at all5 -
Asking senior dev to help out with a bug I was tackling for several days, and him fixing it in under 10minutes3
-
The fact that I still have to Google up even the simplest of css syntaxes even tho I've been doing css for years now1
-
I doubt my skills every day.
Whenever i get a new problem to solve, I'm afraid I might not be able to solve it.
But at the end, I do.
Anyone else felt the same?6 -
Last week I was erasing a 2Gb USB thumb while copying some really important shit to my backup disk. I look at the terminal and see it's taking a lot of time to did zeroes on dev/sdb.
Then I realized that dev/sdb is the backups drive and I just erased the firsts sectors of my only fucking backup.
It's ok, I said, let's see what can TestDisk do for me. And it only could find an empty sad partition that had useless shit on it. Whdd couldn't even find the drive. Cat and dd vomited 160Gb of nothing to a file that couldn't be read. I was lost, because I failed doing something I'm really good at. And I did it because I was to stupid to check fstab...
It's the very first time I couldn't recover data, so I'm thinking about delete "Data recovery" from my resume skills and put "Data cleaning. Really effective. I can send you 160Gb of pure horse shit to prove it" instead.2 -
My last day before vacation, Friday after hours,
Me as a Junior dev, not that experienced with bash.
An unfortunately with root on a prod machine.
I wrote a script and wanted it to stop at a specific point, but couldn’t remember which of those cmd it was so I wrote all of them.
Quit
Close
Stop
Halt
Exit
Ran the script.
Wanted to kill myself.
I haven’t had the privs to turn on the VM again.
¯\_(ツ)_/¯
🤦🏽♂️
I definitely learned a lot!2 -
Well, today I spent the whole day hunting a circular dependency that I introduced and was breaking the whole application.
Fuck me.2 -
I had a project where I completely suprised the client and the company within the beginning. It was silky smooth, working on multiplatform ios android,standalone. I wrote the most complex shader I ever made. Everything was great and I even got a bonus for the project.
Then one day. Videos started to stutter. Not playing, completely black on some cases and some devices.
I started to think about reasons. I tried every solution I come up with. No success.
Updated all the codecs, middleware still nothing. Tried to solve the problem for a week. It was a total diaaster and I even thought I a dont deserve to be a developer.
We encoded the videos a few times. Decided to export the original video again, boom! It worked. Theres no particular reason why it worked. But it worked. I guess I am a good developer. Not the best but, eh. -
When the subject said : "it's called the 20 minutes challenge : write a program that evaluates a mathematic expression with parenthesis"
And it took me 12 hours. Now, I know how!2 -
Forget what the fuck I said about wk88 rant, I now doubt my skills, and gave up hope of being good in programming T_T
(wk88 rant: https://devrant.com/rants/1163009/)3 -
The GitHub of the people who have answered the questions I look for on StackOverflow! It always keeps me grounded.
-
Seeing Mark Zuckerberg multibillionarie. I am poor af (Still student btw). Also looking Linux kernel at GitHub.2
-
Liferay. Fucking Liferay.
I'm mostly C#, Java Dev with only a year of experience and as Kruger-Dunning effect says, I thought I'm not that bad. At the beginning of my job I've got tasked with creating an portlet for Liferay CMS which is written in Java. Can't be that bad, right? WRONG.
Liferay is real shit. Not only there is little to none community life but also documentation and tutorials are outdated! Many methods are doing the same functionality but are in different packages. JSP make coding a big fucking mess if you won't make shit ton of classes to clean it up. Also it has this incredible ability to crash whole portlet after a small change in classes structure.
I have to mention that no one could help me because company that I'm working for is a rather small one and there's no other Java developer beside me. This also means that it's hard to really get gut when no one is oversying my progress.
Also I really dislike web development. And Liferay made it even worse. I hope it will burn in hell.1 -
An experience that made me doubt (some) skills was when I tried for 3 days straight to find a way to share data over a win32 message. The event worked flawlessly, but the data payload always cointained random bytes.
A few weeks later I found an article about MemoryMappedFiles, which helped me solve it within half an hour.1 -
My friend: I built a 3D printer and coded it to self calibrate at startup and connect to my encrypted remote server through VPN to securely retrieve Cad files I constructed and start itself printing when everything is ready or alert if theres an issue
Me: aren't you less than a year older than me?
This was when we were underclassmen in college a few years ago 😂 turns out the dudes just a savant5 -
In early 2016 I got a front end web development job.
<1 month later, was fired from thatfront end web development job.
Reason: After several years focused primarily on social media marketing, I didn’t know what the hell I was doing and couldn’t catch up fast enough to what their shop was using. My coding skills were way more out of date than I ever anticipated.
In retrospect, the only reason I got the job was that their 3rd party skills testing website repeatedly wouldn’t submit my results and didn’t change up the questions, so by the time it finally did, I had guessed 90% of the answers correctly. I registered as a false positive and that was, apparently, enough for their HR person. -
Yesterday night, pushed code that work normally to prod server, website down, internal server error, too many connection to MySQL server, tried to fix it for 4 hours, nothing to do, removed the new code, still the same problem, in my head, I told myself that I'm not good at programming (not the first time), send an email to the host, they tell me the problem is from them and they fixed it. And now I know I'm not bad enough.2
-
Never had any doubt in my skills and have always judged them accordingly.
I am very....very...annoyingly confident (and in love with) myself.
This does not mean i do not acknowledge me fucking up and being wrong. It just means that even when I fuck up I learn from it, add it to my toolbelt and then continue to think that i am the bomb.
I don't compare my shit to others. I have never seem anyone effortlesly do anything, it is always the result of practice, passion, love and dedication and saying that it must be easy for them is an insult to them and their crafts.
I do not get jealous, nor do I feel smaller, i get pumped and motivated.3 -
For a long time, I wanted to be a part of open source communities. I've been a dev for 6 years now.
I have the skills needed to help out but usually I'm fairly unexperienced on working with big teams, code reviews, and build-test systems they often use. So I'm scared as hell to even begin with. I feel unsecure to reach out and ask for helping or send a basic fix / pull-request.
What are your suggestions, how did you start working on open source projects?
Teach me senpai.3 -
Looking at anyone else's code in things I use. I just think to myself "damn this is so neat and structured, I've never made something like this"1
-
After 30 years in Web Development I still spend a lot of time to put the footer on the bottom of the page when the content is small.4
-
Took me a year after graduation to land a job that stuck. Submitted about 100 job applications, most of which were immediate or semi-immediate denials. Got through one screen call and one technical call with Google before getting passed on. I did two technicals with G.E. where I really thought I knew my stuff...but didn't make the cut. I finally landed a job with a contractor for the Department of Defense, but my clearance was going to take over a year to finish, so they let me go after a couple weeks.
Every day, I would sit at Starbucks for eight hours; four of which, I would apply for jobs and practice for interviews. The other four I would self-medicate on Steam and wonder if the last six years of schooling was worth it. I was ready to move out of state and/or cut my losses to find a new industry when I was blessed with my current job.
For anyone going through what I did, don't jump straight to doubting your skills. Breaking in to an industry can be very hard. Have patience, keep getting better at what you do, and be open to opportunities. 💯👍 -
Being asked to do some really technical jobs in CSS, or have to re learn a new version of Ionic or Angular...
-
Fullstack Bluetooth in the cloud using a mainframe matrix and heatsinks for optimal parallel multiprocessing.
I hate buzzwords. And especially hate TV shows that try to sound smart.3 -
This was about two years ago, and is so fucking simple. But it's because I fucked up something so goddamn simple that I'll never be able to forget.
One of the stupidest fucking things I've done?
Went into the GNOME Disks utility trying to wipe a SanDisk Cruzer USB drive. BAM! There goes the entirety of my /dev/sda disk! Oh, and you know all partitions on that disk?? Gone!! Nothing I could do.
I don't know which pisses me off about myself more: The fact that Linux has more complicated tools that do the same exact job but make me think about what the actual fuck I'm doing thus preventing fuckups, or the fact that I was too fucking lazy to use them and decided to go with the dirt simple option and still managed to fuck myself over in the end...
Lesson for you kids that haven't fucked yourselves over in a way this dumb yet: ALWAYS have that backup installer USB somewhere. ALWAYS. -
Anytime I have to Google something. Which is all the time. I doubt myself all the time. Also, when coding our robot and it randomly shot backwards and ripped through a couple table and chair legs. That happened too.2
-
Not really doubt my skills but definitely feeling inferior ;)
Reading stuff like this :
https://github.com/kevin-montrose/...1 -
Having to fill skills field in my internship CV suddenly makes me realize that i actually am not really good at anything.
Some friends say that i'm a can-do-it-all person when i actually just learn how to do what i need to do on the spot.3 -
Left a line only meant for use in development uncommented when pushing to production.
It effectively hard coded some of the data we ingest.
Nobody noticed for a week.1 -
“Does it work? No.
But at least we have great method names.”
———
5 people just spend 15 minutes debating on how a method should be named. Including myself. This was the conclusion.7 -
Not being able to write code only using pen and paper :/
I had one job interview where they ask me to iterate a tree using my preferred language. I felt so uncomfortable.
And my problem is only the pen and paper.
I'm able to write working code without any code completion even without highlighting in any shitty editor. But when it comes to write code by hand on paper it feels like my programmer brain side turns off.1 -
Every new front end framework these days, i remember the time when I used bootstrap through cdn link... Yup those were the good old days1
-
Spending hours trying to figure out why the stack just won't work with SSL. Nearly lost my mind as we started feeling dumber than ever. I really started to doubt my skills after it did not even work with the most minimal nginx site config I could imagine.
The next day I discovered that we missed the 443 port mapping in the docker-compose file...it only had port 80 mapped.
Yup, stepping back from a problem and getting some sleep is really worth it sometimes. -
1. Registering in Stack Overflow
2. Registering in DevRant
3. Thinking my code will run without problem -
Everytime, literally. I may be really good at X language that I will always doubt my skills. In the end of the day, I prove myself wrong in doubting, but until then "I don't think I can do it" is always on my mind.
-
When I forgot how everything works in c#.
Example:
var animalKey = 1;
Then I realize I needed it to be string.. and I couldn't figure out how to convert an int to a string... But all I needed was
var animalKey = "1";
I kicked myself pretty hard2 -
I left my previous job to concentrate on finishing up University. I've been working full-time at another company and doing freelance on the side since then.
Not too long ago I saw my old boss and he told me i shoud apply back at the company and get back working Front-end.
I went to check the job posting. To my surprise, the qualifications they were asking were completely different than what I was doing at the time.
I'm no longer qualified for my old job despite being more experienced and still learning. -
I joined a project that has been in development for four years. After a couple of weeks of getting used to what has already been done I saw some strange coding.
One thing that struck me in particular was how often I saw pointers to pointers of objects being passed as arguments without any obvious reasons.
Only after I got to write a new functionality myself did I see why that was done.. as I needed to do it too. I had to allocate the memory for an object that was given as the parameter.
C is a hell of a language.. just as I thought I was good at it things like this happen. -
It just struck me that by long-pressing backspace on the virtual keyboard I can use emoji.
I feel kind of stupid right now. 😶2 -
Wk88 i basically see "I'm a beta that belittles myself, because everybody else seems to be so much better than me.."
While I certainly know how it feels, that mantra & mindset will lead to void or null.
It's a self-fulfilling prophecy and life's a bitch that'll keep ya down if you let it.
It's gonna be rough, but ye gotta stop calling yourself inadequate and start working on honing your skills.
No great feat happens over night, it takes practice and dedication.1 -
Trying and failing repeatedly to code up a gaussian blur function in delphi for a university computer graphics module assignment.
Over 5 days I re-create the code so many times I lost count. I think I managed to sneak 9 hrs of sleep in total for that week.
Good times... -
My first interview question to a project on the second day at my new job:
"Implement a sum function that will work like this:
sum(1)(2)(3)(4)...(n)"
I could not answer this or any of the following questions...12 -
Leave a "I will see you like a php team lead in five years" (CEO words) job and be a co-founder for a startup.
-
trying to add a feature and then finding out that for some reason it overloads everything, so i try to fix it only to find out everything is broken and i can find the source of the problem, so i delete all of the code and start all over again2
-
When I quit my job making multiple bullshit excuses of how tired I am and how much better my life would be if I work from home and here I am been lazy for 2 - 3 months and didn't learn anything new also didn't practice what I know.
Honestly I'm so disappointed in myself and the fact that it was a good opportunity for me makes it harder on me blaming myself. -
Why do so many people worry about their competences to perform the tasks they get?
You are hired to do the kind of work that gets assigned to you and not to worry if you are qualified to do it. Unless you are in a shitty* company this is someone else’s job to worry. I see people doing this to themselves and frequently have to let them show the value of their work. Many times before they understand what I see in their contributions.
Stress is fine, it will help you get further. But only to a certain point. If you don’t have faith in your capabilities, have faith in the management team...
* if you are in a shitty company, you should adjust your priorities. Do not worry too much, learn as much as you can and seek other options.2 -
These moments I'm too dumb to even setup a library or anything. That's just so frustrating! I spent many hours realising OpenCV may not work on my machine6
-
One time, we picked up a Xamarin project and both Android and iOS teams had to pick a developer to handle it. After talking over it with my iOS bro, I decided that I hate C# far too much to start a project on this, even though I wanted a new experience, so iOS bro took over it. I got handed another iOS project in the meantime. iOS bro decides to take a free week from work after like a month or so of working on that project.
GUESS WHO DECIDED TO COME OVER AND WORK WITH US THAT WEEK? THE OWNERS OF THE PROJECT (they were handling the API). Guess who had to drop all projects at once and work for a whole week on a project he had no idea about in a programming language he only had a remote idea about? THIS GUY.
So, aside from the fact that I had no idea what I was doing, I also had the pressure of the owners working right next to me (they were cool people, but it's still a stress). That week really raised my stress level through the roof, as I doubted myself everyday that I would be able to be productive on that project. I got myself a free week too after that.
But yeah, this experience really made me doubt my skills as a programmer, as Xamarin was supposed to be just a cross-platform way of developing an app.
All in all, I've never had to work on that project again... but it was still an "I can't fucking believe it" moment when, one month-ish later, the project was to be scrapped and reprogrammed on ye olde Swift.1 -
Never doubt myself.
Never questioned my skills...
Because I have few skills.
I'm no dev, an amateur programmer who learned in school (best part, learned logic programming) and stopped programming for years because I had no future without an engineer University course... How mistaked I was.
So I know that I'll spend more time on google on every project I start.
Still doesn't stop me... Until I find out that I can't do what I want (like the time I made all the UI of a web app in JavaScript to use in electron and then found out that I couldn't use a file database, sq lite on that case... one month almost wasted... Almost, kept the UI as a mock up. Did the same mistake two years latter, only to remember like one week latter why I didn't use JS the last time. Doing it in python+Kivy now) I'll just keep pushing, and trying, and learning.
Never stop, never quit, only death is impossible (for now). -
Right now, I'm doubting my reading skills.
I'm doing a feature acceptance presentation and half way through they're like "did you handle cases A, B and C?"
No.
Fuck.
Now it's got to be rushed in ...
And all because I can't read the spiderweb of requirement docs -
When I'm reading a book or following a tutorial and feel that sudden spike in difficulty. I lose it all.1
-
What skills? 😂 Jokes aside, a few situations cause me to question myself, one is reading rants on devRant.
I always start questioning myself when I see others code, it inspires me but sometimes also makes me question my ability.
Last thing that often makes me question myself is reviewing all these requirements for jobs. -
lol started using unity a couple of days ago and with the tutorials and everything it was all going merry and well. I followed the roll a ball tutorial word by word and letter by letter. the game worked perfectly, well....
at least in unity.
Thing is, I build the game and boom.
I have a working game with no collision detection(basically not working). didn't touch unity for 4 days now. Fuck I hate when this happens.3 -
When I search desperately for a missing package that prevents me to compile some Python package on an old Freebsd system and turned out the answer in SO was my own answer.
-
Pretty much everything. The knowledge I have only makes me painfully aware of how much I don't know.1
-
Every time I have to explain to someone what projects I've done, and what I'm currently working on.
No, they're not the most useful and don't showcase any skill using this framework or that piece of knowledge. You're not the first to tell me. I like what I do and if I die hungry because of it, so be it. -
Learning Java properly while doing a project as a student and reading what I had written just weeks ago - I had put all my logic into the DAOs, not thinking of creating a package for it 😌1
-
Whenever I make a loop or any block in general and then look it up just to verify and mine is overcomplicated
-
Forgot about a System.Exit();
Was wondering for 2h why my Weblogic Server shuts down immediately after deploying my Webservice...
I never felt so bad at Programming..1 -
I took a systems security class when I was in college and the exams were the most difficult ones that I had. We had to do two exams and I felt pretty stupid on both.
Passed the exams but they gave me some doubts about my skills. -
When waiting for that Cronjob to run to confirm its working okay, then modifying the script and go through the same thing over and over again.
-
I just spent an extra 2 hours trying to install updates because I hadn't noticed the dialogue option. In my defense, I haven't owned a windows pc in a long long time.
-
Selling a solution to a high-value client, promise them they'll get a Proof-of-Concept by Monday 10 am. You close yourself off your family the entire weekend as things weren't as simple as you thought. Present the demo to the client the Tuesday morning...1
-
My interview...!
From civil background, not sure about internal system architectures.
Question: how does cpu switches between processes ?
Ans: how the f I know? Do I really need to know, internally!
Explained a bit.
He was like you are the one who are going to use kafka, not the one who are going to write kafka.
I was like devasted.5 -
spending 2 hours to split LookAt rotation between two nested transforms where parent was supposed to only recieve the vertical axis rotation and the child the horizontal axis rotation. (unity3d)
still haven't solved it btw, because my nerves and the deadline of the project i needed it for both ran out and i'm still sick to my stomach at the thought of going back to it to solve it because of how trivial it should be and how insanely was i battling with it.4 -
The period of half a year when I mostly lost interest in programming.
Then again, I haven't even done my GCSEs (or equivalent) :) -
Once a week because I’m studying Web Development. Once a month because I’m a fulltime freelance designer.
-
Every time I follow "# Simple step to" tutorial.
Every time an error occurs and I feel ssso fukin dumb, dmn -
I did a project that is way too advanced for me, as an intern at a great company.
Didn't finish in time, but got paid an extraordinary salary, compared to other students.
It still hurts1 -
When I've started IT school and I've met my schoolmates and teachers... I thought "my skills are probably wasted, it looks like it's not what I need in my life"
That's why I've fallen in depression 2 times in these 3 years
Then I've realized that my schoolmates and teachers needed my skills, that's why they've stopped their life at teaching programming in such a stupid way (they don't even know what "break;" is used for)...2 -
Spending days on a recursion problem and never solving it. That was a low time for me-especially when I looked at how short and elegant the solution was online. I've recovered now and have gotten better at it, but damn that's one thing I need master or it'll haunt me to I die.1
-
Realizing that C# is far more easier to read than Java - I'll never take a job for that shithole/shithouse language in the industry (lmfao). I barely touch either...
How much shit am I gonna get from people for this? Larry Ellison's fanboys are gonna crucify me. I'm suicidal anyway lol5 -
Whenever my wife applies occam's razor to my problem solving or pointedly remarks "you update it, you fix it...mr. penguin"3
-
I spent an entire morning trying to figure out why my development branch of my web app was taking a dump on itself after I rolled it back to production. Only to realize that a config file wasn't in the folder. So I threw away all my changes for nothing.
-
I always faced up to any challenge that I had met. Maybe I was just too selective and always choose the easy stuff, but that's a long discussion.
Anyway, this kinda spoiled me over time to think that I'm all-knowing and all-powerful in everything programming-related. Of course I never compared myself to legends that created IT as we know it today, because then I'd feel useless. I always compared myself to peers, and I rocked. I was never the best, but I was good enough to make the decision of finding the best among my peers difficult.
Until I didn't.
I stumbled upon this blog:
http://www.polygenelubricants.com
See when the dude last posted? Well pretty much since then, I sometimes get a bit drunk, gather the courage, to fail again, at figuring out how he calculates factorials using regex, or other stuff like that. I don't even know what a Collatz sequence is, and the dude did it in Regex.
I stopped for a while. And then, at work, I met a guy, who pretty much had a ready answer for any problem, any issue, any question, any technical consideration. I felt a nobody next to him. He left now, to work for a brand with few employees, that however is well known around the world.
I wish there were more people like these.1 -
I learnt C a while ago and didn’t use it for A semester. One day I needed to write some C code for a small Arduino project and I spent 20 min remembering how to declare an array.3
-
I think studying engineering has really fucked up the way i learn new things...i find it nearly impossible to commit anything to memory that could easily be looked up. On its own it doesnt sound so bad but now I keep forgetting simple programming syntax and android design patterns because my brain just keeps saying
"You dont need to remember this, you can find it online is 2 mins"
Id rather just keep a bookmark of a great navigation drawer tutorial as opposed to learning it myself...i worry now what will happen in my technical interviews even though I consider myself a good programmer -
Nothing makes me - on a regular basis - doubt myself more than when I'm reading documentation and finding the arguments and variables I need, but not for the life of me finding the syntax or which context I should be using it in.
It's as if it's assumed to be common knowledge and I dread being "that guy" to ask someone about it. I feel like such a chump opening a new tab and googling for examples. -
Everything. And libraries/plugin/wrappers on github maintained by one or two guys. Oh yeah, and everything.
-
When my friend finishes an amazing project and I can't even decide which project to pursue and can keep myself stuck to whenever I code (having college rarely helps with timing and such). Meh, that's gonna change soon. Gotta exercise some good ol' responsibility.
-
Right now I feel like a caveman hitting a dead mammoth with a bludgeon and waiting for some miracle to happen. Well, not "some" miracle but the one that makes the mammoth live, walk and mate again.
Working on legacy projects sometimes make me question all my skills. -
Working as sole dev and learning everything on the fly, including "proper" ways to write code. Now that I work in a team, I can see that I'm at least adequate at my job.
-
Getting Cluster Container Servers running with a static NFS Server in the Background.
This could be called "clusterfuck", cause my mind was fucked. -
Every time I update node or an npm dependency and everything seems to break for a couple of hours until I pull it apart and slowly reassemble everything again.
-
Unable to give detailed explanation of how my code works. Like why do I need to explain as long it works 😏4
-
Not having ever completed a project, except for a really simple app my school asked me to do. It's like I start to make something, anything, but then I lose interest in it pretty quickly. I guess it's because I can't come up with an idea of something that I think would be really useful/fun.
-
First month at my first dev job and I already don’t know if this is what I want. My boss keeps touching the code without me even being present, so when I arrive I don’t know what’s even happening. Getting texts from him at 4am doesn’t sound very healthy either. Is it all the same? Are dev people supposed to not have a life and work 24/7 for a company? Maybe I’m just wrong about my career choice. But I used to love coding before the job. Now it’s just a fucked up thing where I wake up wishing my boss didn’t text me or refactored half of the code in one stand.1
-
Every time someone asks too many things to get the job. Like knowledge of commonly used platforms yet they expect you to know many of the fashionable technologies like node, angular etc. All these for junior developers. And all they want in the end is to make you make payed plugins yourself instead of just purchasing the existing ones.
This makes me thinking, is it me as just an average web developer that needs to learn everything, or is it just them that they just want to pay less to do much more?1