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 - "the boy"
-
This is fucking annoying with some clients.
Client calls:
Me: Hello, how can I help you?
Client: *explains problem*
Me: *tells possible solution*
Client: you sound young, could you connect me to a more senior person?
Me: Sure.
Collegue: Hello, how can I help you?
Client: *explains problem again*
Collegue: *gives same solution as me*
Client: Oh uhm but that's the same solution the boy I had on the phone before you told me.
Collegue: Yeah......?
Client: well he sounded so young...
Collegue: Being young does not equal being inexperienced/less knowing about something.39 -
Interview
HR: So .. tell us .. where do you see our AI acting in 5 years?
ME: Doing your job minus the stupid questions.
*silence*
Boss breaks out in laughter.
"Oh boy you're hired"12 -
Customers who start to talk to me over the phone like I'm a little boy can seriously go fuck themselves.
You expect me to talk to you respectfully, then do the fucking same.
Fucking cunts.35 -
A friend of mine is heavily into java. Like seriously... programming teachers at our school ask him for help.
Everytime he gets drunk he starts saying the weirdest things like "DUDE what's your alpha value I can hardly see you".
He greets me with "What's up socket boy" and after throwing up he thinks about the best ways to sort the data. (his vomit)
Has anyone else had such experiences? I want to hear some funny stories! :D12 -
Oh boy its actually embarassing...
I was in a cosplay event, when I realized I only have 30 minutes till I check in for my first day in the job as a support agent.
I never had the time to change because of traffic and I was commuting so I spent the next 9 hours in side the company premises wearing a japanese schoolgirl uniform.
...I got quite everyone's attention, even the HR... ( well at least the HR just reprimanded me about that >_<)
Note to self: remember to give yourself 30 minutes more of allowance....31 -
Oh boy!
Time to apply for dev jobs!
Good thing HR is fair and just!
*submits résume*
"I'm sorry but you're not qualified. The programming language we use is listed last on your resume."
Welcome to HR Hell ladies and gentleman.2 -
My company contracted a 3rd party to do an internal system for us...
We only knew about it when it was almost done and we got the code... Oooooo boy.... What a fucking shit they did and got paid for...
They have a encryptPassword() and decryptPassword() functions...
What they do you may ask?
Well...
Encrypt: for loop that reverse the string and base64 it 5 times...
Decrypt: the opposite...
That's how they store passwords....
Our intern snapped at a company meeting when they where talking about maintaining it 😂😂22 -
Dear Microsoft,
Thanks for not completely fucking up Github. At least you didn't integrate Office365, allow only Azure deployments, or force downloading repos through OneDrive or something.
But like most developers, I don't deal well with changes to familiar interfaces.
So please.... STOP FUCKING TWEAKING THE BUTTON PLACEMENTS AND TEXTS ALL OVER THE WEBSITE.
(or at least send me a bottle of cognac and a box of chocolates before every UI experiment, so I can deal with it emotionally. I'm a very sensitive boy, you know).21 -
Once upon a time I was teaching high schoolers Unity/C#. Noisy boy asked me if it was possible to create a robot in C#.
I told him to take printer, take it apart and turn it upside down in the way that printing drum would touch the ground, and then to put a laptop with his C# program on top of it.
When the program will launch, printer will try to print and the whole thing will roll slowly. Isn’t that a robot? You just need to think wider and define what robot is at first.
He was lost in thoughts and completely silent to the end of the lecture.6 -
Object oriented thinking.
A boy tries to look at girl in a class.
Girl : It's bad manners.
Boy : No it's not. "MEMBERS OF THE SAME CLASS CAN ACCESS PRIVATE DATA".9 -
When I turn off my laptop and the mouse starts blinking because it is trying to connect to the host I imagine a young boy in the fields shouting "Papa? Daddy where are you? [Crying] Papaaa"8
-
I’m surrounded by idiots.
I’m continually reminded of that fact, but today I found something that really drives that point home.
Gather ‘round, everybody, it’s story time!
While working on a slow query ticket, I perused the code, finding several causes, and decided to run git blame on the files to see what dummy authored the mental diarrhea currently befouling my screen. As it turns out, the entire feature was written by mister legendary Apple golden boy “Finder’s Keeper” dev himself.
To give you the full scope of this mess, let me start at the frontend and work my way backward.
He wrote a javascript method that tracks whatever row was/is under the mouse in a table and dynamically removes/adds a “.row_selected” class on it. At least the js uses events (jQuery…) instead of a `setTimeout()` so it could be worse. But still, has he never heard of :hover? The function literally does nothing else, and the `selectedRow` var he stores the element reference in isn’t used elsewhere.
This function allows the user to better see the rows in the API Calls table, for which there is a also search feature — the very thing I’m tasked with fixing.
It’s worth noting that above the search feature are two inputs for a date range, with some helpful links like “last week” and “last month” … and “All”. It’s also worth noting that this table is for displaying search results of all the API requests and their responses for a given merchant… this table is enormous.
This search field for this table queries the backend on every character the user types. There’s no debouncing, no submit event, etc., so it triggers on every keystroke. The actual request runs through a layer of abstraction to parse out and log the user-entered date range, figure out where the request came from, and to map out some column names or add additional ones. It also does some hard to follow (and amazingly not injectable) orm condition building. It’s a mess of functional ugly.
The important columns in the table this query ultimately searches are not indexed, despite it only looking for “create_order” records — the largest of twenty-some types in the table. It also uses partial text matching (again: on. every. single. keystroke.) across two varchar(255)s that only ever hold <16 chars — and of which users only ever care about one at a time. After all of this, it filters the results based on some uncommented regexes, and worst of all: instead of fetching only one page’s worth of results like you’d expect, it fetches all of them at once and then discards what isn’t included by the paginator. So not only is this a guaranteed full table scan with partial text matching for every query (over millions to hundreds of millions of records), it’s that same full table scan for every single keystroke while the user types, and all but 25 records (user-selectable) get discarded — and then requeried when the user looks at the next page of results.
What the bloody fucking hell? I’d swear this idiot is an intern, but his code does (amazingly) actually work.
No wonder this search field nearly crashed one of the servers when someone actually tried using it.
Asdfajsdfk.rant fucking moron even when taking down the server hey bob pass me all the paperclips mysql murder terrible code slow query idiot can do no wrong but he’s the golden boy idiots repeatedly murdered mysql in the face21 -
Two mobile devs were talking for 10 minutes in this zoom meeting whether "the component on the bottom should be hidden, or made sticky".
I just could not contain my laughter any longer when they showed an animated mockup comparison, and the product manager yelled excitedly: "Oh yeah, I love the one where it's very visible and sticky! But could you make it bigger for me?"
Sorry HR. I will never become a grown up boy.5 -
I was wearing my tux t-shirt today and while walking through the city I suddenly heard a boy (around 3-4 years) say to his mom: 'He had a penguin on his t-shirt!'
I smiled and this made my day. :)7 -
Oh boy...
So my mom just responded to an email saying her email account would be deleted if she didn't respond to it by typing in her email address...
And the password to that email address, her SSN, and her bank account number. Now I have to fix it. For crying out loud...3 -
Oh boy.. this is going to be so much fun when the intern deletes something and realizes he / she forgot to put the where clause 😂joke/meme backup your fucking data please backup your data kids backup your data backups are important8
-
I thought there was no worse freelancer site than fiverr.
*insert "Boy you were wrong" here*
freelancer.com
No. Just No.
- Limited to 8 bids as a free account
- You get 1 bid back every 90 FUCKING HOURS
- CLIENTS ARE EVEN MORE RETARDED THAN ON FIVERR
- HALF OF PEOPLE WANT YOU TO SELL YOUR UPWORK ACCOUNT TO THEM
- 5€ FOR 2000 WORDS OF TRANSLATION? ARE YOU FUCKING KIDDING? END YOURSELF PLEASE
- "Design a custom social network (video chat, chat, forum, shop and payment gateway) quick!!!" for 100€, within one day.
What the fuck.
AAAAAAAAAAAAAAAAAHHHHHHH4 -
Once upon a time while browsing his Instagram, a young and inexperienced boy found a magic realm called devRant.
He decided to hop on the cyberweb of interconected computers, aka. the Internet and found the gate to the magic realm.
Timidly he took a step forward and found himself surrounded by strange structures called Rants and Stories.
No knowing what to do, he now roams in this new and strange realm looking for some guidence and perhaps even friendship.27 -
CHILD: But how can Santa deliver toys to every little boy and girl on his list in one night?
MEH: (laughs) It's quite simple. The items on Santa's list are called blocks, and each block in his "blockchain" typically contains a hash pointer, a timestamp, and transaction data...6 -
Boy: I want to draw a door for my house drawing...
Teacher: Google it..
Boy: I found it. house-door.jpg. It seems popular. A lot of stars.
Teacher: download it, cut and paste to your paper.
Boy:Can I draw it myself?
Teacher: yes.. but this is easier, isn't it? Don't reinvent the wheel.
Boy: but, this door does not match with my french window.
Teacher: oh, integrate french windows with door? Try to search house-door-french-window.jpg. maybe someone already did something like that?8 -
Oh boy, my fellow devRanters, I just signed an 4 digit monthly salary (that's a lot in Lithuania) job contract, I'm a future Unix infrastructure engineer :o
As per original concept of ranting, it's been almost two months since I wrote for the stickers and didn't get a reply >:(11 -
Oh boy, the startup managers are writing a roadmap today. Can't wait.
5 mIlLiOn DaIlY aCtIvE uSeRs By EnD oF Q1! (2022!!!)
1 MiLlIoN dAiLy ReVeNuE bY tOmOrRoW!
zErO bUgS aNd KnOwN iSsUeS iN sYsTeM bY 5Pm ToDaY!
tHoUsAnDs Of NeW cUsToMeRs WiThIn ThE nExT hOuR!6 -
I am a back-end developer, never suggested otherwise. My company is a firm of 50 people and owner hired a web designer to code our website. And it got hacked. Badly. So boss tells me to check if I can fix it. I take a look at the PHP and boy, written in PHP3, copy paste code from all over the place, hell the admin panel is a clone from a 2012 tutorial, nothing that remotely stares at the DB is checked for SQL, and now he wants me to design a new website, rewrite everything in PHP7 and had the balls to say "I know it's not your job, but it's a job, so do it"5
-
– we’ll be making money teaching people to code
– okay, so what should I do?
– it’s up to you. Develop the whole course and start making money for us
– ...
Another one, same boss:
– let’s develop paid website/press kit wysiwyg generator, it should be ready today
– it’s not a fucking landing page, it require more time, so let me do some research first
– you’re fired
Boy, was he an asshole. Me and my gf worked there for several months, then we left and boom, a month have passed and his company stopped existing6 -
Everytime I see the tag 'geek' on here I die a bit inside. We're all geeks, you ain't special boy!4
-
Making a meme to pass the time...
All this waiting, only because I wanted to try one small thing -.-
Oh boy, JPEG compression strikes again...
Wish I could upload pngs. Then I could use alpha channel too.3 -
Best current career choice:
Quit to become a Freelancer.
OH BOY did I sleep bad directly after that decision - no contracts, no sales running.
Oh BOY do I now 2 days later sleep like a dam relaxed, happy baby :) - My network for the win!
The days before handing in my resignation I really looked forward to just leaving, but the actual task again was scary. Why? Cause until then future for me was bound to income, job=stable income = happy me, happy wife, happy child.
Now? Just 4 days later, If all goes to plan I'm already overbooked twice. Truth told!: Couldn't have done it without the network that I built over the years where I was employed. Let's see how this works out :)
I stand up with a huge smile each morning: Just a great feeling!5 -
Friend asked me to help with his HTML5 form validation. His back-end work was decent, but whoever did the front-end... Oh boy.
They used media queries for mobile etc, which was fine. Until I saw what the queries did. Instead of resizing the form accordingly, they hide the visible one and make another one visible.
WHY WOULD YOU DO THIS7 -
Should you use webpack in your next front end application? Well heres one question to ask yourself to help you decide:
While developing your application, do you feel your application could benefit from the introduction of 14,372 impossible to understand errors, each requiring hours of research to debug ...
you do? well boy are you in luck!6 -
Teacher : What's 1+6 ?
Some kid : it's 7
Fan boy: Shut the fuck up kid.It's still 6.. It's Oneplus 6.13 -
#¤%@ kid!!! My 5yo son has obviously been playing with his mom's mobile phone. At first, I thought it was a little cute, when I received incoherent texts about Roblox, one of his favourite games.
But then, I suddenly heard from my sister who was really upset and worried. She was wondering if my gf really wants to see her dead, after receiving a facebook pm in English, saying "oh die :-)".
No need for auntie to take it personally though; turned out she was not the only one getting the same message :-O
A little boy is facing a mobile ban for a very long time...8 -
Firefox: click on the address bar and now you can select something or start typing or move the cursor left/right, works great.
Chromium (because fuck chrome):click in the address bar and THE ENTIRE URL GETS/BECOMES SELECTED. Wanna type something? Sure, go ahead, but FIRST click somewhere else or move the cursor because otherwise the entire url is fucking gone.
Maybe there's a way to disable this behavior but boy does it annoy the living fuck out of me!15 -
Current project has a ridiculously high amount of formal requirements
Two of them literally are
• the system shall have an “off” state
• the system shall be in the “off” state if no power is supplied
Boy do I have just the solution for you!24 -
I was 8 years old the boy in the block invited me said I have something to show you. His parents bought him a Macintosh. He typed my name on the black screen and there was a response.
He said look it says “How are you?” And I was mesmerised got so excited I was like wow 😲
Guess what the text was actually saying? syntax error 😂 Little did I know at that time!!
I went home and told my parents, can you believe what I’ve seen today?? Computer responded me talked to me!!
On my birthday I got a Commodore 64 that year and the story begun.2 -
I used to think Electron apps were gonna do great and make it more accessible for companies to produce high quality programs with ease.
Oh boy I was wrong. All it did is enable big companies with the ability to refactor all of their software to run 5 times slower, consume 10 times more memory and kill your battery 20 times faster.
I fucking hate all of this prototype fast optimize later bullshit. Can I get some value for my dollar? How come technology is just being degraded for the same of "ease of programming".
You save programming time but sacrifice end user time, cus our time just doesn't fucking matter.10 -
The "explain x to an x years old boy/girl" questions are easy yet tricky.
Interviewer: Explain machine learning to an 8th years old kid.
"Imagine if <insert anecdotal example here>"
Interviewer: The kid is asleep. Try harder.4 -
Oh boy, my riskiest coding decision was certainly that one time when I refactored some 50k lines of critical legacy shit code in 3 days, straight up merged everything into master and then deployed to prod.
Luckily there was only one minor bug I had to fix after that... phew...
(To my defense: I was solo-working on it - the infamous CMS Of Doom™)2 -
So apparently the Android O mascot is female... Look, Google it's great your trying to be diversified but... It's an Oreo... A fucking Oreo...
(And this is coming from a Google fan boy)6 -
Our school like:
School: hey everyone! Today we are learning java.
We: But we can Java and we already read the whole book
School: So ok! Let's do Java for 4 months!
We: What the... c'mon that makes no sense!
School: ...
We: ...
*After 4 months*
School: So class lets write a exam in java!
We: oh boy! this is nice!
School: Open your VM!
*Everyone started theyr VM and opened Eclipse*
School: Aaaaand now open NetBeans!
We: Holy Moly Crap! Really? why?
School: because...because...because...fuck off! we dont know...but it stands on the fucking exam so shut the fuck up u little crap!11 -
Watching some Talent-Show with my family. There is this 16-years old pretty good singing boy. My father looks at me and you can read from his face: "Why can't you do sth. like this ?"
The next day I show him some really good webapps and games I made and he just says "Well, I don't care until you make money with this."
...
...9 -
PM was on vacation the whole sprint.
this sprint was so much more... convenient. i really liked what i was working on.
Also, team lost some of its bureaucratic discipline along the way.
colleague replacing him, in today's daily: since the sprint is basically almost over, i can really recommend to the whole team to wrap up your work of this sprint, so you have something *done* that you can deliver or show in next week's sprint review.
team: ...
oooohhh boy, let me get a shitload of popcorn for the sprint review when PM is back 🍿🍿🍿🍿🍿🍿🍿🍿2 -
Designing an app sure takes some time, but at the end it feels amazing when everything is in place.
Finished this bad boy today9 -
GENDER DISCRIMINATION! -_-
If you are a GIRL, there's a HIGH chance for you to win the Hackathon. If you are a BOY, well... :|18 -
The wife is asleep. The two year old wrecking ball of a boy is asleep. Wanted to finish a library to run kafka/grpc for nodejs microservices with plug and play functionality.
Make some tea. Figured the caffeine will keep me up. Maybe work late night. It'll be fun.
Then diarrhea hits. Now, staying up late because apparently I ate something I shouldn't have. Don't you hate it when that happens?11 -
Our IT service provider...
Oh boy... That's not the way to install a server in a rack...
They simply threw the PC on the floor of the rack...
BTW: the rack is in the kitchen 😂8 -
The day I got my first interview, my dad kept fighting over the phone with me. He thought I was out with my girlfriend having fun. He told me no way anyone would waste their time interviewing me, let alone hire me.. Boy did I prove him wrong!1
-
Software engineering project discussion:
Boy: Sir, my project is a client to manage files stored on different cloud file storage systems at one place
Faculty: Boring idea. Very easy to implement, No scope of scalability, etc
Girl: My project is an app to display the weather information
Faculty: Omg! What an innovative idea! I'm surprised how no one though of this before!11 -
"Your XML is malformed by these strange tags CDATA. I've cleaned it up ;)"
Fuckity Fuck my boy, now the whole website is down. All hail the magic push to prod button.
(there were snippets of user provided HTML that was passed over XML by a microservice)6 -
Until today, I haven’t worked on a react app or front end project in about 5 months.
Hoooo boy. What a fucking rollercoaster ride. One minute you’re doing some slick shit you learned how to do from working on backend projects, the next you’re screaming at your linter and pissing on your keyboard.
2/5 stars do not recommend.
I’m out.
*ascends into the cloud*8 -
Dedicated to all the OCD suffering in this rant:
https://devrant.io/rants/870716/...
Just because it's round doesn't mean it's a circle,besides Google wouldn't be paying millions for a simple circle 😛7 -
At my first big boy job at a start up with only 50 users, we noticed we had cloud cost spikes about 20x larger than we were expecting. I remember spending all night debugging it, checking the requests as they go through.
The culprit? Someone left an async on a UseEffect with a variable that was regularly updated as a parameter.
In other words: every time a request was fired, the variable would change… so the function would sense the variable changed and fire it again, and so on.
Felt like a total hero. -
Dear companies of the world.
If you offer customer support over Intercom, and the officer is a cute boy, I am gonna flirt like hell.
Keep this in mind.
Or maybe you do... maybe the photos are thirst traps designed to make us more forgiving... 🤔5 -
I'm just C# boy, born and raised in a .Net world ... Today I started some stuff with JavaScript, downloaded the JavaScript standard extension for using in Vs code... It made me do things...it made indent each new line by 2 spaces! Not 4 or a tab but 2! And then what really took the fucking biscuit, it said I couldn't end my statements with semi colons! I need a strong cup of tea and a sit after that shit. How is that at all useful to anyone!? It just made it make less sense!!!!10
-
When I was a young boy and I was writing my first programs, I remember I was sad because they were fast, unlike other applications I used daily and admired, with their long splash screens and the hard drive constantly making noise whenever you performed an action. At that time for me, 'slow' meant 'serious'.
It's fun to see how things have changed today: ensuring performance is a critical part of my job, and DAMMIT WHY HASN'T THE WEB PAGE LOADED YET?!?2 -
Oh boy some mutex deadlocks inside the 16 year old, unmaintained, company application framework.
Time to look at the stack traces of 24 different threads and try and guess which one fucks it up
(Send help)5 -
Boy do I love when Snapchat sends me a snap telling me happy father's day.
I don't even know who my father is but thanks for the reminder assholes.
I wonder what dipshit thought that sending everyone on Snapchat messages during all sorts of holidays that not everyone celebrates was a good idea.9 -
Oh boy my boss wants to talk about my "working times" since I enjoy starting work at 5am. Am I this weird to like working early in the morning?13
-
Some years ago our company site was hosted by a prick who knew nothing and started to pretend the server got a virus or whatever.
I tested their server and figured out they did not have any firewall policies going on like mitigation of ssh brute force.
It was at this time I learned about SYN flood, and boy I flooded that port 80 of them.
The company site went down for as long as I wanted.
It was great because now we manage it in house and never had a problem anymore. -
Facebook you little piece of shit.
We have a page setup for a band since apparently this is what one does these days. But oh boy is facebook annoying. Can you please stop sending me 100 notifications a day about fking post boosting?! What the fuck. We are students we don't have money for this shit. fk off! <.<12 -
Oh boy! Here we fucking go lads!
Mods are fantastic and people deserve recognition for what work they do, but as soon as you begin to start taking your work and trying to strip someone else's name from something is bullshit.
No Bethesda aren't perfect and yes the Nexus mod community do some great things, but without Bethesda there would be no Nexus and as soon as you try to make your efforts the forefront of someone else's work you can stop.
If I was to take devrant and place my logo on it and just call it a modification guarantee people would be upset, what's the difference here?
End scene.6 -
"Don't you like the new site? (:"
I mean yeah, it's an upgrade from what was done in 2011 with 2007 recycled code.
But now the first access takes almost 10 seconds.
10
seconds.
Was fucking WordPress necessary?
We went from a hotel booking PHP template to a blogging template.
60+ freaking Mb of shit, not just content but *shit*. (from the admin panel, only 3 of the 10+ sections are needed)
At least they won't bother me now about the main page frontend.
Oh wait, they do. So I had to learn how to hack the theme header behaviour because of course, cute boy WordPress couldn't care less on how the header behaves. I see more hacks incoming of fucking course.
Man I fucking hate WordPress.4 -
Oh, boy, do I hate recruiters...
So today I attended a Job fair, which mentioned it will be 'walk-in' interview for every company present there, only to find out they were mass recruiters, FUCK ME.
1. Write answers on the back of your resumes.
2. Group interview
WHAT THE ACTUAL FUCK!!!
On point number 2, HOW THE FUCK DO YOU ANALYZE SKILL OF A FUCKING CROWD OF 20 PEOPLE ALL TOGETHER!!!!???
Top of that I paid for this shit! I can hope for only the best now.....2 -
This former developer made an app 2 years ago which is in production since then. On the 404 page it's throws the database credentials. The database saves personal information about the mobile owner.
Luckily I found out and fixed it. The client doesn't know about this.
Oh boy!1 -
Oh boy... something just happened I'd have never expected.
Remember my rants about the PHP CMS Of Doom™?
Guess what... the boss of said company just called me to offer me a job as their new tech lead. WTF.
I'd rather slowly impale myself on a rusy pickaxe.
I'd rather tattoo my face with a giant, pulsating, uncircimcised shlong.
I'd rather take a swim in a pool of Hydrogen fluoride.
I'd rather work 80h/wk on pimple extraction.10 -
Agreed on an offer from company X... Told them I'd sign the contract on my first working day, still a week away.
The offer had a lower salary than my previous job, I needed to relocate, and travel costs were not covered. It was a step back for me but I really needed a new job.
After the weekend I got an invitation for another interview... All went well and the perks were better than the offer made by company X.
Next day I had the second interview and they were very excited and offered me a contract.
Contract came in on friday, signed it and called company X that I'd like to reject the position after reconsidering my options...
Boy were they pissed off 😂 -
Not co-worker, but class mate. Specifically, my group mate.
Boy, I could fill an entire book with the “what the fuck” moments.
Here, the prior question of his was “why is this happening?”23 -
Not even a beach can prevent a dev from working.
Here I am, six days into vacationing. My girls are playing in the pool behind me, their mother is sunbathing and absolutely rocking a golden bikini, the sun is setting on this magnificent beach and my baby boy is even asleep besides the pool noise.
And dumbshit me is here ignoring it all and frantically typing at my phone because apparently it is VERY HARD to convince your team not to let any projects get stale while you're away.
I should go somewhere without wifi next time.11 -
Started programming on one of these bad boys. It's an ABC80 a Swedish built computer.
Boy did I envy the kids that later got a C64 with color graphics. After all black and white is not that sexy... But I made my first steps in a version of basic none the less.3 -
Worst fight?
Stubborner against stubbornest.
About a focking fact that was trivially true or false. Fun fact: it didn't matter anyway.
Boy, did we raise our voices and attract the attention of everybody in the room. Lesson learned. -
Ohhh boys, even the frame broke off *shit*. C'mon boy pls just stay with me you have been with me for just 4 years .5
-
!rant I just put my phone in my pocket with the devrant app open.
I take my phone out again about 10 minutes later and i'm in the process of making a new devrant account....
So somehow while the phone was in my pocket, it must have clicked the logout button and sign up button and had entered random letters for the email name and password section.
Boy, i'd like to know what my pocket (or Ass) wants to rant about....2 -
😂😂😂
OBJECT ORIENTED THINKING
A boy tires to look at girl in a class.
GIRL: It is bad manners
BOY: No it's not
GIRL: Why?
BOY: "Members of the same class can access private data"...
Old but Interesting5 -
That's my boy rocking i3 with arch assisted by a mini boye(bottom) for reading and note making assisted by a slightly larger boye(left) rocking arch with deepin desktop for serious work and style on the go.2
-
Hooo boy the difference between working in fastfood and working in webdev. 2 week salary is not the same ! 💵💵💵3
-
Not here to disturb y'all , but am a little sad because our cute little boy honey has wandered somewhere and hasn't come back for last 2 days. :'(
I don't know what to do, we searched the whole area nearby and there are no signs of him. We have also alerted a few neighbors who aren't bad to animals.
But i guess it's his time to go out. We always had many cats , and we live on the topmost floor, so cats usually wander over to different terraces and come back after a few hours. But there is always a day, when they go away, nd never comes back.usually the female cats return, with stomach full of babies, but the boys are full Roadies, king of some random place
Its just my heart says he hasn't gone forever. He is a super dumb, and not very much of a bold boy. I think he fell somewhere in an empty home,and couldn't find his way back. ;_;10 -
I got kicked out of university (geology) because my credits ran out. I just wanted to choose the course with highest employment rate, so i chose applied computer sciences at college. Without any experience with computers i started it!
Boy was that the right descicion!
Now i'm really loving it! -
Salesforce.
I mean I hate to be a predictable broken record, but it really is the biggest PITA thing I've come across. Proprietary stuff across the board, arbitrary limits, ridiculously tedious to get sane debug logging turned on and boy, if you've ever had to go through their process for listing an app...5 -
i made a mock code that wouldn't close to prank my colleagues. this boy tried the x button and it didn't work, so he went for ctrl alt del and the pop up showed up to confirm and when pressing yes it still wouldn't close1
-
About to start coding my first complete website. Oh boy. Everything I learn up until this point. Just basic HTML is all about to be put to the test. Lol. Grant it. It's not for a client. Just school assignments but man I'm nervous.😂😂🤷♂️
-
That moment, when you waste 4h looking for a bug and realize that there is a missing ';'.
That moment, in that instant, you want just a hug from your mom/dad saying you are a good boy and will reach the top.10 -
Let's talk about kids!
Do you have any?
Do you want to have any? When? Why not?
I have two kids, one girl (2 yo) and one boy (5 mo).
The loves of my life and my main motivation for everything.49 -
Manager was to present an interface for one of our intranet apps.
Designed and implemented by yours truly consisting of a php backend api and a very shiny frotend, which ain't using anything fancy. Mostly jquery since I am using datatables for the most part.
Thing is. To test a button with large text inside I wrote
<button someclass>penis dick vagina</button>
I saw it literally 1 min before she was to present it maybe
Oh boy.
Managed to get it out of the way before the presentation.......
Thank heavens the conference room is next to our office........5 -
i remember how my father was angry at me, that i "only play games" on the computer. Cause what else can you do there? We had multiple wars about how much nobody will i be. Well I wasn't playing I was learning. Now i have my own family, got many life goals done. i dont consider me as nobody but my father still thinks of me as a young boy, at least he's sometimes proud. Sorry guys gad to lay it off. :-)3
-
When you know the whole week's weather forecast w/o even looking at it, because your neighbours above you are aged people and when they read it out *loud* you can hear it all sooo clearly...
Boy do I want my own house....6 -
Recruiter: hey I see you once worked in Utah. Boy do I have the job for you. In Utah.
Me: I no longer live in Utah. In fact I fled Utah 16 months into a 24 month contract because that place sucks. I haven't been back in over two years. So I guess what I am saying is no. I do not want your job offer. Please never contact me again unless it's for 6 figures and I don't have to move.2 -
I’m not an Apple fan boy but I do use their products and respect their business ethos.
I was please when I saw this as part of my software update today.
Before the haters start hating, if you use a google device or use Facebook then you already don’t have a leg to stand on.15 -
We founded a 3 man startup.
I am on holiday for two weeks and my mates paid 50k to someone so he programs a prototype app without any specifications. They told him about what the app should display without any mockups or images via Skype. Returned Monday, found out about it, and on the following Monday we will see the current status..
Oh boy, dog help me. I expect a clickdummy made with Adobesomething, and we paid 50k for that. Why didn't they wait for 2 weeks?!3 -
!rant
Ok dev's, im proposing a small movement for windows 10 mobile, if you have used windows 10 mobile personally, you will know it is actually a fantastic operating system that is super snappy and easy to develop for (No i'm not a microsoft fan boy, far from actually).
The only downfall of the OS is the app support, so im proposing devs come together and create quality apps and games for win 10 mobile.
Hopefully this can sort of persuade others into a revolution of sorts (And hopefully change microsofts mind of abandoning it), I personally will support windows 10 mobile for every game I create, within reason.14 -
While I prefer tabs over spaces for indentation, I usually don't mind using spaces as this is often decided project-wide(or even company-wide) by powers out of my reach and the people also normally decide to intend by the reasonable 4 spaces.
However, now I am working on a project with 2 spaces indentation and oh boy, what a pain it is to write any nested code.. am I really the only one with this problem?12 -
Soooo might turn into the lead developer of the web services of 2 fucking schools with the manpower of 2 for which one of us ain't even a developer all because HR put my lead developer in the hospital and he might be so fucking fed up that he may not come back to work.
Fuck
Human
Resources
Holy fuck man.....I was already a lead mobile developer before and i fucking hated every minute of it and the pay raise ain't even gonna be worth it for the ammount of shit that i am going to be required to do.
Fuck this, fingers crossed man I really want my boy to come back cuz I don't wanna deal with this bullshit.
I seriously never thought i would be in this position and by heavens i have been in some shit before.
Fuck fuckity fuck fuck fuck.
Fingers crossed my boy gets better man fr.7 -
- Dual boot to windows.
- Do some stuff.
- 2% Battery left.
- Alright, shutdown.
- Windows prepare to update.
Me: Fuck... forgot about Creator update.
(Run boy run -> to the AC adapter)
(Freeze windows for too long....)
(Mostly use Arch) -
For months I was weak and tired. All the stupid IT work drained me of power to develop cool stuff during the nights.
And then I discovered my wunderwaffe- machine capsule-espresso.
Oh boy that shit is amazing.3 -
That moment when I have to give my method a name, so I wonder if it will return a boy or a girl, and I check every baby names book at the library.
But none of them suit my need, I don't see myself calling a Mathew or Charlotte in the future.
I feel the stress in my bones, beneath my skin. The method is almost complete. And then it comes, like a shooting star through my mind.
There it is.
I shall call my method:4 -
Thought I would only do frontend-stuff when I started working. Boy I was wrong. I thought it would be easy coding in a real company and not just in schoolprojects, boy I was way out in the blue. But when your code works and is actually used by people, I never could've imagined that would feel so good!4
-
Bring my stress ball to work.
It keeps rolling on the floor, so I have to chase it around.😿
How can you guys handle this bad boy -
University, first Java practical lesson.
I'm sitting near this guy, clearly hyped up because he managed to install his first linux distro earlier.
After 5 minutes he asks me how to do the task the Professor assigned that morning.
I'm playing dumbass in my head, thinking stuff like "oh big boy installed ubuntu but can't declare a fucking Rectangle class in java lol" (what a dickhead).
I helped him, and then proposed to go out for a quick smoke.
Turns out we're very similar, hyped as hell with linux (like I was at the time), with same CS interests. Still texting sometimes. -
I was talking to a CS student here at my University the other day. We were discussing our high school careers. He had the opportunity to take 6 different CS classes, but he cheated his way through most of the classes.
Meanwhile, I had the opportunity to take a huge total of 0 CS classes. But boy did I desire the ability to take CS classes.
It's kind of sad that students who desire to learn get left out in the rain, while people who can take classes just cheat their way through the courses.1 -
I got the job offer XD it's not a big pay increase from what I was making before, but honestly I'd have taken a pay cut to get out of my current fucking job. Hell, I was one more overly dramatic angry email away from quitting on the spot and going to work as a stock boy in some walmart or something.
-
I'm usually very careful with *everything* except today, I spilled half my water bottle on my personal laptop which I was using for interview prepping and while I had no plans to buy a new computer for the time being (not by choice lol). Here's a photo of my 5 year old boy.10
-
What the hell is wrong with using GitHub, or Git??? A client told me he’s concerned because it’s been, in his words, “compromised” and the admins can “see our code for trouble shooting purposes” and he doesn’t feel comfortable with that…🤨 like…no one wants this code my dude, like the fuck!?! We’re already using a skeleton project from someone else’s git, yet you dnt want this project on there??? Ooooor, is it because you dnt know how to use it??? Nor do you want to take the time to learn it??? 🤨 fuck boy. 😡😡😡😡😡😡🤬🤬🤬🤬🤬🤬🤬14
-
When I post a collab and someone asks me how the project is going and how much the progress..
Inside me: oh boy, I just post ideas here.. not time for implementation1 -
!dev
This was a long time ago when I was a pizza delivery guy (summer job). One of my managers could barely handle any pressure. He would often lose it during the dinner rush. He was disorganized and never gave clear directions to his team. One night he totally blew up. He threw a large pizza shovel across the kitchen. It went crashing into the oven in a loud bang. This was in full view of customers on the other side of the counter and several of us workers, all in shock.
It was my last night there as I had handed in my resignation letter two weeks prior. Boy was I glad to get out of there8 -
The dreaded day has come were me eldest daugther now has boy attention coming to the door - but wait whats this ... hes a programmer and a tad bit of a nerd .... seems i raised you well sweet child
-
Just discovered lmsotfy.com.
Oh boy I'm gonna use it so much for the dumbasses who ask before thinking !9 -
Whoever creates blog platforms that do not display publication dates should get 20 years of labor in paper mache mines. Introducing version 4.0.0 of anotherFuckingLibrary.js! When did we do that? Was it 2 days ago and nobody had time to catch on? Has it been a year and now it's an industry standard that you haven't heard about because you're living under the rock? Or was it in 1987? Wouldn't you want to know, naughty boy?2
-
Visual Studio! Been using it since I was a little boy and tried many others but it really is the best IDE out there.4
-
I estimate by guessing how long it will take me to code then multiply it by 3 and round up to the whole unit.
10-30min work = 1 day
2 day work = 1wk
1wk work = 2-3wks
1month = 3 months
If only I didn't have to deal with other people that take forever....
That and I feel lately whenever my boss ask me for a "quick" change or feature... I literally have to go "down boy down, stop thinking your in a candy store" like he's a little kid.1 -
When, for the 100th time, you see the git commit comment:
"All work and no play makes Jack a dull boy" -
Arghhhhhhhh! What the hell is becoming of today's world?
So I have registration form that relates to parents signing up for a service and asking for ages of their children. Children are never older than 5 years old.
So, for each child the user specified the child's sex/gender (Boy or girl) and their age.
I'm still in disbelief over my client's request, that is marked "urgent".
I basically need to add to the list of options, as "boy" and "girl" are no enough and the question is now "too limiting".
I apparently need to add several more options including: "prefer not to specify", "geneder neutral", "bigender" and "genderfluid".
I mean how can a child aged 5 or less identify as "gender neutral" or "bigender" - how on earth are they able to decide.
Fine, if you're an adult and signing up to something like Facebook, have your 80 odd options. But for children under 5 how have no idea wtf any of this means, stuff like this really annoys me.16 -
Watching an android wear on iOS video and they are complaining that android wear is limited on iOS and they love the look and usability of android wear compared to watch OS...
Of course it's bloody limited, you can't even use Apple devices with android so be happy you even get basic support :-P
(Yes I am a Google fan boy so android for lyf)3 -
36 in previous job (sysadmin) - had to run 3 shifts in a row. Boy was I a vegetable in the end....
18 in current job (java dev), when I messed up PROD db -
OMFG HOW CAN SOMEONE FUCK A PROJECT SO HARD IN TWO WEEKS???
I struggled for 6 months to keeps a minimal pattern and logic throughout the project between tight deadlines and changed scopes, but in two weeks they managed to literally shit on top of it and now I have to fix this bullshit?
Oh boy...I really don't know if I fucking scream, punch someone or rage quit.1 -
Checking the whole code for finding the null value. Gone through the process multiple times.
Oh boy, it was wasn't "personId", it was "personID". -
Do any of you have two browser instances for personal and work things? I do at least, and it's so annoying when I click a link and it opens in my personal browser instead of my work one.
So I made a script that I set as default browser that checks the link and opens the correct browser. Oh boy do I love Linux :D13 -
Last night my Kindle got frozen and failed to respond to the touches, so I hard reseted it by physical power button. After a dozen of minutes of unresponsiveness, it finally restarted. Some light of hope sparked in me when I could see the silhouette of the lovely boy sitting under a tree, and soon enough the starting progress bar appeared and just stopped right before its end. I kept restarting the device over and over again and the starting progress bar has never reached its dest. The mtfk boy sitting under the tree grew up and becomes a douchebag, and still I can't do a thing with my Kindle. I had nothing to do with it now, and in a moment of having nothing to do, I put it out of its case, and even made a big scratch in the top left corner. Just want to smash it right away!14
-
guy shows up at the end of workday to tell me something i did last week changed yesterday and has to be redone, and asks if i can do it today. my boy, i tried, but 20 minutes is 20 minutes, idk what you expected2
-
Continuation of the issue I had yesterday, and a realization of just HOW FRICKING STUPID C++ could be. Basically, yesterday my code for class was skipping a line of user input code, I checked the code for hours to see if I missed anything, if anything was out of scope, both input's I was using were back to back and absolutely identical all the way from the implementation both equaling "\0" and I couldn't figure why only one of the input lines were being ignored. Out of desperation posted the code on here (see my last post). Welp, I finally fixed it, and BOY AM I SO SIMPLE. cin.ignore().
TL;DR
Dumb issue, dumb solution (in my opinion)2 -
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
-
Oh boy, converting the whole codebase from vb.net to c#
Pain point 1: CType all over the place (Convert.To*)
Pain point 2: almost everything is static!
Pain point 3: "I learned about DI just 3 months ago..."
Paint point 4: deployments ever happened by hand!
But I'm happy to be there because the guy who's running the thing is a very nice one and he's absolutely grateful for every bit of learning lesson I give him.5 -
It's unbelievable how many senior software engineers there are with 2-3 years experience within the industry... damn boy, you just became intermediate, if you're still not a junior8
-
A message to designers and developers:
please please please stop being so touchy about your designs/software. The final work is meant to be used/enjoyed by end users, customers, clients, young people, old people, disabled people, short attention span people, irrational people, patient people etc. So if they say it's not good enough accept it go back and make it simpler (not necessarily better but simpler) and move on!!
Stop going into defence mode and start throwing your toys out the pram or giving people the silent treatment.
Sorry just been on the receiving end and boy is childish.1 -
F*** u apple. From time to time I develop Apps for Android and iOS and boy is the whole iOS app distribution workflow bad.
I try for hours to upload a update for my app.
First I needed the readd my credit card then there were internal server errors and after that I needed to regenerate provisioning profiles.
Everytime I use something from apple, then I experience such a bad user experience. "It just works" not anymore friendo...3 -
Joined small scale-up months ago. I literally want to punch one of my coworker. Constant mental harassement, self-declared lead, rude and impolite. That coworker is socially awkward in the baddest and meanest way.
Oh boi.
Founders seems to not give a crap even if they told me they want a flat hierarchy. They let that coworker off the hook.
Not even mentioning that culture of oppression and repression.
If you're late you must bring chocolate and they'll remind you 256 times a day. Oh boy, I'm not late... I just don't want to come in the office.
Also, the code is atrocious.
What seemed like a dream job at first turned out to be a nightmare. Never been bullied since I started working. Now, I have a bully and a nemesis.
Ooooh boy.8 -
I'm a week from the end of my internship... Finally ! YAY FINALLY IT ENDS YAY ! OH BOY OH BOY IT WAS SO SHITTY I CAN'T WAIT THE LAST WEEK9
-
We don't have a designer yet in the team so we had to learn Adobe XD on the side to prototype our ideas. After months of getting the hang of it thinking this semi-free tool will work for us to save some money, Adobe decides to change their pricing plans starting in April 2020 and it will no longer be free. It feels like Adobe trapped us to get used to their platform and then secretly slap us with a price tag halfway. We can't blame them since we're all trying to put food on the table here. We started exploring Figma today and oh boy was it a gift from the gods! The features are so much better. They make our workflow faster!3
-
Oh boy. 2.5k loc of legacy bash code. The task is to give every function its own script since that is literally what this script is. Cha8ned together individual scripts . Fingers crossed its actually just breaking out functions :x
-
New job at new company
Going over current systems
Oh boy
I don't know if I'm excited for the challenge or scared that they have lived with the system like this for that long.3 -
Okay I'm doing the whole leetcode bs, interviewing with a faang like company.
I'm genuinely curious to see if their engineers are actually any good. It seems backwards to me to hire someone based on something they most likely know by heart.
It's like trying to stress test an API by calling a cached endpoint. It will look fast AF, and it will be, but it won't compute shit.
Anyway, if I get the job and the engineers aren't crappy, then I'll forever stfu about how lame this is. But if I get the job and the devs are crappy, oh boy you'll hear me for a long time.3 -
I've decided to take a look at flutter today and boy... I must say I hate writing layout for it.
Not cause of all those margin thing no.. It's just too verbose, awful.
I don't want to spend that much time writing the UI, I want to focus on the logic.
Even XML was better than that.
I think I'll wait for a layout editor before coming back to it.
But I have to admit that hot reload is really nice after spending so much time waiting for my builds on Android 😓7 -
I can see the love for VS Code as a whole, or Codium (my main in that side)
But dear me, any moderately big project will make this bad boy choke the fuck out even on a powerful workstation. Atom is also out of the question for that, and does anyone even uses brackets? Elektron based apps tend to choke like this.
Thus, for simple editing tasks I have preferred Sublime, Notepad++ and Vim, Vim is always there for me.
But I am wondering about one more:
Anyone here with experience on using Emacs on large as fuck projects? how was the experience?
I have only used Emacs on small shit and it works fine.14 -
"Grub installation failed would you like to try again or continue without a bootloader?"
I was like well why in the burning hell would you even touch the bootloader on a completely different drive then you are installed on.
Boy, never was I so wrong...
That motherfucker deleted the windows bootloader and I've tried everything to get it back. Even tried to restore the whole frickin boatloader from scratch, with no success.
Best I could do was to make a pendrive with the bootloader on so I can boot up that shit. Four days have passed and still no luck in fixing it.
Well I guess I will call this a security feuture. If you don't insert the correct thumb drive you couldn't access the computer.5 -
Boy oh boy.. Reminds me of good ol college days. I was in my final sem when Amazon came to our university for campus hiring. I was very confident that I will get selected. Funnily enough I went till the final round and I had a feeling that it went well if not excellent. It was a Friday night and we had to wait two excruciating days for the final shortlisted result to come. On the evening of Monday my friend T called me and told me my name is not on the list. I was heartbroken. I asked him who all got selected and he said our friend A did. A was, and still is a good friend of ours and I was happy for him. That night we sat down for drinks and as the night progressed I anguished over my selection. I still remember solving a binary tree problem holding a glass of whiskey in my one hand. The next morning I woke up at 6, detoxed myself with fruit juices and sat in front of my laptop feeling full rage from last night. I sat till lunch and hacked a chrome extension in one sitting. Mind you I had no existing knowledge of extensions at that point of time. I sometimes look how my life has turned since that time and now I am one of the devs in a team which work on a product that itself is a browser extension. :)
-
I know we do asynchronous communication where I work, but boy does my blood SUBLIMATE when people take half a fucking day or MORE to answer a question without the answer to which I cannot progress at my work
And they're like "sorry, I was out for a little while"
If only the fucking tasks were actually refined and discussed on planning, if only people wouldn't shut me down for "trying to discuss technical details" during it, maybe this wouldn't fucking happen and I wouldn't be feeling so fucking stressed out with work pending for the weekend
Jesus fucking Christ, I need to change jobs, this company pays me peanuts anyway4 -
Oh boy this year. We lost net neutrality. We spent a whole year without princess leia. I lost my job and spent 7 month finding a replacement. I got engaged. And i can safely say the only good things i have seen this year where things i did for myself and others.
-
Please do not flame me for makimg yet another Firefox rant. Besides, this is not about Quantum in particular and is definitely a self rant.
It was some time last month; i saw somebody here say something about Firefox Developer Edition, and I decided I wanted to be a big boy and try out big boy tools. I downloaded the tarball, unzipped it, and put the folder in my /opt/ directory. But it didn't work.
NO. My brain didn't work.
I forgot that Firefox comes default on Ubuntu, and I also seemed to inconveniently forgot that taskbar icons are not magic mind readers. I opened firefox and lo! Not a fuck changed; i was confused, but too busy to care enough to figure out the issue; I chalked it up to I wasn't meant to have nice things and went on with my life.
Fast forward to today, I got it up. And let me tell you, I am pissed with myself. I haven't opened a single webpage yet and I can already tell from the customization possible and the built-in tools alone that I'll be enjoying working in this browser very much.2 -
Oh boy, linux NFS bugs! this was supposed to be fixed in 2.x, but here I am, in kernel 6.1, same issue! `nfsiod` hangs, can't SIGKILL/SIGSEGV/SIGXCPU as root, `/proc/$pid/maps` is empty, strace/gdb are denied while running as root for only this process, `/proc/$pid/stack` only shows a single kthread that's stuck waiting for a fork to return, and... what the hell is `rescuer_thread`? apparently, deprecated in kernel 3.10, whatever the hell it is... wait, how did this even make a call without memory?
it's gonna be one of those days, isn't it?2 -
Shit week....
Defragmentation of several applications codebase(s), sifting out duplicate code and creating a library out of it. Bash.
Not funny.
Yesterday while cooking I was too fast.
Chopping board with adjustable cutting depth, was at 6mm. Right thumb. Full speed. :(
Boy that wasn't pretty. Bled for half an hour and created quite a mess while trying to find some band aid to get pressure on it. Guess I'll have fun the next week's as no thumb is pretty handicapped .
And today we have in Germany a pretty severe snow storm.
I really hope that the server rooms @ company don't get flooded or shit like that.6 -
Today one of the more junior back-end devs told us, that he doesn’t plan to do front-end, because he doesn’t want to make design.
He basically told us that in his view FE devs do design work and that’s it.
What the f**? We have designers for that. Front-end devs are not the ones who make design. Reaaad uupp, boy6 -
Wow!!!! After a very short period of time (since March), the startup I am at is finally finalizing an acquisition. I got my offer letter today from the new, much bigger company.
Oh boy, this starts a new chapter in my career ... one where I will be surrounded by countless people who are all smarter than me.2 -
I no longer work with those !Ð↑Ωŧ$, but when ex-teammates told me that they have to escalate some issue to them and pasted the responses they got from that team..
Ooooh boy. I REALLY want to create new swear words.1 -
The boy is smoking and leaving smoke rings into the air.
The girl gets irritated with the smoke and says to her lover: "Can't you see the warning written on the cigarettes packet, smoking is injurious to health!"
The boy replies back: "Darling, I am a programmer. We don't worry about warnings, we only worry about errors."3 -
Oh boy, please don't fuck a girl in public place! Her scream really violated my hearing ability!
Anyway I'm inside my room. The sound is fascinating loud.3 -
Decided to try out the new windows terminal app... It may be in preview but oh boy it needs work...
And not just a little work but A LOT of work, I've used prototypes that are more functional :-/4 -
Why would you send me an email that "the opening is not longer available" when you're going to list the job again 3 more times in the same month??
At least be honest! i'm a big boy, i can handle it.6 -
Oh boy, a bright new day 🌞.
Will this be a productive day with me getting my tasks done like a functioning member of society,
Or will I drown in my own sorrows and want to spend the whole day in bed.
Let's see what happens.5 -
Imagine requesting something from a girl/boy you're interested in, and getting replies in Http codes...
What are the funniest?
402: Payment required
403: Forbidden15 -
I love sports and code. I dreamt of being able to teach my boy how to play ball but after a few years of TBall and Soccer, I accepted that he did not like sports. I didn't want to be the kind of father that forces their child to play when they don't want to so I let the dream go. Besides, he'll be a coder like his old man right? He's 10 now, so I tried to start getting him into working on some Minecraft mods. He loves Minecraft... but no interest in code. 😭4
-
Worst architecture: the stack compiler I wrote. I basically just made my own shitty webpack.
The idea was simple: Babel to minified JS, Scss to minified CSS, and HTML to minified HTML. Made in Node JS, of course. (perhaps that’s where I went wrong!)
The thing works... and I use it... but boy is it bad. It even broke on my current project (which is for a client so...) and I’m having to work around my own god damn code.
I really need to revisit it and redo it.1 -
Went to boarding school in England and our physics/maths teacher was a Cambridge graduate. Real bad sense of humor, probably took a bath once a month and wore the same suit all year. Skinny, glasses, clean shaven and ate Marmite and boiled eggs every day. Poster child for nerd world but boy did this guy help advance my math skills and love for physics.8
-
When you have assigned stories that are blocked by other dependencies being developed in the same Sprint... Oh boy, someone is not going to finish on time u.u
-
Started making 5 figure income a month while working for myself. But have no friends and no interests to talk about besides work. Im a really bad case of "all work and no play makes the jack a dull boy". I spent last 8 years to achieve that. Is that good or bad? Im so much lost in my work that normal living sounds so boring at this point10
-
Dear Santa,
My name is Steve.
My age is none of your business.
I've been a very good boy this year.
If I could have any present in the world, it would be an embedded, serverless PostgreSQL.
Love,
Steve.2 -
I don't know about obnoxious processes, but I do know about one single event that happens WAY more than it should, and that might be people from customer relations coming with "new awesome features that MUST be implemented asap"
oh boy the times I've pictured me shoving a scrum guide down their throats....3 -
Because of you great people, I installed Linux (Kubuntu, latest) again on a device after roughly 4 years, just to see how things are... 3 application crashes, 2 errors with no details just before I was able to install Chromium 😂 oh boy, hope the updates that crashed Discover fixed some of it 😌8
-
I just road about 400km in a 150cc motorbike between yesterday and today to pick my notebook from the assistance shop. Oh my god, feels good to be home. Now with my baby boy recovered :)2
-
So thought I would install Visual Studio 2017 for Mac and ho boy what a load of shit that is!
They say it's designed to be macOS styled yet it is literally the same visual style and element location to mono-develop for linux and mac, piss poor effort when even creating new project uses the same form layout.2 -
I managed to clean up the React part of my project, and now everything is smooth AF *.*
But boy oh boy did I fuck up big time, any console.log() written under the render section of anywhere was triggered around 4 times! I still have to rebuild everything (I only finished the dashboard so far) but it will be cleaner that I could ever hope2 -
I was on Instagram and I saw a boy advertising to sell 5k followers and I was wondering, how do they do that? Can they programmically create and control those accounts? I know they can use the Instagram API to some degree but I feel like Instagram probably has security set up to detect that type of stuff (5k accounts following someone at the same time, etc). Does anybody know? I’m actually really curious6
-
Only person on my team in the office...and naturally the only other person in my area here is the fucking Boy Scout. I was going to blast JPop, but this sad sack of shit is here.2
-
When you get brought into a new dev job and the lead tester says "oh good, the junior bug boy is here"... Not sure if he thinks I'll be squashing them or making them...
-
Oh boy I haven't been programming the whole week so far, just googling and observing my boss to know what's going on. I hate days like these. The life of an intern.
-
Dev boy to Dev girl: "What's the time complexity on you loving me, baby?"
Dev girl: while(iExist){
Int n = Random.Next(1, 100);
for(int i =1; i < n^4; i++){
Console.Write("..."); } }
Dev boy: Assert.Fail(); -
For my fellow stuck at home Nintendo Switch owners: Ring Fit is legit af.
I am in good shape, but can honestly say that you will get a workout out of this bad boy AND by the time yo ass is feeling tired you will not notice it on account of the fun you will have.
Of course, not everyone will like it, shit, I know I didn't wanted to play it. But I did and I loved it.
I am Al, and I support Nintendo's agenda on getting switch owners jacked.6 -
Im currently working on a game, response and feedback is much appreciated.
-- idea--
I'm looking at creatures that will grow when someone that has bad thoughts or intentions.
-- story 1--
This boy grows up in a village that to his surprise, there no other kids in his village. The kids were mutilated. No one knows what happened. The ones with bad thoughts or intention will always be able to see that monster. As the boy grows up, he commits sin that are rather grave and when he grew up to 40 yrs old, he was dangerous person due to his character. His parents only saw his bright side of him and is rather unaware of it.
One day while talking to his mother, he felt rather uneasy, and went to the toilet, as he came out, she was no longer there. Thinking that she must be busy with house chores, he decide to head to the kitchen. Only to be greeted by his mother back facing him. She turned around and gave a big grin on her face that were as long as from one ear to the other. She then grew into a monster. The end
--
The story lacks a lot parts which I need such as gameplay, dialogues, and story itself.
Should I end it as the guy gets murdered? Or let the player think? Or leave as it is?
It's a 2d game though.
Ideas, suggestion or freedback is great!2 -
Really crossing my fingers at the idea of an Iphone SE2 :( i really want that to happen.
I don't really like retarded big phones and there aren't that many options in the Android area that I like.
And no, I ain't a fucking fan boy. It can be a windows phone and if i dig it i'll buy it.5 -
Okay, let's admit this, being a programmer, I never heard of devRant. The thing that made me join this platform was that it was giving away some free goodies, please don't hate me xD. I thought this would be like any other meme sharing platform where all nonsense is talked. But boy, how wrong I was. I ended up, using this application all the time. The people here, they are just amazing, I learned a lot here.
But the irony is, that I never received free goodies xD.5 -
So I was going through rants and saw people disliking the rants vocally. I started upvoting the rants. I smiled to myself.
So I stuck in my thumb and pulled out a plumb, oh what a good boy am I?2 -
Oh boy, did I just installed the devRant app on all my devices? and missed a deadline? what is happening to me? (o.0)
-
I found my some documents about my dad on Ancestry and showed them to him because they’re things he’d like to see. His high school yearbook photo. His college yearbook photo. The flight manifest from when his family came over from Puerto Rico.
He was happy to see these. He doesn’t have his yearbooks because they’re not things he would have been able to afford at the time. The flight manifest helped put some memories together because he was a little boy when his family moved.
He did get a little freaked out when I explained why Ancestry had these things. But I think that outweighs the joy of discovery.1 -
Some parents say it is toy guns that make boys warlike. But give a boy a rubber duck and he will seize its neck like the butt of a pistol and shout 'Bang!'5
-
The "AH"-moment when as a boy discovered that with this instructions in QBasic I could literally let the thing do *anything*.
The "HA"-moment only little afterwards that I'll probably never have a clue what a worthwhile thing to make it do would be. -
It started when i was about 10 old.
My uncle showed me how to display something in dos-prompt using the echo command in a custom batch-file.
A few commands later, i was able to "program" a flip-book of an ascii ski-driver. Each ascii picture was separated by pressing any key and cls ^^
Aaaaah. Sweet childhood memories!
Later on i used a programming-language for beginners in windows.
This language gave you control of a triangle called "turtle".
My first high-level programming language was Delphi.
Since i had no idea of databases, i created a pseudo database of magic the gathering play-cards. Each card had it's very own windows formular filled up completely with an uncompressed image object displaying the chosen card modally. *sigh*
I scanned each card by using a feed scanner.
Finally, my application consisted of 200 cardimages and forced my PC to swap the required memory from my harddisk.
Boy o boy. I was such a noob! ^^
Over the years i discovered and felt in love with a lot of languages (jsp, java (script), c#, php, ...) and concepts (mvvm, mvc, clean-architecture, tdd, ...)! ;) -
2013 I guess. It's the year I jumped on the IT train. As a unix/linux sysadmin in a worldwide bank, been there for over 3 years. It was an amazing experience. Used a lot of my knowledge and learned even more. Got a chance to play around with enterprise software and hardware [remotely], deal with various vendors, have business with folks from all around the globe, learn enterprise processes, incident handling, be the initiator of automation of our processes,...
Boy it was an amazing year. In both professional and personal lives :) -
Oh boy it's one of those days again. Fuck developers who look down on systems engineers. We don't help you build/deploy your applications, you ain't got shit. I did honestly believe devops would help bridge the gap, but these fucks are still up on their nonsensically invisible pedestals. So fuck you.1
-
Today, I used a curry function for the first time outside the context of a classroom/assignment, to solve a real-world problem. boy do I love functional programming.
-
Me: *tinkering on a webpage that spits out random characters, motivations, themes, and genres for the purpose of short story creation*
Me: Okay, so we have a young girl, with the motivation of The Power of Friendship, the theme of Crime, with the story structure of Dan Harmon, and set in a Fantasy genre.
Coworker: Dan Harmon? Improvise. Wait... A young girl, on a Purge planet who befriends Morty... I mean a young boy from a different universe.
Me: *a minute later* Wait a second, that was an episode of Rick and Morty!!
Coworker: I did that on purpose because you said Dan Harmon.1 -
prev: https://devrant.com/rants/8890883
prev->prev: https://devrant.com/rants/7767049
So this is my last few days with Linux Mint, I will miss you buddy. Either tomorrow or the next day(Switch day is the 10th but I don't know if that's what I want to spend my Friday on, so I'll probably do it a day ahead of schedule) I will be switching to *looks up my distrohop list*, oh boy, Arch Linux. And after reading the installation page on the Arch website, I am now a bit terrified xD
Well, here's to hoping I don't accidentally format my /home partition lmao -
So some of you might know I'm facing youtube iframe issues, to autoplay them in mobile
Background:
> https://devrant.com/rants/1449270/...
> https://devrant.com/rants/1450121/...
So few weeks later I found a solution to make it work the way it should in mobile i.e. to autoplay after a click on svg play button,
The logic I used https://codepen.io/briangelhaus/...
Boy oh boy I was so fucking happy, jumped out of my chair basically, So I grab a couple of android devices and it works
Enter infamous E-Corp Apple, the logic I used will never work on any apple devices, because apple do not allow autoplay on mobile, So I was like "okay, no worries"
I tell this news to my manager who is aware that I am working on this since weeks and he looks astonished for a millisecond when after hearing the same can't be done Apple, Tells me "then the issue is not fixed"
Well, you're not wrong, but a little appreciation to a trainee / jr dev who accomplished this by manipulating this would mean a lot for me.
And to Apple and Youtube Iframe API, FUCK YOU3 -
Oh boy... "Swordfish" is probably one of the best comedies I've ever seen... How did I not see this movie before 😂2
-
How did the good teacher know how to teach computer programming to the inpatient boy? He taught the kid about computers bit by bit!1
-
Lets say you used a dating app. It explicitly told you "please do not share any personally identifiable information when chatting with any boy/girl with this dating app because your chat will be stored and processed in our server to improve the recommendation algorithm of potential dates and autocompleting your flirty talk to increase your successful rate." at the beginning of the app, but you didn't read carefully and clicked "agree". After a while, you noticed the dating app already stored all your private chat in their server for machine learning.
Although legally I believe that dating app would still be GDPR compliant,
the question is, will you continue using that dating app or not?3 -
Nobody has any use from a 80% finished project (so not finished at all) except it was a lot of time and money to get to that point. Oh boy I need to make progress on about 500 different projects to get them to a useful stage.
Also very important lesson: Dont have your anxiety take over when facing the "omg I have a 6 digit number of things on my 2do list" because you can't say no to the "awesome" ideas you have.
Also: I have made a rule for myself that prevents me from starting/working on a side project when I have important deadlines on main projects2 -
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 -
i think this is about getting interviewed, but when we were looking for interns it was really hard to gauge how much each of them knew, cause they lied like hell on their resume.
we ended up picking a boy that knew virtually nothing and a girl that was pretty good on her feet.
it didn't matter too much, cause we always had planned to teach them everything, but the boy kept lying so we didn't get any results from him for a while.
we also had an attitude problem from him for a while. it looked like he wasn't that interested in doing anything. that's also something that's hard to pick up in an interview, and we had to beat that shit out of him (figuratively).1 -
Our customer's internal IT department isn't able to offer a solution for a single sign-on when the user needs to navigate into one of their apps. So they just show something like this before that happens: "For security reasons you'll have to enter your username and password again during the next step." Sure, that sounds believable. Oh boy.1
-
Narrator(me): currently on keeping up with the clientele
Client: sooo-- go live in 2 days lol?
Me: im still waitin for finalised content from you and your designers
Client: oh , can you work the public holiday tomorrow , in anticipation for perhaps the of chance we will have sent xyz content
Me: hm tomorrows a public holiday.. but sure
Them: oh im in another timezone so its really 2 days - 12 hours
Narrator(me): thats when the boy realised not to let his guard down -
I was trying to make my own theme for betterdiscord (normal CSS). Once I had the basis I though "Just a bit finetuning left"
Oh boy, I was wrong. Very wrong. It took me 6 hours to complete. That's how wrong I was.
Fucking hell, I suck at css. But at least I got shit done. In case you want to try it:
https://gist.github.com/0e0a4d703d3...
Still not finished, but at least somewhat documented and the most important screen is done.
Also feel free to leave some feedback, since I love to hear how much I suck at designing1 -
I think I've just fallen in love with 1Password
Locally synchronized vault, command line integration AND the desktop app is written in Rust?
Hooo boy11 -
A database fetch. All rows at once. Not that many rows, maybe 50.
But oh boy when someone forgot that the repository is wired to magically inject SQL that joins other tables and does ineffective loops to create thousands of objects in the background.
Been fun finding memory hogs in the codebase. -
made a stand for my phone from some plastic i found a picture with glass front. and some wall hanging no damage sticky. after which i put deskdock on my phone. i am now typing it with my keyboard. I now how 2 screens and a phone connected to one keyboard and mouse. and boy do i feel the power.8
-
"As if a device can function if it has no style. As if a device can be called stylish that does not function superbly… yes, beauty matters. Boy, does it matter. It is not surface, it is not an extra, it is the thing itself." - Stephen Fry1
-
Ok, now marketing people are just baby talking at this point. “The bad guys are this and ur a good adult - if ur really a good boy u will contribute to the movement in buying this product”. I’m starting to realize how dumb we actually are individually again and I hate it.7
-
Doing some home automation on the cheap w/ a pi and Ikea tradfri, just one more week of painting and putting in floors in my new place and I can start writing this bad boy.2
-
Cleaning up your files and folders is walk down memory lane. Boy, my life has changed a lot over the past two years.1
-
21 Veracode flaws in the code, 21 Veracode flaws!
Patch the code, run a new scan...
...146 Veracode flaws in the code!
(this is why build tools that auto-manage dependencies are a Very Bad Thing(tm) - couple that with aggressive remediation windows and oh boy, nightmare fuel!) -
Worlds Shortest love Story..
Boy: You are the ;(Semicolon) to my code.
Girl: Sorry I have python..
😂😂😂😂 -
First rant;
First of all I am an applied computer science student in the second semester.
We've got a few assignments and the first set went fine but this last week boy ohh boy - first of all today I got noticed by one of my two teammates that the other one won't get stuff done in this assignment (he also did next to nothing in the first)
Also the the assignment is unclear and the given methods and parameters don't care about naming conventions (for one method I don't even know what it should do). Also we have to use new liberies (java.io etc.) and learn them on our own so far it would be okay, the time limit is two weeks, also doable
BUT the same chair also made one assignment for web development with the same deadline and also no explanation how to do stuff.
I don't say I am perfect but the expectations are too high, while also studying for other modules1 -
wrote myself a toml parser, it works alright but the official specification's in ABNF and boy, oh boy, half the work was figuring that shit out. But, hey, at least I didn't need to actually KNOW enough toml to do it
-
Like a service
Pushed for the very first time
Like a service
With your FileBeat
Next to mine
Gonna give you all my logs, boy
My shard is fading fast
Been saving it all for you
'Cause only logs can last
You're refined
And you're mined
Make me strong, yeah you make me bold
Oh your logs thawed out
Yeah, your logs thawed out
What was said to be deployed
Like a service
Pushed for the very first time
Like a service
With your FileBeat
Next to mine1 -
I have entered the world of Linux using Manjaro and boy, how I don't regret a thing. Except for an apperant ctrl+alt+backspace command that kills everything. I don't like that.2
-
Fuckkkkkk xD 😰😰😰😥😥😥😥😥😥
How will you feel if you are just a 5 yr old ambitious child walking near the border, dreaming on to become a brave soldier someday when suddenly
You press the wrong buttons and now you are in war, a 5 year old boy shooting from guns!?
I did something like that, by accidentally clicking on a test i was not ready for 😣😣 -
Reading over a note I left myself "Numbers returned will be slightly off due to new implementation and the Fuck that we use a different dataset"
Oh boy. This was there for 2 weeks, Im so lucky no one saw this. -
Senior year of highschool (5 years ago), my friend and I were bored in Calculus class. The calculators we used were the TI-NSpire CX cas (the most advanced Texas Instruments graphing calculator at that time). After figuring out we could get a Game Boy Advance emulatir on the calculator, we decided we should try making out own game for it. That was when I figured out what I wanted to do with my life and havent looked back yet
-
If you host a contest, for fuck's sake, DO IT RIGHT. A 4 hour sprint coding contest? Oh boy, finally something I can find the time for! WOULD BE A SHAME IF THE SERVERS INSTANTLY STARTED CRASHING DUE TO OVERLOAD... 😤😤😤
-
Whenever I see the name @CoffeeBoy come up I think to myself:
-Umm hey I think we just ran out of coffee,
-Aw shit and we are working overtime till we finish.
-Are you thinking what I'm thinking ?
-Are you thinking about how good it would be to be a cat.
-Uuh no why do you want to be a cat ?
-Well duuh cat's sleep all day. It's great !
-They also live for only 15 years so I would think in total you will sleep more than cats do.
-You like to ruin things for me don't you.
-I call it productive refactoring. But getting back on topic. I hear we have a new intern ?
-Yeah, that's Jim over there.
-Well lets tell him to get us coffee.
-Oh yeah that's a good idea, because interns already have the bare minimum of expectations from their life anyways !
-Hey Jim, yeah you Jimmie buddy can you get us a few cups of coffee we really need those to stay functioning right now.
-Yeah sure, what do you need.
-George drinks cappuccino, you can get me whatever. Thanks man here is the money. Buy yourself a cup too it's on me.
-Oh thanks.
*Jim walks out of the room*
30 minutes has passed...
-Dude where is Jim at ? It shouldn't be that hard to get 3 cups of coffee from just a few blocks away.
-I hope he didn't get robbed or something he has MY money on him.
*22 minutes ago, jim walks out of the coffee shop carrying the 3 cups securely held under his arm *
-I thought he was just gonna use me as an errand boy or a coffee boy to be exact in this case. But it's nice of him to also pay for my cup. Maybe they are not such bad--
His sentence got cut off by the sudden impact with a metal surface at high velocity. He got hit by a car while he was crossing the street, too deep in thought to notice the speeding car in time.
After hitting Jim the car suddenly come to a halt with a screech noise from it's tires.
But it was too late the impact shattered his lower spine. Leaving a blodied body on the ground. Coffee from the smashed cups merged with his blood. Little did anyone know that day would be the birth of a new hero.
He,he,he he is the COFFEE BOY,
Fighting the evil villain Sleep Deprivation day and night, but mostly night. And his sidekick Mugatron always covering for Coffee Boy !!! -
oh boy can't wait to use the new Action Replay function they added in Teamviewer
EDIT: sorry for low-quality capture lol whoops2 -
Has anyone ever figured out why the fuck Android reboots seemingly out of nowhere at random times?
Is it kernel panics? Is it some shitty bug that has been plaguing this cursed OS since its inception? [sidenote: boy that was a mouthful of 's'es]
Or are we already at the mercy of the Big Brother, and someone at the controls likes to play random pranks on us when they're bored?
Thinking of switching to LineageOS more and more, but I'm kinda worried about resetting my phone since I've never done full backups/restores and I have no experience in the matter...7 -
I'm not much of a front-end dev and tasked myself to make a site for the dev group I'm in. Figured that it doesn't need any big libraries since it's a simple one page.
Boy was I wrong. After about 3 to 4 hours of getting nowhere with css, switched to Bulma and in about half an hour, not only did it look decent but it was responsive and fast and clean.
Bless bulma and it's developers. Sure saved my ass3 -
I've been working as a web dev intern for my college's IT department for about three weeks now. Knowing that I have the access to the cms, file server and database... Muhahahahahahahahahaha😈 but I guess I will be a good boy and only screw around in my test environment.
-
Anyone else spend way too much of their day sending old email attachments to people who don't know how to use the basic search functions in their email client? Seriously if my coworkers just learn how to search for emails with attachments they'd be so much more productive. And if they filtered by name too, hoo boy.3
-
I'm in a GoToMeeting with a client right now and her baby is screaming into the microphone. Boy, I sure do love working with clients.1
-
Damn lots of you knew this shit before turning of age.
I didn't code a single line until I went to college.
I tried to, but it was just too fucking complicated and I didn't understand a thing. Tried to grasp how to use some tools like Unity or an Adventure Maker of sorts and something called Flix for Flash games. Didn't understand shit.
I decided to study systems engineering due to a career aptitude test I took hoping somehow that way I could learn sthg.
First thing I was taught was bash.
When I realised I already knew enough to code a whole text adventure from scratch with such a simple language I felt really hyped.
Always loved text and graphic adventures.
Afterwards I was taught the Z80 assembly language and how CPU registers worked and it blew my fucking mind.
That was the first half-year.
Then I was taught C. And boy was it hard. Didn't get how memory was being handled until the very end.
I happened to be one of the few passing a stupidly complicated semifinal test with triple indirection pointers.
That felt goood.
Learning other languages afterwards was a piece of cake. C#, Java, X86 assembly, C++...
It was a hard door to open. Fucking heavy. But now nothing seems black magic anymore and boy isn't that something to be proud of! :D -
<ideaForTheFutureOfProgramming>
I wish there was a way for PROgrammers with Jobs to share their work with someone who does not have a job, but yet need practise. I think in the future someone could post a part of a project to a website and someone could finish IT and return it to them. The person posting the project could also optionaly give something in return. (money, money on steam) This way newbies get practise and experience, while people can get work done. This was thought up by a 15 years old boy.
</ideaForTheFutureOfProgramming>6 -
Just opened devRant in a desktop browser after a very (x5) long time and boy I love the new interface. So much information is available on a single screen.
-
First semester tutorials are fun (spoiler they can be frustrating).
Today my University held an entry level tutorial for LaTeX, which I had already visited a year ago and offered to help and boy ohh boy was that painful. For your information all of these students want to study computer science.
From around 50 people there was only one person who used Linux and I thought "Well at least one".
I was even more impressed as the other tutors asked me to help her because she used Manjaro (also the distribution I use).
As i helped her installing texstudio (the software presented) I needed her to enter the root (?) password and she answered "Which password, it's the laptop of my sister, I thought the laptop had windows installed".
Everything worked out fine but this was only the beginning.
After an hour came the first exercise in which the students had to build a simple document and for everyone who doesn't know LaTeX, it's a markdown language which heavily relies on \ and {}.
And there laid the other most common problem, some Mac users didn't even know how to write a \ or {}.
At least I had some fun helping them but if you want to study computer science you should be able to know how to write some of the most common symbols in programming languages. -
So apparently there's a trend in non-educational games teaching kids how to handle real life crisis.
Last week I witnessed a 14 yo girl handling an anxiety attack of a grown ass person and she learned that from Ancestors: The Humankind Odyssey - https://devrant.com/rants/6229469/...
Now I hear 12 years ago there was a boy who saved his sister from a moose attack by... taunting - a skill he learned from World of Warcraft: https://nextnature.net/story/2010/...
Anyone has more stories like this?6 -
ChatGPT is blocked in my country, I had to get creative to finally create an account but holy shit it was worth the effort. That thing is freaking fast and I am honestly a bit worried about how these technologies will evolve in the future. Well time to make my boy GPT write me some code 🤪12
-
There is nothing better than working on internal systems, that only you and a group of friends will be using.
Yeah, they aren't the most tech savvy, but boy oh boy can you have fun with the content on the site.
For example, the login button says "open sesame" (in danish) and some of the errors are like "dude, really? Why would you do that?" followed by the actual error.
I freaking love it 😄 -
1988 - Age 8 sees a young boy with a Commodore 64 and several copies of commodore format typing in code from the magazine. First program I got to work was a dtmf dialler using to speaker to ring a grandparent. Been hooked ever since
-
My search for a solution to mintty terminal compatibility seems to be coming to a close (thank god). I know now that having compatibility with cygwin doesn't make sense as far as I can see. Because it's about mintty not cygwin.
But now I have to figure out how to interface with mintty for setting the non-canonical flag and switching stdin to non blocking mode
Oh boy... It's getting closer!1 -
the boy needed dick surgery..... and there was his girlfriend before surgery and she's like "don't worry it'll be alright"..... and then he woke up after anesthesia and everything went fine but there was no girlfriend......... and he asked where is my girlfriend...... and doctor told him "who do you think gave you the dick"....... this is so sad..... liek if u agree...........4
-
I had a client with an ongoing project. Everything was going fine until her boy-asshole-friend talked to me by phone... He was so ignorant.
Don't get me wrong. I'm not talking about the ignorant who doesn't know anything. I'm talking about the ignorant who doesn't know a shit but he is talking about it and refuses to get a professional advice. He told me explicitly: "Don't use test server for testing your project. Do it directly on production"
Unnecessary to say that my client "suspended" the project.1 -
boy all i did around this time period is make money. and try to make more. and try to bypass blue collar temp jobs back into career moves.
wow this time period sucked.
sucks more now that you people have lied for years about the year2 -
While listening to my own thoughts when talking to an windows fan boy defending the boat nevertheless it sinks deeper over time maybe 🤔
-
I may be a Matt Might fan boy (according to my SO I am), but here has two great articles about boosting productivity. The one that helped me the most was"crippling" technology.
http://matt.might.net/articles/...
http://matt.might.net/articles/...2 -
Just found out that I made the best dev decisions in the toilet.
Now I'm here trying to figure out how to wire this bad boy to the perfect spot.
Figure out what works right for you ;)1 -
I am now working on some pdf generating, trying to create pdf/a conforming documents and oh boy, what an ugly world that is.. not only there are some nontrivial requirements for the documents, but the only suitable (and expensive) library we could find so far for this is poorly documented, has horrible interface (for a simple programmer who "just wants to create a pdf, man") and even the stackoverflow cannot help with some issues.. fml3
-
Just switched from konsole to xfce4-terminal as my x11 terminal on my debian vm. And boy does it ever look beautiful right out of the box compared to konsole1
-
Having to come into the office on the day after new years hungover and grouchy to do support tickets because everyone else took leave and you're a good boy that gets shit done
-
Every first of a month is our most intense day because we have the most data throughput then due to lazy people we get data from. And boy will it be even more intense when something broke because we were forced to deploy a new feature the day before...
-
Boy I wish I had normal problems right now with no hindrances heh only reason I’m a burden to anyone is because of the lack of humanity of those westwards1
-
I hate using fpdf and mpdf.
I'm sure the people working on them are great, pretty sure they have helped a lot of people, me included.
But boy do I hate not being able to write my html in peace only to find out the style I want to apply isn't supported within a table
It's making me want to jump out the window.
Anyway, I hope you whoever is reading this had a nice day, and if you didn't, you will tomorrow, you got this!1 -
I remember when I first heard about nodejs. I was like " o boy that's what's called thinking out of the box!! ". Now whenever I want to motivate anyone I tell them about ryan Dahl.1
-
When I was just beginning with Linux, I was watching a lot of tutorials about it. My friend (uses Linux 5 years)told me: "Everyone, in the beginning, should delete python on his system and then try to do something. That is the moment when a boy becomes a man." After this phrase, I thought: "What could happen?" And I did this. People on StackOverflow told me that I'm an idiot when I said, that I can not find terminal and there isn't any GUI. So don't f***ing do that sh*t7
-
This is a PJ :
Teacher: What is 2 + 2?
Me: 22
Teacher: no.it's four
Me: dumbass
Teacher: What does it means??
Me: The pretty and well-mannered answer you give someone if they correct you.
Teacher: Oh! you are a good boy.2 -
I hereby declare the following the official anthem of Trintellix:
[Chorus]
I can make you feel better oh, if you let me
I can make you feel better ooh, if you want to
I can make you feel better oh, and you know you will
If that's what you want boy
Then you know where to find me
[Verse]
However you're feeling
I can make you feel better
Whatever you're thinking
I can make it all clearer
Don't pretend you know that you feel it
Try so hard, but you can't conceal it
Whatever you feel inside
I can make you feel better
If that's what you want boy
Then you know where to find me
So
(SOPHIE — Bipp)1 -
..... I'm on the verge of saying fuck jy and spending money I don't have on a new laptop
As it is that is somewhere like God I've lost count laptops owed John boy here including three brand new ones already purchased here7 -
You know the symmetry of this insanity is only possible because people do the same things mimicking the novel actions people like John boy took or reproducing things so closely that with memory fading in time basic decay model of forgetting which so far as I can tell may blur details but leave major impressions of even some of the most insignificant things people simply engage in "novel" actions like this rant.
How's it feel to be part of an oversized music box ?
Need to wander somewhere new -
I've been thinking, and i feel like being the bad guy... So, for now, I'm also an "idea guy" if you know what i mean...
Idea: This site could have a feature like "product recommandations" (just like long rants or something [tyical idea guy saying]), where users could recommend stuff like programs, peripherials, or anything dev related.
This could be done using tags, like certain tags would get sorted into the "product recommandations".
Sounds nice, doesn't it?
(PS.: We should also make a site which is like google, trust me, it would make millions...) -
Does anyone else work for a DoD contractor? I am totally incompetent at my job and was wondering how long it would take for them to fire me.
I heard it’s harder since it’s a DoD contractor.
Not sure if I oversold myself in the interview of what but boy do I need a lot of help.10 -
Ok that's ALSO two more brand new phones totalling over 1000 in value they owe John boy here
And many months of lodging and other fun things and some hard drive cases and several hard drives full of earlier photos and videos of him
And let's just add on some extra money for making people act crazy.
Not trying to be patterned into you peoples shit by reinforcing my own self destructive behavior like some kind of goddamn drug addict
Obviously the end result sucks
Look at all these miserable fucks ! -
when the web application is developed in the test conditions it works fine.
when it is deployed in the working server, boy you are going to be busy fixing bugs 😂 -
Starts new codebase
uses boilerplate with the intent to keep a clean structure.
after 2 weeks it already a complete bunch of spaghetti code and doing things like putting the same image in 4 different directories... boy i wonder why i could never hold down a job as employee...2 -
Just getting on the loop with all this drama with Tren Black, TechLead and JomaTech after TheQuartering made a video about it. I just unsubscribed from TechLead YouTube channel because I think that move of deleting bad reviews of your products or issuing Copyright strikes at YT video that criticize them is a really shitty move.
On the other hand, I asked here wherever I should start doing content on YouTube related to software development in English or Spanish and after seeing all that drama it made me wonder if eventually my name would get drag into some of that jaja, oh boy...2 -
When that I was a little boy
With a hey ho the wind and the rain
A foolish thing was but a toy for
The rain
It raineth
Every day3 -
Boy, I sure do love trying to figure out why our master and slave MariaDBs differ in their execution plans, even after running analyze tables on the whole DB.
Or rather, I really hope the two boxes didn't somehow magically desynced, cuz that would then beg a question of why, and how to prevent that from happening again.
I hate how databases are so necessary nowadays, but are probably the most complex and black box software I deal with. There's just so much to consider...1 -
Rather than using the project management software that the company has spent the past year getting set up and stuck into, the new ops manager seems to think that faffing around in Google Sheets and making pretty schedules is the way forward.
If you're doing some work that's in your actual job list, but not in the new pipeline, ohhhh boy. -
Boy... Prisma kind of sucks... 404 links in the documentation...
gotta look trough github examples to figure out the list of directives available...1 -
Boy alot of middle class and Richy scum have been getting robbed around here.
Looks like these people being callous and hogging up the resources they don't deserve is starting to catch up with them again. -
Half the time when I’m unwelcomingly exposed to these people when they speak I picture a fat man yelling “oh what would giant boy detective do ??!?!” For including this present bitch