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 - "just cause"
-
I'm getting tired of these "500++ for a stressball rants".... You have my sympathies BUT FOR FUCKS SAKE, if you really want a stressball JUST BUY ONE.....
You know you're money goes to a good cause... unlike our taxes...
Here's a paradox I guess: why are you stressing over a stressball?34 -
My boss: "I have an idea for a very important update that we should push to all our apps ASAP."
Me: "I'm not adding a Santa hat to the icons."
My Boss: "............... Carry on"4 -
Wrote the code
Ctrl+s
Ctrl+s again just in case
The page doesnt work
Ctrl+s again cause maybe it missed it on the first few tries14 -
PSA: kali linux is literally just a debian with extra preinstalled software. You aint hot shit cause you use kali. You aint hacker cause you use kali. You can do the exact same shit on any other distro what doesnt have a 4gig live iso. Shut the fuck up.17
-
I actually hate this job, seems like there's not a single project with decent code abstraction. Everything is a fucking spaghetti like:
```
// we only care about e-mail fields, which are odd
isValid(index) {
if(!(index%2)) {
return true;
}
...
}
```
Like MOTHERFUCKER, WHAT BUSINESS RULE DOES THIS SHITCODE REFLECTS?!?! WHY CAN'T YOU SHITHEADS WRITE PROPER BUSINESS ABSTRACTION RATHER THAN JUST COLLEGE-GRADUATE QUALITY SHITCODE.
FUCKING KILL ME ALREADY I SHOULD HAVE INSTEAD BECAME A PSYCHIC CAUSE I'M SURELY GOOD AT GUESSING WHAT THE FUCKING FUCK THIS FUCKING FUCKCODE INTENDS TO ACHIEVE.
AND YOU CALL YOURSELF TOP-NOTCH DEV CAUSE THIS IS JAVASCRIPT... YOU KNOW WHAT, SHITHEADS LIKE YOU, WHO DON'T KNOW SHIT OTHER THAN GLOBALLING EVERY FUCKING NPM LOCAL PACKAGE IS WHY GOOD ENGINEER LIKE US GET SHIT FROM PHPEPSI ZENDFRAMESHIT FUCKHEADS DEVS.
DO YOU THINK YOUR COMMENT WAS HELPFUL??? DO I LOOK LIKE A BUSINESS GRADUATE FUCKTARD WHO DOESN'T KNOW WHAT THE FUCK THE MODULE OPERATOR IS??? I WANT TO KNOW WHY YOU WROTE THAT SHITFUCK INSTEAD OF WHAT IT DOES; THE REASON I'M READING YOUR POORLY WRITTEN MODULE OPERATOR SOAP-OPERA IN THE FIRST PLACE IS CAUSE I KNOW WHAT IT'S DOING, IT'S BREAKING SHIT.
OH AND ONE MORE THING, FUCK YOU FUCK FUCK FUCKSHIT SHITFUCK FUCk11 -
Parents who, despite clearly seeing a code on my monitor think that I'm playing games, and need to nag me to study cause they "rarely see me with the textbook".
I'm in an IT university and explaining that everything's in PDF or just online doesn't help9 -
Is Microsoft going to ruin GitHub? NO!
Are we going to get amazing git integration in VSCode? ABSOLUTELY!
They're a 600 billion dollar company and they're one of the leading contributors to open source. They know the community they are handling and how fragile it is. This is just a developer trust move from them.
Stop pretending this is the end of GitHub, cause it isn't.23 -
Licensing is so freaking weird and stupid.
I mean, I just forked this repo with an Apache license, so I could update a .json file.
"You must cause any modified files to carry prominent notices stating that You changed the files"
Plain JSON allows no comments.
I'm going to jail.30 -
Friend: Why don't you just quit your job?
Me: I want to, I just can't right now, it would cause too many issues.
Friend: oh really? Will it affect your health insurance or pension?
Me: No my office is the shipping address for my new iPhone. Haven't got it yet.
Friend: Oh ffs .... seriously?7 -
So Github went down and it showed how much empathy devs have for fellow devs.
We saw tweets saying things like,
God I can't imagine how freaking stressed out the devs at Github are right now.
Or "Hugs and kisses to the devs at Github. You got this"
Of cause there were the occasional dumb Github tweets.
But in all it just shows how much we empathize with other devs and knowing they are trying their best to handle the situation. For more than 8 hrs. Imagine a black out of something like twitter for just an hour or two.. Gives you chills.
But bravo/brava to all the understanding devs.5 -
Dude! I have this amazing idea for a website! It's like a social network but for videos!
- uh like youtube?
No! Totally different because in this social network you could share the videos with your friends.
- so... like youtube
No man! Cause you could also rate and comment the videos!
- like youtube?
No! You're just not getting it man!
-...13 -
My roommate use torrent to download games,movies and series on an 8mb connection 24/7 even when he's sleeping. I a lot of times asked him nicely not to do that while I'm working or use speed limiter so it won't cause any problem for us, once in a while is okay but not every day. But people like him don't listen.
>Now i just disabled utorrent port associated with his IP every time he goes out or go to sleep. That what you get from being a self servings duche bag5 -
Client: My email not working
Me: What error message you getting
Client: Nothing, it's just stuck on Outbook
Me: Is your Internet working?
Client: Yes, of cause am not that stupid
Me: No! No! just asking as checkup
Client: Okay
Me: Open your Internet Browser and goto Google or Facebook
Client: Okay hold on..I am getting message "There is no Internet Connection"
Me: Yea, your Internet is not working that's why email can't be send. Talk to your IT Guy or Internet Provider about it.
Client: Okay, thanks!3 -
Me in the digital circuits class: "Bro I just got a pick up line in mind!"
Friend: "Go on.."
Me: "Girl, are you a boolean signal 1? 'Cause you turn me on 😏"
Friend: "I can't believe I'm your friend."6 -
Went in, done everything perfectly, they want me in… cool.
“We know you have a 2 months notice, but could you boil it down to 2 weeks?”
“I uh… no… not really, I have tasks to pass and I doubt the company would like me to just rush out like that…”
“Come on, just stop working and tell them to fire you”
“I… no? I told you I have an important role it would be irresponsible to just leave like that… assuming they want me out that bad…”
“Okay then give notice and we’ll send you the contract”
1 week later, fortunately I didn’t give the notice
“Aaaah regarding the contract… we are postponing it for 4 months cause we needed 2 roles and we decided to hire the other role as we wait”
2 months and a half later, still didn’t give notice cause the postponing was a red flag
“Aaah sorry buddy the budget is not enough but we have to wait 3 more months cause investors moved the payment to January”
Never heard from them again… fortunately I didn’t give the notice and I started to search another job after the 2 months and a half thing.
Remember: until the contract is signed, nothing is set in stone.11 -
I have just concluded a post-mortem on one of my servers.
Cause of death: out of memory due to a tiny memory leak in a VPN service triggered by 66 different IPs brute-forcing the creds at the same time. Mostly from China, of course.
Dear bot writers: you made me put aside my spaghetti and write iptables rules. I hate iptables. And I love spaghetti. You should be ashamed of yourself! Did momma not teach you basic OpSec? Don't crash the target and never, ever, interrupt the sysadmin during dinner!6 -
A major bank had a bug in their system that triggered multiple postings of transactions in all of their clients' accounts. When they found out the root cause, they just had to mention that the programmer was a female. Like that was any bearing to the problem. It's not like they have like a whole fucking team of QA testers that should have checked that shit before it went to production.14
-
Since yesterday, I have become a Computer Science student! 🎉
I just have to be careful not to cause something like the NASA internship girl. 😁6 -
only developer with linux. everyone else are on windows.
constantly finding myself in following conversation
me : "something is not working for me on the web page i am writing"
jim : "let me see just a.... WOW! WHAT IS THIS?"
me:"ubuntu"
jim:"wat?"
me:"linux"
jim:"well... " +sigh + "that's your problem right there! this works to everyone else. and they're on windows. why would you ever not use windows?"
me:"have you ever tried anythig else?"
jim:"never needed to. windows works just fine.."
me:"well... does your computer ever freeze?"
jim:"constantly"
me:"that doesn't happen on ubuntu. at least it is quite rare"
jim:"nah... you're mistaken. windows rocks! anyway, you should probably talk to someone who knows ubuntu cause my chrome works just fine so it must be this ubuntu of yours.."14 -
Telling a developer to just start coding (because we need shit done) is like asking the surgeon not to wash he's hands before a operation cause it would save us time.4
-
I'm a self taught "code enthusiast" (don't think of myself as a programmer just yet). I love to play around with simple code, but I could never get into a "serious" project cause in my mind, to be a programmer you need to know every single line of code and not rely on the internet.
The fact that I got into programming at 23 doesn't help cause I also feel like a parent learning to use a piece of modern technology(even tho I'm tech savvy).
Anyone got any advice?22 -
Me: I think you should keep your data in a proper database.
Client : Don't try to up sell your products to me. Excel works just fine! Been keeping data in it for years! Wonder why you ever need a database to begin with.
What would you say? Cause I'm speechless.6 -
It just hit me why they called their software "nero"... cause he burned Rom(e).... Am I dumb or something? I'm using it for 5 years now13
-
guy: why do you use a vpn?
me: cause I don't want my info stolen
guy: nobody can steal info from wifi that's just in the movies.
me: ...
was on wifi in a Starbucks close to Atlanta9 -
Well on my first job we had to integrate payment gateways in client apps for online payment. On my second week in office I published an app on the play store with payment gateway credentials for a different client cause they were there as default values. So the money for one client would go to the other. Nobody noticed it for two weeks and when they did, I thought I had just lost my job and also I would now have to pay all the losses out of my pocket but fortunately I didn't have to cause no transactions had yet been made. After that I always checked my integrations atleast five times before publishing. The incident scared the shit out of me but taught me the value of developer responsibility.2
-
So I'm in the middle of the website migration that was made in Wordpress.
Just made a database dump and decided to take a look at it cause it looked really big for a site that only needs internal management. Found out they use contact form plugin which stores binary of attachments directly in database..
And people ask me why I hate Wordpress and so called Wordpress devs..5 -
STUPID RAILS!
WHY CAN'T YOU JUST BUILD THE BLOODY QUERY WITHOUT DOING FANCY UNNECESSARY SUBQUERY SHIT?!
OR PUT THE LIMIT WHERE IT MAKES SENSE AND DOESN'T CAUSE MYSQL TO TELL YOU TO FUCK OFF?
WHY WHY WHY WHY WHY
THIS ISN'T HARD18 -
Me: Hey Steve why are you working at this workstation today?
Steve: Cause I broke my computer and the one next to my computer, and this one is taking so long to sign in.
Me: It's probably just taking long because it's talking to the other two to find out if it should log you in.
Steve: Oh dear, can it still talk to the one I turned off?1 -
Im going to fucking murder the QA team if they don't stop sender bullshit issues!
QA: hey dev, there is an error with attached files.
Me: okay what's the issue?
QA: it's just a random file that gets attached. Can you fix it by the end of the sprint(tomorrow)?
Me: I need to investigate it a bit before I can tell you how long it will take, how can I reproduce it?
QA: idk, it was just there.
*several hours of testing later*
Me: I've tried to cause the 'issue' on my local server, the test server and the live server. But I haven't seen it and I have no clue what could cause it.
*30min. before I go home*
QA: dev you have to fix it before you go home! Because we have some other important issues you have to fix tomorrow!
FUCK YOU AND YOUR IMAGINARY ISSUES I'M GOING HOME1 -
That moment when you get a great idea for a side project, and you know you don't have the needed skills yet, but you don't care 'cause it just means you're gonna have to learn more... just awesome 😍3
-
Wk1:, Client wants stack deployed to AWS in a day... Does it in 30 minutes...
Wk2: client complains about cost of service so requests I downsize the stack they asked for... Does so... Just to save some £££ at loss of any DR or HA capability
Wk3: Client wants stack moved to a different AWS account just cos... Advised could cause issues... Client says carry on. Migrates to account as requested on the days they requested.
Wk4: client complains that said migration caused issues and that proper change control wasn't followed..... That was never informed on..
Wk5: issue discovered to actually be network fault linked to clients wanting every £££ saved in AWS... And as the stack specialist I still have to write up a summary and findings?
Wow just get a decent AWS admin will ya....3 -
When your Web developer leaves:
Is it too late to say sorry? Cause I'm missing more than just your <body>1 -
When you and your team just gave a thousand reasons why you should do it the right way and your PM just nodded and continue to argue for the retarded way to do it cause it's faster ..2
-
It's just sick how managers boast about how their programmers aren't getting sleep enough/at all due to nonstop coding.
That's not actually something to be proud of, CAUSE IT SHOWS HOW INEFFICIENT YOU ARE AT, I don't know... MANAGING?4 -
I GOT MY FIRST CLIENT!! I'm not charging too much since it's my first client and I'm just focusing on the experience rather than pay. Were having a meeting Friday so he can tell me what he wants cause he didnt have all the info at the time. It's just a simple website and if he requests more when I present it I'll ask for more muns16
-
I hate fanboys. If ANYBODY is saying something against "their" company, they get upset and argue about it like little children. If your technology is shit, if your browser sucks, if your phone explodes, if your OS is slow, just admit it. I can't stand these fuckers thinking they have to defend themselves just cause a company released a shit product...10
-
I took a pinball game I found on GitHub, forked it and added graphics along with modified the physics a bit.
https://github.com/ErvinSabic/...
I have a customer who repairs pinball machines.
I'm gonna sneak this into his site free of charge just cause it would be badass.1 -
Maybe I'm the weird co-worker ...
I can't deal with people I burn myself out socially.
I'm physically in my room right now keeping away from family for Xmas cause I'm So mentally exhausted with being polite and playing social games that I have to stay away!
I can't I just want to be on my own in my own corner of thr world for a bit.2 -
HOW!? Just HOW THE FUUUCK??!
Did anybody ever try to put a cinnamon desktop onto a ubuntu server version?? 'Cause this is simply fucked up!
Just add the ppa they said. Just run
$ apt-get install cinnamon
they said!
APT-GET YOUR FUCKING HEADS OUT OF YOUR ASSES!
ARRRGGGH. *table-flip*8 -
Thanks to @bigus-dickus and @duckWit I remembered how a client during an interview once asked me to change all globes on his webpage (imagine something like attached, just with globes all over the place) to a green palette, because according to him "blue" means being gay in russian and that was the cause for people not hitting the landing page and not signing up anymore.5
-
y'know, if your coworkers annoy the shit out of you, sometimes it's worth looking at how the company is treating them.
a lot of what i have to deal with spans from an environment that demands speed at the expense of quality and won't reward developers for their effort, cause they simply don't understand the effort it takes. we have a tiny team responsible for a nation wide program, and people are just shocked when they hear this, because the work we do is in fact amazing for a group of 5. everyone is just tired, overworked and badly recompensed for it. this shit will hit the fan pretty soon5 -
HR: you didn’t write in your job experience that you know kubernetes and we need people who know it.
Me: I wrote k8s
HR: What’s that ?
…
Do you know docker ?
Do you know what docker is ?
Do you use cloud ?
Can you read and write ?
Are you able to open the door with your left hand ?
What if we cut your hands and tell you to open the doors, how would you do that ?
What are your salary expectations?
Do you have questions, I can’t answer but I can forward them. Ask question, ask question, questions are important.
What is minimal wage you will agree to work ?
You wrote you worked with xy, are you comfortable with yx ?
We have fast hiring process consisting of 10 interviews, 5 coding assessments, 3 talks and finally you will meet the team and they will decide if you fit.
Why do you want to work … here ?
Why you want to work ?
How dare you want to work ?
Just find work, we’re happy you’re looking for it.
What databases you know ?
Do you know nosql databases ?
We need someone that knows a,b,c,d….x,y,z cause we use 1,2,3 … 9,10.
We need someone more senior in this technology cause we have more junior people.
Are you comfortable with big data?
We need someone who spoke on conference cause that’s how we validate that people can speak.
I see you haven’t used xy for a while ( have 5 years experience with xy ) we need someone who is more expert in xy.
How many years of experience you have in yz ??? (you need to guess how many we want cause we look for a fortune teller )
Not much changed in job hunting, taking my time to prepare to leetcode questions about graphs to get a job in which they will tell me to move button 1px to the left.
Need to make up some stories about how I was bad person at work and my boss was angry and told me to be better so I become better and we lived happy ever after. How I argued with coworkers but now I’m not arguing cause I can explain. How bad I was before and how good I am now. Cause you need to be a better person if you want to work in our happy creepy company.
Because you know… the tree of DOOM… The DOMs day.5 -
Oh yeah that shouldn't take too long right? I mean it's just the front end.
No shut your fucking dumb ass mouth up. It will take long. The front end is very complicated, and your stupid fucking ass who couldn't learn to code is in no position to estimate how long it will take. Do us all a favor and stick to the "business" side. Fucking incompetent idiot.
If you're not a programmer, when it comes to estimating how long a task will take. Just shut the fuck up. Just cause you work in this industry does not qualify you to estimate a task. Just shut the fuck up.1 -
Performance Review: You’ve slowed down.
My head: I never get to code cause all we do is meetings. Like no shit I have slowed down. Why the fuck do we have 3 days just full of meetings that I don’t even contribute to ?! I’m not gonna do overtime for this shit
Me (actually): Ah, shucks! Guess we can work on that huh?32 -
A meeting about defining the
definition of done (…)
I know I mentioned it before, but it’s beyond stupid.
- Lasted 2.5 hours
- Didn’t solve shit
- Could have been solved by adding a freaking column in our Jira, but someone wanted a physical board cause let’s waste paper I guess.
Just imagine 2.5 hours of continuous suggestions and stupid reject reasons.
Fun fact: it was called by a “senior” dev which rejected every single purposal cause they also didn’t want to change the process.
Idfk why I didn’t leave the company sooner, had to get a massive burnout before realising my sanity is worth more than being paid the minimum in the office.1 -
Finally! Today just received my stickers 😁😁😁😁😁😁😁
It was funny because my mom sent me a message with a photo of the letter envelope (closed, obviously) and said "This just arrived today, It‘s from New York, WTF?!“
I laughed and answered "WOW! Those are my devRant stickers 😱😁“
It‘s also hilarious ’cause she though it was from my phone service 😂7 -
🎶 Simple Plan - I'm just a dev 🎶
I woke up it was 7
I waited 'til 11
To figure out that no one would call
I think there are a lot of specs
I just haven't received them yet
They are the only thing that I really need to know
Because I can't find them on stack overflow
And here it goes
I'm just a dev
And life is a nightmare
I'm just a dev
I know that it's not fair
Nobody cares 'cause I'm alone
And the world is
Having more fun than me
Tonight
And maybe when the projects dead
I'll finally go to bed
But I'm staring at these four lines again
I'll try to think about the last time
That they were working fine
These things have business rules that I don't know
And they're gonna leave me here to figure it out on my own
And here it goes
I'm just a dev
And life is a nightmare
I'm just a dev
I know that it's not fair
Nobody cares 'cause I'm alone
And the world is
Having more fun than me
Tonight5 -
What kind of genius pulls the power cable of the main server through the PSU lever of an old useless server?
I had to pull out the PSU and let it hang on the powercord just to be able to pull the old ugly bastard out... fucking genius, really!
Now I have to wait until the evening to shut down the main server and remove the hangman PSU.
I just really fucking hope and pray that restarting the main server will not cause errors. It has been on for 2 years and never been updated since then.5 -
Some days I feel like a genius, solving problems left and right, automating simple tasks, and improving workflows everywhere.
Other days I can't remember how to loop over an array and spend 5 minutes googling that just cause my brain isn't functioning lol5 -
Had a panic attack during a coding assignment and now every time I think about that problem I just start spacing. Noice.
Also dear companies: if you wanna ask your interviewees about trying to deduce a theorem out of nowhere, maybe do it in the first test and not in the last one. Cause that’s a shot in the dark to someone who’s not a mathematician and id feel waaay less frustrated if I didn’t give you 6 hours of my life just to end up with an arbitrary task like this.5 -
Will AI take over the world ?
Will that be cause of a bug or just machine learning ?
And finally, who is the winner and the owner of the earth?4 -
I really appreciate all the discourse around imposter syndrome even though I feel like I’m ACTUALLY an imposter you’re all... imposter imposters! I’m the only one who REALLY isn’t capable of doing this work.
I love programming so much but I cannot force myself to believe in myself????? I cannot imagine being able to do this as a career. I’m afraid I’m gonna have to drop out of school or even if I don’t drop out I won’t be able to find a job cause I just suck at this. Ugh8 -
What I don't understand is why it is so hard for some seniors to just let me jot my notes down, I get it you're busy but if you just let me write down certain key words, I will never ask you this question again, I am nervous cause I had to bug you for help so my mind is not taking anything in, its freaking out cause you're making it so clear I am a bother! So I'm gonna go back to my desk without notes and no idea of what you just tried to tell me.... It was never a problem for my first senior, and he even became my mentor! In a question of 6 months he could go on holiday cause I could handle all his responsibilities until he came back with my trusty note book in hand... So why are you telling me to stop making notes!! It works for me so leave me be!! - sits at desk, pondering why I exist - 😖16
-
Just stumbled across this gem last night. You guys know how biggest online games site in my country (also backed up by largest ISP) handles reset password requests?
After clicking "Forgot password", it asks you to login to Gmail (cause everyone is assumed to have and use one, right?) and then opens "New Email" window prefilled with some template data which you're expected to finish (in screenshot below).
And I just wanted to play some Ludo with my friends.. 🙄🙈2 -
Hurr durr master-slave is racist blacklist is racist robot is racist ('cause in some language it apparently means "slave"...?)
just let me coode ffs8 -
Walking through car park, it's raining.
Down a slope to the next level.
Started to slide, this is bad... I'm not a dainty dancer I'm a 250lb meatbag.
Slid at least 9 feet, bailed to my knees and hands like a dog (cause it's down slope I couldn't not go to all 4s)
Knees and shins wet, glad there's no cameras... I'll just carry on like nothing happened.3 -
“You should automate that”
Said by me at least once to every family member.
“But I can’t, it’s impossible!”
Said by every family member to me.
Follows a discussion about how easy its to automate the thing, ofter interrupted by me cause I don’t care enough to go in detail just to be asked to automate it.3 -
Read source code and unit tests. Don’t bother documentation cause it’s outdated. Dig into the core, look where data goes in and where it gets out. Everything else is just a wrapper.6
-
If you think learning a language / working with a language you don't like is offensive to you and your morals .. Then don't do it.
Money is important to you ? Then you're just prostituting yourself to some higher authority. So DONT COMPLAIN!
You have the right to hate stuff while being paid for it. Understandable.
But don't shit on the shit you think is shit just cause you put yourself in the situation of not having an option !!
You're a worthless. Money hungry whore.
Yes, you hate Java/ x language but have to work on it ?
You're either a whore or have serious problems with standing up for yourself, but on the internet you become this amazing troll saying the language has problems.
Half the people who hate languages hate them cause it's common to hate them. Like being racist in the early American ages cause it was "normal".
Brain deficient motherfucking whores. Manipulated cocksuckers.
Sidenote : if you've honestly gotten shit on by a new version of the language you were using .It's understandable and I'm on your side. Using it without thorough research on the other hand is your mistake. Languages aren't ideal. Just Like most women don't like your dick cause, well it doesn't fit their use case. Deal with it not, troll about it.
I'm not like you. I experiment with whatever I like before using it. I work on my own stuff. I suck my own fucking dick and I get paid.
If you honestly disagree with me, put a couple points down on the language you hate and why you hate it ( considering the fact that you have actually used it and are not just trying to disagree with me )21 -
I just spent almost a semester's worth of money on a certification course. I know it'll help me make more in the long-run and get me out of the job that has started to cause me to become actually depressed, but this price-tag is depressing me. Why are certs so damn pricey???2
-
Damn simulation.
Some juniors grabbed keyboard and reprogrammed main species to stay at home and fear of death while I was busy working with other features.
Moreover someone made additional changes from infected computer and guess what....
Unfortunately it’s real time system with increasing entropy and we can’t revert changes so fixing damn shit would take from one to two decades.
We don’t have backups cause last time we used them we also killed dinosaurs.
It would be just easier to erase everything and start from beginning cause our statistics charts are fucked up - again but motherfucker boss don’t want to do it.
He’d rather teleport again to adjust the world. Damn fucker thinks he’s god but in fact he’s just prick with rich parents.
I’ve decided to piss him off by adjusting planet thermostat so we can start over.
2 years more and changes would be irreversible.
Damn job.6 -
that moment when you were still new to git commands and just typed in random commands while thinking of a stupid dog meme saying I have no idea what im doing then accidentally pushing something in prod and had no idea what to do cause the lead dev was not around... aahhh those were the days
-
I've just realized the very root cause of the frustration of devs everywhere!
It has everything to do with the manager's thought process:
Manager: HUR DUR, ME NO UNDERSTAND SOMETHING!!! MUST BE WRONG!!! ME CREATE BUG TICKET!!!
Dev: 🤦♂️ ...sigh...4 -
so today we used putty and coded the exercise within the university's server. i wanted to use "tree" to see all the files better cause thats what i normally use. turns out i had to install it.
i type in "sudo apt-install tree"
screen: no root priviledges. <university_login> is not included in root.txt. this will be reported immediately.
i forgot i needed root priviledges smh i just wanted to see my files better XD7 -
Ok I completely lost it... Been in a prod issue all week and basically just said the root cause is bc this team is blind....
Use the forest and trees analogy first but they still didn't seem to see it so I sent them this.
And then the chat went silent....2 -
Don't hire monkeys that write shitty code that cause production issues.
Just spent the entire morning with our global team (10+ ppl) looking into the cause of a production issue.
Root cause: shitty code that anyone that has read an algorithm book (array resizing costs) and understanding how DB functions should be used and why (bulk inserts vs one at a time) would never write.
Even the code itself is a mess...8 -
I just tried doing some situps and push-ups...
Guess how many I could do?
TLDR: I may have found the root cause of some problems...
Any tips on how to go from belly fat to normal/fit?21 -
Worked at a big company as firmware dev a few years ago (less than 2) but switched cause of bad pay. Joined a consulting firm with better pay and bemefits. In 2 weeks I am going back to the old company but as a consultat... they should have just payed me and we could have avoided this :D1
-
Be me
Have a company wide incident happen during on call
Say you're rolling back a change in a service that might have been the cause
Have someone laugh and say that change was just a new endpoint and completely unrelated
Be embarrassed
Have a senior director point out the code change that was the issue
Embarrass yourself in front of the entire company (it impacted everyone)
But hey atleast it wasn't my change8 -
So during a test I was to write an algo of binary search tree traversal and I got a zero....Why? Cause I wrote a recursive algorithm and also because I wrote "English" instead of pseudocode, which she thought is called algorithm and on showing her the exact same recursive Algo on various websites and books, she just declared all of them wrong1
-
> Laravel lets you create migrations to manage the state of the DB
> your colleague doesn't give a flying fuck, just raw SQL on the db to perform every change
> performed initial insertions without seeders, can't reproduce his db on my local environment
> can't even run migrations anymore 'cause it would break everything7 -
*Program crashes*
Colleague looks over my shoulder : While loop?
Me : ...while loop.
It's been two years...my brain just refuses to write non-infinite while loops. I tend to avoid them as much as I can cause every time, without fail, first time I create one I crash something.2 -
Got a weird bug report, 6 red bull later i'm a energizer bunny on speed. But have found and fixed a severe underlaying bug. Can't believe noone had noticed for years.
Now i'm afraid to report it to my boss cause it most likely costed us a lot of money over time. And I just got shafted in the pay raise so my loyalty is low.2 -
I have nothing to play recently so I started playing old games.
Today I launched gta vice city on my old pc. Got more than 200 hours in that game during my childhood. Game from 2002 and I laughed when driving a car. It was so natural and fun. Michael Jackson singing Billy Jean and police chasing my ass when I’m trying to find a bribe in the city. That was fun.
For me most of today’s games can’t compete in gameplay mechanics with that game from 20 years ago.
Maybe we have better graphics but gaming fun got worse.
I think it’s cause most of games are made on commercial engines to save money and game studios focus on graphics cause it’s cheaper than paying software developer.
They focus on games to be competitive between players so ai got worse.
Big studio games became generic like movies, they don’t want you to have fun but they want to give you a story around by delivering lots of content in game, achievements, stars but the gameplay itself is bugged and meh.
They don’t focus on things people want to do but they focus on target groups. Most today’s big title games are meh cause they’re made by people who don’t play them.
They don’t play them cause they don’t have time cause of management that changes requirements cause they asked target groups and that would sell. Well if I play a game I’m not interested in story despite some basic stuff to keep the progress forward, if I wanted a big story I would watch a movie or tv show. I play games to explore, feel the world and have fun. I don’t need a linear deep story for that cause I’m in game so give me good gameplay so I can feel the world.
Most of classic game hits didn’t had tons of text and tons of stuff to do but they somehow wanted you to play more. Cause they were competitive between player and computer, the controls felt natural and while progressing you was eaten by the game mechanics more and more not by the story but by amount of stuff you could do as you progress or difficulty increase or enemies behavior change.
Now we’re getting all at once, mostly pointed and with detailed tutorial what you can do. There’s no explanation there’s no discovery what you can and what you can’t do at start. You get all and you decide to throw game away because the moment you launched it you got everything so you spent money just to get stuff you won’t play cause it’s meh and you go back to cs or other looter shooter to kill people cause you’re pissed off that the game was meh.
Well I’m glad I was a kid in 90s and 2000s cause I could enjoy gaming before it was targeted to broader public and become another shallow mass media industry that don’t give a fuck about gameplay cause they want to tell you so many things, they want you to know them cause they’re so important that they forgot that I can read a book and I came to play game to get a different feeling then reading book.
Modern games are like books filled with small stories and nice graphics where you can open it on every page and read a little piece of shitty crap.
Just take this piece and go to toilet so you can wipe your ass with that story and begin other one, look around, puke and go to toilet to take a dump again. I lost my hope to get something fresh or filled with nice gameplay from gaming industry. It’s dead.4 -
I am about to do the unthinkable.
I am going to a place no dev wants to go.
I am about to take an unhinged decision everyone would warn me against.
I am about to cause a change to my future, whether good or bad I guess I'll find out.
But what I do know, is YOLO.
I'm deploying to production on Friday just half an hour before I log off for the day and come back on Monday.
Wish me luck. I'm gonna need it.9 -
It has taught me to accept that I am frequently wrong. Not just when faced with code but with people too.
All the years of "It can't possibly be MY code that's wrong" which of course always turns into "Well, I guess it was my code..." Had helped me think critically in relationships, politics, and many other areas of my life.
Programming had actually heavily influenced my behavior and I would say it is largely for the better.
However, one negative effect it has had on me is that I am less of an optimist. Code is very "cause and effect". This means a lot of my life is "no surprises" and "you get what you give"
So I often feel like the most likely outcome is probably just the one that's gonna happen. There are no surprises, no miracles. Life is cause and effect. -
Just finished an assignment yesterday where we had to code a math problem in assembler in under 20 lines
looking at the task: Hey, we already did this in Python
*building own modulo Operation for that cause we cant use it*
*freaking out when realizing it's just not posibble in 20 lines*
Then scrolling up the wikipedia page to see you've spend hours trying to implement the wrong thing3 -
DEVFALL -
phenomenon of hair fall in the budding developer.
Cause :- Staying awake 48 hours in a day
Cure :- CURE? WHY'D YOU WANT A CURE, YOU ARE ABOUT TO BECOME THE ULTIMATE BEING.
But seriously, cure :- just fucking sleep 9 hours a day for 6 months2 -
Little story, about how i get things fucked up.
I've been working for two nights on some project, and we have notifications in slack about new commits, and i've been working for myself, not pulling any commits for this time, cause no notifications 've been received, and then when i've tried to commit&push i've realized that there is 14 commits before me, and someone just accidentally turned off notifications :C1 -
So I just bought my new laptop and I'm thinking "Forget about Arch. I don't have time to waste now. Let's just install Debian and save time for important tasks I have. Why should I redo everything that is done, while I have enough undone jobs already."
2 days later, at last I managed to install nvidia hybrid drivers and get it to work successfully. Now I just have to find out the cause of the black screen I get when it recovers from suspend.7 -
I hate the new android update. Cause my phone is even more Google, than it was before. Since I like some services they offer I wouldn't complain. But they are going way to far... For instance I now have a Google keyboard and it is actually pretty good in suggesting words, but sometimes it just autocorrects my text and swaps words I wrote.
Like:
'Hey, you don't know as good what you wanted to write as I do. Let me correct that for you!'
Just let me type my own thoughts, you smart bitch of a software. And also fuck you.5 -
Wait this is crazy!
Well I'm not an anxious or depressed type.
But no melatonin pill = no sleep
Worst part is no sleep during the day cause of sun light.
Even taking pills won't guarantee my sleep .
Yes I told my doc and he said "just relax , limit your caffeine "
Have you experienced this?31 -
Fuck me. 5 installation attempts later, still can't get arch to boot after removing the live usb. Do I have the wrong fucking kernel, cause it can't find it during boot now. Fucking hell, I just want this shit to run.30
-
fuck my school. all i had to do was log in to see my grades and what do i get? the fucking stack trace. security? i think not. seriously though, why the fuck would my county want to make their own grading website when the one we had worked just fine? it looks like it was written terribly, the cause was just a bad socket connection and it even gave me the server name and version. i copied it to a google doc (it was already shortened) and it took up seven pages. jesus.2
-
Just had a fierce exchange of texts with the boss cause I couldn't make it today cause of some family issues.
To quit or not to quit is the question?10 -
I just wasted 4 hours debugging a wordpress plugin because the API was returning only the first element of a list. I posted it on support forums, downloaded the plugin's source code and tried to manually find the cause, and I was about to post an issue on the plugin's github page.
It turns out that I forgot I had '$[0]' in my insomnia json filter.... I should probably look for a different job.3 -
Got out of bed, went to toilet to take a piss and as i was finishing pissing my eyesight got blurry, i felt dizzy, losing energy and then i just woke up laying on the floor without remembering anything what happened. I fucking passed out. My head hurts cause i hit it on something during fall. Fuck off. I have enough problems already and the least problem i need is a health problem now11
-
A client asked for a tool for his website. So I built it for him and he was satisfied with the thing, cause it did what it should. Nevertheless I was not, because it kind of had a messy backend. I made it working and charged my time. Now I am wondering if I should rebuild the thing to satisfy my code quality for free, or just keep that thing as ugly as it is....
What your opinion on this?6 -
A friend of mine just called me to ask if I can help him hack an Instagram account... In my head (He's quite aware I lost my dad less than a week ago even if I was an hacker I'll expect and respect some little remorse atleast around moments like this, I would not be expected to do dirty shit at these times). (*heavy sigh here*) (*Million cause words here*) (*hung up*)2
-
I haven't been here for a long while but I wanted to peek in because of the dev ducks, cause I thought they would be a great gift for someone and now I found out they're sold out - my disappointment is immeasurable and my day is ruined.
But now I decided I'm just gonna buy. a rubber duck and DIY it.1 -
Nuclear controversy:
I like how devrant doesn't show the ranter's name in the feed, so that people can upvote in a more unbiased way, otherwise let's be honest girls will cause a rant points gender gap.
Every time I see a girl's profile badge, it has thousands of upvotes, I think some IT folks boot up a whole peep show in their head just out of seeing a female profile.
(don't take that seriously, it's just a funny thought, I don't think it's true, but it's worth the joke)5 -
Just had an argument with someone who thinks (micro)python is the way to go for embedded projects. Cause a lot of engineers are terrible at using C/C++. And their argumets for optimisation and granular controll over what the processor does is not necessary.
Its utterly wrong to push technologies into areas for which they werent originally designed for. We've seen it alot with websites lately and I dont like that embedded is heading the same way!18 -
I feel I have developed some sort of digital hoarding and can't be at peace just browsing before the night, I have to save, like, ++, whatever or I feel I will some day think of that specific content (image, post, music, video, ..) and never be able to find it, it did happen before, which probably engraved that even further or was the cause, but it's just such a disease not to be able to just browse and not worry about some day having the need to find it again.9
-
The IT department at my school doesn't know anything on Ubuntu or even Linux for that matter.
I asked them how I could connect to the WiFi on Ubuntu, cause I couldn't connect and they just said there was nothing they could do.
After that I spend two days to figure out how to connect and finally I got it working.
Next time I don't ask if they can help. I just ask for the settings and do it myself...1 -
I have been debugging for like hours trying to figure out the cause an unknown bug spoiling my UI by making my elements overlap.
I'm working on a Unit Converter that takes kWh and then converts to mWh. (Logical Conversion: 1000 kWh = 1 mWh).
Just an easy shit i thought, using Javascript I just passed the dynamically generated kWh value to a function that takes maximum of 6 chars and multiply it by 0.001 to get the required result but this was where my problem started. All values came out as expected until my App hits a particular value (8575) and outputs a very long set of String (8.575000000000001), i couldn't figure the cause of this until i checked my console log and found the culprit value, and then i change the calculation logic from multiply by 0.001 to divide by 1000 and it came out as expected (8.575)
My question is that;
Is my math logically wrong or is this another Javascript Calculation setback?13 -
So, brand new laptop. Running an i5-7200U, 8gb of RAM, just put a 1tb SSD in there. Even has an optical drive my dudes! Also got a nice lineup of new mechanical pencils cause my mom is a fucking boss. Today's been a good day.
Merry Christmas everyone! -
I have a Yahoo app on my phone for some legacy purposes. I just allowed the storage access permissions when it was asking for it during the installation or something, cause like, who doesn't? I checked my Yahoo Mail on the browser tonight and saw copies of my mobile photos in it! It's through the Attach Icon > Insert animated GIF. WTF? So that's how you can easily get hacked from apps?
-
The person I report to just seems to want a mindless drone who implements whatever he has chalked out.
I plan out a sound solution for a problem that we're working on, and run it by him cause he asked me to show it to him before starting out with the work.
He doesn't even bother to read or understand it, and instantly rejects the whole thing in favour of his new solution.
What a big waste of time and effort. Don't understand what the dude's problem is!5 -
I've been trying to get my job to start using Git cause they currently don't use any version control. So today I told my supervisor that I was going to set us up our server so we can host our own repositories and he was like no need we will just set your computer up so you can vpn in from home. I'm like wtf? why go through so much trouble to set that up? That still doesn't solve the problem of accidental file overwriting.-_-3
-
I just overheard at the office one of my colleagues dont want to move on my side cause Im so quiet he didnt like me to be his seatmate. So tell me what's wrong on the person who just want to focus and do good work huh?5
-
contemplating making this really simple regex stop matching dates after year 2999 just cause I think it might be funny and ruin someone's day for a few minutes long after I'm dead.16
-
Do you have the feeling sometimes that programming is not what you wanna do but that you just do it cause it’s the closest to what you really enjoy?6
-
I swear to god "old school" C++ devs are menace to humanity
Why yes let's make this one line long function, that could even be constexpr, and make it a macro.
Why the fuck not, let's make compiler errors worse by foregoing any type checking. Let's throw away namespacing as well, great.
Fuck you.
I shouldn't have to dig through 4 levels of nested macros just cause "muh performance" and "we've always done it like that".
Shit yourself.8 -
I'm at work coding at 21:00 on a Friday cause money, no life ya know, but then it hit me. I could be at home on coding on a Friday night and still I would have no money and no life but o would have ALCOHOL! Ballmer peak here I come!
Ps I haven't drank in 6 days and I don't drink to excess (often). I just find it enjoyable2 -
Did the loan amount offered to me just cause an integer overflow !!!
I dont know if i should be happy or sad6 -
So, we've been on Deutsche Telekom for about 9 months. Shitty connection in the countryside but literally not one outage.
For the last 6 weeks our internet has been dropping out with no obvious cause.
Just this week we start getting calls if we'd like to upgrade to a package with LTE...
I'm finding the coincidence just a little too convenient.1 -
Maybe it's just cause I fucking hate the elitism in the engineering college and every engineer I've met, but why do devs want to be called engineers? I'm a programmer, a developer, a coder, fucking anything rather than an engineer.
I associate that word with know-nothing "book-smart" fuckwads who think they're better than everyone, even someone doing the same thing without their useless degree.7 -
I know, many devs swear on using *NIX based OSes or macOS but really... Windows 10 is very good, never had a single issue or BSOD. If u have issues regarding update reboots then just disable automatic reboots,damn! One single " fuck Windows, killed my workflow cause of updates. Installing Linux know cause I'm too dumb to change a simple setting." >_> and I can play ALL my games... NATIVE!10
-
Warning long rambling story cause sleep deprivation
I never really bothered with ssh outside of using putty to remote into my servers and rpi's from my desktop to run updates, install something, or whatever else.
But today I was on a call with my cousin bored cause she was just rambling, so I opened vscode to clean my install of unnecessary extensions I installed and haven't used more than once or twice.
I saw Remote - SSH and as I was bored listening to a teenager complain about high school just like I used to (lol) and responding when she asked me something. I scrolled through the page, then the documentation just casually skimming the text
I setup an ssh key on an rpi I threw manjaro arm following the instructions on their tips and tricks page
I then moved the key to my desktop using winscp (cause lazy)
leading to having a minor hicup of rsa not being an accepted keytype (thanks 'your favorite search engine' for the help)
Finally, I was able to connect using the private key
at this point my cousin went to bed cause she has school tomorrow. But I was still doing stuff with ssh, I created a new ssh connection in VSCode, but had to go to the documentation to figure out how to make it use my fancy new key file, not hard took 30 seconds of looking to get it working.
Now that I was in, I moved to my development folder, created a folder for PiHole, created a compose yml, created a pihole-data folder.
I opened the yml and pasted in a compose from dockerhub.
at this point I thought 'i can't just run this from terminal can I'. and Obviously it worked cause there's literally no reason it wouldn't I'm just stupid to think it might not.
So I created folders and files on a remote system, launched a docker container, checked for package updates after on a linux machine. All from VS-Code on a windows machine.
I know this is simple for some people, i know some people are like 'where's the interesting part'. but ehhh I thought it was cool to get it setup, I now really regret not getting into ssh sooner, and I'm definitely going to uninstall vscode on all my smaller graphical VM's in favor of doing this. and this will definitely help with my headless vm's.
I also will have to thank my cousin, might not have done this if I wasn't stuck at my computer on messenger call with her lol
I'm gonna go to bed now, But I feel accomplished for the first time in a while even if it's for something so simple as setting up anssh key for the first time3 -
Things I love today.
Totally love. Like kick in the balls with testicle torsion love. Picking my eyeballs out with a spoon... I think you got the idea.
Getting updates of other managers, as I'm busy with other stuff.
More or less goes like this:
Flaky tests. Since weeks...
Ain't nobody got time for that.
🤬
I don't wanna upgrade that version to the next major version, cause then I'd have to do tests... And the tests are flaky.
🤬🤬
I wanna have shiny new thing XY, but NOONE wants to upgrade to next major version so we cannot have that
🤬🤬🤬
Oh we just crushed the live cluster cause there's this PR everyone constantly ignores cause the tests are flaky....
🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬🤬
Good thing I'm busy and just getting all the updates via the gossip mill...
I'm just prolonging my current tasks as I really don't wanna have to fix that mess.
My fix would be probably eye for eye, tooth for tooth.
...
Problem is.... I'm slowly getting into trouble because some of these fixes would be much needed for my task...
Why do I have always to be the bad cop in the company -.
I think I'm gonna ask HR what applying electro shocks would cost me, cause I think that would solve a lot of problems.
10 kV for every stupid answer.
Smells like bacon!4 -
Everyone is going on about how suddenly finding a programming gig is or has become a lot harder why with the outbreak and the economic downturn it is going g to cause.
But realistically is it true? Did I just pick a bad time to start a new career in this particular field or is it just FUD?20 -
Oh man. When I look for a job after I'm done with school, I need to watch out for those "pay-per-line" bullshit contracts. More lines? Everyone can do that, but it will cause inefficiency just for the money. I could make a fucking Python Hello World program have 100 needed lines if I wanted to, but why would I? More lines = more typing ≠ more work.3
-
When your boss asks you to work from home, because you can concentrate more on the big project you're working on and ignore support requests and other clients... then he just Skypes and emails you anyway cause everything needs doing today 😢😭2
-
Such glorious Wednesday...
#1: Friend needs me to keep her cats, hasn't called yet to give me keys (and she's leaving tonight).
#2: Got an e-mail from a job I applied, rejected cause I flunked the impromptu technical interview (with the usual pretty wording).
#3: Helping a friend with his dissertation code in Java. Just a marvellous spaghetti code with minimal semblance of a structure and a hodgepodge of various solutions found on the Internet. 2H 40M and still nothing... At least I have my stress ball to save me from mental breakdown...1 -
Just ranting cause the devRant iOS app keeps crashing randomly when I open rants at times, after crash same rant opens fine.
A lot of “rant” on that sentence.28 -
First commit today
Too bad it's so shitty i should probably never have uploaded it 'cause now I feel like I wasted precious bytes of the Internet
Those days when you just feel like rolling in your own self loathing -
I've decided to take a look at flutter today and boy... I must say I hate writing layout for it.
Not cause of all those margin thing no.. It's just too verbose, awful.
I don't want to spend that much time writing the UI, I want to focus on the logic.
Even XML was better than that.
I think I'll wait for a layout editor before coming back to it.
But I have to admit that hot reload is really nice after spending so much time waiting for my builds on Android 😓7 -
It feels weird now. I don't really have much to rant about. That's partially cause I haven't been doing much dev work lately (but the bit I have done, everything's been fine). My personal life is going fucking great for once, so nothing to worry about there (the girl I'm talking to is so fucking sweet, and just amazing overall)
Life is fucking good guys. I hope everyone that might have had a bad day or a bad week or whatever feels better soon. -
I just spent a whole day learning wordpress cause it's mandatory for my graduation project and I'm still not quite sure what I'm doing.
I'm proficient with HTML, CSS, Javascript and PHP enough to make the damn thing in less than a day, yet here I am strugling with the damn plugins and themes... It just looks too chaotic for me.6 -
So just read up that some companies based in china were able to attack Google back in 2009, all cause IE had a dangling pointer issue.
*Sarcastic claps* -
Officially faster bruteforcing:
https://pastebin.com/uBFwkwTj
Provided toy values for others to try. Haven't tested if it works with cryptographic secure prime pairs (gcf(p, q) == 1)
It's a 50% reduction in time to bruteforce a semiprime. But I also have some inroads to a/30.
It's not "broke prime factorization for good!" levels of fast, but its still pretty nifty.
Could use decimal support with higher precision so I don't cause massive overflows on larger numbers, but this is just a demonstration after all.13 -
Good news: I've finally started learning Golang! I've wanted to do it for a while, and now I am!
Bad news: I'm getting screwed by a GTK messagedialog that when open for the second time, simply panics! The dialog is in Glade because I've got no patience to master the art of giving 5 different flags (maybe that's just 'cause it's 3 AM). Plus, I'm have a similar issue with my about dialog! COME ON!!!!
P.s. just wanna say hi again, haven't been around in a long while, so: Hi!6 -
How do you guys keep motivation in a long term project? Cause I could be completely motivated in the first like half but then just lose interest even though I love the project itself.8
-
My leader was yelling at me cause i couldn't relate two tables, the first has a decimal(15,5) PK and the second has char(20) as a FK.
WELL TELL ME HOW THE FUCK SHOULD I RELATE THEM YOU STUPID FUCKING CUNT ??
Decimal !!! I could not believe my fucking eyes ! And Fuck keeping the clients satisfied!
Well, sorry, i just wanted to let it out.1 -
Figured out the root cause of slow code by using a profiler in an afternoon (more like an hour but needed to confirm/investigate)...
Team spent over a week trying to figure it out using logging and debugging...
Even after I told them to use a profiler...
Guess now I've justified my position of being the highest paid dev on the team.
I just know how to use other tools besides a hammer.1 -
I use fucking GoDaddy to manage my domains, just cause, whatever, who cares, right, it's a domain manager, they do have great support.
But everytime I login and try to find a domain, it's like 8 clicks and they try to push their website builder in your face and all kinds of shit.
Can I get a recommendation from a trusted devranter? I want to switch.
I use forge if that matters...
thanks.6 -
My life was troublesome today, had to help a non programmer to run jar files.
The jar executed well from command line in Windows 10 but didn't work on double click.
Did all the tricks, registry edits, cmd commands and at last I found a miracle tool called Jarfix.
Just double click and all okay.
The root cause of the problem was 7zip.
This bug is reported in the Oracle bug reporting and they have closed it as " Will not fix" low-priority report.2 -
I feel shitty cause I've never wrote near 100 lines of python code or just a large number of lines in any language. I want to write large amounts of code that will actually work.10
-
aaaaaAAAAaAh segmentation faults are horrible cause its a runtime error and it wont show u where u went wrong
ive been stuck for a few days with seg faults and i just realized i havent allocated space uuuuggghh its so dumb. a simple mistake of not putting malloc() can make u go crazy for a few days2 -
i am coding blindly cause i am not really sure how the function really works. thats how i get things done after 2 weeks. but at least it works out after a while. buuuut i just want to get this thing done uuuggghhh i need to do this faster!
mind please cooperate with me1 -
what the hell this friendo just sent me a 100 line Julia function with variables names like `sauce` and `thingy` and expected me to debug it. And I guess his tab key was broken cause there was no indentation at all. Did I mention I’ve never used Julia in my life? Is this just Julia culture?7
-
~!dev
If you watch a 30fps video at 2x, is it the same as watching it at 60fps?
I usually watch anime (all videos) at 2x on my phone but when I watch it at regular speed it feels stuttery now but not sure if 2x is the same or it just uses frameskipping. Not sure how that works wither but wouldn't that cause more stutter?9 -
Debugging ♡
Taking first steps in Express.js. It's in general the first web framework i've learned so the struggle was greater.
While I was creating a web app, i've noticed that suddenly all of the routes were redirecting to the 404 error page. I was looking for the cause of this issue for an hour just to find this:
route.get ('/ ', ...);
So it seems that just one space sign wasted 1 hour of my day.
Btw, it's my first rant there so 👋 to everyone :)4 -
Playing ATM8 Minecraft modpack. I don't know if I have burnout, but I just want to play and zone out after work. On my breaks I look up ways to do things in the game. The game is like this huge lego set to play with tons of different takes on modded minecraft. I can solve the same problem a hundred different ways. Some of those ways will cause lag, some are slow, some are just fast. I can solve things in game using programming languages as well. It all comes down to creativity and experimentation. You can also blow up shit. That is always fun.2
-
My girlfriend, at the end of a totally unrelated bachelor's degree, has decided she wants to go into web design (or really design in general). Which is exciting cause her degree... Well, let's just say jobs aren't lined up.
I'm a front end guy and I have a lot of experience with UX, so time to crunch some learning in. Takes me back to my self teaching days haha, students becomes the teacher 🙈5 -
So I just started learning programming specifically c# cause that's what my dev uncle recommended for beginners. I hope I can meet interesting and good people around me :)14
-
Damn @&$#%£¥ hibernate. Why is ur API so $£¥%#*^ inconsistent and buggy????
@Index on mappedsupertype any? @index causing duplicate tables on hsqldb?? REALLY????
Why does it work on mysql?
Maxresults and fetch joins cause ALL rows to be fetched, instead of properly generating a „limited subselect“? WHYYYYYY, JUST WHY???? -
You know
Sometimes I enjoy being in Facebook groups about UX/UI design and development.
Cause it's just. So. Wholesome.
((A little context: The post was about Steve Jobs not writing single line of code)) -
I keep being called a "melt" by my mates, cause I say odd things .. cause huge geek 😅 or I'm just odd
Aren't most things better when they melt ... Melted cheese? ... Oh ice cream ... 😐 That's not better 🙄 ok.
Sorry I do use devrant to get things off my mind to total strangers -
So I rush to job just to find a power outage on the building , don't know if I should be happy to have "nothing" to do or be sad cause I have a lot to do but can't 😓
-
I formatted my entire hard drive, installed an unlicensed windows 8.1 and ran a shit ton of cracked patching on it; even went hunting for a fuckload of drivers, just so I don't have to use Windows 10.
"But it's not so bad" you say. Well, merry Christmas to you and your six hours of unskippable, non-disablebale updates per week, strategically placed to cause maximum disruption to your work, my friends.11 -
Started learning React recently cause the job I applied for reqires it.
So far so bad.
I...I don't get it.
It might be that I'm just starting out, but I can't see any practical use for it. I don't GET it.
Ugh..never been this frustrated (which I'm guessing isn't helping the learning process.)
Gonna have to wing the shit outta that interview.7 -
Honestly I don’t remember any particular one cause every interview is such a traumatic experience.
People on interviews are almost all the same, they just try to prove their superiority over you and break you.
I totally understand why, it’s because they think they understand what IT is about and in fact they understand shit, that’s why also most of computer systems are shit, cause of shitty people doing it who don’t understand how computer work, they can just copy paste stuff and do beautiful talks about how cool they are and how awesome their company is.
At the end ( at the edge ) it doesn’t matter if you know tech stack or not, if you have gazillion years of experience or you just started. It only matters if you can solve problems and how good and fast you can do it.
But well do your reverse tree in 15 minutes. I’d rather be talking about philosophy during the interview. -
I really just hate Apple development. Xcode blows hard ass and if you are a person like me who has 0 Apple devices and has to go to the fucking school labs to code then why wouldn't you hate apple development. It's really the lack of being able to code outside a fucking Mac cause its just pointlessly limiting, fuck you Apple.13
-
Have anyone ever tried making an NFT of a crypto coin?
Like, you have an NFT of a link to an specific state of the blockchain - "own the highest value transaction ever!"
And try buying it using some other cryptocoin.
And make an NFT of the first time someone used a cryptocoin to buy the NFT of another coin.
And buy THAT NFT with another coin. And so on and so on...
Just trying to cause a too-many-recursions error in reality here.6 -
Imagine this: You're a DevOps engineer or SW Engineer at StackOverFlow.
Plot: Stackoverflow is down, you can't search for the solution cause Stackoverflow is down.
Question : Is it just to consider this as a recursive problem?17 -
So my code wasn't working and couldn't understand why. I had a statement like someVar == 'A' but when I wrote the letter A I didn't change my keyboard language from Greek to English and I didn't notice because the letters are the same in both languages. Spent like 8 hours commenting out and debugging code just to re-write all the code cause I thought the compiler is broken or I am losing my mind....1
-
It realy just warms my heart when the customer provides us with software that I need to go through manually and test every method individual before we can start implement it. Then I have to spend hours testing every fucking bit of it to make sure the modules we control with said sw doesnt meet their untimely doom cause the sw is too broken to actually run.
Any.net developers on this plattform? If you doesnt use these xml comments for commenting methods, you're on my hit list.
I realy hate these back-alley developers. Sorry of I sound salty and whiny but seriously. These past 3 weeks, most of my time Ive just worked around issues instead of solving them, cause their sw just keeps chaining good coding down to the ground. And theres no documentation cause "we have higher priorities ", testing is done by us at release cause "its faster and we dont make mistakes" and worst of all, our contact quote on quote "senior experienced developer lead design im far up my own ass and way more experienced than you" guy is a consultant who is only reachable about 2h on a daily basis.
Tldr: we live in a society. -
I do photography on the side, and I just realized that my mini tripod that came from with my camera had extendable legs, so happy (cause now it's useful)
-
"Programmers Know Everything"
Im writing this as myself cause, well this tends to happen to me alot!
When ever a friend or a friend of a friend has an issue with a website or just their computer they run to me, which is all fine but if I say "I dunno? I never heard of this issue so I do not know how to fix the problem."
Their response is normal "But dont you do websites? Surely you know how to fix a virus or bluescreens ?? "3 -
I really like that a lot of people in construction work just dont take anyones bullshit. If someone fucks up, it gets fixed. Sometimes with a lot of cussing.
Meanwhile as a programmer if you call out anyone or anything for doing something wrong, you get immediate backlash cause of it. Its a lot like that you are the problem for calling it out and not the one who caused the problem in the first place.6 -
Just found out that if you spam the different types of notifications that you want to see in my rewrite of devRant you cause an instacrash.
Multithreading is both a blessing and a curse.2 -
Rant
I was working a very hard project the VP of engineering asks me what he can do to help. I said find 5 more guys like me who can do the work. He laughs.
He then hires a guy. Who can't do any of the work.
I fire him in 3 months time cause he sucks.
The boss man then complains and says I can't fire all the guys. So I just ban the dum ones from charging my program.
So I get three interns next cause you can't fire coops I figured it would be easier to teach them then to watch a guy peck at a keyboard.
Now those interns just replace all the dum ones and I am happy. Rather work with them. Now everyone else wants my internship to work for them. They all get taken away to work with other teams.
Now I'm sad.
Stop stealing my interns
Hey new batch of interns.
Let's see what they know -
How can Javascript, one of the MOST WIDELY used and MATURE languages with A MILLION CANCEROUS FRAMEWORKS, NOT have a basic collections class? Are data structures not important in Javascript?
I've been struggling all night trying to get Sets working - surprise, they're utterly useless in Javascript cause you can't define the set comparator.
I just lost it when I found out THERE ISN'T EVEN A QUEUE. WT-ACTUAL-F15 -
how do you tell a junior dev on your team there code is shit and please don't push to the main codebase without approval first,
without crushing them and and sounding like an ass cause there a good person just a n00b developer8 -
My another attempt to write something in rust and I wanted to try tauri as it’s promising competition to electron.
Why use tauri not electron?
Cause in tauri you can write rust plugins that you can interact with directly from javascript without stupid http servers, mangling code and stuff.
From javascript point you only call one method and pass object with arguments into it.
So it took me entire weekend to create draft plugin to interact with sqlite database.
Documentation of tauri is inconsistent. I understand that cause it’s young project and plugins architecture changed frequently.
Moreover my knowledge of rust is near to zero. But overall it was worth it. I like what I achieved.
I can pass sql query and execute it inside mutex guarded singleton. Like I said before I like it cause I can call my plugin directly from javascript.
I know I wasn’t fancy with my implementation. I just created file database connection from json configuration and managed to receive string sql statements. I just print results with rust to console for now.
I will add sending back results later this week.
For me tauri is already better then electron cause code is clear and there is no workaround ( except singleton with connection - cause of limitations of my rust knowledge ).
Live long tauri and fuck you electron.
https://tauri.studio/en/
if you’re interested.2 -
I don't like when client decide which tech use in the project. I got some weird tech request like:
1. Move existing database from postgresql to Hadoop because hadoop is Big Data (is kinda move from amazon rds to amazon s3 just why? have you index, cluster your postgresql table?)
2. Move from mysql to postgresql because mysql cause deadlock (maybe their previous developer just fucking moron)
In this situation we just explain why we don't use that and propose alternative solution. If they insist with their solution either ignore it or decide not continuing the project.5 -
My professor bored to just seeing terminal line of my project cause they can't get it.. so I did this:
http://lookpic.com/O/i2/...
Attached link because image is not uploading1 -
Well i am just newbie,
How to create an avatar here
Thanks me later cause if i post then they will increae my points7 -
If a minor unimportant thing comes to our time from a very far future, is it able to cause a time paradox?
Like a single grain of sand. Not carrying a deadly pathogen that will wipe out the entire humanity, just a regular grain of sand.
Will it cause a time paradox? Is anything that comes to our time from the future guaranteed to cause a time paradox? If so, why?9 -
Dah. Boss says we have to set a take home coding task for the dev interviews we're doing. I'd prefer just having a chat and forming an opinion.
I mean, you're the boss, but I still reckon that'll only cause the good candidates to sod off...3 -
"Does river direction make waterflow go downwards?"
Originally I selected it just to copypaste the "does effect support cause?" formulation, but as I selected, it unrolled the answer, and... oh...7 -
Get to work, reboot your machine to try to fix VS throwing way too many exceptions...get locked out of the computer cause keyboard stoped being recognized...Go to IT...now the mouse is not being recognized either...Well, this morning is just going downhill...
-
Finally.... Spent over an hour trying to optimize ~5 lines of code... Guess it was a review on how to use primes for hasig but....
Root cause was I just needed a slightly faster hashing function...
1 test failed from timeout of like maybe 1sec. Test shows passed, then in details shows Timeout...
https://hackerrank.com/challenges/... -
I've started to program for at least an hour a day minus weekends but I still will program on weekends just I usually take that time to relax and play games or watch stuff but I started so I can practice and learn, it does and doesnt feel like I'm doing a lot cause I'm doing small JS projects (like a quiz which was more in depth than I thought tbh) to build up to bigger ones. I just feel I need to get a better understanding on why i need to do things and when and just somehow learn better from my exercises and examples, which I can see going through making another quiz its helping my understanding a little. Idk I'm just throwing my thoughts down, lemme know what yall think
-
For anyone reaching an extreme degree of frustration, what do you guys tend to do to reduce the anger?
What i've just realized works for me is to get a domain related to the cause of my frustration.
I'm really curious if anyone else does something like that.13 -
When you have to awk tell your boss that having that tenth icon in the header menu is not really UX friendly I feel like I punched a puppy cause his face fell and a small part of him died...
Any UX designers/engineers here? :(
What's the thing that annoys you about UX designers? Or designers in general? Just this is my first job so I don't wanna annoy any developer...
Sorry this is so random.. Anyways have a lovely Sunday evening..3 -
I started working on a multiplatform mobile app for streaming and I already decided to implement it in react native using cause I found already the tools that I needed, I was curious about if I could do the same in flutter without having to write my own custom wrappers for each native app, and I found this question response and I just couldn't stand the comments, how is that someone can proudly say that he doesn't know how something works but he just copy and paste some scripts from the internet?
What kind of programmers are these now days??
BTW #firstPostHere2 -
I just started learning java cause i have to because of uni, and i heavily used JS before , but somehow i really love the statically typed syntax and it brings so much clarity about what everything is doing.
Also love how object oriented everything is5 -
https://mosh.org, together with GNU Screen running on the remote, is just the best when I'm trying to fix something on my server while I'm in the fucking forest with bad reception that would cause normal ssh sessions to kill themselves all the time
-
Amount of text you need to read to do something the framework way.
At the end it turns out you can’t do it cause nobody thought about it and it’s just another piece of crap for doing simple things. You start digging inside framework code and see that something is wrong. You see copyright Google and you wonder if they have phd for selling their ass on street. Why the fuck you override the validation flag to true every time ?
Then you start invoking couple of methods and one of them works and stops that madness but you don’t know why but you proceed further so you can glue shits together to stop the ship sinking.
At the end after you’ve tried all the “simple” examples that works cause they’re stupid and you need something special you start to think if this framework is so unique and special cause it covers 90% of things, left you with hands full of crap ?
At the end after wasting whole day to change the border color of the input using couple of separate controls the framework way and when you succeeded you ask yourself really ?
One fucking event emit and couple of listeners with style change ? Damn you frameworks with your bidirectional easy fast doing shit.
Another day in paradise.6 -
Just got out of a dev hellhole
Being stuck in one is just minecraft where the diamonds move and you don't wanna stop digging cause they look close but they keep getting away1 -
So many 'my Precious' devrant stickers, but nowhere to put them.
Waiting for new laptop in three months, trade out phone every year so don't want to waist them there.
Friend: you can give one to me.
HISSSSSSSSSS!
Friend: woah, dude?
Yeah, they do look sad just sitting in the envelope they came in. Here you go.
Friend: Thanks. I don't know, still looks sad on my laptop.
Well, that's cause your laptop's shit init.1 -
Implementing tons of ridiculous/almost impossible features you disagree with cause you're just a powerless employee who needs the job..
You still do it anyway. -
Well my expert developer friend asked me why 'bugs' were called 'bugs'....
Personally I told him STFU cause he had to ask such an important question when my headphones were on, nevertheless 'bugs' are getting old now, let's just refer to them as 'problematic, chronic, death causing errors often caused by a stupid typo'3 -
I'm currently sitting in a hockey arena owned by my city, they offer free wifi, and cause I'm privacy conscious, I try to download a VPN for my computer. The motherfuckers block the download under the vague "violation of use policy" bullshit. Even better, I read the ToS they give you when you connect, and it says sweet fuck all about prohibiting downloads. What the fucking fuck do you have to gain from me not using a god damn VPN. It just makes no god damn sense.3
-
"This {{issue that the client has brought upon themselves}} is a huge problem for us, we need to be able to {{do something stupid that the software was never meant to do and will probably just cause more problems than it solves}}. We need this to be fixed now. We can't continue to function without it!"
-
Microsoft is shutting down yet another product:
https://blog.mixer.com/2020/06/...
At this point I'm neither surprised, nor mad. Simply sad, cause I kind of liked Mixer.
Well, R.I.P. just like many other MS projects...8 -
Spent a day debugging low volume of audio record
Just now found a cause of issue
And it was
*drums*
Hardware fault
Mic in my OP5T is nearly dead after I dropped it recently
For fucks sake, why I didn't tested it in the first place10 -
I fucking hate vendor prefixes. HATE.
Got some nice JS code? Well it's about to get ugly 'cause in our browser, the API needs some special name treatment or it feels offended.
Got some nice CSS?
You're welcome, it just grew 3x in size because "ugh, I ain't havin' the same flexbox as lousy Chrome over there! I'm special, I'm -ms-!"
Fucking bullshit.1 -
Hey ranters so have been doing this long course video tutorial on Node, and sometimes i just get bored cause some videos are very long. Does anyone have any tips on how to deal with this cause i want to learn as much as possible3
-
The only thing left worth chasing is money for me
I just don't fucking care about anything else
I used to feel lonely cause i've never had a girlfriend and i am turning 19 this week.
But something flipped in me yesterday and i was like fuck all this shit. I'll just get the money and end up dating the hottest girl in town 10 years from now after getting the money instead of chasing mediocre pussy or even mediocre friendships too where the friends end up betraying you eventually after using you5 -
Internship Memories (cause currently jobless!)
My GM (who is the same as PM) used to bring website projects with only details given from the client is the website name!
So what about the content?
GM: Google it.
So any particular design pattern?
GM: Just find a suitable theme from theme forest.
Now as a developer, how I'm supposed to get content and design? Suppose I got it, but how can I get related materials?
Thank god I left as soon as my internship was over.1 -
Post a rant and apologize cause he's using windows. What the heck is wrong with people here ? This trend is so annoying. Stop it you sheeps you have no reasons to love or hate any OS just following others to look cool. It's not cool unless you're in middle school. And those same guys mock apple fan boys the truth is you're no different. "Yours is shit coz mine iz z best".4
-
Does anyone hate debugging something for a couple of hours just to find out it was you misspelling something that somehow managed to not cause an error?
Also what are the worst things to have that cause a error? Like dependency being outdated and not being notified etc.5 -
A week late but I was just thinking about this:
How to slow down, read instructions/specs, ask instead of assume, and step away when my brain is going crazy.
I think the technical stuff I’m learning I could learn by myself, but needing to slow down and pay attention is a problem I’ve had my whole life, and I’m truly only now addressing it with help from my teachers, cause I’d fail every class if I didn’t!!! -
Cause when you die or exit from process it doesn’t matter how it happened, was it kill -9, sigkill or sigterm. As long as you go to hell / heaven / you name it and not to /dev/null you can still try to segfault the universe. Just give me the code !!!
And it aligns well with depression, alcoholism and lack of sleep. -
.NET Core broke cause of the recent ncurses update… And I just HAD to do a full system upgrade on my Arch laptop right… Guess I'll try to downgrade ncurses now…
-
When something worked perfectly yesterday and now it’s just fucked up without touching anything:
Cause today
That was yesterday
Yesterday is over
It's a different day
(Love The Way You Lie - Eminem)1 -
What if all of a sudden stack overflow went down!!! Just plain old "404 Not found" error on the website and nothing else. Just imagine the chaos it'll cause to this community.10
-
A lecturer just told a class of final year developers approx 50 people that commenting our code should be banned and we shouldn't write comments within our code in case we cause confusion2
-
System malfunction: *appears out of the blue*
Me: *searching for THE problem*
Seniors: - it's never just a single problem...
WTF!?!? How come? How many problems are likely to appear out of the blue to cause some malfunction?
Every time.
Every time I'm debugging smth others say it's always multiple problems.
Every time I find a single root cause
seriously, guys, how often is it multiple problems. Honestly, I've never had more than a single root cause. And I've cracked a looooot of them.
Where does that belief come from?2 -
For future generations :
Bring back cocaine to coca cola.
Since 1904 Coca Cola no longer contains extract from cocaine leaves.
Drugs who made us.
If we live in matrix and we are simulated the general rule would be wipe bugs from the system so ex. if all of people were using cocaine cause they drink coca cola the wipe would be remove cocaine from the coca cola. That would fix the cocaine bug. Cause people in 1904 had almost no knowledge about how world looks like, they were using pigeons to deliver messages. If we bring back cocaine maybe we would also bring back those times, when everyone dropped cocaine in 1939 - 35 years old ourselves were fighting to death between each other cause of rehab.
I wonder how many of those non visual but only statistical bugs we have on this planet. Machine learning is just one of the tools we use to learn about them.1 -
Can we like stop making new Frameworks every month and just take a break for like 2 years, cause Gawd Damn! 😣; It should be illegal to make a new Framework in the next 2 years🙂2
-
Taught me just because something looks right it doesn't mean it is right. Ex: memory leaks, connection strings, 32 length passwords, and good looking women. Oh wait that last one could be a rant by itself cause you can't find a good looking woman that isn't crazy and won't wake you up if you do manage to get to bed1
-
A company gave a recruiting agency the requisites and allowed the recruiters to actually hire the people instead of just arranging plans. A recruiter came to me and offered me a senior position with a 50k salary with no interview or anything. I'm not even a graduate yet... I didn't take it cause I want to finish my degree1
-
I am happy today cause I manage to write a query in which two table have inner join and with third left .. haha...
I mean I was thinking of handling that situation with foreach.. But managed to do it in query by myself :)
Just hoping that query won;t break for different scenarios. But let just be me happy while it last .. I mean my client make some test -
Really pissed of about FlutterDev reddit community, where you find people tath hate and dislike when you share video tutorials.
I mean, the rules allow for it, they dislike cause they are basic concepts, I mean they should understand that for people like me who has just started a Youtube channel this is one of the few ways that you have to share your content.4 -
I really wanna get a keg of rum and start sailing across the globe...
Just to spank some devs / managers arses.
The last years were... very demanding regarding security and upgrades.
It hasn't gotten better.
Microsoft leaked it's security key thx to internal debugging and the tool to secure the debugging process so secure data gets filtered was buggy...
I'd guess I already have carpal tunnel after Redmond.
But the really really sad story is: This has become the gold standard.
https://lwn.net/Articles/943969/
Chrome selling the privacy mode for Ads, long topic ongoing for years... yeah they did it.
Apple... oh boy. I could write a Silmarillion about it and would still need an additional trilogy.
Amazon realizing that a Microservice architecture needs planning, cause yeah... just potting services in a data center doesn't end well.
It goes on and on and on....
Don't even get me started on the plethora of firmware / microcode updates cause there was either yet another CPU bug or another device pooped their pants cause the firmware is a mess and needed some dubious update without any background at all...
Serious question: Am I becoming a pepperidge farm uncle threatening to shoot everyone cause I'm getting old and cranky ....
Or is really everything in IT going down the drain the last few years?
It feels like every week is just another "we fucked it up" event.3 -
When you are a we developer since 3 years and you get such marks in Web Development course just cause you asked a question that the faculty didn't know. Duh!😞1
-
Rant! The reason. Software engineers have to take test just to get a job. Is cause there are to many hacks out there.
Me. Did you read the schematic did you see the gpio that enables the JTAG needs to be asserted to debug.
THING 1: What's JTAG debugging
THING 2: No just debug using the software.
Me: enable the JTAG or it won't work
Face palm I am so tired of helping people. We just hired who where supposedly real engineers
In every other profession there are standards. You don't see any self taught surgeons.13 -
Ok so it turns out i have to get mad so i can be driven to go out and work out, u know to just do some physical exercise
I have no motivation to do that when i am at ease and peace of mind in comfort
I have to get vicious and fucking mad so can someone make me mad?? Preferably a girl cause girls have perfected the art of making me mad6 -
That moment you find out that python is very sloppy when it comes to scopes. It seems that variables declared in loops are callable in function scopes. So this code actually does not give any errors:
for i in range(6):
print i
print(“out of loop scope”, i)
Now I’m just like: WTF! That can cause some serious errors when you’re not aware of this thing. I don’t know any other language that has this property...4 -
That feeling when you decide to do something cause "it'll save so much time and boilerplate later on!" Just to have it take you all night
-
stop thinking big and trying to fix, predict and solve every problem and accept the fact that I lost the battle so I can focus on small things instead of big ideas that would never happen
cause maybe just maybe bunch of small things can at some point shape big idea -
I just had a ptsd (not real ptsd) attack cause I remembered in one of my first jobs we had gulp, grunt AND webpack to build our angularjs project.
Did I fix that mess? Sure!
Will the memory of it stalk me until new year? Absolutely.1 -
does anyone else received the onion dev stickers confirmation mail cause i received just now about conforming address and stickers4
-
I think YouTube gave up on trying to send me ads.
I have an adblocker in my desktop but not on my phone. In all of my years using YouTube, I've only ever clicked on an add twice on purpose, and maybe a couple of times by accident. By now, even when I'm not using an adblocker, YouTube still doesn't send me ads! And for some reason it's lately been sending me ads of YouTube itself. It's a very annoying 5-second video with just the logo of YouTube. They're really just telling me "I don't have anything to promote to you, so I'll just make you waste 5 secs just cause."
However, every single time I get on incognito, I get one ad or maybe two per video. wtf2 -
Just checked on AltRant in the App Store Connect dashboard, and got a nasty surprise: a pile (22 in total) of crashes, all of them because of things I never thought would cause a crash...
Thank you for all the feedback, today I am going on an army exam. After that - bugfixes are supposed to arrive soon.4 -
I might have to ban myself from using inline styles, even if "Just cause I'm trying something real quick" :/
display="style: none"
"Why the fawk is this STILL showing up? Nothing in JS... Nothing in CSS... maybe I missed a end tag or something? Oh. OH. Why."1 -
Fuck++ I C only red error messages which make me god damn furious. Why is it such a pain in the ass to ./configure this stupid external lib to work on Windows on MinGW and Qt Creator? Why can't I just pip install that crap and import from a single line of code instead of getting fucked several hours without even realising what's fisting me that hard?
You are penetrating me C++. I'm not happy with that. I can't figure it out cause the docs are crap.
Just add the path to the libs they say. Just add the include directory they say. It's damn easy they say.
You know what? IT'S A FUCKING PAIN IN THE AS I SAY! DAMN IT. -
So it's been a month since I quit my job (cause I want to transition completely into ML, and I was working there as a web stack developer, also the job there wasn't really challenging enough), and I still haven't received any new job opportunities (for ML of course). Should I just take any opportunity that comes my way or should I wait for a company that really resonates with me? Also how long of a gap do you think is "not a big deal"?
Thanks.1 -
Getting really pissed off with modern Mow-vember. I was there at the start when it was just about going the whole month without shaving. Now you need a worthy cause and well hewned face-fuzz. F*ck this noise.6
-
Because teams is a big fucking waste. Wonder why does it have to use all that cpu, fking pirece shit. They could have made it a simple chat platform, but not Microsoft.
Teams, you've been the main cause of my everyday struggles, and I gave you one last chance but you proved to really like to storm your shit.
F .. at this point we're playing catch me, why do you have to launch yourself again after I just killed you?!
use you crap from browser.6 -
"just make that one change really quick and let me know as soon as it's done" oh ok.....Cause its always that simple....you know how to do my job now since you clearly can't even do your own -_-
-
s it just me that finds WCF cumberlicated? I'm having trouble to get my client up and running every time we set up some sort of new service solution at work. All these service references and classes that cannot be resolved just cause a meltdown in my head. GGGGGGGGGGGGGNNNNNNNNNNNNNNHHHHHHHHHHHH! *going mad*4
-
my next challenge is now building a personal portfolio page :)
I'll create a one pager.
I'm just excited cause its a lil bit harder than building an easy tribute page. My heart will go on xD2 -
Why do I always default to formatting/resetting whenever I have a tech problem...
Android bootloop: reset device, lose all datas and reroot.
Root cause turned out to be need to uninstall Magisk first.
Today: Can't connect Chromecast even after restarting phone and Chromecast. Reset Chromecast completely, configured again fine but then can't connect again.
Root cause: router, router just needed to be restarted...2 -
In the corporate world, how does promotion work?
Cause Im just a student here and I dont have a damn clue on how it works.10 -
I just installed the interior IM app developed by my company's IT center, the way it uses to sync messages is almost common, downloads data from server and adds those conversation to client's window, and I am sure the guys who wrote this stupid thing invoked a same function like pushing message or something else, 'cause my cellphone vibrated like a Morse code machine w/ tons of Adrenaline injected when I press "Open", for almost fucking 1 minute.
-
I just got into elixir and i want to build something just to practice the language. Suggest me something please cause I don't really know what to do...3
-
Today is a great day. I was asked to rewrite my code to an API I suggested from the beginning of the development of the app but they didn't allow it to me cause it was a payed service. They preferred the free one instead that is not the best but is not half bad. I'm counting on finishing my internship next month cause I need a dev job to get out of my shitty, underpaid job as a steward and rewriting the code will take the very least 3 extra months. I just want to finish my internship so I can build my portfolio website, start the Udacity course for full stack developer certification and get a goddamn dev job.2
-
client A: "why don't you code in Java then? it looks much more authentic! those alien-like structure just so cool to us!"
me:"cause i can do the same thing with around 15 lines of code using Python instead of 100 lines in Java...."
client A:*confusing look*
then we have a 15mins of awkward silence time...
please don't set me to meet client T_T...1 -
Okay so update/JS pt2
This is just me throwing my thoughts down and some questions
I've been practicing arrays/objects and loops more and I'm getting more understanding it helps that you can do them both at the same time. But like I need more looping techniques (if that makes sense) like instead of always using for(let i = 0; i <= x.length; i++) and I havent completely learned how or when I use for(x in y)
Questions.
• what's the difference between class objects and objects that look like a python dictionary
• when should I use classes over the other kind of classes
• any good resources and projects I can practice with loops cause I'm kind of running dry on ideas
and I dont wanna google cause I barely already have no social interaction2 -
In MSSQL, can SELECT JOIN (SELECT ...) queries actually end up using disk space rather just RAM?
I ran one of those last week and now am wondering if that's the root cause of a huge DB file with a lot of unallocated space.
Seems it may just use an existing DB file and expand it (without cleaning it up afterwards) but not sure...
Any ideas on how so this works and well show to make it so disk space used for queries get cleaned up properly or easier to just shrink or remove without touching the DB file there's actually used for persistence?8 -
I joined devRant just to rant about a devRant bug. The irony.
If a rant is a bit longer, it will overflow and cause various bugs. Usually, the comment button is basically getting out of sight, especially on rants with many comments.
I already saw this issue multiple times and it's driving me crazy every time.
devRant, please fix your CSS8 -
I just had a math test. It was incredibly hard! I donno why teachers do this! They learn us easy things and ask us hard questions.
I think I'll fail and I'm sooooo angry cause for the first time in collage i really have studied and its so unfair:/2 -
My mom doesn't even know what I'm doing. She doesn't even asked much, cause she's from the old generation, and just accept the things as it is. My mom doesn't even send messages. She use phone just for calls.
My siblings didn't know that I am a dev, they never asked.
My other half? She always seeks my help on IT things. And I always explain to her bit by bit, and looks like she understand a bit or two. I just hope that she didn't bored. Oh yeah, we're not married yet. -
Sending E-Mail to Software Developer, had to attach a number of documents, so i think, best i put them into an archive, lets just use 7Zip cause its two clicks for me.
Instant E-Mail back:
Thanks for your E-Mail, unfortunatly we cannot accept the .7z file. Please speak with out IT guy about the issue.
REALLY!? YOU GUYS SELL SOFTWARE AND YOU DONT KNOW WHAT 7Z IS ?!?!
I send a zip file in return without speaking to anyone.7 -
I always forget it's a bad idea to run queries in an "edit table" view in SSMS. Just blew up my table cause it decided to add an unwanted cross join in my update statement.
Ran it in a fresh query window and it worked fine. -
An image is worth a thousand words
( I don't actually watch it on my phone, just needed the app cause my acc got hacked ) -
So some of the C++ guys I deal with have this thing in their mind that they know all the other languages cause they're similar right, and they argue that it doesn't work vice versa.You know Java, you don't know c++
Simple advice to people out there who meet such people is to just ask them to make a Java program with the goto command
Little know it all freaks.11 -
Just when I thought a project I'm analyzing has done a good implementation, I found out that they got lazy and started writing business logic DIRECTLY into models!! Now stuff is tightly coupled that extracting it will cause unknown effects.
-
When your boss says this is the cause, it must the cause. No, you don't need logs, you don't need any investigation, you don't need any proof to support why this is the cause. You don't have to provide alternative suggestions or any testing... Because he must be right! Just fix it the way he told you!
-
i just wanted to greet @NullNVoid a happy birthday! i know its already past your birthday there cause yknow timezone differences but hey its still ur bday here xd im still looking forward to that graduation prank youre planning 😏 surprise us all and happy hacking!4
-
On the contact page of my project, I want to send data from a HTML form.
What would you use to send it?
Just the regular <form action="/path/to/handler"> and cause a page refresh or use javascript (jQuery) for it and not cause a page refresh?
In both cases, a message will be shown on success or failure.7 -
I actually don't hate Microsoft that much , its a great tool when come to stream and download pirated movies and games too , I just hate it whet it cause interference with work, slowly ness, turn of issues, I hate the refresh feature which I through they I'll remove it on win 10, love the multiscreen feature on win10, love that they support Linux env build now,
-
The worst kind of people to work with are the ones that you tell a heads up, don't do this, it will cause problems, but happens anyway and in team meeting "I didn't know, no one told me" and it just makes you look worse to even argue it....
-
I'm using wordpress cause it needs to be able to be used by non developers. I get that. Also maintaining a reinvention of the wheel is stupid.
I'm stuck in-between the two while trying to come up with solutions that require little maintenance in the future. Less work in the present. And can be managed by non developers.
Maybe I should just say fuck it and hope they realize they need developers.6 -
Any advice for a Bachelor's in Computer Science ? I often find myself lost in between all these career options and subjects and degrees.
I just need a little guidance 'cause I got no one to talk to about this...10 -
I was just tasked with building a full e-commerce site in a week...so they want me to just put PrestaShop on a site and buy a template? Cause that’s now what I do I actually build my stuff from scratch and sorry but it’s gonna take a little more than a week.
-
So close to closing out this ticket only to be told “we have to start again cause of red tape”
Just end me. -
just has a discussion with a web developer didn't go well
we have to make a site. server side and client side has to be implemented it has realtime data also
Now his solution was aws + Python script for sever and a client web app that will show the data
i suggested firbase for server and client web app , cause it will be cheaper for us
he said that its more work for him to do firebase and application cost will be high
i am my self a developer ( worked on Android , web , but mostly microcontroller and hardware)
i don't understand cause from what
i see firebase is straightforward
am i wrong ?2 -
Sweet Zombie NullFuckingPointerException...
New Rule: When creating an API (I'm looking at you, Java), designers must include a boolean flag in the parameter list of any method which throws a NullPointerException.
If TRUE, this means that a NULL result is non-trivial and the method should therefore THROW an NPE.
If set to FALSE, this means that NULL is completely f*cking trivial so whenever there's a NULL result, just instantiate a new instance of the return type and return that, 'cause that's what was gonna happen in the catch block of the NPE anyways.2 -
Should I just tell my manager that being the most expensive developer on the team, it would be a good idea to just let me do what I'm supposed to be doing and not spending all my time involved in bs meetings that don't need me, other then because I'm part of the team, or fixing issues I didn't cause and have no idea about the app that causes it?
The difference between me figuring it out from scratch and someone else is just im more expensive.... And already have a shitload of backlog from all the other work that I get pulled into...3 -
I did basically nothing today at work, because my seniors refactored/restructured the project all day and I was not allowed to work on any issues, becausebecause it would just cause conflicts1
-
Hey guys,
I´m trying to create a generic class, which inherits from an Interface, which is also an generic.
My problem is to instantiate the interface with the correct type, cause the new class should use all classes from the instantiated interface.
Is this possible? It´s a bit complex ^^ but that´s just my thought :)3 -
What should I tell my boss if he wants me to hand over root passwords to everyone in the office just cause there should be more than one person available to handle problems if I'm not available.
All these other people in the office have no experience with Linux or servers at alll and will fuck it up I know for sure.7 -
In php how would I "visit" another user cause a lot of people say use
$_SESSION["username"] = $_POST["username"]
or
Echo $_SESSION["username"]
Or
Echo $_POST["USERNAME"]
Are any of these good or should I just feck the computer out the window 😂13 -
So I’ve been enjoying JS but I hadn’t programmed in python in a bit so I decided to do a small project but that turned into me putting JS aside and I’m pissed now because that was not my intention so I’m just putting my python down until a learn JS and the other languages I plan on learning cause I gotta get that out of the way
-
just 'Hello world' me trying to make a restful api.
*Got Ktor, loved the koltin, hated the deploy, quit.
*Got Django, loved the python, hated the sql migration, quit.
*Got Node, loved everything, hated mongo, can't quit now...
*Got Firebase DB now, I feel the hate monster...ghostly voices, saying, Work my slave, build it... dont stop, 'cause we're right behind you...
....and we're waiting for you5 -
ive been sitting on toilet for at least 30 mins. and i keep shitting. i have never had the need to shit THIS much, for THIS long. HOW??? where is all of this shit stored??? is this shit coming from the aws cloud s3 buckets??? cause aint no way all this shit comes from my asshole! this is unbelievable until u see it yourself! do u guys want me to take a pic of all the shit i just shitted so u can see im not lying?5
-
So I’m trying to implement a new feature on a web platform.
Getting constantly a new error which is good cause that means that slowly I am progressing.
And then I refresh click the button to test and then the whole top bar of the app moves back and forth like its dancing macarena for like 5 seconds. I was legit confused what just happened that. Tried to repeat it and figure out how is there animations in my code, but there’s nothing. Either I’m burned out or I’m going crazy.
Still deciding.2 -
floating point numbers are workarounds for infinite problems people didn’t find solution yet
if you eat a cake there is no cake, same if you grab a piece of cake, there is no 3/4 cake left there is something else yet to simplify the meaning of the world so we can communicate cause we’re all dumb fucks who can’t remember more than 20000 words we named different things as same things but in less amount, floating point numbers were a biggest step towards modern world we even don’t remember it
we use infinity everyday yet we don’t know infinite, we only partially know concept of null
you say piece of cake but piece is not measurement - piece is infinite subjective amount of something
everything that is subjective is infinite, like you say a sentence it have infinite number of meanings, you publish a photo or draw a paining there are infinite number of interpretations
you can say there is no cake but isn’t it ? you just said cake so your mind want to materialize something you already know and since you know the cake word there is a cake cause it’s infinite once created
if you think really hard and try to get that feeling, the taste of your last delicious cake you can almost feel it on your tongue cause you’re connected to every cake taste you ate
someone created cake and once people know what cake is it’s infinite in that collection, but what if no one created cake or everyone that remember how cake looks like died, everything what’s cake made of extinct ? does it exist or is it null ? that’s determinism and entropy problem we don’t understand, we don’t understand past and future cause we don’t understand infinity and null, we just replaced it with time
there is no time and you can have a couple of minutes break are best explanations of how null and infinite works in a concept of time
so if you want to change the world, find another thing that explains infinity and null and you will push our civilization forward, you don’t need to know any physics or math, you just need to observe the world and spot patterns10 -
Have you ever felt like your smart just because you fixed a bug on someone else project, that bug you did not tell the team you happen to cause it accidentally, but after finding how is everyone stocked about it u pretend to fixit hoping no one will notice , haha , just felt like posting today , super bored,1
-
Whats your take on Patreon (and services like it), have you ever considered one or been told to make one?
personally I think its cool that if you have a game community that wants to support you or just people that like your work in general that can support you a little for your work. and Ive been told I should make one but I dont see the point for my own case personally.
Im only asking on here cause I just want more opinions from other Developers20 -
I feel the stress in my head and a fire within cause my PRs are rejecteeed ♫
I have an error to solve and frustration to spaaaaare!
What a beautiful wind blowing through~
I wish that it blew my shaaame
And incompetencyyyy
Just fire me alreaaaadyyyyy ♫
- a song by Bugged the series on Disney Channel -
I just launched movie from some website and apple+ logo show up.
I thought yay I can watch it legally cause I’m subscribed to apple+
I opened apple tv app and I see I can’t watch it right now because it’s in cinema but I can rent it.
Lol, just launching it from website.
I’m not gonna pay twice for movie.
Corporations got no limits.
I’m waiting for someone to figure out you can make people pay to see exclusive movie trailers because we already have behind the scenes series longer then actual movies.1 -
I've got two raspberry pi's that I bought for setting up two different VPNs. I'm using pivpn.
One works resiliently, whereas the other, after couple of days, just stops working (the connection times out while connecting)!
They're on different routers, but the 'faulty' one works and then suddenly stops. This makes me thinking that there's a problem with the router.
I didn't give enough details of course, I just want your opinion on what could be the cause (I know this is not SO xD)7 -
I have been fixing tests all day and some other dev managed to cause merge conflicts, now my branch is in a permanent state of merge after I pushed with force.. I'm done...
This crisis is also hitting our company and don't know what that's means of me as I just joined...
I'm glad it's weekend1 -
time to head into javascript code testing, as i'm annoyed af of testing everything by hand whether my feature works and find the cause to some problems i have encountered
.... but first let me "npm init -y" and "npm i jest" (as the tutorial suggests) real quick in my git project ... whoops😯😐😶🤨 ... woah, ok ... 5000 added files, shit, dependencies 🙄... delete all ... git error😐😥
delete folder manually😪😅
resuming paused tutorial: "and if you've got a git repository, just install jest globally, do not do this in your repo!"
.... just happened to me😑😅2 -
what do you when people below you start flexing in front of you and they are your colleagues or people whom you can't completely avoid
They just boil my blood tbh cause i choose not to flex back and destroy their self esteem tho i am clearly way ahead8 -
The fucking shitty fucking ass shithole Wordpress Woocommerce just fucking run sluggishly like shit even not touched on without and clue causes fuck. As if there is a fucking gost behind this shit working well in the morning and slow the fuck down without any cause in the afternoon no fix
-
I'm so fucking sick of auto pay bull shit. Auto renews, auto debit for bills... Fuck off folks. AWS just charged me 150 bucks and now it will cause my rent to be returned nsf because their shit only has ACH.
Fuck you amazon. Going back to my 7 dollar VPS. May be an outdated OS version andimited but at least I don't need lube to use them.5 -
Construction crew came up my street literally in front of my house to dig the ground cause the pipeline for shit got rust and it started leaking shit all over the neighborhood, making the entire street smelly and shitty! This is what happens when i the shitbeast clog not just my toilet but the entire neighborhood with total bullshit! All must feel the wrath of my bullshit2
-
Work on my own side projects. Even just taking notes about what to do and what to avoid. When I think my own stuff avoids the conceptual flaws which cause low motivation at work, I feel fine again! Bosses never learn, but I sure do!
-
Even though we have sophisticated CD pipeline, decided to modify war on server (modifying 1 source file, compile it and patch it on server (Java based)). Just cause CD takes 4 hours and we "only have" 15 mins to do it. So manual patching with rush job. Now when I think about it, I cringe and thank the dev ducks that we didn't messed it up even worse!1
-
Hi everyone i was not on cause i was busy making mod menus on scratch LOL i decided no more and cut off the scratch for a bit and learn some python on scrimba maybe make a print spammer or some text adventure quest game or try making a website game with python, these ideas poped up in my head :) just had some weird ideas of learning it
cause why not? its easy you can probably build bots with it or troll your friends on discrod. -
Apparently there's now amazon smile...
Just waiting for amazon frown, 'cause that's what I've been doing since I've bought from them -
I had to go into the office just to fill out one piece of paperwork and now I'm here waiting 20 minutes for the next bus cause I just missed the one before it :/1
-
If anyone has followed the Android course by google, is it only me or “lesson 7: recycler view”
Is broken at? Every single time I try and compile I have to fix something cause the guy either adds something without telling or just straight says something and does something else... -
Not sure if a valid cause for a rant; but my memory stick went bad after being used for just 6 months. Bought this memory kit this summer on computeruniverse. Now Windows reports that there are damaged pages on the 1st stick; though the 2nd stick is fine. Patriot Viper with small heatsinks...
What to say... In ye olde days DDR3 worked for years and never went bad 🤔1 -
!Dev
I was on my way to buy a screen protector for my phone cause the one they put at the factory was peeling off and unfortunatly I dropped it just before arriving at the shop, fml well at least it's not that visible and it give me a reason to buy the new Huawei mate 20 pro when it's comming out -
Alright, let me pitch in. You have no real reason not to be a dev, cause there are lots of other jobs that are just plain shit.
You can create a long list of well thought out reasons for not to, especially the seniors. I like to see things in perspective however.1 -
Idk what the fuck happened, but for some reason the API I was working with just started to refuse to connect.
So I try to ping the page, and the ping is below 1ms. Look at ip 127.0.0.1 Fuck me I guess.
Does someone know what could cause something like this?3