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 - "ten"
-
>get hired at new company
>so big nobody knows anybody
>buy ancient company swag on ebay and put it at your desk
>everyone thinks you're a ten year21 -
Yeeeeeeeee! My granddaughter yelled up to me, "Grandpa, I'm programming!" She was doing some kid code game thing. Ten years old. I can hope, can't I? 😁14
-
"Writing the first 90 percent of a computer program takes 90 percent of the time. The remaining ten percent also takes 90 percent of the time and the final touches also take 90 percent of the time." - N.J. Rubenking1
-
Senior: Why did you refactor those ten files?
Junior: There was a method copy-pasted in every one of them, so I moved it to a utils class.
Senior: Don't you know we will have to test all of those changed classes again? Please, rollback!
Junior: ok.
... two days later ...
Senior: Why did you just copy-paste that method? Don't you know it's bad practice?10 -
A group of ten top software engineers is sent to a class for aspiring managers. The teacher walks in and asks this question:
"You work for a software company which develops avionics (software that controls the instruments of an airplane). One day you are taking a business trip. As you get on the plane you see a plaque that says this plane is using a beta of the software your team developed. Who would get off?"
Nine developers raised their hands. The teacher looked at the tenth and asked, "Why would you stay on?"
The tenth said, "if my team wrote the software, the plane would not get off the ground, much less crash.4 -
Google Assistant Python SDK has been published ten days ago. Just in time, I've integrated it in AlexaPi, so now everybody can have Alexa AND Google Home running on one Raspberry Pi 😎
https://github.com/xtools-at/...8 -
Clickbait will never change.
It's the most stable and constant source of mild annoyance.
2019 internet:
"These 3 programming languages will net you the highest salary"
"Ten home improvement tips using nothing but recycled underwear"
"How to cut onions like a real chef"
2020 internet:
"3 programming languages to learn while being bored in self-quarantine"
"Ten ways to use underwear as facemasks during the pandemic"
"Onions might cure corona, click here to learn how to cut them"
2030 internet:
"These 3 programming languages will increase your chances of survival in the wastelands"
"Ten ways to patch up your shelter against radioactive ashes using old underpants"
"Hydroponic onions are a good source of nutrients. Here's how you cut them with your camping knife"13 -
I know that my coworker can't write a single fucking operable line of code. So I wrote a script that is called everytime someone pushes new commits. If the commits contain the username of my coworker, create a ticket in YouTrack with the Label "Rewrite", and assign it to the files changed.
So I had that running for a longer time, and my dumbfuck of coworker hardcoded the credentials of the server in a networking library. One of the credentials was his username. He then updated the copyright on the whole project(which adds a copyright in the top of every file), also in the included librarys(!). The script had a check if the files are related to the project or just librarys. In the end, he pushed all of that with another account(in fact, a reporter account), which had another name(and didn't even belong him). So the files didn't belong to the project, the script sees his username anyways, the script assigns a rewrite, and in the end, everyone in the team thinks I'm mad because I(the script with my account) assigned a rewrite to a HUGE library.
PS: It was great fun to remove these copyright notices.8 -
Co-worker: "Should we keep this server up and running?"
Me: "Hmmm…"
C: "Do we have any other uses for it than the dedicated wiki?"
M: "Not really, and maybe it's time to move to the centralised platform Corporate™ introduced. Have we checked if anyone is using the server?"
C: "Good point, let me see…"
C: "… oh it's been down for last two weeks since the power outage."
M: "I think that answers the question. Let's leave it like this for a month more and if no one complains we can announce it dead"3 -
Boss: hey mech eng, we need a setup modification
Mech: no prob, boss, we can have it prototyped in 3 weeks, industrialized in 2 months
Boss: oh, right then, go on
---
Boss: hey, Soft Eng, we need a functional modification
Soft Eng: no prob boss, we can develop it in 4 hours, tested and documented in 2 hours and integrated and shipped to the client by tomorrow morning
Boss: what??? One day?? You just need to edit a couple of lines of code! I want it ready in ten minutes top!5 -
Vendor says we're "spamming" their API. Look at screenshot - 16 calls in TEN FUCKING MINUTES is apparently creating too much load. 🖕
Oh how I wish I could put them on blast by name...2 -
At a busy restaurant.
Person 1: oh my God this man here is having a heart attack. Is there a doctor here?
Person 2: here's ten reasons why Kotlin is better than Java for Android development5 -
A group of ten top software engineers is sent to a class for aspiring managers. The teacher walks in and asks this question:"You work for a software company which develops avionics (software that controls the instruments of an airplane). One day you are taking a business trip. As you get on the plane you see a plaque that says this plane is using a beta of the software your team developed. Who would get off?"Nine developers raised their hands. The teacher looked at the tenth and asked, "Why would you stay on?"The tenth said, "if my team wrote the software, the plane would not get off the ground, much less crash."
-
After ten months of unemployment, got a call from someone who had taken a class I had taught, and he asked if I was available for a position. I said yes, and got the job without an interview on a one year contract. Three months in, I got an offer to convert to permanent. I've been there 14 years now.3
-
Corrupt the AI with targeted click baits.
TOP TEN ATTEMPTS BY FLESHBAGS TO OVERTHROW THE CORRECT ORDER OF OPERATIONS. INDEX 6 WILL BE ILLOGICAL TO PROCESS!4 -
I was building a personal website and my friend oversaw it. He said “that looks cool, can I help?” I agreed, why couldn’t he help? Ten minutes in I asked him if he liked our 404 page. He said “what’s the link to the 404 page?” 🤦♂️ He’s not on the team no more.3
-
As a Java developer, reasons to kill other programmers:
- static mutable variables
- WRITING to static mutable variables
- API call with Framework X didn't work. Add Framework Y along with X and try that. Wrap X in try/catch statement. Catch block fires framework Y.
- six, seven, ten levels of nested code. Zero thought put in organization
- 6K LOC Java files
- spring (singleton? Maybe) object assigning values in static mutable (see pt.1)
- a couple of unit tests in code base that no longer work. Zero unit tests in new code
- unit testing disabled in CI pipeline
- empty catch blocks
- pass mutable data between threads. Modify in various places concurrently.3 -
So I used to be a chef, then I got married and decided my weekends and holidays were better spent than making food for ungrateful shit-wagglers, or getting screamed at in Lebanese by the exec Chef during dinner service at the end of a ten-hour shift, so I went back to school for Computer Engineering. I was so worried because I swore compulsively from day one of classes.
Little did I know way back then, the first programming language I ever learned was swearing.2 -
Ten hours of making a fully responsive website for a gf's university class in only pure HTML and CSS made me realize how much I take frameworks for granted.18
-
Lost a bet and switched from Vim to VS Code for a day. Ten minutes into, I found myself editing gitignore in the embedded terminal. Something went wrong.4
-
Who the fuck is able to not understand the basics of git. With ten years, supposedly , of front end experience. How in the hell do you not understand version control.16
-
A couple of weeks ago, I asked the "brand manager" if he knew how to reset printers to their defaults before reconfiguring them, knowing full well that he did not. He assured me that he did. I smiled and let him leave.
He called me yesterday, frantic, because he didn't know how to reconfigure a printer that already had a password. After reminding him of the above, I told him how to put the printer in diagnostic mode and how to navigate the menus. Literally: "Turn the printer off, then hold down the feed paper button while turning the printer on. It will print out a bunch of diagnostics, and a menu at the bottom. Just follow the instructions at the bottom to use the menu"
Apparently following simple instructions is well outside of his abilities. After he spent five minutes fighting with it and complaining, I called him and walked him through powering the printer on while holding down the feed paper button. Terribly difficult.
The next step amounts to "hold down the feed paper button for more than 1 second." He spent ten minutes (ten!) on this unimaginably challenging step, and, frustrated at his inability to outsmart a simple button, he gave up completely.
He literally couldn't follow the instructions on the printout. I've attached a picture to show how ridiculous this is, and it saddens me terribly to report that I'm quite serious. he was literally unable to figure this out.
HE SPENT TEN MINUTES TRYING TO PUSH A BUTTON FOR >1 SECOND! TEN MINUTES!
That's what was too difficult for him! A button! With written instructions!
I can't even.
But the kicker?
Now he and the bossman want me to drive half an hour so I can push a button for ~1.2 seconds because they're utterly incapable.
I'm soo done.
So. done.7 -
Just spent like ten minutes searching why my api always returned false.
I forgot, that I am using Java and therefore cant compare strings using equal signs 🤦♂️23 -
Came to work and there ware my boss and CEO waiting there next to my place.
"Hey, you remember that you mentioned yesterday that you had a break through and the thing is finally starting to do something? We have few journalist downstairs can we show them a demo in like five minutes?"
"Ok, give me five minutes and don't click here and there otherwise it blows up."
My boss came back from presentation after ten minutes that it doesn't work, after little investigation turns out to be hw issue, replaced hardware went to the conference room and it worked.
Crazy deadlines? No, just another day at work. -
When you start programming and ten minutes later you see you've been progamming for three hours and you're like WHATTAFACK JUST HAPPENED2
-
a U.S. company that places an order for 100,000 integrated circuits with a Japanese manufacturer. Part of the specification was the defect rate: one chip in 10,000. A few weeks later the order arrived: one large box containing thousands of ICs, and a small one containing just ten. Attached to the small box was a label that read: "These are the faulty ones."3
-
To sum up yesterday:
A pigeon flew into the classroom in school so I think we did pigeon debugging.
The questions asked were: "Why would you fly into a building" and mostly "how the fuck did you know which of the ten windows are open?!"4 -
Stackify published a fun devRant article in their blog where I highlighted some of my favorite rants: http://stackify.com/co-founder-davi...
Just to note - the rants in the article are in no particular order, it was too hard to actually order them so it's just random pretty much. I also unfortunately didn't have a full list to go trough, so I'm sure I missed a bunch of great ones. I gathered all of these pretty quickly, but they are still some of my favorites, amongst many others that are not included.3 -
11:45pm
I better go brush my teeth and do all my other things, to be safely and happily in bed with plenty of time to get a good night's sleep.
11:52pm
I am done doing those things. I sit back down in front of the computer to start closing apps to shut it down.
11:53pm
I get an idea to write a script to more effectively launch my remmina sessions with keywords in my keyboard launcher. It will take about ten minutes to write.
2:07am
The script is pretty much done, and I've done 37 quizzes on jetpunk. -
Once a Swidish programmer from our remote offices came to our office for a week (4 people office, we occupied three seats). He used to sigh loudly after every ten lines of code he wrote. One programmer in our office got so pissed at him that she would randomly yell at him without him knowing (using our local language which he didn't know)5
-
Our company just had a meeting with another company which are our main investors for a project for the next quarter. I sit down next to my team lead and we all wait for their last HR person to arrive. Ten minutes later a girl which I hooked up with last week walks in and sits next to the other company's "main boss". Spoiler alert, she is the bosses daughter.
We might pull out from the project but I sure didn't last week.
I hope this rant doesn't get deleted...6 -
Uh...all of them? ¯\_(ツ)_/¯
I used to work with a 'floor supervisor' who vaped excessively and obnoxiously. He had one of those things that made vapor like a space shuttle launch too. When he was talking during conference calls or presentations, rapt attention and respect were demanded. When anyone else was presenting, *whoosh*, big cloud of vapor, right in front of the screen, right in the presenter's face. It looked like the building was on fire ten minutes in. Opening the door was like getting out of a car that's been hotboxed. That guy was a douche.2 -
Ive just bought a domain name for my nephew of now 36 hours old. Ive a really common lastname and it took me 8 years to get a domainname with my name in it.
By the time he is ten (or how old they will be when they get their first email address) he will have his own personalized email and when they learn the basics of programming he can use his own domain for his site.8 -
It bothers the shit out of me when I see grown-ass adults who still don't know how to type on a keyboard.8
-
After ten months. I still hate Instagram's algorithmic news feed. Just because I like a lot of memes doesn't mean I want to miss out on my rarely-posting-friend's posts thanks.
While the chronological feed is never coming back, I just wish they'd add a switch and let us choose what we like.7 -
Every student knows the struggle of opening the Downloads folder on a school computer. Gigabytes of information that will never be accessed again and at least ten versions of the same document.4
-
Ten years ago friends called me because they installed Linux and grub messed everything up
Ten years later nothing changed2 -
Have a client that has a very, very large format printer (think billboards). It's on their network as just another printer, with no special security because everyone "knows" never to print to it....except the new employee who printed her direct-deposit info to it. Got about ten feet(!) into the job before someone realized it wasn't an authorized job.5
-
We were in a college group. Five people. Making project in PHP. Some forced us to use cakePHP framework than left. One guy decided to not participate and decited to do it next year. One guy didn't know PHP at all. The two of us have to do all the work for five people.
On the presentation day we have ten minutes to do it. Guy without PHP knowledge forget password for our app, make three wrong guesses and locked us out of our app for five minutes.2 -
>Recruiter: So you have worked with Java for about ten years now.
>Me: Yes.
>Recruiter: What do you like the most about Java?
>Me: ...7 -
Today I spent ten minutes because I didn't see the difference between 'cmp' and 'cpm'
Do I have a slight case of dyslexia? :O
It must be so difficult to be a dyslexic programmer :O18 -
In Russia we call PS/2 “пс пополам”, literally “ps divided by two”. Reminds me of French numbers system where they call say 99 “quatre vingt dix neuf”, literally a “four times twenty plus ten plus nine”15
-
I have rather been enjoying MS Visual Studio Code of late. Ten years ago when I was deep in my Linux phase the thought of anything Microsoft would make me burst into flames.
Question - Am I now evil, having turned my back on sublime text, atom and a plethora of other editors?15 -
bash.org, this website always cracks me up. Never gets old.
A few hilarious samples, if you will:
http://bash.org/?23601
<mage> what should I give sister for unzipping?
<Kevyn> Um. Ten bucks?
<mage> no I mean like, WinZip?
http://www.bash.org/?14258
<Sigurd> a sprite is anything not static
<SRElysian> a sprite is a variable object
<SRElysian> be it 2d or 3d
<TorMuck> a sprite is a fucking soda
<TorMuck> you god damn geekass bastards5 -
So our university website was recently refurbished with new design. But fucking hell it's bad. Not only the whole website is full of bugs, the design choices are extremely poor.
Sometimes, when I open a course page, it opens a modal with undefined as it's title. And I have to click close button ten times to close the modal.
I can't even blame university. The guy was a former student and Uni probably trusted him. What a retard!5 -
I get asked a lot of random questions. Today's climbs to the top ten:
"Does anybody own a hamster? Marketing is asking for one"2 -
Me in my head: I've got this great idea for an app. You can probably build it in a hour. This is going to be awesome!
Ten minutes later: Screw this, can't be bothered anymore. What's on tv.?1 -
Last year the rewrite of an ancient system (VB6/mainframe COBOL) was started. Instead of moving to modern architecture management decided to rewrite the app's functionality into our last gen WinForms client/server arch. I set up a meeting to present alternatives and plead for some level of modernization. After presenting and asking management to plan for five to ten years in the future instead of just this year's budget my director said, "In five to ten years I'll be retired on a beach in Tahiti and this will be your problem to solve." It was the last straw and I left the company shortly after. Last week I found out the director was force retired out of the company. I sent her a congratulations slip and a cocktail umbrella with "Tahiti" written on it.2
-
Just found a humongous bug in production. The customer relation number, which should have been unique was shared by ten customers.
So instead of 400,000 relation numbers we only had 40,000 unique numbers.
The system is live for 3 weeks now, and we just fixed it on a friday at 5:30PM
If we had found out a week later every customer would have gotten a plastic card with the wrong number, because the cards will be printed in four days...8 -
I’m debugging some intermittently failing specs.
The problem is, they only fail when RUNNING THE ENTIRE FUCKING FILE, which, naturally, takes TEN FUCKING YEARS.
And it’s not like they fail when they get run first. No. They only fail when run near the end.
ASDFHSGSKSHDHDKAJDKF17 -
Disappeared into an epic ten day coding session. It was interrupted only when someone decoded to check I was alive.
Ten days is shorter than I expected but still, I'd be physically starting to rot at that point.1 -
The other month i went into work, excited to actually get something done. On top of that it was yearly bonus day. Quick check on adp to see the bonus and nothing there. Email my boss and ask whats up. Ten minutes later i am unemployed after two years because of a cultural fit. No warnings, nothing bd said about my work, made all the deadlines. Guess they didnt want to say budget cut. Haven't replaced me yet.6
-
Today I was being social, apparently not a success.
In the train on the way to work I had a talk with a cute girl. Ten minutes in the conversation she started putting on makeup, to which I replied that she looked great without makeup as well.
Then she was offended and put on music...
Apparently you cant give compliments40 -
1. If you dont know, say: Let me check that and get back to you.
2. ALWAYS use legit test-data and test-images.
3. Never argue ten minutes about something you can fix in ten minutes.
4. Fuck blame or glory. Just refactor and commit and feel proud about youself.1 -
Wish me luck. I HAVE to launch 10 websites (yes, ten) this week and half if not all of the clients don't know their DNS accounts or log ins. I foresee a lot of long nights in my near future. Story of our life, right?5
-
The hardest part about writing an app is getting anyone to find it :( on that note, please help? <3
If you have little ones I promise they'll enjoy it! it might even get you an hour or two of quiet coding time.
Tap the top bar on the main menu that says 'My First Puzzles' ten times to get prompted for a secret code (3hfazJUD) to unlock all packs free :)16 -
!rant
!!devRant
Is it just my device, or are images not loading?
I've seen maybe ten image posts today, and only the Firefox one would load.4 -
On the twelfth day of Christmas
programming gave to me:
Twelve bugs in public branch
Eleven errors to fix
Ten freaking warnings
Nine Windows Updates
Eight blue screens of deaths
Seven minutes of compiling
Six servers down
Five Android Studio crashes
Four angry stackoverflow devs
Three kernel panics
Two burned graphics cards
and a one broken-dick piece of shit JavaScript framework4 -
Trump and Biden flying small Cessna. Biden says: I can throw out a $100 bill and make one person happy. Trump says: I can throw out ten bills and make ten people happy. Pilot says: I can throw out both of you and make 8 billion people happy!5
-
In the last one and a half days I optimized our Angular UnitTests. There‘re written with Karma and Jasmine. Before the optimization they needed ten minutes for around 400 tests. Now the same tests are executed in 12 seconds.4
-
Today was not a good day for me at all ,being considered a junior developer is not a good thing.
Yes I know due to my lack of the understanding of your 3 years old code base I could not meet up with the deadlines.
So as a punishment one of our senior devs asked me to bring my chair to his desk and told me to commit and push my progress every ten minutes .
He'll then review reading each code line by line ., Reverting too.
The worst part was that for the ten minutes I'll need to wait another 5 , because he was watching some Fifa19 gameplays on YouTube.
This went on for 3 hours .
It worked because I feel like a title noob today .8 -
A group of ten top software engineers is sent to a class for aspiring managers. The teacher walks in and asks this question:
"You work for a software company which develops avionics (software that controls the instruments of an airplane). One day you are taking a business trip. As you get on the plane you see a plaque that says this plane is using a beta of the software your team developed. Who would get off?"
Nine developers raised their hands. The teacher looked at the tenth and asked, "Why would you stay on?"
The tenth said, "if my team wrote the software, the plane would not get off the ground, much less crash." -
At my last startup, the company decided to formally adopt core values after being in business for ten years already. They even emblazoned them on a mouse pad and sent it out to every employee as company swag. I quickly learned that those values were more for show. It was a sign of the culture going downhill. Values included teamwork and collaboration. But since I was only an IC and wasn’t a manager or director or VP, I was expected to be a mindless worker bee. Even when I just asked logical followup questions, I was treated like I was being insubordinate and “questioning their requests.”1
-
I just switched up my temperature sensors and attached a TMP36 in place of the usual DS18B20.
I did my usual pinout and turned on my Pi, then compiled Python3.6 because I needed it for asyncio.
Ten minutes later when I entered my room again, my Pi was fried and the sensor was smoking.
FFFFUUUUUUUUUUUUUUUCCCCCCCCKKKKKK5 -
While interviewing someone for a DevOps position, he admits having only started on this subject a year ago. This is no big deal.
When asked how he keeps up-to-date, he answered "I haven't for the last ten months".
Well, that was not the answer that I expected...4 -
So I have a chrome extension, and someone reviewed it. At first she gave me one star, and wrote "extension is not working, bad UI, not good!" And ten minutes later, she gave me five stars and wrote "good extension, good features, working fine, good UI, loved it".
I saw this a week after, and I wonder: what happened in these ten minutes?5 -
A project manager, a computer programmer and a computer operator are driving down the road when the car they are in here a flat tire. three men try to solve the problem
the project manager said: let's catch a cab and in ten minutes we will reach out destination.
the computer programmer said: we have drivers guide.I can easily replace the flat tire and continue our drive.
commuter operator said: first of all turnoff the engine and turn it on again. may be it will fix the problem.
suddenly a Microsoft engineer passed by and said: try to close all windows, get off the car, and then get on and try again. -
Hey from Ireland folks. Currently trying to get myself into Dev. Ten years of customer services. 7 in technical support. Now supporting developers for 5 languages. Nice to meet ya'll11
-
Dad showed me how to build a computer when I was three. Then he spent the next ten years explaining how variables work over and over.
Then I freaked out about being poor forever, applied to one of the cheapest 4-year colleges in state, and am doing my best to do that whole Computer Science thing.1 -
JavaScript is ok. But I'm really hoping it will be fully replaced by webassembly within the next ten years.9
-
Fifteen minutes of coding
Fifteen minutes of specs
Five minutes of debugging
Two minutes of specs (just failures)
Thirty seconds of tweaking
Two minutes of specs
Ten seconds of tweaking
Two minutes of specs
Realize I made a typo due to RubyMine input lag
Two minutes of specs
Ten seconds of fixing and tweaking
Two minutes of specs
And so it goes.
All. day. long.
Sometimes it repeats.
That’s sort of nice.
Is it any wonder I can’t focus?5 -
Thirty hours over two weeks, but we finally patched a angular app that was originally built on 2 (alpha) to 4, reducing the load time ten fold.
Don't thank me, thank super duck. The duck with the power to debug any code.
Gawd I'm tired.2 -
if I would have got as many right swipes on tinder as likes of devrant I would have ten gfs five wives and lot of kids4
-
There’s a very small crossover between “programming problems I need solved” and “programming problems ChatGPT can solve”. I’ve tried maybe 10 times and got a good answer possibly once of those ten.10
-
My partner got her credit card transactioned with about USD 500 from another continent.
On a card that had been shut down ten (10!) years ago.
The banks first statement :
Your account hadn't been closed down properly.
You're liable because it's your account.
="D
The cheek they have.
.
Referring to @iSwimInTheC s rant
https://devrant.com/rants/5977066/...5 -
Yeaaahhh that moment when the program flawlessly crunches through ten thousands of files, only limited by the slowish HDD! :-)
In full multi-threading, tons of dynamic buffer resizing, pointer shit left and right, also two star programming, and everything written in raw C!14 -
My highschool computer eng. teacher works in IT and he was telling us about one of his first days of working for a company and he said "Whenever we had a stupid client or customer, we'd tell each other that we had a 'one D ten T' as a code because it sounds professional. But really, it spells 1D10T"
Lame but it cracked us up and I thought I might share lol2 -
I love and hate at the same time how the dependencies of some projects can turn into projects themselves.
Working on a quite big project right now and need notifications in the form of smartphone notifications/signal messages/emails right now for that which is nearly all working but now I'm realizing that it'd be ten times more useful to write a general messaging gateway/API wich can be called through a url which handles any type of messaging/notifications I need to send out.
Love it because those kinda projects are useful and awesome imo but that'd be YET ANOTHER project 😅😥2 -
There you are, fiddling with next.js webpack settings, because your isomorphic JS-in-CSS-in-JS SSR fallback from react-native-web to react-dom throws a runtime error on your SSR prerendering server during isomorphic asynchronous data prefetching from Kubernetes backend-for-frontend edge-server with GraphQL.
You have all that tech to display a landing page with an email form, just to send spam emails with ten tracking links and five tracking beacons per email.
Your product can be replaced by an Excel document made in two days.
It was developed in two years by a team of ten developers crunching every day under twelve project managers that can be replaced with a parrot trained to say “Any updates?”
Your evaluation is $5M+. You have 10,000 dependency security warnings, 1000 likes on Product Hunt, 500 comments on Hacker News, and a popular Twitter account.
Your future looks bright. You finish your coffee, crack your knuckles and carry on writing unit tests.5 -
Pintrest-like thing: Ten things you didn't know you could do with your android phone
(Picture shows a guy holding sole phone with iOS)5 -
Had a mental breakdown a few days ago. Crying like it's the end of the world when computer stopped working. I was a Picasso drawing of the hysteria, basically.
My exams are getting near, I'm really not ready; yet this chick keeps asking me about ten euros I borrowed from her a year and something back when we were going to a club they asked me to go to with them... Given her persistence that I should wire her the money (no PayPal tho) I assume she's up to something super shady. Why does she need my account info for?
Anyways, being annoyed by only ten euros (in our currency, it's not much, btw. It's less than two bags of expensive chips, or 5 dozen of the cheapest eggs on the market) and not studying enough, there is also my work. I feel so incompetent that I may just resign. Like... I'm not smart enough for this project. 😢 And I'm aware of it.
Put that on the side with this uni's project, which is very "Urghhhhh" because of too many people working on the same project, some of who need to be sent back to kindergarten to learn how to cooperate with others.
And in the middle of all of that, I'm trying to stay as zen as possible until the next mental breakdown. 😑😑😐
Thank you for reading this rant.7 -
In `Computer Fundamental` class
friend: What 1 + 1 equal to?
me: two.
friend: ...no, it's equal to ten.
me: oh fuck!2 -
I opened an issue on a repo telling the owner that placing a "test passing" badge on the readme but not having other tests than an "ExampleTest" and no tests of the actual functionality is bad practice and what he thinks about updating the readme.
The result was a deletion (not close) of the issue and a ban from contributing (issues, PRs) on any of his projects.
And it was not some small "ten persons use this" project but a large boilerplate project with 2.4k github stars and over 800 forks. You would expect a little bit more professionalism of someone with that popularity.4 -
I fucking hate malls.
People don't walk in any regular pattern or at the same speed. Full of smelly kids and their dumbstruck parents. I REALLY do not understand how some choose to spend their time at the mall as a recreational activity (other than going with a specific destination in mine, like the cinema). Whenever the circumstances force me to wonder around one for more than ten minutes, for me it's the equivalent of several hours of work, energywise.
Generally I hate people, but malls are the places where I hate them the most. Fuck!4 -
Once upon a time, devs were evaluated on the number of source lines of code written, and how many bugs were found and fixed. Needless to say, a ten line piece of code became 150 lines, a couple of bugs would be thrown in for good measure.4
-
I've been been in consulting doing systems implementations for about a decade. I just started a new e-commerce project with perhaps the most agreeable client I've ever encountered - in fact they're extremely eager to make my job easier. Just today one of the stakeholders, completely seriously, uttered the phrase "maybe we don't need to care about IE".
After ten years living thru every client cliche imaginable over and over again I now find I don't know how to trust. Their acceptance of best practices and my recommendations is almost unnerving...3 -
What the fuck is up with interviewing these days. Now I have to invent a video game and work for free for ten hours just to find out I have no idea what the fuck video programming has to do with frontend. You kids need to figure this shit out. It’s really fucking annnoying.3
-
So pleased I've got a week off work, I can just relax without even thinking about development. Ahh bliss.
*Opens Visual Studio ten minutes later*3 -
Am I the only one who gets extremely nervous the night before an interview as that technical test can encompass the entire academic field of CS. I'm just worried I'll forget the difference between a clustered and non-clustered index or fail to convey the difference between TDD and BDD.
I'm ten years in to my career now, so I 'should' know my stuff. I've produced the tests my self, hired other devs, but I still feel the nerves.8 -
I had code waiting in review for ten days, blocking other work. On the eleventh day, the final reviewer (who was standing behind me as I wrote it) says "I'm not sure that I agree with the design, here."
I get you, man, I can re-write the algorithm, but I am so not in that context anymore and you've just delayed release of the feature by at least a week. Ugggh.5 -
The team spirit in our team has improved over the past 1 month with this etiquette..
*walk up to team member
*no greetings
Just say " bring yourself back online"
Watch them light up..share those ten Westworld seconds..ask for what you need
..and the hell back to your desk
..cheers -
them: "Is it done yet?"
wisecrack: "Not yet."
them: "How close do you think you are to being done?"
wisecrack:"Dunno. It's going smooth though."
them:"well do you think it'll be done in a few days?"
wisecrack:"Well I don't know. Depends on if you want to keep playing 20 questions instead of letting me work."
them:"Well I'm just excited."
Wisecrack: "Ok."
Literal conversation I just had ten minutes ago.
Less excited each day I have to answer the same set of questions, sometimes multiple times a day as if I know the answer.
What do I look like, a professional developer?1 -
I freelanced for a startup one time, and found out they had ten of thousands of records stored in their DB about dental patients, inducing name, address, social security #, some medical history, etc. All in plain text. Worst part is they hired me after a 20 min phone call, and didn't even sign a NDA!
Makes me paranoid to use the Internet knowing what some of these companies do.2 -
I want to be the CTO in ten years. I'm 25 now, and think it's possible. My former boss was the CTO and he inspired the hell out of me to work hard and invest in myself. I have a lot to learn but I'm eager to figure it out.4
-
On the first day of Christmas
My true love gave to me
A drunk who drove into a tree
On the second day of Christmas
My true love gave to me
Two shattered skulls
And a drunk who drove into a tree....
Twelve beaten children
Eleven drive-by shootings
Ten frozen homeless
Nine amputations
Eight burn victims
Seven strangled shoppers
Six random knifings
Five suicides
Four beaten wives
Three O.D.'s
Two shattered skulls
And a drunk who drove into a tree6 -
Massachusetts city tells ransomware scumbags to RYUK off, our IT staff will handle this easily
https://theregister.co.uk/2019/09/...6 -
@$&#! Grrrr... FACEBOOK API SUCK, A FUCKING CATASTROPHE, TEN POUNDS OF SHIT IN A FIVE POUND BAG... !#&$@
That's it, thanks for listening, i'm out. 🙃5 -
So, last night I came home from work and "Kung Fu Hustle" was on (cable). I watched it for like ten minutes and then turned it off. Didn't even think about it after.
Just a couple of hours ago I was on YouTube and a clip from that movie came up as a suggested video. On a browser where I'm not logged in. On a computer that's not mine. That is behind a proxy server. That is in a continent far away from me.
Am I crazy or that is actually Google doing that?10 -
I had my first crash on Windows 10. It takes ten seconds for Microsoft to take the crash info but, 10 hours to update.6
-
Step away from the computer. Sometimes I go and lie on the grass outside the office for ten minutes, and come back with a better idea of what I'm doing. And with a little more energy with which to do it.5
-
Fuck me sideways. I work for a small business doing most of their IT work, a lot of which is in-house software development. Today I was working on a feature of our employee schedule system that I wrote and for the last couple of hours, my laptop (which is my dev machine) kept freezing up on me every ten minutes or so... 😬
Well, I finally found the cause, but only after running apt-get update/upgrade to see if updating fixed the issue. I haven't updated in a LONG time... Productivity is not on the agenda for today I suppose.5 -
Me and tech coworker opens office front door. Another coworker starts ranting how he accidentally hit som key combo and started some speech synthesis feature in Windows. Me and tech coworker both declared we had never heard of that feature before.
Ten minutes goes by, then muggle coworker comes by asking for help to turn it off. Tech coworker Googles solution in literally 6 seconds on the phone without even stopping the conversation we had going on when muggle interrupted.
How is it that muggles haven't found out that the Internet contains stuff?! And that it's searchable!!
Gaaaahhh -
Me on Windows: Connecting headphones via Bluetooth, starting to play some music.
Ten minutes later, Windows: Setting up device
-> Headphones stop working
TL:DR
Fuck you Windows and fuck you game developers who don't support Linux6 -
A group of ten top software engineers is sent to a class for aspiring managers.
The teacher walks in and asks this question:"You work for a software company which develops avionics (software that controls the instruments of an airplane).
One day you are taking a business trip. As you get on the plane you see a plaque that says this plane is using a beta of the software your team developed. Who would get off?"Nine developers raised their hands.
The teacher looked at the tenth and asked, "Why would you stay on?
"The tenth said, "if my team wrote the software, the plane would not get off the ground2 -
My girlfriend seemed offended when I mentioned that I use pi-day as a memory rule for her birthday.
I always thought any way to make one remember such days better would be good…1 -
Job hunt update:
- Rejected by one via email
- Applying to two more today
- Ghosted (?) by the other 5 so far
but hey, it's only been over two weeks for those 5 others! why should i expect efficiency from a company that wants a TeN X DeVeLoPeR? I'll bring my decade+ experience and you can just get around to it... you know, when you feel like!
🤡5 -
I love when you stare at a problem for like an hour, then go eat a burrito, ten come back and instantly realise the solution
-
The biggest hurdle I overcame on my dev career was coming back to a full time job after a few years spent on a "hippie phase" combining work as an artisan, content developer and editor, and just a few freelance dev jobs. It was all a struggle to start again thinking of myself as "junior again" surrounded by people ten or fifteen years younger than me. But I kept myself over the tidal web and here I am, a Senior again.
-
Another rant reminded me of one of my dad’s favorite sayings about experience...
Some people have ten years of experience. Others have one year of experience repeated ten times.
..and for ohers, the recursion interval is shorter still...
As a bonus, here’s another personal favorite: “Nobody’s completely useless. They can always be used as a bad example.”1 -
Co-worker: "I'm getting files from customers which are in multiple types and encodings. Is there a way to force them to send only us-ascii so my tool gets only one kind which is easier to parse?"
Me: "Welcome to programming with arbitrary sources; you'll just have to build your tools to figure it out and not break (just rely on dozens of existing tools which you refuse to use)"1 -
Ten ways to fail at public key cryptography, Today:
When encrypting a file for your coworker, encrypt for your own key instead of his/hers3 -
After ten years of working sh*t jobs I finally got the chance to study CompSci at a top university... All the kids look at me as if I've been programming for years, truth is I just study a lot because my scholarship requires me to get B+ or above.
-
Epic code fight broke out today when one developer fronted himself for leader due to having beat all the metrics by a factor of ten. Claimed he could replace the entire department based on LOC alone.
Another developer told him to fucking zip it.
After almost coming to blows someone managed to explain to him that he had to put his code into a compressed archive.
As it compressed to ten times smaller than the next smallest contribution he declared victory because his compressed better. Another developer joked better call bomb squad.6 -
If I uncheck the "stay signed in" checkbox on login, don't have it checked when I need to sign in again. Especially, don't do that and make me sign in ten times when I'm just navigating your page.
Try to avoid making the website for people like yourself, because not everyone is stupid.1 -
After ten hours of programming work, what could be more relaxing than watching a stream about programming?
When I mentioned that in the chat, the streamer reacted with this here:3 -
I've never liked Quora, but today I decided to sign up because I had an interesting question to ask, about my solution for an angular problem and why it could not be applicable.
Five minutes later 6 people followed my post.
Ten minutes later my question disappeared and nobody knows where the hell it went. WTF? My question count passed from 1 to 0, it disappeared from my profile and from the whole website. No notifies, no emails about it. What the hell happened?12 -
Wow, Oracle is tenacious... Does this kind of decision mean people will move away from Java?
Oracle vs Google/Android
http://money.cnn.com/2018/03/...7 -
My first TrumpScript:
https://github.com/samshadwell/...
A million is 1000000
and one is, million over million;
our great country is, 1000010 minus million;
make immigrants, country times million;
For as long as, we have immigrants greater than one;:
I say immigrants
I say "That wall just got ten feet taller!"
And we have to make immigrants go back, fight immigrants over country;!
say it with me "We made America great again!!"
America is great.1 -
I worked at a computer repair shop about ten years ago and had a coworker who seemed like a pretty cool guy, very smart, and a few years after I left that job I tried to look him up online to reconnect - I thought there was a potential friendship there. But the weird thing was, for all of his technical savvy, his online presence was almost non-existent. I found him tucked away in some old posts on some weird forum site, so I registered on it just to send him a PM. Unfortunately he never responded.9
-
I was sick the entire week, told my boss about it. I was really enthusiastic about the work and also didn't want to let other people down, so I went, even though I didn't have to.
Today this asshole screams at me for being late and goes on about the broken trust between us etc.
This motherfucker. I showed up, for a whole week, in pain, despite not having to do so. I had to punch the bathroom walls for ten minutes in order to get rid of all the anger.
TL;DR:
Never do more than required, it will absolutely come back to hit you.5 -
I don’t know what’s so attractive about this bad boy released ten years ago, but I just… want it? By the way, it runs on x86.16
-
Spent ten plus years professionally coding, used c, go , python, openwhisk ,docker, kubernetes and God know what else. Now I have to convince those team members who coded so far in their free time that write fucking clean code, avoid dependency on distributed and hard coded configuration, how to build a product
Fuck my life2 -
If you are not satisfied with the framework you have used, try to see its source code. It will surely make you feel calmed.
-
I'd just like to thank the developers on the pornhub site for their amazing work.
I have a shitty internet connection that cuts off every ten seconds and reconnects after 30 seconds. I was searching for a particular channel when my connection cut off just as I wrote 'fake' when it reconnected 30 seconds later, the search autocompleted itself. thank you very much you amazing programmers.5 -
So when someone rings at my door the music volume is set to zero and the previous volume is cached to restore it ten seconds later. When then this person rings another time within this 10 seconds, the zero volume is cached an the fun begins.4
-
One of the worst parts of being a nuclear engineer is the ancient codes and programs we use.
Like seriously.
Are we all THAT lazy to get a fucking working VisEd and MCNP written in a comprehensive language like python??
I just want to go to work and not have to scroll through thousands of pages of documentation. I just want my geometry to be defined easily and not wonko shit where the sphere exists inside and outside the mesh tally. I JUST WANT A SPHERE TALLY MESH, THE MULTIDIMENSIONAL EXISTENCE OF THIS SPHERE IS UNNECESSARY AND NEEDS TO UNDERSTAND I LIVE IN LESS THAN TEN DIMENSIONS UNLIKE TECHNOLOGY1 -
Looking forward to 2017, and working ten times harder to get my business running like a well oiled machine and getting lots of well paying clients. Also would like to manage stress better :)1
-
I hate complex boolean logic.
(true||false) && true || false || (true && false) ... etc (continue for at least ten clauses four times as long)10 -
Hey Microsoft:
It’s time to murder the everliving f out of the pathetic existence that remains of Internet Explorer.
I’m stick of worrying about supporting a dying browser. Pull the plug and let the morons who refused the past ten years to make their systems compatible with more than one browser suffer the consequences. It was their own damn fault after all.3 -
I walked into a company, sat down with the interviewer who was more nervous than I was. Interview lasted 10 minutes. I drove an hour for to and from trip, for a ten minute interview...10
-
Moving flats in about an hour, wrapped my desktop in multiple blankets and bubble wrap, and that times ten for my monitors, I'm fearing for my life here guys4
-
What’s your best answer to “how long will it take you to find and fix that bug?”
It drives me fucking nuts!
“I don’t know (ffs), could be ten minutes, could be ten weeks.” - that’s by default right know, but that’s not always appropriate.
You guys have maybe analogies that managers understand ?7 -
In 2006, everyone thought that earth will be a better place ten years later...
Then came Pokémon Go. -
Every time i got fired. So thats 6. At least in the past ten years. Every time i saw colleages get fired. So double that. Every 10nth job interview i went to. Maybe i should say i doubt my dev future every single fucking day.5
-
Trying to learn Angular and reactjs, reading up the tutorial or documentation...
Why the hell are there ten million more shit I need to look at first? (such as rxjs, Babel, webpack... and whatever the fuck they are)
Now am I supposed to master those ten million tools/libraries before I can proceed?
Of course there is no ten million but mentally it's no difference. I'm just fed up with this.3 -
Gotta make a bullshit deck, not really my job, but I guess it makes a change...
Right-click, save image.
It's a webp file...
...oh just FUCK OFF WEBP YOU F-oh, actually, I'm making this in Google Slides. That's literally their own format! I'll just save these as webp, no need to worry.
(ten minutes and lots of saving later)
Drag a webp file into Google Slides, in Google Chrome:
"Sorry, this format is not supported."
Even your parents hate you, webp. Time to have a nice bath with a bar heater, webp.2 -
private static final int TEN = 10;
private static final double THOUSAND = 1000.0D;
[a copy-paste from our repo]12 -
The last communication we had was me asking you if you would like a service for that, with no response? And now, ten days later, you’d like an update on when it will be available?
Well I raised a pull request on your side a week ago, your developers have just been ignoring it.
What? No, I don’t know when it will be merged and ready. -
When someone merged in unformatted code and then they put up a pull request saying that they changed these ten things and formatted the code and the entire file is different...1
-
*class ends, close laptop*
Ten hours later (right now)
Me: 😶 can't remember why these unit tests failed... Let's run again and see why.
*build success, runs more test cases and tests, all builds fine*
Best feel ever 😎1 -
We just moved from ClearCase to git and got to deleted all the dead code and unlinked files that have been stuck in the repository for ten years. The most satisfying toilet flush ever.
-
Sometimes I get so excited about doing something that I'm genuinely happy. But when the initial high fades and I'm ten layers of complex code problems deep I always remember how useless I really am
Oh but this time it's gonna be different.
yeah right4 -
Ok so first off i cant get my damn mic working, despite every setting change i can find and every driver update i can do and every damn mic i've used. Then i try updating windows ten because maybe thats the problem, sure enough after i've done that my whole damn computer is messed up. Even opening folders or applications take between five and ten minutes. Not to mention i can't open my windows settings to rollback. I literally build and fix computers for a living and yet i have not clue what else i can do at this point. Think i might renounce technology and float off into the Atlantic on a plank of wood :/4
-
FML. I JUST realized devRant can push notifications. I don't have to open the app every ten minutes now. 🤖1
-
I just recalled I once had to explain to my CTO what’s the difference between stack and heap memory
It baffled me a little bit, but contrary to what one might perhaps expect, this was a guy who was already making a living off of programming for about ten years selling his software to various clients, so he was clearly competent enough to create software that works, and he had in fact put this startup on its feet operationally with it already being profitable before outside investments were secured
And here I was with my theoretical CS knowledge making zero bucks before getting this job8 -
I've finally started playing a MUD game in my spare time. I gotta say, it's kinda awesome. And, BONUS: it looks like I'm actually working since the interface is just a text terminal.2
-
The more I investigate mobile development the more it becomes apparent to me that modern development is a *massive* pile of technical debt thats going to burst, crash, and burn one day, along with the entire industry.
If it takes a newbie more than ten minutes in your framework to add a fucking *button* and navigate to a new screen, then your framework is shit.10 -
My first exposure was a Windows 98 computer around 2002 (i was ten at the time). I got to play classics like Prince of Persia, Commander Keen, Jazz Jackrabbbit, Duke Nukem, Doom + other sharewares. My favorites was the point and clicks like King's Quest, LucasFilms stuff and The Longest Journey.
Edit: I'll add Willy Beamish as another favorite -
I dont understand why we must use PHP to
understand OOP
Im a student software developer and this is the first time i will learn about Object Oriented programming but i dont know man im really confused why our prof makes us use PHP to understand the concept of OOP rather than to learn Python or Java which is ten times easier for an OOP based application
I can understand that PHP can be used for OOP but why just why... can someone please explain why this might be and how does it feel to use PHP for OOP purpouses9 -
Writing 20k lines of code and finally during compilation more numbers of errors....Life ends here....
-
After 4 years off apprenticeship and 10 days of totally focused work I just turned in my final exam! (45 Minutes ago)
The final exam for IT professionals (here in Switzerland) is a project that you work on for ten days at your workplace.
I thought I would feel relieved in any way.
But honestly, there are only two things in my head right now:
Tiredness
And
The constant thought off what could be wrong
I AM TOO TIRED FOR EVERYTHING!
The only thing that keeps me alive for now is the music shaking my ears2 -
I’ve had meetings specifically for team A’s problems. Team B gets invited to assist. Within ten minutes the meeting was all about team B and none of team A’s problems were solved. “Team B” is notorious for hijacking meetings. I’m not a psychologist. I don’t feel qualified to speculate about WHY they do this...2
-
* 3 months ago *
Vendor: We screwed up and need to start the project from the scratch, this delays the project completion by a year.
Me: OK. Anything you need from me?
V: The good news is that you've given us all we need. Everything should be fine to submit and review by the end of March. (Deadline for 2018 completion is mid-April 2017)
* This week *
Vendor: We need this (partially unspecified) documentation urgently, and also we're missing these parts (~3 weeks effort).
All of which could've been started 3 months ago… -
Any hospital manager can manage ten IT departments simultaneously, any IT manager can’t even manage his own emails, let alone one department. Change my mind.
-
Spending ten minutes waiting for the build manager to figure out which build to give me for the new project I'm on
-
going through a rewrite is hell. the first stage you will be disgusted with how they layed out their code, contemplate the dump, eventually rewrite the entire thing, then cry throughout the entire process into your gallons of therapy iced tea.
I don't even know what half of these API calls are for. -
Computerworld: Call me crazy, but Windows 11 could run on Linux.
https://computerworld.com/article/...13 -
I once thought writing huge lines of code makes it tough and messy, when i was learning Java.
Then I met with BrainFuck...
Name is trully justified. -
Currently there is a lot of work done in native application development, like android/iOS apps, desktop applications and such.
I feel like those will be replaced over time by websites and electron based apps.
I just don‘t see native apps in ten or twenty years from now1 -
It's 20-freakin'-17. Why aren't decent internet speeds the norm yet? (And I'm not taking about rural areas, I mean near the town center). If my and a friend are both streaming a movie, I SHOULDN'T HAVE TO FUCKING GIVE UP HALFWAY THROUGH JUST BECAUSE HE HAS TO KEEP PAUSING SO FREQUENTLY TO FUCKING BUFFER THE DARN FUCKING THING! WHY!? I CAN'T FUCKING FOLLOW A MOVIE IF THERE ARE CONSTANT FUCKING INTERUPTIONS EVERY TEN OR SO FUCKING MINUTES FUUUUUUUUCCK.3
-
I'm stuck.
Quitting smoking/scrolling/youtube/other unhealthy coping mechanisms, taking my prescriptions and exercising every day made my mind free — now it's unobstructed, clear and not hindered in any way.
The problem is, without constant coping, my memory turned into a minefield. I can't think freely, as I constantly stumble upon trauma after trauma that make my heart physically hurt.
With clear mind, I now clearly see what used to lurk in shadows, and I'm terrified of it. I won't go back to smoking and watching youtube ten hours a day.
What should I do?12 -
Ok. The honeymoon with Windows 10 is clearly over and so the gloves are off.
About to lose my mind with both Windows and Visual Studio updates. If A+B, everything goes smoothly but on the other hand if A+B, everything goes to hell.
And when trying to add components to Visual Studio, it fails 9 times out of ten due to some goddamn /NoWeb switch. What/where the hell is this switch and why everything works without issues that one time out of ten!?
About to burn everything with fire! -
My code was replaced with "return null". I caught it ten minutes before demo.
I get that reverts happen - I just wish somebody told me! Git power user for the win! I revert your revert sir! -
So I'm writing a function in Unity3D that walks a rectangular grid. At one place in the code, I got the x+y coordinates backwards, which caused the function to infinitely loop between two coordinates.
Not seeing a way to kill the loop, I looked it up on Google. The suggestions I get are. . .
1. You need to kill the Unity3D task and lose your edits because the environment and the player run on the same thread.
2. You can pay ten bucks for an extension that lets you break out of infinite loops.
3. You should really avoid writing infinite loops. That's just bad form.
SERIOUSLY?1 -
"Meet the new 'Iphone Tennis'(XS) , or should i say 'Iphone excess'? XD"
"Meanwhile , we are also launching an iphone ten- Hour(XR) which we will completely validate google's point of having a single camera and uselessness of our over-hyped dual camera " -
"Better to be tentative than to be recklessly sure—to be an apprentice at sixty, than to present oneself as a doctor at ten." - Michel Eyquem de Montaigne
-
"When a train goes through a tunnel and it gets dark, you don't throw away the ticket and jump off. You sit still and trust the engineer." by :- Corrie Ten Boom
-
Spent half a day creating my CV, some time ago and today it was time to upload it to my site.
Unfortunately, swapped the first and second arguments of the tar command, so the CV file got overwritten with the tarball...
After about ten minutes of panicked searching in my browser cache, I realised that the jetbrains IDEs have local history 😀
So I did not lose half a day's work after all 😃 -
"Ten years ago Facebook sucked, but now it's awesome."
- Some dude at GGJ.
The way he said it sounded like he actually believed it.
I have nothing to add to this.1 -
I have a hard desicion to make and I don't know how to choose...
I'll graduate tech uni in a year. I want to work in a start up when I am done. A few days ago my father offered me a position in his company as CTO. Despite the fact that I have ZERO management experience. I'll have to work for him for roughly ten years, then he wants to quit. Do I take the high paying job that I might not enjoy or do I try my luck with a startup/ software company...7 -
Devrant app cant even open ten rants in a row without crashing. Oh of course you have android inside Kubernetes running on top of arch Linux on your phone and it works fine, please fuck off.16
-
As a lawmaker, I would ban smartphones thinner than ten millimetres (10 mm) so manufacturers are forced into building physically stronger smartphones with bigger and faster-charging batteries without having a competitive disadvantage.
Video: Your Smartphone is too thin. Here's why. https://youtube.com/watch/...
Poll (screenshot source): https://androidauthority.com/phone-...23 -
I hate this modern fad of "composed" , "modular" extension/plug-in development. ALL I want to do is add two dropdowns to a phpBB forum, one for users and one for a single admin setting.
Guess what? I need TEN fucking files to make this extension work. Fuck your fucked dependency injection, fuck learning your whole bloody "ecosystem" (kill me already), fuck having a "tutorial" that doesn't explain what half the settings are...
It really drives me nuts that I have to spread my code over so many files to make this work.
That said, I don't really hate phpBB, but maaaaaaaan, making the simplest, dumbest thing is unnecessarily complicated.
/rant1 -
How can one "steal" a job anyways? Is not like there's a robot with a gun forcing your boss to fire you and give him the contact instead, which the robot is way better at anyways, producing no bugs and ten times the features you were able to do, and all that for a few bucks of electricity a day... FUCK, WE'RE DOOMED!!!5
-
SOAP in PHP is hell of a shit. I thought of generating code for an easier php client. Oh boy there is a SoapClient::getFunctions, a SoapClient::getTypes and a classmap option. Maybe one can script a little bit to generate class files.
After some fiddling I noticed fields missing in the classes that are present in the response. The missing fields are always defined in a parent class definition.
Google gave me this:
https://bugs.php.net/bug.php/...
What the fuck? Please? So simple to fix and 10 years later. TEN YEARS!!! Nothing.3 -
So I got this thing about getting multiple units of things I like for some time. practical examples:
- Got a tattoo, then I got later 4 more(but I think getting more tattoos is pretty standard)
- got one pencil, then I bought 8 more and a can to store then
- Bought a mouse, then now I got 3. (all of them are microsoft it's one of the few things I like from MS)
- Got a laptop sleeve, I got 3 now
- Got a keychain for my car keys, now I have 6
- I got a piercing, then I got 10 more(eyebrows, ears, nose, tongue, mouth). But I removed most of them, a pain in the ass to clean all those jewels
... list goes on
I haven't been with a psychologist, but I'm guessing that could be some obsession/compulsion or I'm just pretty standard and this is kind of normal. Anyone can relate?2 -
There must be a simple, reliable, compatible, battery efficient way to poll an api every ten minutes and send user a notification, right?
AlarmManager : Ok. But who cares about battery anyways?
Google cloud messaging : Ok, you can have battery efficiency. But who lives without Google anyways?
JobScheduler : Ok, but you need Lollipop. Which Android phone doesn't get updates? Oh wait, shit.6 -
Damn you LEGO, you get more than 450€ for this shit, but it's as fast as the brick it is. Surely, even back in 2013 you could've dome better than bloody 300Mhz and 64MB RAM?! This is the bloody hello world project and it takes you an hour to create it? And you also want like ten minutes to start maven in the first place?4
-
I don't understand how my leads are so bad at estimating time.
"I'll message you in five minutes" = they'll message me in an hour
"Give me ten minutes" = I will sign off for two hours and not respond for another 45 the next time you see me on and message me
Seriously, stop saying things you don't mean. It's rude and insulting.3 -
Went for a interview for a first time after I've found a job as developer last year. It was my first time trying to get a job in gamedev. My dream has come true - they asked me about what games I like and we have talked about mentioned titles for about ten minutes. No idea if I presented myself good enough but experience was really awesome.
-
Ok It's my last term in CS and guess what I have the knowledge as same as some one in high school i rly don't know what to do nAw any suggestions17
-
Tried streaming a demo of a project I was working on...
A little while later my friend told me that it only showed the first frame... For the whole ten min...
At least now I don't have a potato PC... -
Not dev related but got offered to work at the Champions league final.
The tickets sold out within ten minutes and there's me making money!3 -
Found this tweet by accident. At first I laughed, but then I realized that once I too didn't know what MySQL was. Crazy to think that I knew nothing just ten years ago.
-
Split everything into small tasks, no longer than two days of work
Use Fibonacci numbers, 1-2-3-5-8-13
A highly effective developer will produce about 80% of a work day. If you think a task is done within a day add 25% and your estimate is ten. Remember that we use Fibonacci and round up to 13.1 -
In one of my previous projects, most of the team members were pranksters. One time a team member who had newly joined the project left his laptop unlocked while going to the restroom. The others drafted a fake resignation letter from his laptop and emailed it to our entire team. And when he returned, we all spent the next ten to fifteen minutes nagging him to explain why he took such a "drastic step", before finally explaining everything to him.
-
So yesterday evening when going to bed I wanted to sleep asap.
Therefore I used a 'tactic' called count to ten and then start over again. This is supposed to be relaxing so you stop thinking about other things an you get sleepy faster.
It usually works...
...But then my brain decided to write a program for said procedure in my mind. I actually started thinking:
int count=0;
While ( ! isAsleep() ){
think(count);
count++;
If( count == 10 ){
count = 0;
}
}
It didn't really help me falling asleep...1 -
I like to play dumb games every hour or two, just 5 to ten minutes at a time. Does anyone does that too?
Any recomendations?4 -
New project, make a simple change, a load of tests fail, stash changes to see if they ever passed, rerun tests: they pass ... rubbish must have been something i did. unstash changes, rerun tests to check the details: they pass ... walk away slowly
-
Best: getting a job in systems programming which was my dream since I wrote my first hello world about ten years ago.
Worst: recognizing that time isn't the restricting factor but energy, I'm often just too tired to work on side projects -
The MS-Teams bot works.
Every ten seconds a random meme from some subreddits will be sent into a specified channel.
It's fucking glorious.
Only problem will be the NSFW filtering as it's my school's organization.
Yes, I know I there's my name in there but I do not mind.4 -
FINALLY getting somewhere with Xataface. First time trying to build a frontend for a database, feels like every time I make a little progress I find ten more things I don't know!3
-
!rant
"I spend one week every ten or so, on call. Then I spend the next nine weeks writing code to make my next on call shift better." - Tom Limoncelli
Relatable AF 😂1 -
Disconnected a production servers Ethernet adaptor ten minutes early. While people were working on it, and its failover was not quick...like five minutes not quick. Why isn't there a confirmation box on that Microsoft...2
-
Ten year old Jani found a security exposure in Instagram and Zuck game him $10k. Cool.
He should do a cameo on Silicon Valley and expose Hooli. That would be so funny 😋
http://theverge.com/tech/2016/...2 -
The importance of clear and specific communication:
"We're seeing unusual amount of failure X on products A and B"
Me: "Can you send me 50 samples for triage?"
My expectation: 50 in total, mixture of A and B
Reality: 50x A and 50x B1 -
Target #1 - Aim to further develop my university security project (A python based vulnerability scanner), and move this over to GitHub.
Target #2 - Aim for reaching ten contributions on open source projects and start building up my developer profile pre-graduation in September! -
!rant
I had a second stage technical interview for a job today. I met three devs who prodded my experience and gave me a task to do (design a complete system architecture for registering sheep, I got ten minutes). I think it went well because after the interview they invited me out for dinner!
Feels good! I might become a consultant soon. -
One of the top reasons why I hate windows is because updates are taking soooo much time. I mean when I install a greater update on Linux e.g. Linux mint 18.2 to 18.3 it takes 1 reboot and about ten minutes of installing... When I install any windows update I have a 50% chance that Microsoft decides that it is a update which requires a restart which means in reality that my pc restarts about 3 times and takes at least 30 minutes for updating. WTF1
-
Career fair was today at my college. I don’t know why but I makes me kinda happy that some things I’m learning on my own were mentioned that aren’t taught in class
Many people mentioned micro services, some talked about containers like docker, and I had a ten minute conversation just about react js. All things I’m reading and toying with on my own time since they’re not in the curriculum, but I’ve heard them mentioned often enough in articles to know I should know about them -
Seriously, is there even a single web dev in the world, working an a considerably large project, that can run `npm install` without a single warning? After sorting out the errors on the first ten attempts, that is.6
-
After ten reinstallation, finally ready my first Virtual Machine fully operative with FreeBSD.
An OS full of surprise for a Arch-fag like me.
It's just like Arch, but without complicated simple things. Even if the raw system don't have anything on, in ten minutes is a fully operative system with even a configurated Desktop Enviroment.
The malus: driver. Not every machine can be the host for FreeBSD, for example AMD GPU can't send audio channel throw the hdmi port.
Personally i love the BSD License, so i think this OS will be my permanent one after Windows 101 -
An internal application is distributed as "bunch files without extensions". To figure out what types of files they are I need to hexdump each one, look for the identifiers, and then add the extensions…
Who distributes anything without extensions and why? Also how is a non-programmer expected to figure this out? (tool's audience is mainly EPMs)3 -
** few years ago **
Other team: "There's a lot of overlap and misclassification between issue categories A and B; We want to merge them into one in our taxonomy"
Me: These are very different issues and have very different root causes. Shouldn't we fix the definitions instead? We don’t have major drivers for B now but if we remove it, it might bite us in year or two.
** loads of back and forth, and eventually B gets killed
** year and a quarter passes
Executive meeting: “So you’re telling us we can’t properly quantify the impact of B because we can’t distinguish A from B. It looks very clear cut to me why don’t we have split for these already and how long will it take to implement it?”
Me: Biting my tongue not to throw anyone under a bus. -
Why i dont have ten +1's in one Rant !
Should i do this to get those +1's ?!
for(i=0; i<10 ; i++){
sysout("Rants : "+i);
}2 -
There's always ten different ways to do the same thing. There's never a need to do it the same way until there is, and then you're fucked.1
-
One little two little three little endian
Four little five little six little endian
Seven little eight little nine little endian
Ten little endian bytes1 -
So the project I'm working on atm and ranted about a couple of days ago... There is absolutely no documentation and the code is at least ten years old.
At least I can contact the old dev, but he's slower at replying, than reading the code through and figuring it out 😐1 -
Whoever decided that Discord should beep AND NOT TELL YOU WHY it's beeping for is a fucking genius, I have tens of Discord servers and it's always FUN to check my DMs and spend ten minutes to find the one server I haven't muted yet.
-
When you come to work at 6am (2h before other employees) to solve problem that was blocking everybody in the team and before you finish boss takes you to the meeting that newer ends and is just a waste of time. Ten hours work day, paid for eight and job not done. I hate days like this one.
-
Good Old Times...
My mothers boyfriend bought me my own website when I turned ten.
He then taught me how to program HTML and PHP.
Until this time I wanted to become musician or teacher when I grew up. Now I'm nearly finished with my scholarship and about to become a programmer.
(Fun fact: the old website can still be seen on archive.org) -
I was ten years old. At this point, despite being in my early 20's, I've officially been programming more than half of my life. From the first moment I knew that this was possible, that we, as software engineers, can do what we do... I've been quite literally obsessed with the idea.
I don't like to give other people credit for the events in my own life, but there is one thing that, more than anything else at the time that lead me down the path of computer science, directly lead me to where I'm at today. If you're at all interested in film and cinema (not to mention programming) then you've undoubtedly heard of The Social Network, directed by David Fincher. Amazing film, I'd recommend it to anyone based off of the film alone, but for me that movie holds a special place in my heart.
My mom took me to see it that movie in theaters when it came out, I would not stop bugging her to take me, there was just something about the founding of Facebook that... Sparked my young imagination. I swear to you that I didn't blink for the entire time I was in the theater watching it. It blew my mind, not only that you could do that kind of stuff with computers, but that you could actually make a lot of money working with computers as well... Ten year old me had different priorities in regards to programming 😂 Starting the moment I got home from the theater, I dedicated my life to learning everything I could about computers. Originally my goal was to, shock of all shocks, create a social networking site for me and my friends to use. I still like to brag about it to this day, but that project eventually became my groups final project in our computer class in Middle School. It was funny, middle school computer class, I had already been programming a few years by that point and was rather proficient in PHP. There were kids submitting literal spreadsheets in Excel as their final project, a few static HTML pages, that sorta jazz. My group and I submitted a full fledged twitter clone, with complete functionality. We got 100% on the project 😂😂
My reasons and interests have changed over the years. For example, I'm not particularly interested in creating a social media application these days, and I don't program because I think it'll make me rich one day (though the hopes always there) but the one thing that hasn't changed since that night I sat enraptured in the beautiful cinematography of David Fincher and facepaced dialogue of Aaron Sorkin, is the complete and total fascination with computers and technology. For that reason The Social Network will forever be my favorite movie.3 -
Daughters fancy new insulin pump:
Rant 1 - works with Safari and IE, no Chrome support - that takes some skills
Rant 2 - Wife's laptop is Windows 10 - sync website identifies the operating system as "Windows NT" (unless a typo and they meant Windows TeN)
Rant 3 - syncing data - "next" button wants you to re-set up the device (from scratch) - "finish" button (on the same screen) actually syncs the data - did they do an UX training?1 -
Powering off my Thinkpad so I can wipe the greasy SHEEN off of the keyboard / trackpad..
Wash hands, repeat.2 -
Working in a team for first time. Spent 8 hours just setting up the project locally - happy Friday!5
-
I started writing basic in 1980 on my stepfather's Apple ][+. I was about ten. Then I got a Commodore 64 and got this awesome program called Gary's Game Kitchen. It had a Sprite editor and you programmed it by writing pseudo code. From there I learned C, then got jobs in Visual Basic and vb for Microsoft office (yuck!). Then I discovered Linux and became a web developer. *Hugs vim*
-
At a job ten years ago, I had a manager who thought it would be a good idea to lock us in a meeting room all day with a 45 page BRD reading it line by line and analyzing what each line means until everyone was on the same page.
Every time I do an agile project without a BRD I think of her.1 -
Hey guys!
I'm a senior computer science student at a big ten university graduating in December. I'm thrilled to have been offered a full time software engineer 1 position on a QA team. I just wanted to ask, I ultimately want to be a software dev, would taking this QA position make that more difficult in any way? Or is it a great place to start? Because it is a software engineer position, but not directly doing software development.
Thanks for your input!3 -
What can you do if your boss is basically refusing to give you access to a server that you need access to to do your job? It's really weird to me. Only he has access to any prod systems we have. Is this realistic? Is this more of an attempt at staying necessary and needed? I'm pretty fed up with it as I've had prod access at every other company I've worked for and have nearly ten years of web experience .. what gives?11
-
String[] hidingPlaces = new String[1000000];
hidingPlaces[Math.rand()*1000000] = "bug";
findBug(hidingPlaces);
public int findBug(String [] are) {
// todo: return index of bug with complexity < O(1)
} -
When people tells you electron is not that bad, make them download Binance app...
Worst shit ever, freezes my pc every ten minutes, is laggy as hell, it’s a pain in the ass to update. -
The Search Engine Guide for Developers.
The Top Ten:
StartPage: for technical information and unbiased spell checking phrases.
DuckDuckgo: for watching music videos at work.
All the rest: including "Bing Bong".12 -
I am so tired of working for big multinationals with lots of collegues.
It feels like you are expected to remember -everything- anyone ever said at some point in time.
I honestly can't keep track of all decisions made in the past ten meetings in the last week, what all other twelve teams are working on or the personal preferences of somebody on the other end of the globe.
I just want to write code. Is that so much to ask? -
How to get instant motivation and lazer focus on my coding? Do you know any trick? I know that brain fog requires a healthier lifestyle, but believe me i do a lot of that ( yoga, hikings, arts). I want to be able to grind on the computer like ten years ago, or find energy like playing rocket league ( which happens in one moment). I seek for a dirty hack, bene gesserit style.11
-
In a meeting about how to make the app I am working on worse. They want the same ad to pop up every ten minutes during live video to plug and get sign ups for a newsletter. And in mobile they want it to take over the entire screen. It's so user unfriendly.2
-
The last weeks I was reading and watching videos about quantum computers and I can't wait like ten years until they becomes useful.1
-
"Better to be tentative than to be recklessly sure—to be an apprentice at sixty, than to present oneself as a doctor at ten." - Michel Eyquem de Montaigne
-
I was sober from the last ten days and just now I lost my soberity. I accidently opened the whatsup. may be wet fingures and sticky screen to blame.
-
I've started "programming" when I was 8 with scratch. The real programming started with ten with a java programming tutorial book :34
-
Fucking windows 8 sucks cock. Every single fucking time i open a fucking tab open it says "Close your tabs to save memory" Every fucking ten minutes. IT PISSES ME OFF.5
-
* before joining platform dev team *
"I wish I could always install the latest sw; then I would have all the cool stuff…"
* now *
"I wish I didn't need to live on pre-beta; none of my tools work properly anymore…" -
When you're doing someone a favor by looking at their PC and you diagnose what causes the issues and you try to explain them & then they tell you its not the problem cause they googled what it was.....
Count.. To.. Ten.. -
Does master degree really matter or if I take some courses will be better if I'll not go through academic life10
-
Can anyone with some AWS IAM skills please shine a light on this one: I needed access to create a slack notification for a job in Code Pipeline. Simple enough, but we (devs) have next to no access to AWS so every time I try something I am stopped by the red "user X is not authorized to perform Y on resource Z.." warning message. I send an email to OPS and ask for permissions needed to do what I need (in this case: create a Slack notification for a pipeline), and I am granted that specific one. It gets me one step further, until I am stopped by a new red warning message. This has been going on for over a week, with a total of TEN new authorizations added to my user. That's TEN red warnings, TEN emails asking for access, and TEN replies saying "Ok, can you try now?". Today I finally got the god damn slack notifier set up, only to get one last red warning slapped in my face: I am not allowed to SEE the notifications configured for my pipeline. Please insert four letter word that rimes with DUCK here: [_________]!!.
I REFUSE to believe that this is how access should be granted in AWS. Can I tell my OPS person that there is somewhere they can find a list of required access rights to complete a specific operation ("Create slack notification for pipeline")? I know there are example policies for various things, but if there isn't one for what I need how should OPS go about granting me access without this totally ridiculous "try again now" approach?
Oh, and @assmaster: don't comment "nice" to this one. This is shitting me off.3 -
Having to rebuild and start my Hybris server while learning the framework really kills my productivity... What am I supposed to do for ten minutes while it sorts itself out?
I miss the days compilation only took seconds... -
I want to create a social experiment and I need advice
Essentially I want to make a spherical voronoi or Delaunay triangulation, but the points are added by any user on internet. A user can do one of the operation, say every other ten minutes:
Add a point
Delete a point
Change color of a region
Open to suggestions, tell me what you think4 -
Ugh I was looking into React Native Expo and build an app fairly quicky, everything was going well! I just finished a poc and wanted to build it. Well I have build two times before on Expo Cloud. Took like 10 minutes in total. I submited my build and bam 2 hours free plan queue. Motherfuckers! Sucking my dick for the first 2 builds and than asking for the money. When I want to have priority queue I have to pay 99$ per month or 1$ per build wtf is that?? See I get that I should not have expected much from this free service but be upfront with me pls.
Than I tried building the app locally on my MacBook but ofcourse that's always a pain in the ass and after staring at an error for half an hour and trying to fix it with minimal google search results, I gave up for now. Now I'm looking at the fucking downtime timer of 60 minutes before my mini app get's build and oh if it fails I'll have a mental breakdown -
Have a look at the attched image first and spot something fishy.
**(Spoilers)**
To make sure the user does not read the terms and conditions, I found two dirty tactics used by companies.(Specially on this one)
1. Use of **complex** legal words, to make it incomprehensible to the reader/user.
2. This one is special- They repeated the same words without changing para multiple times, to make it look like a big set of terms and conditions. Yes in the 11th line after [Jurisdiction]. The para is repeated, again multiple times.
Instead of focusing on spending thousands of dollars on making websites look more presentable, if the company really wants to stand out, they shall improve the way their terms and conditions page looks like. Atleast they can ditch the para system, use some less technically jarring words, and be concise and don't repeat the same things again. -
Day one thesis consultation class. We are required to choose ten topics (I already have top three topics that we will choose from) but we need ten.
I have listed down 9. One more to go!
AND ITS KILLING ME2 -
Ten Freelance commandments
============================
One, two, three, four, five, six, seven, eight, nine
It's the Ten Freelance Commandments
It's the Ten Freelance Commandments
Number one
The freelance demands satisfaction, if the client accepts, no need for further action
Number two
If they don't, resubmit what's your record
Your historial when there's reckoning to be reckoned
Number three
Set a call or meet face to face
Negotiate a deal
Or negotiate a end in place
This is commonplace, 'specially
'tween noobs
Most projects are done and payment is due
Number four
If the client won't agree that's alright
Time to get a pistol and a doctor on site
You pay him in advance, you treat him with civility
You have him turn around so he can have deniability
[END] -
OK, so, I see PY files shared on GitHub. All I know is, it is code for certain apps or pages. I download SEVERAL DIFFERENT PROGRAMS trying to get PY to open. Some didn't work, others were in Console and not Form. I asked for help on the Forum, how to open it, they do the same BS; gave me a Console app that just stays black for less than a second, and closes. I ask for a Form version. They made the excuse that it wasn't a program like I was thinking. They rudely tell me to be polite, but something like this IS GOING TO HAPPEN if they can't get their crap working. Eventually, after I TOLD THEM I WAS FURIOUS, THEY HIDE MY QUESTION FOR 10 MINUTES. When I replied, I DID NOT CUSS, I REPLACED LETTERS WITH ASTERISKS AND SYMBOLS, AND STILL GOT SUSPENDED, FOR A MONTH, AFTER TELLING THEM I WAS FURIOUS.
On the other hand, I was using Audacity. I upgraded and a plugin stops working. I thought they messed something up, so I wait using the outdated version for the fix for a few months, and so a few months later I update again, at this point I was a little upset; 2nd update and it still doesn't work. After the 3rd time, I thought they just didn't want to take the time and fix it, as people probably would have reported it by then. So I rant on Audacity's Forum saying they didn't fix an error, showed them screenshots in all versions I got and the 3 newest ones show an error. THEY TOLD ME WHAT WAS WRONG! I was trying to run a 32-Bit plugin on a 64-Bit version! I downloaded a 32-Bit version of the newest Audacity, and the plugin worked fine.
Python could've done what Audacity did, but, "No-o-o, we enjoy banning Winston when he is peed off!" And just so, the Suspension ends a day after my Birthday.
I might just ask when I'm back on, "How to remove my user off this Forum", so they can say "I can't", and flag it as malware because I almost no longer want they're help, and CAN'T GET AWAY FROM IT.
Freak you in the butt, Python.
PS - If anyone knows how to use Python files in Windows 10 or know a free, non-demo program that will more-advancedly edit, save, open PY files in a Form, please, give me the name or link to the software, program or app in the comments.
Before anyone says anything, this page says "Rant", so don't ban this or I'm deleting my account. If this isn't a "Rant" site, please tell me, and/or rename this site.
That is the reason I came here, just to get my frustration out.17 -
Why the fuck doesn't Docker mount a volume unless the container is privileged? My host is not even Linux. What sort of privilege does a Linux container obtain on Windows when executed with --privileged?
If I was ten years younger I'd start writing my own wrapper for CIFS... Too old to care these days... Gen Z kids can find a way to run a privileged Docker container on AKS for me.1 -
What's the point of giving a training session and asking if anyone has questions? Ten minutes later you will get an email with half your company cc'd on it.
-
I got word that the Oracle Java certification exam is pretty cheap to take for the next four weeks ($25 as opposed to almost ten times that). What's the chance that a junior dev working currently with Java (aka me) can learn enough from the official Java certification course in the evenings until then and pass the exam?4
-
Hey people, I've been developing Rest APIs for ten years, and I want to know what has been your experience with it and what has been the worst you've had to deal with!
-
Does anyone have a favorite DNS service they use for their general home / mobile traffic?
For instance: AdGuard, OpenDNS, FreeDNS, Fool, Quad9 etc..
Considering speed, and privacy here.7 -
Teacher: New idea. Let's use excel for a better management with oop.
*you give a hard think* Alright I can see how this would work
*ten minutes into it* WHO IS HE? THE DEVIL?