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 - "no time"
-
You have done a great job!! Thanks for delivering the project on time. It is exactly what I asked for. I will ask for no changes and I will pay you right away.
Said no client ever.3 -
Brain: hey kiddo, want to stay home and work on your side project today? I'm feeling good.
Me: fuck yeah finally!
*call in sick.
*open laptop. Tabs and editors already waiting.
*play music, no sound.
*system is all laggy.
*fuck, restart.
*
*Installing windows updates...
*leaves for work.18 -
No, I'm not hacking.
No Linux is not a movie.
No, you are not a developer because you can put "Hello World" on a website.
No, this isn't a waste of my time.
Yes, I will use it.
Yes, I'll make you a website for free. NOT!
Your phone is both Android and Samsung.
No, what they did in the movie is impossible.
No, I can't predict the stock market.
No, I'm not Mr. Robot, but I know him...5 -
I work remotely. This means that sometimes I work with no pants on.
...ok I work with no pants on all the time.7 -
I AM FREE!!!!
I no longer work for that unappreciative, condescending, dolt driven company!
Time for bigger and better things!13 -
Lecturer: Unfortunately, you will have to manually write these 16 combinations in the program.
Me: *writes a script to generate the combinations*12 -
Every time I hear "if it's stupid but it works..."
NO Fucking No!!!
If you know that it's stupid you should fucking correct it!!!21 -
I love how "minimal" devRant is.
No username, no time... just the number of likes and number of comments ..
*it's a feature not a bug*
✌(◕‿-)✌3 -
I made this a couple of years ago for a joke but no one really got it.
It's a printable smartwatch that always tells the right time, no need for charging...19 -
How malloc works? It's easy. Just follow this simple flowchart and you will understand in no time.9
-
No, I don't want desktop notifications
Yes, I understand you use cookies
No, I don't want free books
We see you use AdBlock ...
[closing the tab]
And this happens every time I desperately search for smth7 -
I had a scrolling addiction on Facebook, then I installed devRant... I can say that I no longer have a scrolling addiction on Facebook... *No time for Facebook, must read all rants!*4
-
[2010]
Begins Bitcoin mining during it's infancy, stops because it's a waste of time and has no value.
[2017]
1 BTC = £5,874
i cri evrytiem ;_;5 -
Yes of course we can have a fourth meeting this week to discuss possible KPI’s for the project.
I have a suggestion though, since the first deliverable is 3 weeks away and it doesn’t work yet, maybe I could spend time ON the project ... so I can build something that could be a KPI ... and not piss off the other companies for delivering nothing.
Of course I’m not a manager, so what do I know, but this shit might be why people keep leaving the team. Perhaps devs don’t enjoy having no time on the project while simultaneously being yelled at for not getting it done.2 -
All Terms of Services agreement changes, etc. need to be in GitHub. I don't want to reread the whole thing, where's the diff?4
-
- Hey it's lunch time!
- Yeah let me push these changes...
- No! You'll do it later.
- But, it will take 2 minutes!
- NO! WE'RE HAVING LUNCH NOW.
Windows crashes ._.3 -
Everytime I have to execute several commands to do something, I tell myself:
I will write a script for that.
But now I have no time.
I will do it the next time.
I will never write these scripts.4 -
!rant
My ISP just sent me an email:
I have double the bandwidth for the next 6 month while still paying the same as before. No fishy things, no special conditions...
What a time to be alive.14 -
No boss... For the fucking millionth time: unit tests are not a waste of time.
You keep testing everything manually and hoping that you tested everything every time and praying that there are no bugs IS THE FUCKING TIME WASTE
My boss just can't fucking wrap his head around automated tests... I'm trying hard... Gonna try harder...6 -
Requirements gathering is fun said no developer!!
P.S. Friday implies more time implies more devranting!!1 -
No Rant, just wanted to say devRant is something I have been looking for in a long time, Love it !3
-
My Friends say i´m no dev...
Why???? :(
I love do Sports,
I have free time,
I´m eating healthy,
I don't like coffee....10 -
- Did someone tested it on our test machines?
- No there was no time to do this.
*preparing for nuclear fallout from customer in 3..2..1..*3 -
That moment you realise why you enjoy the dev life again.
It's been a long time since I've had a solid day of coding, just coding..., no meetings, no wild requests, no crazy issues, no data fixing because someone can't type a number correctly, just me, myself and that keyboard going on a field trip of quality coding time again.
Ah, it's a good day to end the week on!rant holy shit no meetings no problems lack of bau devlife those feels straight code quality code time back to the old days3 -
I just had a rather stressful morning. I should've known something was up by the sounds of thunder as I walked into the office.
I sat down and checked my emails. There was an email from the boss who was away on a business trip. The subject read, "CRITICAL BUG" and my name was mentioned. "Great...No time for coffee", was my first thought.
I began searching commits to see when and how the bug came to be. "SHIT! It was my fault", I said aloud.
(A bit of backstory, I am Irish, working in Germany with a B2 level of the German language.)
I now had to communicate the problem quickly with a senior developer who is Russian. He can't speak English well and I would not expect him to speak it. We are in Germany after all. I tried my best to communicate the issue, but I found it so difficult to understand his German in a Russian accent. Normally, in the office I speak German except when it is urgent and I must explain a problem in greater detail through English. I got past that obstacle, however, the real challenge of fixing the bug awaited.
After 2 hours of coding, I had a solution and committed it to the master branch. All the while, I had been replying to the bosses emails with updates, probably with many grammer mistakes.
We have no dedicated testers here and the code is written in a way which makes it very difficult to test (i.e. it was written many years ago). When I had initially written the code, I tested rigorously and found no issues.
Just needed to rant. I need a coffee break now...4 -
A client sent me a message this morning asking for a change to the software I'm developing.
It's Sunday, right?6 -
Overhearing first year software dev students argue that object oriented programming is pointless and makes no sense...
You're gonna have a bad time...7 -
So yesterday I deployed a build on our release environment and i had added a new rest api end-point which I needed to test.. A heads up though, its written in java spring and the entire flow consisted of too many calls/returns from various other java & python services.. Also to make things worse, the entire deployment is a really cumbersome process as you need to copy the build from one box to another..
After like almost 4-5 hours of debugging, adding logs left right & center, crazy upload speeds (yaa this is sarcastic) and frustation at its peak, I found the issue..
There was an if condition that was checking for equality between an enum constant & an enum in a request aaaannnnnddd
*Drum roll
THE CONSTANT ENUM BELONGED TO THE WRONG PACKAGE HENCE ALWAYS EVALUATING TO FALSE... ALSO, BOTH THE ENUMS IN THE DIFFERENT PACKAGES ARE IDENTICAL... FUCCKKKKKKK MY LIFE
😑🔫rant i am done with life why you do this java someone kill me now no tags nope i am not time to die i am dead1 -
Mobile plan with fairly decent call time and 2gigs of internet: $20
Mobile plan with no calls and unlimited internet: $5
Yep its time to put telegram on my family's phones17 -
Dear Developers at Microsoft,
Why the FUCK does windows try to update EVERY TIME I boot my VM even though it fails EVERY FUCKING TIME? Can't it fucking learn that it's fucking broken and doesn't work? No? OK...7 -
Doctor: "How do you feel?"
Me: "Stressed."
Doctor: "And something other than that?"
Me: "More stress."
Doctor: "Depression maybe?"
Me: "No, I don't have time for that!"
Doctor: "You will have time for iron infusion next week though."
FML.6 -
no matter how big shot programmer you are, you 90% time you will only code
if(condition)
{
// do something
}
else
{
// do something else
}8 -
Everyone given the iPhone a hard time over no headphone jack, while Samsungs are exploding.
Decision time:
- living with an adapter
- living with chargrilled testicles
Choose14 -
- Another package from NY? More stickers?
- No. It's a ball this time!
People are starting to look weird at me over here...1 -
No Wi-Fi = No Food.. Great motivation to pay your internet bill on time... This 'smart' shit is going way too far lol..15
-
"No time for implementing a new alert with buttons, so the radio buttons' one should do for now..."3
-
[DevArt No. 7]
Title: "Saturday Night Fever"
💤 Come on! 💤
🍹 It's the weekend! 🍹
🍻 It's time to party! 🍻23 -
tfw you compile another time cause even though the code doesn't run, you're sure you made no mistakes3
-
Long Time No See #Devrant
Been working on this, a new take on a classic game.
Just finishing up, Stay Tuned4 -
CTO 3 months ago:
- You will get a raise after 9 months of work according to your KPI (98%) and bonus (size of one month pay check)
HR today:
- NO
FUCKITY FUCK, THANK YOU VERY MUCH. I WORKED HARD AT NIGHTS AND SACRIFICED MY FREE UNPAID TIME FOR NOTHING, THANKS21 -
Boss: I have a demo NOW, but there os an error message on that page.
Me: okay, give me sometime to elaborate the problem..
Boss: No No please, this is urgent
Me: Okay..
My code:5 -
That fucking ironic time when all you need to make money is Internet connection but you have no money at all to pay for it.6
-
Who in their right mind though it would be a good idea to move the web development team to a new office without checking that the internet is connected.
What a waste of three working days.
And of course the project needs to be delivered by Sunday...3 -
Opens pycharm
import time;
print(time.
*hits Ctrl+space*
>Auto complete not working
>Searches SO no answer
>Realized file saved as time.py
> Proceeds to contemplate career choice3 -
Real-time physics calculation of +250000 blocks on AMD Athlon.
No worries boys, I had fire extinguisher.4 -
3 weeks off work - complete.
1st day back - in progress
Shit storm flurry awaiting my arrival - bring it on!1 -
I've never ever fully completed a side-project like I envisioned it to be. If I had, I'd have my own company already. It's mostly because I didn't have the time (no, that's a lie; or just an excuse). It's mainly because I haven't been motivated enough to see it through to the end. My motivation life-span ends when I get distracted by something else and in the end ends up like the Commit Strip.2
-
2 days until I leave my job and I am assigned a large, legal requirement task to complete, with no time to plan or opportunity to hand over the work. No way it will be done in time, and no teamwork, so no one else will be up to speed on it when I leave, and I daresay I'll be blamed for it not working to their 2 sentence specification! Yup, that's why I'm leaving folks!2
-
No matter how hard requirement look or the thing you're going to develop JUST START THAT SHIT it will take time but you can and will do it.
-
As lead developer I was not allowed to implement automated testing as "we don't have time for that" - you have no idea how much time it would save!6
-
was working on a passion project, looking at the clock periodically. was surprised a couple of times that it's still before 12 but kept on working. it wasn't. its 3 am. windows' clock was stuck. i have to get up in 4 hours. fml.3
-
TLDR: crappy api + idiot ex client combo rant // devam si duška
I saw a lot of people bitching about APIs that don't return proper response codes and other stuff..
Well let me tell you a story. I used to work on a project where we had to do something like booking, but better..crossbreed with the Off&Away bidding site (which btw we had to rip off the .js stuff and reverse engineer the whole timer thingy), using free versions of everything..even though money wasn't an issue (what our client said). Same client decided to go with transhotel because it was sooooo gooood... OK? Why did noone heard of them then?
Anyhow, the api was xml based.. we had to send some xml that was validated against a schema, we received another that was supposed to be validated againts another schema.. and so on and so on..
...
...
supposed..
The API docs were nonexistent.. What was there, was broken English or Spanish.. Even had some comments like Add This & that to chapter xy.. Of course that chapter didn't even exist yet. :( And the last documentation they had, was really really old..more than a year, with visible gaps, we got the validation schemas not even listed in the docs, let alone described properly.
Yaaay! And that was not everything.. besides wrong and missing data, the API itself caused the 500 server error whenever you were no longer authenticated.
Of course it didn't tell you that your session was dead.. Just pooof! Unhandled crap everywhere!
And the best part?! We handled that login after inspecting what the hell happened, but sent the notification to the company anyways.. We had a conf call, and sent numerous emails explaining to them what a 'try catch' is and how they should handle the not authenticated error <= BTW they should have had a handled xml response for that, we got the schema for it! But they didn't. Anyhow, after two agonizing days talking back and forth they at least set up the server to be available again after the horrified 500 error. Before, it even stopped responding until reset (don't ask me how they managed to do that).
Oh yeah, did I mention this was a worldwide renown company?! Where everybody spoke/wrote English?! Yup, they have more than 700 people there, of course they speak English! <= another one of my ex clients fabulous statements... making me wanna strangle him with his tie.. I told him I am not talking to them because no-one there understood/spoke English and it would be a waste of my time.. Guess who spent almost 3 hours to talk to someone who sounded like a stereotypical Indian support tech guy with a flue speaking Italian?! // no offence please for the referenced parties!!
So yeah, sadly I don't have SS of the fucked up documentation..and I cannot post more details (not sure if the NDA still holds even though they canceled the project).. Not that I care really.. not after I saw how the client would treat his customers..
Anywayz I found on the interwebz some proof that this shitty api existed..
picture + link: https://programmableweb.com/api/...
SubRant: the client was an idiot! Probably still is, but no longer my client..
Wanted to store the credit card info + cvc and owner info etc.. in our database.. for easier second payment, like on paypal (which he wanted me to totally customize the payment page of paypal, and if that wasn't possible to collect user data on our personalized payment page and then just send it over to paypal api, if possible in plaintext, he just didn't care as long as he got his personalized payment page) or sth.... I told the company owner that they are fucking retards if they think they can pull this off & that they will lose all their (potential) clients if they figure that out.. or god forbid someone hacked us and stole the data.. I think this shit is also against the law..
I think it goes without saying what happened next.. called him ignorant stupid fucktard to his face and told him I ain't doing that since our company didn't even had a certificate to store the last 4 numbers.. They heard my voice over the whole firm.. we had fish-tank like offices, so they could all see me yelling at the director..
Guess who got laid off due to not being needed anymore the next day?! It was the best day of my life..so far!! Never have I been happier to lose my job!!
P.S. all that crap + test + the whole backand for analysis, the whole crm + campaign emails etc.. the client wanted done in 6 months.. O.o
P.P.S. almost shat my pants when devRant notified my I cannot post and wanted to copy the message and then everything disappeard.. thank god I have written this in the n++ xDundefined venting big time issues no documentation idiot xml security api privacy ashole crappy client rant11 -
When your week has been so busy and exhausting you remember at 1PM Friday you have a deadline for Monday morning and force yourself to do a weeks worth of work in 4 hours and deploy it on a Friday without QA testing!
To future me - I apologise for Monday’s headaches. -
Soooo it's Monday........ 🤯
@C0D4 started the day fixing current projects defects (4 tickets smashed before coffee 💪)
Then after coffee, run a test coverage report and see a significant decline over the past few months, so spends a couple hours adding more tests to get some areas filled in - meh, nothing like 50+ lines per test... to test a if() statement but whatever - complex scenarios will be complex to get too, but no my tests break and I'm missing data I didn't know about🤦♂️
So let's comment all that out, and go to lunch ... mmmm lunch.
Get back, start working on those again, and then get handed a new issue, so comment that all back out again, ( ok I know what you're thinking, but I'm working in an environment that does not use git for deployments - don't ask, real pain in the ass I haven't had time to invest into yet - but as code versioning only) anywho, starts to workout this new issue but don't figure it out, enter a 30 minute meeting.................. yea that was 2 hours later but was a very practical whiteboard session only to work out I have something like 16-20 weeks of work over 4-5 projects to get out in like 6 weeks... hahahahahahaha fml..... oh and that's excluding another project which had a 6 weeks of work in the pipeline to get to somehow.... I'm not seeing this one happening, and probably conflicting projects needed on top of that down the track... but we'll leave those out for now!
Whoot is fucking home time!!!
🤷♂️I'm starting to think I'm like a team of 5-10 devs right now, maybe I should start asking for 5-10x more 😏
#letsBringOnTuesday!!!!4 -
One shitty thing about working in a Japanese company is that they make you write personal goals/targets (目標). These goals they expect you to achieve don't actually relate to your work most of the time and it's not about personal growth, but more about what you did to improve the company.
Another thing is their expectations that you can achieve all this within a year on top of your work is kind of unrealistic. Plus even if you achieve such goals, it does not equate to good performance review and/or salary increases.10 -
Programming with a best friend. Knocked out a project in no time. Just a friendly race between friends.
-
We spent 80% of development time implementing a feature requested by a client. Client for no reason says "the feature is no longer needed take it out ". Am so fucking furious now. Such a waist of time6
-
I'm embarrassed to say I'm a php programmer. Time to learn a new language. No offense to any php lovers out there. All love ❤8
-
I look after servers, softwares,vendors and write code too. I am also learning datascience in spare time. Suddenly I found that I am giving no time to family and friends.6
-
Looking through our gitlog today and see 3 PR's from our "lead developer". 2 of these were removing a single blank line from a class, and the 3rd was adding one back in. None of these had any title or commit messages on the PR's. This is a guy that talks down to everyone and deliberately makes other devs feel insignificant, saying he's too busy to write documentation and it's not needed because his uncommented code is self documenting. But hang on he's not too busy to waste time with pointless non-functional PR's that only remove a couple of blank lines? Scratching my head in disbelief that some devs think they can get away with shit like this. How about you drop the ego and actually try and work in collaboration with the other devs.undefined arrogance self documenting code waste of time lead dev no comments pull request bad design2
-
Does anyone know of any good audio book sites besides audible? Free ones are good too, of course, but I don't mind paying for them.
Likewise for a good player, since books aren't music.14 -
Literally no work to do. Learning Ruby to fill the time. Forgot how fun it is to learn new things!4
-
Why download xcode9?
You'll have tons of free time to browse devRant
Apparently Apple understood the No Freeze as More Freeze 😒😒😒😒😒2 -
HELL WEEK is coming!! they are going to make us code IN PAPER again.... no compilers, no way to check for errors, time to die again4
-
Can we please make it a mandatory lesson in CS studies and related education that "No hello" is a thing?
I'm fine with greeting me before you state a question, that is polite. But it is impolite to send a DM "Hello $username" and then begin to type your three paragraph question while the other person waits for you.
Just use Shift-Enter and send it all in one message, the app supports long-ass messages!17 -
Why ? Why is there no time left for the cool stuff? Spending too much time at work - beeing tired- bought a new rasp-pi - it's already 1 year old - untouched @ home ... just why?
had holidays ... spent 4 days of 7 to recover - just slept.2 -
- Procrastinate 1 work day
- Try to crunch 2 work days into one
- Feel frustrated because there is not enough time
- Repeat2 -
No one tests in production like I do..
Just gave the wife a Brazilian wax for the first time.
I guess I could have tried on the dog first but ... No.3 -
60 hour work week deserves down time....no code, just immersion...feel like I'm being watched though6
-
I hate people that always pretend to be super busy and occupied... But then the only argument they bring to the table for not working is
Yeah I have somany unread emails 👀📥
Then when I tell them I sort that shit out before the weekend, they complain they need to make time for that in their busy schedule of not reading emails, listening to spottify and chatting with colleagues 🤭
Yeah super busy boi6 -
Had Weekend free for my own...No Kid No wife...just plenty time...what did?...I brew beer 🍺😎👌...of course I didnt used any ready-to-go mixtures...all done from the basics. Feels so good11
-
So a typo brought down large swaths of S3. Programming is a merciless profession. No wonder I am stressed all the time.1
-
When you spend 10x time coding just because you can't, just can't resist writing good code, even when you no it's gng to make no difference whatsoever🙁
Why brain, oh why?4 -
BAT0 (Charging - 100% remaining time 00:00:00), health 100.0%: 8.318V 0.592A 4.92426W
Fuck yeah!! No more "Charging - 186%", no more "health 54%". I feel alive again!!!!2 -
today I spent an hour and a half (30 mins past my paid hours) explaining go my boss that I'm not just being rebellious; that the time I'm taking to do the job right is appropriate and the only way to end up with a piece of software that they'll be able to request features for without adding on to the absolute shit pile frankenkrakken that is their mutated 13 year old OSCOMMERCE dumpsterfire.
I convinced him. -
A tutorial app that convinces everyone to adopt UTC (so I no longer have to account for time zones and/or DST in code.)3
-
Coolest project? No project is cool anymore after clients changed their mind for the 9000th time which happens like... always.2
-
Some time ago I was working in a freelance gig. I was the backend developer and the front end guy and I had some differences in our postman collections, so I asked him to email me his exported json collection.
When he emailed me, it was really funny to see his signature, which included all the courses he had and his degrees and whatnot.
like dude, "I didn't wanted your CV, I just wanted the collection"
PS: I hope you get the idea from the image, even if it is in spanishjoke/meme long time no posting i got the tags wrong large email signature story cv ok i don't want to know that9 -
For the past few months I've developed an oridinary digital shopping list. Just a simple web app written in php, HTML5, CSS3, JS and MySQL. From knowing nothing to having this feels great. Think what you want about it, but I'm quite proud of myself. First programming project, ever.
If you want to try it head over to https://app.esyshop.se.
Passwords are hased and salted with bcrypt.undefined first time full-stack please don't break it no profit php7 php mysql no ads feedback not a market plug4 -
When I post a collab and someone asks me how the project is going and how much the progress..
Inside me: oh boy, I just post ideas here.. not time for implementation1 -
why the fucking fuck no one, no one explains their problem
It's just the same every fucking time, 'It is not working'
How the fuck'd I know why it's not working.5 -
Our QA team love writing really awkward bug tickets
No reproductions steps
and every time i see one appear all i can think of is this1 -
Phone always on silent. And disable notifications on most apps.
Have been using a Pebble Time for a while and can't even remember the last time my phone has been ringing or beeping.
Sadly Pebble is no more 😧3 -
I'm writing a book that teaches everything I have learned in the past 20 years about writing small niche software and selling it.
Need some help from my fellow DevRanters.
Anyone who comments here with something constructive gets a free copy when it's done.
When I say:
"Why don't you just write your own software and sell it to end users"
What is the first thing that pops into your head?
Is it "I don't know how to advertise"
or
"that's a pipe dream"
or
"I tried starting my own business, but _______"
or
"I am doing that, i have this side project "
(how long have you spent on that side project?)
I need to know all your concerns questions fears, skepticism etc around the idea of writing your OWN software.
After 20 years I have like, so much knowledge, but it's sometimes hard to get it all out, UNLESS someone has a question or concern, then, out it comes.
So, I'm going to (hopefully) collect all the questions here ... and answer them, and it'll help me out a lot to extract this knowledge.
A lot of stuff I do without even thinking and realizing all the years it took to even know that.
What would you like to know the most?
You have the skills, you have the know how, you can probably see it in your head, so what's stopping you from making the leap?question your own business why the fuck haven't you started yet no more bosses no more clients residual income from a one time effort no more teams36 -
Sometime we forget who we really are.
We aren't dumb guys with no future and it's time to remember this to yourself.
We're losing time in our lives, let's just use it as we think is better to.4 -
I just wrote my final and last exam. First graduate in my family. No more semester. Am so excited. At least I can concentrate on coding now full time time2
-
For half a year, I couldn't find a job. Now I can't find any to hire. WTF, that doesn't make sense.3
-
After finishing the last presentation for this degree, first thing I'm doing is getting rid of my mustache. 😐 👸3
-
Quiet working environment (aside from hearing a joke from time to time)
Fast computer, lots of screens, keyboard and mouse of my choice
Good product owner that doesn't accept bullshit request into the sprint
No legacy crap5 -
The sinking feeling you get when you have looked forward to working on your project for a week and your gf tells you that the inlaws will wisit on your only free days in 2 weeks.. Please aliens take me awayyyy.
-
Firewall is down. That means no access to developer environments. That means more time for DevRant.1
-
Company makes you doing end user support additionally to your (dev) job, so you have no time to do the latter.
-
I still do exist, long time no see, fellow Devs! How is it going?
Didn't posted here in long time. Anything new relevant? I just started studying at an university. Hoping to post again here.12 -
Is there an easy way to make your website not look like complete garbage, if you have no idea and no time for some web front-end?11
-
Interviewer: Here's a marker, diagram how you would implement a time management system to track user work.
Me: [draws out complex system to track user work via heartbeat]
Interviewer: God, no.. something more simple like a time clock.
[sigh] -
I started a new project and only use PHP, HTML, CSS and vanilla JS. No Frameworks. No React. No Vue.
The browser loads the page instantly, there is virtually no loading time and it just works.12 -
!rant
Restarted #100daysofcode.
Gonna finish this time no matter what 💪✊.
It's the challenge where you do code every day for 100days.
I am not kinda well right now but it's perfect opportunity
I got the time I always wanted for coding
So no excuses anymore.
Hope you guys also having some adventures coding time 😉😂8 -
I may have convinced my boss to start using Gitea to manage our git repos! 😆
Right now we have a NAS with bare repos, so we have no access rights, no overviews, no forks, no issues, no pull requests, nothing! 🤐
Now it's time to pray to the gods for his decision. 🤞 -
Some minutes ago our firewall in office overheated, no internet, no network, no real way to work some time for coffee and nerd talk - not bad at all2
-
I want to learn so much programming languages, go with so many personal projects.
But I have no time !
Sad Me. who is else have this situation3 -
Oh boi, that weird feeling when the code is alright, no errors, the first time you save or compile it14
-
I just setup a new VPS
I made all configuration required
I reboot the server
I forgot which port I set for ssh 😭
Luckily I have console to access from 😅14 -
I just fucked myself big time with iptable rules and blocked all incoming connections to my WiFi-AP. No SSH, can't go back, time for a factory-reset...
-
I visit these tech meetups and most of the time I have no clue what they are talking about. It's good that they give free food.
-
First time today trying a sensory deprivation chamber.
All I could think was
"error no input signal"5 -
Finally code start working fine no bugs, no warning just working.
Moments later!
start to compile again but this time either with warning or with bugs. Anyone? -
9 pm - let me just quickly setup up a media center/NAS in my RPI, then it's off to bed!
3 am - shit, i have to get up in 3 hours >< -
Spent an hour and a half debugging why binders are not working on my Asp.Net project to end up finding out that my controller was missing:
[Route("[controller]")]
attribute at the beginning
Life is wonderful :)2 -
The day I understand how CSS works will be a lifetime achievement...!!!
Having hard time when you have to design and develop a website at a time... I just hate designing... (No offense.. personal opinion)7 -
I'm working on 3 projects, alone, and no chance to finish any of them in time. Woosh goes the deadlines....2
-
Worst practice -- our application isn't built to properly handle threads and I just added a Sleep statement to wait for the backend process to replicate its data. I feel so guilty and dirty.
-
Those working as freelancer, how many times has a potential client told you that if you do this job for cheap he would refer you in his business circle and you would for sure get atleast X projects in next quarter ?4
-
So I was doing some hackerrank challenges when I completed a challenge that kept me thinking for a lot.
In the moment I finished, no electricity in my home for a brief time. No internet. No submission.
This was destiny.1 -
We are 1 week from first system demo of a down well seismic system. All the SW to run on the sensor nodes inside the well pipe has been developed with driver mockups since the FPGA team hasn't finished their part yet. So, integration, integration testing, system test and bug fix must be done in a hurry! Does this scenario sound familiar?3
-
Webpacker works on branch master.
Webpacker doesn't work on the "back-end" branch.
I didn't touch anything javascript related between the branch's creation and now.
Why. Why why why why why.4 -
"You can Download Sublime Merge, and try it for yourself - there's no time limit, no accounts, no metrics, and no tracking. The evaluation version is fully functional, but is restricted to the ***light theme only.***"
In your butt light theme haters ;)4 -
After 8 hours of carefully installing Gentoo in my laptop I ended up with a... Completely unusable OS. Guess I'll try again tomorrow, apparently I didn't set up the kernel with the appropriate drivers.undefined there is no such thing as wasted time and you complain about arch no pain no gain? ping 6.6.6 at least the keyboard lights work2
-
"I'm nearly done. Just one last bug to fix."
Time passes, coding happens ...
"No, not quite done. Just three more bugs to fix."1 -
Was looking forward to a nice day of programming, finally had some free time to spend
No power today, fml :(
My laptop is now out of power -
I've done it! No more secondary projects this time. Whole Christmas spent with family and casual stuff. Have you also succeed?5
-
After office time. That time really works. Learn from online courses. And apply it. No one will be there. Silence!1
-
I'm currently working nights, away from home, and have no time for programming. God I miss programming... So much.2
-
Log 1:
Day 10 of crunch time. I have entered a sleepless zen state. Lord willing, I will be able to get 7 hours of sleep Saturday night. The building is terrifying at night, as there are a lot of noises. Security guards are nice, but curious to see me all alone. Must not show weakness in case they think numbers will give them an advantage over me.
Supplies are low. Only one type of energy drink left in the machine, and coffee gone for the night. My phone is out of fast data so Pandora is spotty at best. I have battery to get me through the night at least.
Tomorrow and Saturday decide the fate of the project. My team lead has not slept in at least 2 days. I feel guilty napping when I do, but she is driven like Ahab so I will let her obsession carry her.
If I am alive tomorrow I will report in.1 -
How does the created time work in Devrant's API?
I get 'created_time': 1563478239
It makes literally no sense14 -
I have a confession: I produced a shit ton of wacky code...
The business guy in my team is super fucking bitchy about deploying to prod, while my codebase is a total mess. I could refactor it to use a much cleaner module, but I had to do it because we're running out of time. I spent half a day trying to refactor while failing miserably.
//FIXME: I will come back... or not.1 -
I have some ex colleagues and friends now devs in Facebook, Amazon, or other major companies. No life, monothematic arguments, no hobbies, no time. I surely prefer my simpler life.1
-
i wish i had no university classes (or at least, only programming classes) so that i could learn more about different technologies and had more time to code :(3
-
Fixing a bug under Drupal 8 has a bright and an other bad side
The bad sight is that you slowly get insane trying to fix a bug.
The bright side is that you get to see the lead the lead dev, who assigned you this bug, to get insane too 😁 -
That moment I wonder why I haven't wrote any rant for a long time and suddenly realized that it's because I've been coding only about a couple hours a week for the last months.
Basically, I finished all my computer related class and all that is left to finish (before I can get my diploma) are basic courses like philosophy and literature (which at least are interesting).
Now pretty much every day I wake up and I crave to code but I just don't have time to 😐 -
Ticket: User says thing don't work.
Me: Hey can you tell me who tried to do the thing / give me their email?
User: Isn't it in the system somewhere?
Me: MAYBE BUT I KNOW IT IS IN YOUR FUCKING EMAIL SO FUCKING GET ME THAT EMAIL ADDRESS!1 -
I would rant about my life right now i i know people wouldnt understand the problem that Im facing right know.
"Nah. Post it we wanna help, it cant be that bad" - nope i just say nope1 -
Ain't no sunshine when it stops..
Ain't no sunshine when it bug's,
And it always crashes too hard,
Any time my coffee's away..1 -
the current power outage is an additional reminder why i will always decide for a notebook. no internet though, so that is the ending for my spare programming time :(
-
!dev, !sponsored
It takes a fair bit for me to enjoy an online course, let alone want to recommend it.
if anyone is looking at using their "free" time learning something new during these troubling times, i would go look at the Packt Courses.
@whocares suckered me in the other day, and i have to admit, i dont regret it.
https://devrant.com/rants/2441665/...
So with that i would actually say to anyone wanting to get into:
- Java
- Python
- Go(lang)
- Data Science
- C++
- Ruby
- Clojure
- PHP
- webDev (html, css, javascript)
then checkout these workshops.
https://courses.packtpub.com/pages/...
or
https://courses.packtpub.com/enroll...
you can actually enroll into all of them using the free coupon, so theres that ☺
one down side is the lack of dark mode, but im sure we all have browser extensions for that.random i usually hate online courses @whocares covid-19 free time learn something new free courses i dont normally do this no dark mode2 -
lesson learned...
never run yaourt -Syu --aur without checking the upgrade list.
reboot-> system doesn't boot -> F**k
reboot (runlevel 3)
discover that nvidia-beta and nvidia-utils mismatch version.
fix it editing pkgbuild of nvidia-beta to install lastest version.
reboot->everything works.
Results: succesfully wasted 25minutes.4 -
I keep putting off coding because "there is never enough time" and "there are too many distractions."
Next thing you notice I don't get any coding done for the longest time... 😥 -
While debugging a service on a linux server...
Log-level info: no really useful information and no hint about the bug
Log-level debug: OMFG TAKE THAT 2GB LOG FILE
Why all the time 😧 -
finally no more lecture, no more class, holiday is here. time for side project :D
no, most of the time i hate vacation. -
Idk about you but when I get half a dozen opvotes from a single account and it seems to be a female, I fall in love a little bit.
Now, if I could just spare time for an actual relationship...7 -
Nothing makes me want to work on my own projects more than spending 40 hours a week trying to solve problems in the boring behemoth of legacy code that is my company's app. Doing everything myself seems downright peaceful in comparison.
-
Did you ever think time estimations are hard? If so, did you ever try adding your actual taken time months after working on a ticket?8
-
There should be a garbage collector for IRC channels. If there's no activity for a given period of time, then just cancel it from above...2
-
The first time I tried "sudo apt install caffeine" and realized there was a repo I got excited. And then promptly disappointed that no coffee mug showed up...1
-
I want to switch to arch and zsh, but I don't have time 😟. I don't even have time to code. Damn uni😡2
-
Working on a project that's due "yesterday" but girlfriend wants to go out.
Two bullets. Client. Her.
Which one do you choose?6 -
Finally got some time today to cleanup my inbox after three weeks of almost non-stop emergency. Came home from work, sat down in front of my computer and got a call from unknown number. Answered it and it was my ISP telling me that I have virus in my network and was spamming everybody and they cut off my internet. I know they are pretty useless and only kinda semi-IT literate. Took me an hour to convince them restore my connection with blocked port 25. Suricata log of all my traffic shows that nothing in my network communicated to port 25, the only possibilities are managed switch in front of my router I didn't managed to get into yet which should have managing interface on completely different VLAN and their router. Or mess in their system. My guess is their system is a mess. Will see how it works out tommorrow.
-
Stop fucking argue with awwwards you shithead. I have no time argue back to your tiny designer brain.10
-
When you wake up late, then have an event you're going to this evening. Means I get less than 3 hrs to code.
-
Today I was forced to code in 4 hours what I had planned for 2 days. I have a feeling that any change to that code will take a day to implement.
-
Almost 2 months out of uni and no luck finding a non webdev related job.
Time to sell out and learn js.2 -
No Problem Android Studio, just get completly fucked up. It's not like if i would need to finish this course before thursday, no i definitly have time for this shit.2
-
After a long time of not using devRant, I’m back. Is Linuxxx still huge? Is that wonky raven thing still going on? Does everybody have a Tiger now?7
-
Why does my Eureka client always try to connect on localhost ? If it's running as a docker container, it won't find the Eureka server on localhost.2
-
Friend hands me a computer with a fried motherboard and asks if I can fix it in my free time. Mind you, this computer is no longer used.. 😑2
-
Bad time management habits.
As for me, I've recently changed job and took some side projects and without some tricks (Getting Things Programmed) I would just end up shits creek without a paddle. I feel like I'm already in, but some tricks keep my numbers on the boards and I don't sink yet.
Also bad eating and no sport habits. -
When you have no time to learn by code snippet, you'd have to copy and paste it rather than writing it line by line.
-
When you see a start up project, and you have all the skills required and you want to join, but you know you don't have enough time ;-;
Rip HSC studing take my dev time
> https://youtu.be/NvQH8b1g3Yw -
Is part-time remote dev work a thing? I wanna go that route but no clue where to get started. Freelancing? Consulting? Or do companies actually hire part time remote devs?7
-
Sometimes non-dev people give the look like they could do the same shit in half the time and you purposefully made the UI ugly (UI wasn't provided and I m no designer).. can anybody suggest some polite ways to tell them to FUCK OFF!!2
-
Release we wanted to do this week is totally broken and I need to fix it, at the same time I need to prepare my presentation for conference on Friday and I just got mail from my boss that he wants elaborate report from the last conference. When the heck am I supposed to do all that in just two days?1
-
A friend of mine offered me a Job as a Senior Software engineer in Damascus "on the peace site" Whhhhaaatt the fuck.
Yeah no Thanks... Maybe next time. -
Sooooo... I'm not sure I passed my first exam. I would've been able to answer all the questions correctly, if I'd had enough time.1
-
Finally found some time to write readme for my project "selector". You can check it out. And of course contribute if you want to. https://github.com/lamka02sk/...
-
Time flexibility, free food, remote job, a great place to learn new stuff and a great environment to work with no shitty developers.
-
Just enrolled myself in Andrew Ng's Machine Learning course at Coursera for the summer, is it a good place to start? Any recommendations?
-
Since I have a part time dev job I have no time for gaming .
My gaming friends must think that I am dead 😢 -
When you can't use anything else other than php with no libraries and no frameworks/external packages and you have to reinvent the wheel every. single. time.1
-
All mandatory tasks complete for the week, no meetings, no distractions, time to go back to the default of documentation........ahhh email just in from nodeweekly!
-
3 straight houra of Android programing, but no moving forward.
I don't know why android programming take much time.3 -
Confession : I swear -> my sweet Arch Linux was freeze in my laptop in my super lightweight tty env + tmux after about to quit demonstrate my friend about vim in vimtutor on yesterday.
(1st freeze after 1 half a year of using it. Maybe something wrong about my rot potato, but hey -> its a things ;)
(no data lost after hard reboot after all.)
(First time it failed without me thinker it ;) -> Its not my fault Jim~)12 -
Expectations that you will program all day, every day. No, I want to play LoL and WoW in my free time ^^ ... at least few hours per week.1
-
Me: Time to work on wife's website.
Server: Unable to Validate DMI.
Me: Reboot.
Server: HAHA no CPU information and still no DMI
Me: Remove drives part from SSD.
Server: HI THERE.
Me: Facepalm's2 -
So let me get this straight.
- You propose a tutorial about how to create an e-commerce website using Laravel, with a shitty powerpoint-like display
- We have to click "next" to learn the basics of PHP, MVC, Laravel, Mix and such, while all I need to know is about the payment system and global logic
- On the last PowerPoint, you suddenly decide that you should finally think about displaying some actual code while all before was theoric class
- So the last powerpoint page is 45 times longer than any other previous pages.
- Of course, there was nothing about what I was looking for.
You should consider stop wasting everyone's time as a 2018 new resolution.1 -
Procrastinating as I had to deliver a full working Android app and it'd Backend to feed data to it. I had 6 months. I pulled 2 all nighters and finished the entire project in just one week. I and I totally ducked it up. No backend optimization means with 100 users online the server will go stupid and don't know how to handle the pressure. The Android app just doesn't work on some devices due to a poor error handling. So yeah, I totally love to procrastinate, but I'll just leave that for later.
-
You guys had to ever deal with so called bench time 😵😵 so annoying after certain time period. Employers keeps complaining about bench ageing yet have no projects to offer. And best excuse for rejecting profiles within company for mismatch skills.5
-
System.OutOfMemoryException was thrown trying to execute a stored procedure in the database. I think it might be time for some optimizations again. ... but no before coffee
-
I know that we all hate bugs, but let's be truthful, if there was no bugs, there was no jobs 😂
You will just have to program one time and then the boss will kick your ass out of the company3 -
I outsourced front end to india, no time for tedious shit, will still stay awake for my APIs. Shhhh..1
-
No bugs or errors how good is this
after some time ..
..Full bugs and errors...
..
.
.
Who build this lang/framework ...
.
.
.
Not programmer friendly :(
...
.
after some time ..
.
.
No bugs or errors how good is this
No bugs or errors how good is this
after some time ..
..Full bugs and errors...
..
.
.
Who build this lang/framework ...
.
.
.
Not programmer friendly :(
...
.
after some time ..
.
.
No bugs or errors how good is this
No bugs or errors how good is this
after some time ..
..Full bugs and errors...
..
.
.
Who build this lang/framework ...
.
.
.
Not programmer friendly :(
...
.
after some time ..
.
.
No bugs or errors how good is this
No bugs or errors how good is this
after some time ..
..Full bugs and errors...
..
.
.
Who build this lang/framework ...
.
.
.
Not programmer friendly :(
...
.
after some time ..
.
.
No bugs or errors how good is this -
i dont got no goddamn time and no goddamn energy for this bullfcking shit to deal with man aht the fck man1
-
That time when you ask colleague on different project to paste their code, pastes 2000 lines of code with no indents...whyyyyy?!?
-
Looking at the dev world this month like.. gitlab is down.. s3 is down.. isitdown down.. looks like devrant is using s3 as well, so no meme on this rant :/
And for the first time in a long time it's not my problem..
No job, no bugs 😖😭 -
It's time to see what I can do
To test the limits and break through
No right, no wrong, no rules for me,
I'm free!
Test-Driven Frozen -
Me: Oh yes this is easy, i will fix it in 5 minutes..
*Deploys the solution to debug it*
*waits 20 minutes....*
(the message says "installation is in progress")
Just fuck you SharePoint Online.1 -
some time ago on production I fund string join implementation using substring. No idea why it was implemented at all since this is in language standard library