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 - "what the fuck"
-
>Building advertising platform
>Life is good
>Fire up the dev server and open in browser
>No assets
>What the fuck
>Check code and config for like an hour it's all good
>What the fuck
>Try incognito browser, it works.
>What the fuck
>Oh yeah. Adblock. Fuck.4 -
What the fuck student. Why in fuck would you submit a python assignment in word. So that all the formatting you know the stuff that tells python how to run the code all fucks up. How the fuck can I mark this.28
-
How do mobile sites know when I'm about to tap a link, and then load something and shift everything so that I tap the wrong link?9
-
note: Not the worst dev I've interviewed but worst I've worked with.
A guy who worked in my company before me "HARDCODED" the entire calendar for next 10 years starting 2016 in dictionaries and arrays in Python for a project.12 -
So I was code reviewing this guy's code before merging into the master branch.... and then I FOUND THIS FUCKING CODE, WHAT THE FUCK!!!!!!!!!!!!!!!! What the fuck is this ???66
-
After it was revealed that the Equifax hack was even bigger yet again, the US government said something that really made me say/think something in the trend of "WHAT the actual FUCK?!"
"This data is in the hands of cyber criminals anyways".
You run the biggest mass surveillance program in the world, sucking up more than a million terabytes every hour, then at least could you PRETEND to care/take interest when the personal data of about all your citizens appears on the Internet?!
Fucking hell.11 -
Me when I look through my old projects: Man, what the fuck was I thinking.
Me when I look through my new and current projects:
Man, what the fuck am I thinking.2 -
*on the phone with a client*
Important detail: in Dutch we call a colon a "double point" and a semicolon a "point comma".
Me: go to {url} and put double point followed by {something} behind it.
Client: *tries for 5 minutes, suggestions forth and back*
Me: how did you type the double points?
Client: I typed two points. (..)
The level of retardness I thought existed got worse once again.
At that moment the open window seemed like a veeery good option 😭15 -
Reinstalled my dedicated server and realized (afterwards) that I just erased my entire openvpn/mysql auth setup and I don't have an entirely working copy.
FUCK.
Okay, nothing I can do about that afterwards, setup csf right away, monitored the auth log for a minute and noticed one ip which had just connected and found it weird somehow. Blocked the ip.
Then, one second later, as my console stopped responding and that ip address suddenly looked veeeery familiar, I realized I just blocked myself. (the blocks persist across reboots)
😐
Went to the control panel and hit the reinstall button. Confirmed, and two seconds later I realized I could just have connected to any of my own fucking vpn services to unblock myself.
What in the living fuck is wrong with me @_@30 -
Student walks into tutoring center halfway through the semester for a computer science appointment and their first question is "How do I declare an int?"
Me: 😐8 -
So today , a company phoned me for a job I applied in Jobstreet. So the conversation goes like this.
Com " Do you have any experience in Android studio? "
Me : " Yes . I develop android application, it is compulsory to know actually."
Com :" ok... Do you have experience android SDK?"
Me : " I believe you are referring to the Android studio, yes."
Com :" do you have experience in Android programming"?
Me :" Yes. I do android application for both native and hybrid. As for hybrid, I use flutter."
Com :" Ok...but I was asking about android."
Me :*explaining what I just said *
Com: " you no understand! We need android programmer! Not native or flutter programmer!"
Me *explaining what native and hybrid is (in simple terms)
Com : " it is ok then.. our company prefer those who can develop android app , not native programmer or anything flutter programmer.
"
(Btw , I transcript how exactly that person talk to me)
My question to this person is.... WHAT THE F*** IS THIS? WANT AN ANDROID DEVELOPER BUT NOT NATIVE OR "FLUTTER"? WHAT THE FUCK DOES THAT EVEN MEAN ? IF ANDROID IS NOT WRITTEN IN NATIVE OR HYBRID THEN WHAT YOU EXPECT ME TO USE THEN? USING ASSEMBLY X64?14 -
Co-worker Pranks #281: Write a program to capture keyboard input and instead output "fucking" after every "the" they type.
i.e. Can you push the fucking most recent commits
Do you want the fucking paperwork today, bossman
I can't do that today, the fucking coffee machine is not working5 -
This is Facebook Messenger. And thats a fuckin Advert. Fuckin adverts in my fuckin inbox. For fuck me's sake, What the fuck17
-
So Facebook announced a New Feature which lets you upload nudes which get hashed and on a Blacklist so they can't be uploaded to facebook. And in Order to prevent abuse, a human Reviews the pictures. Genius idea19
-
"I need you to teach me how to code, so people can't fool me around when they start to speak about apps"
-My boss6 -
Was thinking of a name for my currently biggest project and thought of a funny one, took the first letter of each word and started to use that to refer to the project, was thinking about domain names and such already etc.
Just wrote it down and I suddenly noticed:
ONE OF THE LETTERS IN THE SHORTCUT ISN'T CORRECT.
How the fuck did I miss that for fucking weeks?! It's not like it's a difficult sentence/set of words or anything.
I'm so fucking glad I didn't register domains or shit yet.
How. In. The. Living. Hell.12 -
Me: Great iOS app is only 20MB shouldn't take long to upload!
XCode laughed
AppLoader laughed
Apple laughed
I cried T_T7 -
And the award for the most ridiculous article in tech goes to...
http://m.thehindubusinessline.com/i...
This article is an interview of the CEO of one of the biggest companies in India15 -
I now know another person's password without even wanting to.
He was sitting in the row in front of me, logging into our course page and then *brrrrraaaaapppp* - ran his index finger along the top number row and hit enter.
1234567890
I don't even know what to say.13 -
Following a conversation with a fellow devRanter this came to my mind ago, happened a year or two ago I think.
Was searching for an online note taking app which also provided open source end to end encryption.
After searching for a while I found something that looked alright (do not remember the URL/site too badly). They used pretty good open source JS crypto libraries so it seemed very good!
Then I noticed that the site itself did NOT ran SSL (putting the https:// in front of the site name resulted in site not found or something similar).
Went to the Q/A section because that's really weird.
Saw the answer to that question:
"Since the notes are end to end encrypted client side anyways, we don't see the point in adding SSL. It's secure enough this way".
😵
I emailed them right away explaing that any party inbetween their server(s) and the browser could do anything with the request (includingt the cryptographic JS code) so they should start going onto SSL very very fast.
Too badly I never received a reply.
People, if you ever work with client side crypto, ALWAYS use SSL. Also with valid certs!
The NSA for example has this thing known as the 'Quantum Insert' attack which they can deploy worldwide which basically is an attack where they detect requests being made to servers and reply quickly with their own version of that code which is very probably backdoored.
This attack cannot be performed if you use SSL! (of course only if they don't have your private keys but lets assume that for now)
Luckily Fox-IT (formerly Dutch cyber security company) wrote a Snort (Intrustion Detection System) module for detecting this attack.
Anyways, Always use SSL if you do anything at all with crypto/sensitive data! Actually, always use it but at the very LEAST really do it when you process the mentioned above!31 -
> le server suddenly stops working, no boot, no POST, no beeps, no video
*le frantic cursing on how perhaps that's why the fucking thing was only €60 🤬*
*takes out RAM*
> le server still not booting
*places RAM back without doing anything else*
> le server boots up again
🤔🤔🤔
Is this what they mean with things like "compile it again and somehow the compiler will not complain anymore after a while"?16 -
In my current work, I have two systems to work on (let's name em Systems A and B). Both basically do the same thing; both allow users to book facilities available to them.
System A is already in production. My job is to fix any bugs that come up on said system. System B is an improved version that they wanted me to develop. This would follow a different framework etc. I am already halfway through this system.
Now, here's the fucked up part. The code for system A is a massive clusterfuck. It has unused commented code dated back to ancient times where men had the brain of an ape.
And don't get me started on the fucking logic. One part of the code was to retrieve and display the timeslots available for a chosen facility. The code to do that alone takes up 500++ fucking lines, filled with ajax commands, html manipulation and commented, unused codes..AND THAT'S JUST THE FRONTEND!
The fucking backend was not a problem of smelly code anymore. Nope. It was like a programmer had code diarrhea and shat his backend code all over the project. If I had a pin board, I would have made a crazy wall just to understand what some fucknut was trying to achieve.
Anyway, my supervisor told me to fix some bugs on System A. Knowing how the code was, I told her that I could refactor the code. Since I've already achieved that function on System B, with a shorter and cleaner code, I could just copy that and use on System A. But nope. She SPECIFICALLY told me to just "do whatever to fix the bugs. I don't want to waste time on System A." Okay. Makes sense to me. Whatever. I didn't wanna fuck my head up looking through that mess of a cesspool. So, I came up with a few hacks, not thinking of clean code and fixed whatever bugs there was. I then just pushed to the repo (after testing of course).
This bloody morning, supervisor came in and gave me more bugs to fix. When I thought she was done, she said "Hey. I saw the fix you made to the system. The bugs are fixed but the retrieval of the timeslots is now pretty slow. Could you see what is the problem?"
Slow.. She said that it was slow. And asked if I could fix it. I already told her what the problem was and she did not want me to waste time on it. But she wants me to fix it. WHAT THE FUCK IS WRONG IN HER BLOODY HEAD! I SWEAR TO GOD... UGHHHHH I swear I was already waterboarding her in my head. YOU WANT FAST?? How bout fucking allowing me to refactor the code?? Fucking shit head. I think I should take up yoga.1 -
WHY THE FUCK DO YOU KEEP WASTING MY FUCKING TIME WITH POINTLESS MEETINGS ABOUT WHAT METHODOLOGIES YOU GONNA USE TO GET THE FUCKING DATA????
JUST GIVE ME THE FUCKING DATA AFTER YOU DISCUSS THIS SHIT AND TELL WHAT THE FUCK I HAVE TO DO WITH IT!!!
FUCKING WASTING MY FUCKING TIME AND WANTING SHIT TO BE DONE! WHAT THE FUCK!5 -
This fucker right here. Two pages under the same site return different session data:
Session cookie is the same.
The session file itself doesn't change.
Same machine is being used.
I don't change the session variables at any moment.
HOW?!8 -
Working in company where part of team is located in Austria and these morons write evrything in fucking german, method names, comments and even the parameters which are sent to fronted. Like it isn't enough they even use special characters like ß,ü,ä and ö everywhere12
-
Google! What the fuck are you doing with your design?!
Just updated my chromebook and what the fuck is this ui!14 -
Got a marketing email talking about the "No Code" revolution. They're talking to the wrong girl here.12
-
Who the FUCK makes a home page make 1348 requests and download 41 fucking MB of data??? What the actual fuck???24
-
Okay, so I was helping an elderly woman with her laptop + internet today (with payment). Problem: Laptop connects to WiFi, shows internet connection, but you couldn't even go to google.com.
The router wasn't the issue as my phone worked on the same WiFi. After a lot of troubleshooting steps, I noticed that Windows forced IPV6 for all WiFi connections for some reason. The router doesn't even support IPV6... So I disabled it and everything started working again.
WHY THE FUCK DID WINDOWS NOT TRY TO LOOKUP A IPV4 ADDRESS IF THE IPV6 FAILS? BOTH WERE ENABLED! WHO AT THE FUCKING WINDOWS 10 DEVELOPMENT TEAM THOUGHT IT WAS A GOOD IDEA?19 -
What the fuck vscode or the vim extension on it. You hanged everytime I tried typing
Fuck you vscode/vim extension5 -
Tutorials on the Internet.
They say you have to enter a 12 Character long hexadecimal number.
AND THEN THEY PUT A "G" IN THERE?
WHAT? ARE YOU STUPID OR SOMETHING?3 -
Disclaimer: searching for a self hosted Spotify alternative but haven't found one yet so suggestions are very welcome!
I really don't get how spotify's music algorithms or whatever the fuck you'd call those (you get what I mean) work.
- Whenever I click on the button which should make a song not appear in my daily mix anymore, I hear it again within a fucking day.
- how the fuck does the getting you new songs which you might like work?! I'm a huge rawstyle fan and mostly listen to, surprise surprise, rawstyle.
Then why in the living fuck keeps Spotify coming up with euphoric/melodic hardstyle tracks?! I like those sometimes but only *sometimes*.
More and more often I have to skip through 20-30+ songs to get one raw song instead of a fucking euphoric one.
Replies from their support are non existent.
It's getting so fucking annoying.17 -
The superhuman feeling of going back to your code after a week and it all makes perfect sense, the variable names are intuitive, the doc strings are comprehensive, and the general codebase structure is sensible.2
-
Jingle fuck, jingle fuck,
Jingle fuck away.
Oh what fun it is to hear
silence on the Christmas day.2 -
Assigned to a new project team..
Using git, in a creative way. So.. "master" is "dev" branch, usually. Everyone can push their branch to dev server .. so it's "dynamic for us". Production branch is whatever, as long as the branch has the release version. Sometimes, the release comes from "master".. that mean "dev" in normal geek..
That's just Git. The source code is a saturated spagetti of Entity framework and Caliburn. It is littered with antipatterns, especially basebean. Holy Christmas and Easter that baseclass do a lot of stuff that has no place as a base class ..
Fucking frameworks, I'm gonna start to evangelize frameworks as the no1 antipattern.
MS SQL as the main DB, but is dumped to json FILES through a scheduled task to increase read performance on web.
There is a soap endpoint to expose the json files, fml..
I am assuming I was placed here to improve stuff, I have never in my life seen anything like this before.
There is a special place in hell for this repository7 -
GUYS I HAVE AN ANNOUNCEMENT TO MAKE:
Apparently Windows Explorer is an internet browser and a lot of websites only work on it
I fucking hate this dude, he CLEARLY doesn't know what he's talking about8 -
Me last year: Fuck yes! PWA's sound amazing! Can't wait to see what they can evolve into!
Me now: Fuck PWA, fuck those 'apps' with the thick end of a rake5 -
The FCC Chairman is going ahead with his plan to repeal net neutrality despite objections from fellow commissioners, the CTO, more than a hundred members of Congress, senators and of course, the people.
What the fuck is wrong with this guy? How far up your own fucking ass does your head have to be to ignore basically everyone's vote against you? What the fuck. This guy is a really piece of fucking work. I hope this bounces back to bite him in the ass real hard.15 -
class Fraction {
public double dValue;
int numerator;
int denom;
...
public UpdateDouble()
{
dValue = numerator/denom;
}
...
}2 -
StackOverflow in a nutshell
This gets me so angry; Two identical answers, one downvoted into oblivion and the other one upvoted like it is a holy grail.6 -
Someone once told me that 32-bit operating systems were better than 64-bit ones because the pointers are half the size.
*confused thinking face*16 -
Fuck.
Fuck this shit
Fuck. What the hell is this?
What the fuck????
Fuck this place.
How the hell is it even possible??
Fuck all. M leaving.
.
.
.
.
A snapshot of my workday nowadays.7 -
Was just told by a guy in my class proudly, “yeah, I’m pretty good at typing. It comes in handy for when I code stuff in class.” Awesome, that’s cool. I ask what he’s doing in the class. “We learned Scratch last semester and now we’re starting Java.” -______-6
-
!dev
So I've just been evicted, apparently the house I have a room in is being repossessed.
Now living in a tin hut in the middle of a field. Loving life, life loving me.9 -
Ok so everyone knows the "error after file end" BUT I JUST GOT AN ERROR IN A FILE THAT DOESNT EXIST.
WHAT THE FUCK UNITY. WHAT THE ACTUAL FUCK.1 -
Fun drinking game: work on a legacy system for a few hours. Every time you say "what the fuck?" equals 1 shot.3
-
Okay, so I have a question...
Although unethical, I’m considering disabling a clients services without warning. They’re 6 months behind on paying me and I have complete access over their network infrastructure. Upon reading our contract, I’ve made the mistake of incorporating services will be discontinued due to lack of payment... But, I know if I disable things they’re not smart enough to figure out why they aren’t working and call me... That’s when I’ll tell them that I can’t preform work until past bills are paid in full.
I’m located somewhere in the US. Is this too unethical, too illegal? I just want my fucking money... Thanks!
EDIT: Yes I have invoiced then monthly. They’ve received them because I had deliver al invoices to avoid the “oh I never received it” claims.25 -
So I had to implement something which I didn't know as a part of my internship. What do you think I did?
15 hours worth video lectures in two days :x3 -
What the fuck?
My Witcher 3 save state has vanished.
I didn't delete that!
Windows?!?
What the actual fuck?
😠15 -
Conclusion for this week:
Arrrgggh I worked so fucking long...
Thanks EU, FUCK ARTICLE 13,
FUCK EU, FUCK POLITICIANS, FUCK ALL!
PYTHON WHY THE FUCK, WHAT THE FUCK, HOW AND WHY?!??
FUCKFUCKFUCK
Have I missed something?6 -
"We should probably fix that security issue, but the application already works, so it does not matter" - My boss2
-
I have a developer job and being paid less than my uni classfellows who are in QA and support positions. Aren't developers supposed to be paid more?10
-
FUCK YOU if your IDE IS TOO FUCKING BAD TO LOAD MY FUCKING 300 LINES C# PROJECT IN FIVE MINUTES WHAT THE FUCK2
-
Fuck having to optimize newsletter for fucking outlook which uses Word engine to render html newsletters.. Microsoft, what the fuck bro?17
-
HOW THE FUCK
DO I USE A NPM PACKAGE
THAT DOESN'T SUPPORT IMPORT X FROM PACKAGE
IN A TYPE:MODULE
REPO?
WHY THE FUCK CAN'T NODE JUST SUPPORT BOTH
WHAT IN THE FUCK
HOW DOES WEBPACK LET YOU USE BOTH?!
I CANNOT FIND A WORK AROUND FOR ERROR
SyntaxError: The requested module 'file-type' does not provide an export named 'default'
WHAT THE FUCK?
DO I NEED TO USE A DIFFERENT PACKAGE?
WHAT THE FUCK11 -
!dev
What kind of idiot sends a random stranger “hello” on Instagram! What the fuck am I supposed to do with “hello”? Can’t you lead the message with your reason for messaging me? What the fuck are expecting me to reply with exactly? Are you fucking crazy?16 -
What the fuck sort of help do you call this!?undefined fucking adobe why do i have to "loan" ebooks? dawsonera password encryption help i use arch pdf faq not all linux users use ubuntu9
-
What the fuck is wrong with you Windows?
Why the hell do you take so much time to load?
Actually, FUCK YOU.
FUCK YOU FOR BEING THE ONLY OS WHERE HIGH END GAMES WORK.
FUCK YOU FOR BEING SO SO SO SLOW LIKE YOUR GRUB.10 -
Today I was working on a laptop. I needed to uninstall a program because i had to install the newest version of it. That process usually takes 2 hours, but 3 hours passed and the uninstall was still at 35%. I went on the task manager to see if I could figure out what is running on the laptop, that's when I saw this.... This laptop has been on for 314 days. This cannot be a normal thing to do on a laptop specially when running Windows. Why do this?7
-
Not dev, but IT...
Just found out that one section of my place of work still uses floppy disks. No I’m not fucking kidding. The other sad part? We still have the outdated computers to read them. 😩😂
Please, send help or a job application...5 -
dude@milotic:~$ vncpasswd
Password:
Verify:
Password too long - only the first 8 characters will be used
WHAT1 -
THICK-HEADED FUCKNUTS!
I have absolutely no idea as to why these would ever be password requirements, can someone please try to explain WHY THE FUCK4 -
What was the most stupid thing interview ever do to you?
My side of story. He (interviewer, also a developer) try to convince me that JavaScript and Java are the same thing. Which we all know that is not...
He said "I can't hire someone who don't know basic of computer science , this is basic that JavaScript is from Java"
(Isn't ecmascript or something?)
Saying JavaScript is From Java is a wrong statement. There are differences between having a DICK and Being a DICK.5 -
was applying to college when i saw “enter social security number (optional)”
yes ok, i’d also love to give you my bank account information, address, and birth certificate. anything you need!!!18 -
what grinds my balls ? DATA INCONSISTENCIES!!! what the fuck did people think proliferating bad data futher into the abyss of existence!!!3
-
Fuck Google , fuck Android and in particular fuck you PlayStore. What the fucking fuck. Wanted to dowload an App -> please free 120mb on the Phone. Did that. Proceeded to download the App. 2.02mb
How the fuck1 -
It’s great how HR tells you to report to work on your first day to your line manager, but also tells you to attend training in another country before you start working, BUT they don’t tell you when the training is, how stuff will be paid for, or how to contact anyone in the company to find this info out5
-
At work they assigned me to another project.
Now I need to work with JS instead of Java.
Plot twist: I have 0 experience with JS and about the same amount of knowledge.
GL to me5 -
Company has me giving interviews and today brought the second "Sr JavaScript Developer" that's gotten past multiple people that can't even construct a fucking "for" loop.
Get the fuck out of here... And those excuses at the end trying to explain your "industry experience" just annoy me further.
If I have to smile, thank, and shake another one of these fucktards hands, I'm gonna scream!11 -
Before solving the bug -
[•] 2 Errors 1 Warning
------------------------------------------
After solving the bug -
[•] 1043 Errors 7 Warnings
Fuck the what the fuck? 😵1 -
Got a new motherboard today, a Asus crosshair vi hero, AM4 for amd ryzen.
Bought is as broken / defective, it supposedly works except 2 ram slots should not get detected.
On a closer look, the story of water-damage didn't seem right.
Disassembled everything and took another look.
😲😨 "Is that solder tin? What the actual fuck?"
*Scratche it with tweezers
*"Supposed solder tin" becomes liquid and moves
😱 "The fuck that's liquid metal"
😵 Who the fuck sprinkles liquid metal all over a board?
😳Ryzen is solderd why the fuck should someone use liquid metal?
What the heck14 -
AAAAAH why does array_filter in php not readjust indexes after removing elements holy fuck what the fuck is wrong with this language3
-
Today I learned that for boolean HTML attributes, they are considered true if they're present on the element at all, regardless of their value. And that as a rule, you should specify the empty string("") in value.
This wounds me on a logic level since everywhere else in JS, "" is false.
What.
The.
Fuck.
Seriously. Why?14 -
Am I the only one to see the contradiction between the first point and the last one 🤔?
(Job post from Quartal Financial Solutions)11 -
Got a new job at a fairly large IT firm which deals with large scale business software for customers like the government's various agencies.
The very first job I'm assigned to: we have to strip down this software and make it more general, go ahead and delete everything related to <feature>.
I haven't had time to get to know the product and I've deleted hundreds of files and lines of code from related files...
I have a feeling this will bite me somehow5 -
Today is release day
Today is also the day we add couple of features for the release that will take a week to implement
Life is just won-fuck-erful -
Fuck this IOS provisioning hell
Fuck this firebase cloud messaging plugin
Fuck outdated documentation of said plugin
Fuck unsolved issues from about 3 years ago on SO
Fuck it all6 -
-----------Jr Dev Fucked by Sr Dev RANT------
Huge data set (300X) that looks like this :
( Primary_key, group_id,100more columns) .
Dataset to be split in records of X sized files such that all primary_key(s) of same group_id has to go in same file.
Sde2 with MS from Australia, 12 years of 'experience' generates an 'algo'. 70% Test case FAILED.
I write a bin packing algo with 100% test case pass, raises pull request to MASTER in < 1 day. Same sde2 does not approve, blocking same day release.
|-_-| What the fuck |-_-| Incompetent people getting 2x my salary with <.5x my work2 -
SERIOUS POST/ISSUE
During this time of pandemic all around the world, our government tried to do corruption in the import of medicines for corona victims. This is a major issue itself but has led to IT related issues as well. An online news portal reported this and it was starting to get some heat.
Then a major IT company of my country along with its sister company [The one who developed the news portal] deleted that specific news from the backdoor login.
Due to the pandemic, this news might not get much heat and might be suppressed in time. By the way, that news was a public record.
Please post your honest views on this and please let us know how we can go on after this has happened.
I feel like this thing is gonna fucking ruin the IT industry in my country 😡😡😡😡9 -
Can we please stop making everything in javascript? Pretty please?
Like, I get it, js makes it easier to find developers and speeds up development, but writing a compiler to run on node? That doesn't make any sense to me. Typescript is taking ~11s to compile a medium-sized project, out of which ~9s are just type-checking (if I disable type-checking it takes ~2s to compile). Even Rust, which is considered to have a slow compiler (because of the borrow checker I assume) takes less time to compile a project of roughly the same size.
This is getting very irritating. If I want to keep type-checking, every single time I make a change on a single file I have to wait 11s before any tests start running. This was heavily affecting my productivity (and sanity), so I decided to disable type-checking and threw out the window 90% of Typescript's advantages.
Why the hell wasn't typescript written in an actually performant language? Just so you could say that typescript is written in itself? I don't get it, I really don't.14 -
What?! I mean what the fuck?! How it become sooo late? Why is devrant eating all my time? Fuck you devRant! I fuck you too!
-
Random variation of how we learn based off a colleague.
1. I dont know what the fuck to do, i dont know what the fuck is going on
2. I don't know what the fuck to do, i know whats going on
3. I know whats going on, i know what to do
4. I know what to do, i dont know what the fuck is going on
Haha, i love my job, the place where devs play solitair with their Trello cards1 -
I asked for 2 weeks of coding whereas I should have asked for 4 weeks just for coding.
What the fuck was the even thinking? Fuck -
So was freelancing for a guy and I know him pretty well or so I thought. Turns out he is a corrupt prick who leaked one of his support staffs phone number to all the customers because she wasn't online for two days. What the fuck is wrong with some people.rant freelance why web development wtf fucking hell game creepy fucking fuck leak what the fuck fuck
-
I had the Fox Sports Go app on my Roku TV.
A few weeks ago, I noticed it was changed to the Fox Sports with a whole new design.
"Cool deal I like this."
Fast forward to today, I'm looking for a game that I know I have access to and I should be able to see. (I also check the Fox Sports Go website to see it there.)
Turns out, some dumbass fucker thought it'd be a fan-fucking-tastic idea to take a few of the TV channels and put them on their own app, while leaving the others in a separate app.
What the fuck was the point of this? I genuinely want to know what the end goal was, because it's fucking retarded to have two apps to do what one can and DID do.2 -
aagh fuck college subjects. over my last 4 years and 7 sems in college, i must have said this many times : fuck college subjects. But Later i realize that if not anything, they are useful in government/private exams and interviews.
But Human computer Interaction? WHAT THE FUCK IS WRONG WITH THIS SUBJECT???
This has a human in it, a comp in it, and interaction in it: sounds like a cool subject to gain some robotics/ai designing info. But its syllabus, and the info available on the net , is worse than that weird alienoid hentai porn you watched one night( I know you did).
Like, here is a para from the research paper am reading, try to figure out even if its english is correct or not:
============================
Looking back over the history of HCI publications, we can see how our community has broadened intellectually from its original roots in engineering research and, later, cognitive science. The official title of
the central conference in HCI is “Conference on Human Factors in Computing Systems” even though we usually call it “CHI”. Human factors for interaction originated in the desire to evaluate whether pilots
could make error-free use of the increasingly complex control systems of their planes under normal conditions and under conditions of stress. It was, in origin, a-theoretic and entirely pragmatic. The conference and field still reflects these roots not only in its name but also in the occasional use of simple performance metrics.
However, as Grudin (2005) documents, CHI is more dominated by a second wave brought by the cognitive revolution. HCI adopted its own amalgam of cognitive science ideas centrally captured in Card, Moran & Newell (1983), oriented around the idea that human information processing is deeply analogous to computational signal processing, and that the primary computer-human interaction task is enabling communication between the machine and the person. This cognitive-revolution-influenced approach to humans and technology is what we usually think of when we refer to the HCI field, and particularly that represented at the CHI conference. As we will argue below, this central idea has deeply informed the ways our field conceives of design and evaluation.
The value of the space opened up by these two paradigms is undeniable. Yet one consequence of the dominance of these two paradigms is the difficulty of addressing the phenomena that these paradigms mark as marginal.
=============================7 -
What the fuck huh?
what the fuckkk..... Jian- yang !!!
Ohh the way he scream poor aviato 😝😂undefined silicon valley season 4 then why you still didn't watch it fucktard sorry for spolier dinesh fucked up jian- yang episode 21 -
Holy shit this is creepy.
So I just got back from a team event today from a location that was a few hours away and, while we were at the hotel there was a little cardboard box on our breakfast table with an ad on it. The slogan on the ad was “Bada book Bada boom” it was really dumb and I almost forgot about it, but just now I’m listening to pandora on a completely separate network, many hours away from the location and an ad comes on with the SAME SLOGAN for what I assume was the same company.
Now I’m just wondering how they managed to do that.... I really do not believe it was a coincidence considering I have never heard that ad on my pandora before....
This is fucking creepy1 -
Yeah ok. I went to bed extra early yesterday but i kept waking up at night and now i am tired anyways but thats ok. i have to go to work now but thats good. yeah this is great. now when the sun is up and i have to go to work, my body feels like it could sleep 10 hours straight but hey, i think this is just what i need right now before work.
-
Am I only the one who finds the pen pineapple apple pen video lame and boring?
Don't get people who finds it catchy and viral. -
People in the Apple Store are either extremely chill or extremely pretentious. I've yet to find someone in-between.
-
oh THAT'S why malwiki was down...
what the fuck do you mean amplified the whole internet's dns the fuck does that even MEAN4 -
How the fuck are you supposed to read the Nobody: shit? What does it mean? It doesn't make any fucking sense.19
-
When you get on devRant expecting to make yourself feel better with others' shittier lives as devs and instead see people posting jokes and happy stuff.1
-
Fuck the organigram, I will do what I love to do, not what impresses people. Happiness over everything 👌🏻
-
When you're looking for the person that wrote over your changes by force pushing and you find out it was your CTO.1
-
Was the world always this shitty?
Was I too young to notice?
I mean... You can't even post anything on a forum without everyone going apeshit!!!2 -
You know what sucks?
APIs with the latest data, but without the latest endpoints.
What the fuck? You did the data, why not the endpoint??1 -
Microsoft Word - what the fuck are you doing?
It decided to do whatever-the-fuck-is-going-on-the-screenshot thing before I had the chance to save anything.2 -
What the fuck is wrong with npm/react-native??!?😡😡
I completed a part of a project last week, worked well, then I cloned the repo today and It returns BUILD FAILED,
WHAT THE FUCK DID I DO TO YOU SATAN?!😡1 -
>finally gets around to installing vsftpd on home server RPi
>doesn't work
hmm.mp2
>configurating
>confusing as fuck template documentation
>man page isn't much better
>gets it working
>goes to log in
User: pi
Password: a
(What? It's a home file/command server isolated from the Internet. Sue me.)
nope.avi
>why
>tries again
nope.svg
>FUCK
>sees small raw-command log in bottom-right of phone FTP client
hmm.flac
>tries again, watches log
PASS *****
>the fuck
>goes to change user pass over SSH
# passwd
"Current password?"
about half a second later
"passwd: auth token manipulation denied"
>the delay tho
>WAIT A SECOND
one time i got past some parental software bullshit on a tablet by abusing the delay between opening a banned app and the redirect to the normal software at like age 7. (Doing so let me enable remote wipe through Google. bye bye software!)
>*inner 7 year old has autistic screech*
# nano temp
a
abcdefghi
abcdefghi
^O Y ^X
# passwd < temp
>fucking works
>logs in to FTP server successfully
>does the one file download that was needed
why and how did that fucking work -
co-worker : "hey, have you listened to this cool rocking song"
*Absolutely no idea about what he's talking about*
Me : *internally screaming* no I haven't
CW : well you should check it out, it really blah blah blah
I lost interest mid-way.
Protip : never intimate your colleagues out of their interest -
Now why the fuck is one DNS record (for the www prefix) working but the other isn't? WHAT THE FUCK???2
-
A customer of ours not to say names trains people for infosec certs upon investigating their website I noticed they don't have forward secrecy enabled.
Why? What? Even?
Turn it on you baddies.2 -
I handle multiple projects at a time... Sometimes I feel stupid to mess up the basic syntax of Kotlin and Java.
So I made a stupid mistake in my code like this. I wrote this in Java file
" val something : String = "value"; " (which this is a Kotlin syntax, without knowing that I am coding in a Java file not Kotlin!
Oh stupid me~3 -
Why do we take tests on paper? No offense professor, but if all I have is a sheet of paper to program on I'm out of a job!3
-
Trying to debug my program but it only behaves correctly when I run it on debug mode not when I actually run the damn thing :/2
-
So this manager told me we need to build accelerator. What's an accelerator. He told that it some how manages Microservices.2
-
"Hey team! I went to a 3 day conference to hear someone speak and now I have this grand idea to completely change the way we do development! OK let's not train anyone on anything either! And..... Go!"
.... I heard this today after we already changed everything a year ago. Nothing like middle managers who do yearly purchases of snake oil. -
Are we fucked? Or can we still unfuck the world and stop the nonstop chaos? What the actual fuck is going on holy fuck what the fuck17
-
If you're running Manjaro and use mesa...
...yeah, you should definitely run your pacman (or wrapper thereof) with -Syyuu. Otherwise their fake-upgrade mess that they've done yesterday will likely break something on your system, too.7 -
TLDR: Being taken of my assigned dev tasks to do a basic word mail merge.
Why am I doing a word mail merge again?
Oh yeah because the business are that used to oh well if it's more than two clicks IT will do it. The only bit that would be considered hard (using that word loosely) is the address block.
No totally not mad that you had me write a mail merge for dip shits guide which isn't being used. No totally not pissed that you now want me to drop everything I'm doing for this basic task.
The fucks can't even pull the right data. Here's the data for the mail merge. Great your missing some key bits. The fucking addresses and names of the people.
I think what's pissing me off the most is I'm not being technically challenged at all and any chance I get to do something that would be is taken away to do something basic you learn in school. -
Yes, thanks you, IntelliJ, how did you know I wanted to set the fucking NODE_MODULES folder as my fucking KOTLIN SOURCES ROOT every time I hit Gradle refresh?
-
ok i'm fucking serious right now. the dumb rocket was going to (now is) the most powerful robot in space. then they had to delay, for HIGH WINDS? what the FUCK? a rocket that can carry 130,000 lbs CANT handle HIGH WINDS. what the fucking fuck fuck fuck. seriously how the fuck fuck fuck. fuck.2
-
What infrastructurial fuck / poor design happened that Tinder does not allow changing the profile nickname? Did some enlightened celestial cunt thought of using the nick as a primary key or what the fuck?3
-
Let's start by saying that I fucken know nothing.
Not even how to fucken start this rant.
I have to build a simple game for a university project.
In Java.
Since everyone in my team chose plain swing/awt, and for many other reasons, I jumped on that band wagon.
Knowing myself and that I quit the project last year, I chose an extremely simple type of game with very simple goals and Use-cases.
So far so good.
Logic, layer, and nearly everything else is nearly finished.
Since about 3 month.
Friends helped me restructure my game for better layer separation and I couldn't be happier with how that turned out.
But all those 3 month, my main problem has persisted.
I can't get it to draw a thing on the jframe.
For 3 month.
3 fucken month.
And now I don't even get a jFrame anymore.
WHAT THE FUCK
Git, tell me, what have I changed?
...
Nothing related to construction of the frame?
Ok, I removed a call to repaint there.
Let's putt it back.
NOPE, no JFrame.
What the actual fucken hell?
This is where you can stop reading, after this there will only be me crying about everything.
Sweet tears. 😭
In-between I got a frame, and something was drawn onto it.
But only on construction.
I couldn't get the paint chain to run a single time after that.
I have a nice thread with some loops that is supposed to update the logic and make a call to repaint/ update/ refresh the frame so that the game runs nicely with 60fps.
Logic works fine, but no call to what ever does anything related to painting.
This morning I had the idea that it might be because of the thread.
Refactored that the game loop runs in the main thread and here I now am without a jFrame.
And still 3255 letters to go.
I don't even even even even even..,...rant wtf fuck fucking fuck fuck! java nojframe jframe wth what the fuck pls kill me java swing java awt5 -
See I'm a curious case.
Back when I graduated high school my father and I started a startup. We build an Android app revolving around personal safety. It was cool. Had news coverage. It flopped.
In the process off the two months time it took me to build the fucker I had to "Learn" Java and the Android SDK enough to push this app out.
I burned myself out and on top of that I felt like I did not really learn the language. So now years later I want to Learn C# for myself for game Development with unity. However I also want to learn Web Development Properly. Which I have tinkered with on and off since the old days of Xhtml when I built a website for my senior project in HS.
I still feel burned out. Anyone else with a similar feel. I know it's silly being burned after one failed project. But it does not help either that I rushed through learning Java did not retain fuck all and now I feel like I can't learn anything new because mental blockage. Even reading this sounds stupid.
Might also be new shiny object syndrome. Between C# and JS. Lol.6 -
What i'll minded cocksucker decided it was a good idea to let the web application cache MySQL login credentials..3
-
What the fuck man?!
Amazon did remove Scrubs from german Prime.
The fuck am I supposed to binge on end now?!3 -
When you're agreed with prototyping sdlc then suddenly it became waterfall model.
"I'm thinking there's some lack of additional features that might be needed by our clie-"
"NO! CAN THE SOFTWARE WORK? WE NEED TO RELEASE TOMORROW "
"Yes it works ok deliver tomorrow"
Fucking cheesedick hobo here comes another deployment Friday that tops another nice fucking shit on your degenerative brain to come up with such a plan -
This is influenced by my current situation but best tool: Visual Studio. Versatile and rich debugger, good language integration for what I do. Worst tool: eclipse. What the fuck is this permacrashing nightmare of an application. And what the actual fuck are these keybinds.1
-
Omg click once applications are such a royal fucking pain in my ass.
Everything has to be code signed and every manifest much match and if you change anything you better hope to the gods you can use mage and resign that shit and that it will work
Can we just like, stop using it thank you god I hate it2 -
Use a product that is not the greatest, but does its job fairly well in the human capital management market. Anyhow this POS can't communicate very well with Azure extended end points via rest. FML. Now I'm building workarounds and I know this bs is gonna bite me in the ass.
-
For fuck sake. This is literally the 10th time today either Rider or Unity has had hiccups and just crashed. Every single time I had something which wasn't saved and had to be redone. 😡 I could be so much more productive without having to rewrite a lot of my code twice...1
-
Fuck you drupal and your gibberish arrays. what the fuck. and the size of those, it's easier to swallow a cactus than to understand.
Fuck trying to assign a default value to a field, it is about as easy as solving the middle east conflicts. FUCK! -
Yesterday's was fucking stupid.
It all begins with a fucking online clothes shop that "cancelled" my order from a week ago because "PayPal detected strange account movements". I logged into my PP Account and no notice or whatsoever of that.
Then they tell me I'll have to wait around for ~30 days to get my money back. Are you fucking damn serious? First you delay my fucking order a week then you cancel it without contacting me to "reassure" I put the order and then you say that I'll have my money back on 30 days? Fuck you.
Thereafter, I was going to buy a new phone, which two weeks ago I already went to request a quotation and they told me I was ready to go with paying 50% off.
Well... fuck me, because I went yesterday and they told me that I couldn't get the phone becase "The system says you already have three lines with our company, and all of those have money due" What? Fucking shit, I went two weeks ago and everything was fine, and now this? I don't even have an account in that stupid company and now they tell me I have three with late payments?
FUCKING HELL!!
As if everything wasn't going bad already, I went off and said I'll come back today to see "if the system has been corrected", so I went to grab a burger at McDonalds that's on my way back home.
I make my order and the cashier is like "Hurr durr.. The card terminal doesn't work, do you have cash? If not, don't worry I can cancel the order and switch to the other station so i can charge you"
ARE YOU FUCKING SERIOUS? I mean, come on dude! If you know that the shitty card terminal doesn't work and the station that it's fully functional it's literally three fucking steps next to you, WHY THE FUCKING FLYING FUCK ARE YOU USING THE WRONG ONE?
Then I wait for my order, that I saw they prepared and was ready like in 5 minutes, but the guy went and stood looking at the void. Then he realizes and begins to pick my food and set it up. He puts it on a tray and stands there, I stand there looking at him.
"My order was to go" I said... then he's like "Oh, yeah" and begins to pack.
Dude... the order is in the fucking screen, I said the cashier that It was to go... jesus.
Then I tell him "Can you put some sweet mustard packages?"
"Yeah" he says... but I looked away. When I arrived home, I opened the bag and... FUCKING HELL, NORMAL MUSTARD.
I told him twice, even said "please" and "thank you", but hell no, he had ONE JOB, and he didn't do it.
Seriously guys, stop this fucking mess, somebody call `kill` -
Okay so I calming down now. All is well. Great now I have iphostor syndrome! What will come tomorrow?! I can't wait... 26s till I can rant. now