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 - "break it"
-
A programmer and a business analyst are sitting in the break room one day eating lunch when suddenly the microwave catches fire. Thinking quickly, the analyst leaps up, unplugs the microwave, grabs the trash can, fills it with water from sink, and dumps the water on the microwave to put out the flames.
A few weeks later the two are again having lunch in the break room when suddenly the coffee maker bursts into flames. The programmer leaps up, grabs the coffee maker, shoves it into the microwave oven, and then hands the trash can to the business analyst, thus re-using the solution developed for the previous project.4 -
*can't figure out why code doesn't work for hours*
ugh fuck this.
*angrily leaves for bathroom break*
*come running back*
I KNOW HOW TO FIX IT!!!!6 -
Colleague: "What is a pl file?"
Me: "Oh thats a perl script"
Colleague: "So how do I edit it?"
Me: "Just break out emacs and modify that perl script lol"
Colleague: " *Triggered* did you just assume my text editor preference"
Me:" -_- what year is this ??"25 -
Type it in, type it in, type a bigger number in. Oh how fun it is to break other people's software!8
-
Alright fuck it, let's release this fucker!
https://lynkz.me is the main domain. The interface is *usable* and nothing more than that. I'll invest more time in that soon but for now, hey, it works.
Api is located at https://api.lynkz.me.
Documentation for this (literally some echoes to the screen but it contains the needed information for now) is at that api url.
Found a bug or a security vulnerability? Please let me know!
Yeah I use mariadb but sql injection is luckily not possible due to quite some sanitization ;)
WARNING: if you make a shortened url and forget the delete key, you won't be able to delete it.
Let's see how this goes 😅111 -
"Welcome to everybody's favorite show: Did It Break!?!"
"Here's our first contestant, Alex Brooklyn!"
* Audience claps *
''Tell us Alex, what command did you use?!"
ls -la
"And did it break production?!"
Not yet..., the website is still up, even checked without cache and on a different network, I haven't had any calls in half an hour and Sentry reports nothing
"Great to hear! On to round 2!"14 -
Are you serious? Are you afraid of an SQL injection or something, and instead of properly sanitizing your queries you disallow characters? Or is your software and database so outdated that you're afraid special characters will break it? Goodbye security15
-
WHY THE FUCK IS IT SO FUCKING HARD FOR THESE CUM SUCKERS TO UNDERSTAND THAT CHANGING REQUIREMENTS 2 DAYS BEFORE THE DEADLINE IS JUST GONNA BREAK EVERYTHING!?!?
I DOUBLE DARE ANYONE TO TELL ME ITS NOT WORKING TOMORROW...
STUPID MOTHER FUCKER PMS CANT PLAN ANYTHING6 -
Oh the joy of helping elders with their computers..
...
Client: My computer is broken.
*Me expecting some kind of hardware issue*
Me: In what way is it broken? Are you able to start the computer?
Client: Yes. I can read Windows and then there's a login. It works fine but then It's broken.
*me standing next to client while client struggles to type password*
...
*5 minutes and a coffee brake later*
/* the client is finally able to figure out the password.. What a suprise! A note in the drawers containing all passwords.. */
Me: I'm sorry but I can't see any problems so far. You are supposed to be welcomed by your desktop *points at screen*. In what way is it broken?
Client: It's not the same as before. *now the client points at the screen*. Here. There used to be a picture here. It took me to <site>. Now It's not there. Something has changed.
*realizing that the client has lost his shortcut and wants a new one*
Oh the joy of helping elders with their computers.6 -
Me: “I’m gonna rebuild this site from the ground up.”
Also me, 5 minutes into it: “Can’t figure out this stupid CSS thing I need to do. Gonna take a quick break.”
Also also me, looking at it 5 days later:5 -
Wrote some code during the break that transform an image to the following styles, is it good enough to post on github?22
-
!rant
Deployed my first website to production yesterday and the world isn't burning, the error logs have been empty and my (non-tech) colleagues think it is amazing.
I'm somewhat proud of myself.8 -
Advice that I give to interns/grads:
In uni/college, you're taught *how* to code something to achieve a goal, and 99% of the time the code will work and do the job in a lab.
But when building things for a real production environment, you learn the 100 ways how *not* to code, from seeing things break left right and centre - basically everything and anything can break your code, whether it is users, the OS, other people's code, legacy code, lag, concurrency, the alignment of the moon to your server...5 -
Feeling bored? Just break a random component of your OS and spend a few minutes fixing it. If you're lucky these minutes will expand to hours. Problem solved!8
-
"Can you work on this ticket? It's kind of urgent."
-- "OK"
"And could you please not refactor? Just get this done."
-- "Why? What's the issue?"
"The logic is complex. We should not break it."
-- "Erm, that's what the tests are for. So yes, if the need arises, I'll refactor. The tests are my guidelines if the logic breaks or not."
There's a reason we create tests. So let's not hinder code base improvements by some random fear that stuff might break.
If breaks due to refactoring, we'll fix it by adding a valid test case during and then fixing the bug.
If my refactoring does not break the tests, I'll assume the code base is stable.
If your code is untested, then we have a complete different problem.3 -
So, I just got up, opened my sister's laptop to work (she gave it to me while I was in this small trip) and I see this. She was like "if you break it, I'm gonna kill you" and I said "oh no! What am I gonna do? Hammer it or something?" Fuck my luck, seriously16
-
Me: Can you go to that page and see if the issue is fixed?
Colleague: if I go there it breaks things
Me: yes, it should be fixed now, can you please check it to make sure?
Colleague: but if I go there it will break things
Me: Can you just go to the page
Colleague: it broke something
Me: what did it break?
Colleague: I don't know
Me: ...then how do you know it's broken
Colleague: because the gallery doesn't work
Me: WELL THEN THATS WHAT'S FUCKING BROKEN THEN ISN'T IT13 -
Just took apart my laptop to dust it out from the inside. Had it back together, put the battery in. "Alright, time to make sure I didn't break something"
Beep....beep beep beep....beep beep beep....beep
"FUCK I FUCKING BROKE SOMETHING WHAT DID I BREAK?"
Google Lenovo post codes (Thinkpad laptop). DIMM issue.
"Oh fuck I forgot to put the RAM back in.."
Perfect now7 -
Juniors are a fun bunch to work with.
Over confident, hero complex of that fresh graduate high, and then thrown in to the real world! Where there hopes and dreams are crushed in minutes when they see what monolithic applications really look like!!
But don't let that overwhelm you, your not going to be changing all of it any time soon, hell some of this code hasn't been touched in 5+ years and still works without fail.
Don't stress about the work load, you can only write 1 line of code at a time anyway, and hell, even seniors make mistakes.
The key about being able to manage this beast is simple, break it! Because the more you break it, the more you'll understand how a project is put together, for better or worse. Learn from the examples in front of you, and learn what not to do in the future 😎
But more importantly, plan your changes, whiteboard the high level logic of what it is you want to add, then whiteboard in the current codebase and determine where to slice this bitch up, then when it all looks well and good, take out your scalpel and slice and dice time.
Don't worry, your changes aren't going to production anytime soon, hell, you'll be lucky to get past the first pull request with this working 100% the first time, and that's a good thing, learn from tour short comings and improve your own knowledge for the next time!2 -
Made a bad pun at work. Collegue:
What about I break this beer bottle *points at it*, stick it in your throat and put it up your ass sideways afterwards?
Me: 😅 I'll stop 😅
Sometimes my timing is bad :P13 -
The problem with Linux... It's stable, you can get exactly the desktop experience you want out of it, BUUUUT, there's always an urge to tinker a little more, then you break everything and it takes hours to fix6
-
>be me
>it student
>working on group project
>one guy is making the ui
>says he added "date selection events"
>check code
Switch(date.Day){
case 1:
break;
case 2:
break;
//To-Do: add other days
}
He did this for years, months, hours and minutes.
He bragged about it.
Fuck you.
Sincerely, fuck you.3 -
Conversations between 2 java programmers.
Me: How it's possible that your code works?
Frank: I don't know. I try 10 times, and each time, I get an error.
Then I take a break...
Eat a humburger, play ping pong, drink coffee.
Me: That's it?
Frank: Yes
Me: I need a break...3 -
When you see a comment like this in your codebase:
// I don't know what it does, but touching it will break it!4 -
So I found a bug in Bootstrap 4 today that was causing responsive tables to break. I looked at it for a while and threw a bunch of potential fixes at it, to no avail.
I was about to open a bug report when I stumbled upon the cause...
I spelled “table-responsive” wrong 🤦♂️5 -
I swear down.
There is a developer out there. His one mission to break something in such a way that it only falls over at 1AM.
I hate that guy.4 -
Winter break is next week and I don't know what to do...
I have an exciting programming project I want to work on!
Buuuut, I also have this 1,500 page book I want to read!
Buuuuuuut, my manuscript still needs some work! I want to work on it as well.
If I do all three, I won't get to finish anything, so only one task during break.
Three of my favorite things... Why must choices be so difficult?
Also, the picture is the 1K page book I bought. :) It's beautiful!28 -
Me: Making me work 17 hours without a 8 hour break is illegal.
Manager: You just sit at a damn desk all day and long shifts are required of IT
???????? Do you really think I just sit at my desk twaddling my thumbs?13 -
When you break the Mc Donalds ordering system, and you don't feel bad, bcuz it runs Windows...
(Took 5 minutes for the system to reboot...
McDonalds should have run Linux... ;_;)8 -
I fucking hate this cute little hack my company thinks it's found where if they schedule a meeting at lunchtime in the lunchroom they think it counts as a lunch break9
-
i hate this "She-EO" crap. they can call that feminism all they want, but all it does is set back women 40 years. yes, your red blazer is gonna break the glass ceiling honey 🙄12
-
My tip for staying productive: **Don't**
Take a break. Take a few. Have a nap. Take a stroll outside. Enjoy life.
Life's too short. If you're not having fun, you're doing it wrong.
Fuck productivity.5 -
Github Inc. (Feel good inc. parody)
=========================
Ha-ha-ha-ha-ha-ha-ha-ha-ha-ha-ha-ha-ha.
Github.
Fetch it, fetch it, fetch it, Github.
Fetch it, fetch it, fetch it, Github.
Fetch it, fetch it, fetch it, Github.
Fetch it, fetch it, fetch it, Github.
Fetch it, fetch it, fetch it, Github.
Fetch it, fetch it, fetch it, Github.
(change) Fetch it (change), Fetch it (change), Fetch it (change), Github
(change) fetch it (change), fetch it (change), fetch it (change), Github
Repos breaking down on pull request
Juniors have to go cause they don't know wack
So while you filling the commits and showing branch trees
You won't get paid cause it's all damn free
You set a new linter and a new phenomenal style
Hoping the new code will make you smile
But all you wanna have is a nice long sleep.
But your screams they'll keep you awake cause you don't get no sleep no.
git-blame, git-blame on this line
What the f*ck is wrong with that
Take it all and recompile
It is taking too lonnng
This code is better. This code is free
Let's clone this repo you and me.
git-blame, git-blame on this line
Is everybody in?
Laughing at the class past, fast CRUD
Testing them up for test cracks.
Star the repos at the start
It's my portfolio falling apart.
Shit, I'm forking in the code of this here.
Compile, breaking up this shit this y*er.
Watch me as I navigate.
Ha-ha-ha-ha-ha-ha.
Yo, this repo is Ghost Town
It's pulled down
With no clowns
You're in the sh*t
Gon' bite the dust
Can't nag with us
With no push
You kill the git
So don't stop, git it, git it, git it
Until you're the maintainers
And watch me criticize you now
Ha-ha-ha-ha-ha.
Break it, break it, break it, Github.
Break it, break it, break it, Github.
Break it, break it, break it, Github.
Break it, break it, break it, Github.
git-blame, git-blame on this line
What the f*ck is wrong with that
Take it all and recompile
It is taking too lonnng
This code is better. This code is free
Let's clone this repo you and me.
git-blame, git-blame on this line
Is everybody in?
Don't stop, shit it, git it.
See how your team updates it
Steady, watch me navigate
Aha-ha-ha-ha-ha.
Don't stop, shit it, git it.
Peep at updates and reconvert it
Steady, watch me git reset now
Aha-ha-ha-ha-ha.
Github.
Push it, push it, push it, Github.
Push it, push it, push it, Github.
Push it, push it, push it, Github.
Push it, push it, push it, Github.2 -
Pomodoro technique, and if nothing works take a break from sitting in front of the computer, and focus on something else, it will get solved easily the next time you touch your pc9
-
You Don't post an "X vs Y" article and conclude with "it depends, there is no winner"
We understand it your opinion so just say it, break hearts if you have to. But don't build tension and then leave the audience hanging.
Ps. This is especially for react vs angular vs vue11 -
Other dev: “hey can you trying running (xyz) in your terminal?”
“Sure. Will it break my code?”
Other dev: “probably”
😰1 -
"First remove the break points, and then commit the code".
He described it as if the breakpoints could stop time!! 😂5 -
When you've been working for ages and are desperate for a pee, but you've just had a major breakthrough and code is pouring off your fingers like honey, and you don't want to stop because it will break the flow.5
-
Made my FIRST APP using Flutter.
How's it?
Fetches 'Random Rants' from devRant.
Should I put the code on Github?
PS: will break if the image is too long in height16 -
Today I learned how to break captcha using tensorflow !
Wondering what is the use of captcha while it can be broken so easily?4 -
Facebook is driving me absolutely fucking crazy so I’m trying to take a break from it. But I need something to fill the void so I’m gonna be spending more time on here 😎😎😎13
-
Coworker: "Yeah, I know the code module is 25K lines of code, but don't try to break it up. At some point I realized that they just have to be that big."
Me: 😦3 -
Sooo this happened when I got hired to "redesign" a website. I opened up one of the WYSIWYG areas and holy shit there were literally hundreds of break tags.11
-
Sometimes taking a break can really clear your head. Yesterday evening, I was programming with my mate and couldn't find a very persistent bug. Didn't want to get a break because I just wanted to solve it. He convinced me to go downstairs and get a drink. Reached the bottom of the stairs aaaaand poof, figured out the bug!1
-
There’s nothing like opening a legacy system you didn’t build and has for some reason lasted the turn of the century, only to add a new feature without breaking anything.....
Would have been nice if I had written that JS function before saving the other file 🙄
There’s nothing like building in production 💩 -
!rant
Breaking point in System Architecture. The point where you define it is ok for the system to break if you user doesn't meets the expected threshold of intellect.
In plain words, you say "F**K it, if someone is that stupid, let the system go down"
They don't teach this in college.9 -
I took a break from coding for a couple of days maybe weeks in the last time in order to do other stuff and now when i came back i realized a huge difference
Is it just me or is the programming life..... depressing...?13 -
Shout out to the people who take someone else's office chair. I just went for a toilet break then *poof* someone took it.5
-
When you work for a long while in a convoluted piece of code and then compile and it just works...
*wink, wink*
Then you spend another 30 minutes going through the code in disbelief trying to figure out why it didn't break 😵2 -
Just wow. I had a fellow developer tell me to drop support for Google Chrome. I hate to break it to you but roughly 70% of our user base uses Google Chrome (Google Analytics proves this). Like seriously!8
-
Python rant
Where the hell is Break key?!
Story: I wrote multithreaded python script and went to Lab to test it. Script got stuck (one thread died) and I needed to stop that thing, but how without magic Ctrl+Break?
Damn you Dell with your slim and minimalistic keyboards!10 -
Fucking news articles like wtf if they don't have a buzzword in the title they will never be published.
This Forbes articles talks about googles quantum computer and hotw it could break Bitcoin. FUCKING BITCOIN like who TF cares maybe you should talk about how it would break the ENTIRE FUCKING INTERNET.7 -
Helped out a junior today with a minor JS issue he had. Told him, "cool so that should fix it on this page but it may break things elsewhere. Make sure you check it otherwise the client will go into meltdown. "
30mins after they go home. Client emails (All Caps) "WEBSITE BROKEN, URGENT HELP REQUIRED"
😡 you didn't bloody check it did you!
Ffffffffuuuuuuuu3 -
How it would be if Microsoft built cars:
*press break pedal*
Message Box:"Are you sure you want to break?"
User:"Yes"
Message Box:"Are you sure?"
User:"Yes"5 -
Me: oh awesome, wine 4.0 hit stable. Let's compile and see how fast we can break it!
*./configure && make*
Ok... Ok... It's been 40 minutes... Ok... Yep still going cool cool...
I think I need a new PC guys...10 -
In an unexpected turn of events, it appears as if years of choosing fancy bullshit over code maintainability will cause said fancy bullshit to eventually break and no obvious way to fix it. There's no way anyone would have seen this one coming.3
-
Wow i must have been brain dead when i wrote this code. Needed to exclude certain elements from response for the the list of objects.
for (obj : objects) {
If (obj.skipFromResponse()) {
break
}
add obj to response
}
I used break instead of continue at the if condition which meant it would break out of the loop at the first instance of condition being met.
This went through qa and has been in production for 4 weeks so how did this not break before. Well little did i know the list of objects was sorted and all the test data, qa data and everything so far in production coincidentally only had the last element with matching condition. This meant it returned everything correctly so far.
Today was the first time there was a situation where this caused incorrect output. Luckily as soon as I heard the description of the issue I remembered to check the merged PR and hung my head in shame for making such trivial error. I must have written way more complicated code without any problem but this made me embarrassed to even admit. 🤦♂️4 -
This is my first rant with image, I was taking break and decided to read Android apps comments/reviews. So I picked this app call "Calculator", developed by Google.
Take a look at the second comments from the screenshot. It is beyond User Error...5 -
Hey Python, why in the ever loving readability universe I can't break the following command across multiple lines?
df.replace(...).apply(...).reset_index().drop(...)
Oh, but I hear you say "Hitko, why you can break it into multiple lines if you break within brackets!"
To which I ask you, does this shit look any more readable?
df.replace(...
).apply(...
).reset_index(
).drop(...)15 -
„Couldn‘t figure out how to detect the end of a case, forced every developer to end a case with a break; so it doesn‘t go through all cases“
- the guy who invented switch case10 -
What happens if you break your hand/arm/wrist and it requires an arm sling (picture attached)? Can you still work or what? I'm assuming it varies from company to company or something. Do you have anything in place for preparation for this event?7
-
Someday I will have a rant that gets enough ++ to get a stress ball. Until that day I will keep taking out my stress on my poor mouse. At least I hardly ever use it so it doesn't matter if I break it...
-
So you launched a new app/website. And you can't enjoj it because you expect it to break after each tap/click like it did during debugging. 😤5
-
Legit got excited because today...on friday...one of our servers went down.
Why excited?
Tell me, do you know how fun it is to call your admin if he was "able to get it up" just for him to reply that he is having some "performance issues"?
Lmao it's fucking hilarious.
On another nothe, plz halp5 -
First time spending my lunch break outside this year. Didn't realize how much I missed it. It really helps to breath some fresh air when you got a bad day in office. How do you guys normally spend you lunch break?11
-
Worst possible coworker ever, narcisit beyond belief.... When something new arrived, sealed, he would open asap, break it (audibly and visibly) in front of everyone and proclaim it came in broken from the manufacturer.... He was absolutely incapable of reflection, logic or compassion in any way.2
-
So the team I work on has this giant blue alien doll, the "build break" doll. You break the production build, you get the doll until someone else breaks it. I was wondering if some of the other devs have some fun things they do with their team. ^-^8
-
So my dear programming teacher really hates break statements... I mean really really really. He thinks it's better for readability if you don't break from any kinds of loops (not even ifs) well then we came across a switch statement in class. He says "breaks only exist because it's needed in switches" well how about returning from a fcking swith? or goto? then you need no break...
Is there anyone who could explain why I should NEVER use breaks and why it's bad in any piece of code? Why is it better to just use whiles because fors are apparently evil again? Srsly I just wanna ask him to show me some big code bases without breaks...8 -
I was browsing through xkcd when I came across this comic. Then I realised that a line break after every sentence is actually what I do when writing something in LaTeX. It has no effect in the end but I feel like it makes the document clearer while working with it. Anyone else who does this? ^^'1
-
Have an 'anger' project open to the side, so when you get annoyed or tired of the paid work, take a quick break and jump into that project to clear your head, even if it is just a simple command line tool, done it before and it's quite a good thing from experience
-
Firefox: You know what our users need?
Ads in new tabs!
FML
Yes I know it is "optional" but why should it be there in the first place?3 -
My first project was made with scratch (Java based drag-drop language for kids to learn) when I was like 10
I wanted to make something like mine craft but in 2D.
Its a huge plane of stone and you have to break some of them to find diamonds.
I didn't know lists or array exist. I made one variable for every freakin' stone and it took me a solid day back then.
Also if you break a stone, the background changes and it might happen that a diamond appears at a while you made 10 weeks earlier.
https://scratch.mit.edu/projects/... (it's German, don't be scared)6 -
Today I thought I had a really unique idea so I started writing the script for it.
In the middle of writing it I decided I would take a break and look at social media.
First thing I see is an ad for what I was just writing...
FML4 -
When will Microsoft stop ruining good products?
Xamarin was a decent enough platform untill MS got a hold of it. Now, you never know what the next update will break.
Skype is already lost to the MS darkness.8 -
What's the point in having a relaxation/fun/chill zone/room in your company when you never have the time to use it except maybe on your lunch break? 🤔🤔3
-
Working out regularly.
It's a nice break and it wakens my mind and body.
And it eliminate tension headaches2 -
Gotta admit. Amazon fire tablets are awesome for cheap tinkering and installing custom firmware in it. Using 7 of them to use at my super efficient smart home (😎) and they don't break at all...
I wish they allow direct international shipping tho...2 -
You know that USB joke... well you see this cable fits both ways... Sort of except one doesn't work and will if you force it I guess u could break the input15
-
Troubleshooting code...
Me: "ok cool did that fix it?"
Program: [same error]
Me: "alright, so can I break it harder?"
Program: [new error]
Me: "now we're getting somewhere!" 🎉2 -
It doesn't happen very often when I get to publish my side project, but this time is a charm!
Here is something I hacked together and will probably break but give it a try, you might like it😉
https://npmjs.com/package/awkward/9 -
when you intentionally break something you just spent a lot of time fixing just so you can understand what fixed it
-
Is it bad that I'm excited about going back to work from tomorrow?
Like, I haven't even done jackshit throughout the break, and so it won't be easy jumping back in with both feet.
¯\_(ツ)_/¯7 -
I am so sick of people using emoji's in business related emails. I want to hunt them down and break their fingers when I see it.13
-
Is it justified to be angry at websites that break because of extensions like Ghostery or uBlock Origin?
'Cause I fucking hate it when their fucking website breaks because I don't want to have trackers on my pc8 -
It took me a while to figure out why my systemd timer wasn't working
Ir was missing a line break at the end of the file :(5 -
My productivity reduces by almost half after lunch and reduces to 10% the day I leave headphones at home. It is only after tea break in the afternoon that slowly I start getting back on track again3
-
When the work isn't as interesting as I'd like, sometimes I accomplish the easiest, smallest incremental task and waste time the rest of the day.
I guess because it feels like work, I'd rather apply minimal effort. It's a bad habit, and one I'm trying to break. -
Today I had plans to refresh my knowledge about transactions' internals in dbms and in general.
Then the rainy weather hit the town. The whole sleepy day wasted on Netflix.
Well.. I guess it was time for a break :) haven't had one in weeks3 -
"I don't see the point of writing tests on this project. It's just a waste of time. "
3 months later:
"I don't know what's broken and every time I change something I don't know what it could possibly break?"
FFS.1 -
Me: *holy shit there's a lot of code in this template file, I should probably break it up I to components*
*goes through the effort to break everything up into component parts*
Me: *i should quit being lazy and actually register all my templates the way magento wants me to*
*5 hrs later*
Me: fuck this! *<?php include ...?>*1 -
This stupid motherfucker just updated a dependency without even realising that it breaks everything, pushed it to the package manager and causes me almost 2 days debugging.
Nico nico wanna break your fucking knee2 -
The best AH-HA moment is the ones that you just can't get your mind around and then go for a coffee break.
Come back to your desk and then ... bam! There it is!
Thanks, coffee ☕2 -
So I just had a bit of a shower thought. Suppose you could get the linguists to break a language down and define all the rules that make up that language as if it were a protocol - exceptions included. If you get an arbitrary string of text, could you match against those rules, then break that down to the information it contains, and use that information against a new rule set to construct a new valid sentence containing the same information. Would you just have made the ultimate translator?16
-
You can't break into what isn't turned on. We can now scale the admin interface down to zero nodes and spin it up on demand.2
-
So... it's break time.
I just was eating fries with ranch... dipped my fingers in the ranch as if they were holding fries...then immediately hit Ctrl + z.
Took me a few seconds to realise why it didn't work.5 -
jim :"this is not a bug.. you just can't use localhost for developing on your machine.. it is forbidden.. things break"1
-
When your CTO has full access to the production servers and makes SQL changes directly without following process. Then breaks production and tells everyone "this is why we need to follow process!". Then proceeds to break it again hours later.
-
#include <iostream>
using namespace std;
int main() {
cout << "Hello world" << endl;
}
If it works, It's time for a coffee break!! :)12 -
We just started a new project at work
The best part: You can't break production if it doesn't exist yet!1 -
team lead/senior telling you that you're probably going to break prod and have to patch it for the next couple of weeks when working on one of the first migration epics on legacy monolith, but we'll get good data from it doesn't make it any less terrifying5
-
Need urgent change for the site, it takes 5 minutes I guess, no more than an hour anyway.
Can you do it during your break? Thank you2 -
if I take my laptop home...shit will break.
if I don't...shit still breaks and I don't have a way to fix it.5 -
!rant
University assignment asks to create some encryption harder to break than Caesar Cypher. So I decided to go online and look for some tips on making a somewhat decent algorithm.
Universal answer: don't do it
😶
Well then, night off I guess 😎2 -
Favourite item has to be our coding monkey. He sits next to me and every time I can't figure out some code I leave him on my keyboard and have a break, hoping he'll fix it for me... Never works but there's always hope!2
-
Rant!
Why enforce a 90 character limit in code file (C++)
It does not make readability any better..
you either break up functions that barely exceed the limits
or
start making nonsense variable names just because they are short.20 -
Question: is it common for test guys to ask you for data that requires you to explicitly break your software? I mean literally remove safety checks from the software to generate such data? Cuz our test guys seem hell bent on breaking our system, even if it means supplying data that is illegal.8
-
I'm a bit confused as to why people are re-imaging their machines from one OS to another?
Use Vagrant (or Docker) and just set up an OS in a Virtual Machine? Then if you break it you just destroy it and provision it again. You don't destroy your whole machine.14 -
Just had a first meeting with a customer who wants me to upgrade their system that a company spent one year making. He gave me the .exe and was surprised I couldn't just edit it.
He was cool about it when I explained, but it's tough to break it to someone how much more time it will take than they had anticipated. -
Am I the only one with sore thumbs from using a phone and typing at work all day? Everyone talks about their phone and features it should have but I'm just like "hardware ain't shit if you're going to break your hands using it"
I think it's a tall people with big hands problem.6 -
I did one of those shitty logic bullshit tests these a few weeks ago. It was fucking dumb. Was told to write an algorithm to test when an egg would break if it was dropped off a ladder with 100 steps. An egg would break if you dropped it without being on a ladder. Am I right? The guy was like yeah but what if it didn't? I said Well it would. Eggs are fragile. How about you go away with your fictional fucking logic and ask me some proper question that test my actual coding knowledge instead of trying to pony about on your high horse. Cunt!7
-
I spent 4 hours to find I have written break instead of continue
I tried to make a Sudoku solver (using human techniques), and then I found it was NP-complete -
Saturday morning. 10am.
Me: happily sleeping on the sofa in a friend's apartment.
Boss calls: 'oh did I wake you up? Can you please develop this mockup over the weekend?'
Being half asleep I agreed.
Well. After 7h without any break it is done. But one Saturday is lost and I'll never get it back :(4 -
Somehow, a continue instead of break in a switch-case looks weird. Although it makes perfectly sense with regard to the outer for loop.8
-
I'm always afraid to put apostrophe characters when naming things online, even if it is just a photo album.1
-
If you type "Google" into Google, you can break the Internet.
So please, no one try it, even for a joke.7 -
i think im losing my mind.
i swear i placed like, 10 labels on my VB form, the designer even shows it's there! but when i run it for testing it all disappears!
i think i need a break.8 -
make dumbass solution duplicating code because you can't figure out how to do it correctly
nobody corrects you on code review
later somebody on another team has their stuff broken because of you and kindly offers to hopefully fix and not break what you got out of it3 -
I need a quick break from an annoying Product Manager, so based on your experience:
Offend a software engineer in 5 words, I go first:
Can AI make it faster?
Me: ...exhaling...6 -
Not writing tests for your code is like leaving it unguided in the hands of future Devs who gonna just change something and break the core logic and there won't be any regression test to run and check the integrity.
-
Sometimes it's fun watching new developer who don't want ur help end up writing random number generator code who he thinks works great and u break it in seconds. So much for innovation.
-
Did a Demo for a project I've been doing and I nailed it , damn it was epic.
How are y'all day's going? Don't wanna break my jaw sucking my own dick too hard -
"Refractor this method to reduce its Cognitive Complexity from 110 to 15 allowed."
*Pan*
Ok let's do it :
label : for(....) {
if(...){
for(.....){
If(...){
....
break label;
}
}
}
}
*Pan Pan*1 -
For the past 19 years of life, I've loved Thanksgiving break because it was an escape from school or a job I hated. But now that I work as a dev, I miss working on my project and can't wait to go back!2
-
Guess who got a huge interest in Python this morning. I feel excited to start learning it and do some awesome shit! I need a small break from front end development so I'll try to make some simulators or something with python.. Dunno..1
-
On Holiday break from work, and get a morning email to do some freelancing. Yeah, sure i !will do it today.
-
*Has more advanced knowledge on computers and cyber security...
Mother still cant trust with repairing phone, asking which phone to buy, and naggs about the amount of time i spend on my laptop saying i'd break it. -
Well fuck. This laptop was nice, then the hinges decided to remove themselves from the mount points. Also a metal side rail mananaged break as well...
Anyone have good suggestions for laptops? Prefer machines with a distro of Linux on it, but not afraid to install8 -
The idiot who has taken it upon himself to break into my unfinished, unused, unknown website only uses male names. I'm tempted to change the login process to let female names in (the site is empty so the difference will be a 200 instead of 401) just to see if he ever figures it out.2
-
I hate it when depression strikes again and it renders me useless because I can't focus here at work.
I'm spending my break time right now trying to cheer myself up by looking at some memes online.3 -
I always try to break my code when it works without errors the first time.
Just to be sure that the code I wrote is being used.
Anyone else? -
Cincom VisualWorks
The only IDE for Smalltalk-80 and it's ugly and instable as fuck.
You can accidently break the program's code while using it, effectively ruining your day. -
When you type 'git facebook' in your browser and need a couple of seconds to figure out what's wrong with it, it might be a sign to take a break and go on a holiday far from any computers. Good thing I have next week off...
-
Never be afraid to break something your working on! You’ll gain so much experience from trying to fix it including your own computer!2
-
Tldr; Do not go to the bathroom when you are stuck on a problem.
Most of you will know that when you are stuck on a problem for a while, that it is worth to take a break to look at the problem with a fresh pair of eyes.
It's good advice and I have been doing it for years, however now I have developed a problem with it.....
I don't drink coffee or tea often so when I'm stuck I always take a bathroom break and most of the time an Idea will pop into my head how to solve the problem.
The problem now is that everytime when I am even a little bit stuck I need to go to the bathroom even when I just went.
It's really annoying because now I need to find something else to use as a break because my brain has associate being stuck with needing to go to the bathroom.
It's probably not a good idea to take a coffee break instead because if my brain starts to associate that I will be a coffee addict in no time.... Haha
Do any of you have a good suggestion to use as a break?8 -
coding so intensely you forget to eat or sleep and you finally look at the clock realizing its been 3 days since you taken a break and you're wondering how the time disappeared. it feels like it's only been a few hours.
-
Yay, I just finished the first stable-version of my configuration-manager wento. (Its only for nix-like OSes)
If you want to try it (or to break it),
You can find it on
https://github.com/thosebeans/wento
(For Linux x64, the latest release contains a binary-version, for other eg. BSD,GNU..., you have to compile it yourself) -
About 15h...
8:00 - 23:00 with a 10 min break in between to go get some food from the store next door..
Because stuff was promised to the customer and we were told about it on the previous day...
The customer needed it before Christmas, so we delivered on the 24th at 11pm.2 -
*Writes CloudFormation Template.*
*Launches Stack*
Starts Murmuring,
"The cycle repeated
As explosions broke in the sky
All that I needed
Was the one (JSON Invalid Format :| ) thing I couldn't find
And you (Teammates) were there at the turn
Waiting to let me know
We're building it up
To break it back down
We're building it up
To burn it down
We can't wait
To burn it to the ground
Me: "FML :| "1 -
I take a task, break it down in smaller tasks which can be done in one day, more if some problem came. But let's say if it finishes within a day and I have free time, I don't start the next thing instead I feel good that I'm done. Is it only me? 🙄3
-
I swear to fucking god if one of my colleagues is going to yell "hosting" again at me (note they do it in a higher pitch than their normal voice)
I'm going to break something..14 -
the usual: suffer in the name of curiosity.
all jokes aside, my goal is to finish several projects and take a long-ass break from it all to fix this burnout, and maybe even find a job somewhere in there too? hopefully? stretch goals? -
Well, look at the brighter side Android developers, that long time gradle takes to build gives you the much needed break, doesn't it?undefined gradle sync my ass android studio time wasted android dev android gradle gradle kills on i34
-
gsus christ, do you HAVE to break it every Fucking TIME???? Wtf's wrong with you???? Cocky motherfucker "ooh la la la, I'ma break it today cuz I've nothing to do but renaming hi hi hi hi"
Fucking OCD motherfucker go jackoff and GTFO of here2 -
Probably would have been a good idea for someone to tell me that if I upload the project to my tenant too many times it can break the entire realm and bring down all the other tenants in it. Good opportunity for some team documentation 😊
-
Any development on a complex software is like playing Jenga. You make your changes and hope it won't break down the whole structure.1
-
I actually like writing documentation. It gives me a break in a different pace, gives me time to refocus on what I've built and hopefully make it useful for others as well.2
-
I think the worst feeling ever is taking a break from something, then coming back to it and realizing that you have to rewrite something because you put it off before you took a break.
I've had a lot going on lately, and I decided to work on a web dev project I was doing to get the hang of frontend development. Just realized that I have to rewrite a couple functions. Someone kill me now1 -
I've come to accept the fact that when I first learn a new concept I'm not gonna know what the heck I'm doing with it until I code it for myself and break it and then fix it. Bugs help you learn.1
-
Scrolling through and was reminded of something I despise - Windows Update. It always decides to strike while I'm on a tea break and I can't postpone it.
The amount of VM corruption I've had to deal with is ridiculous.5 -
Nothing like working through the night, finding that big break through and getting 900 lines of code going with minimal bugs and then having nobody to share it with that can appreciate the beauty of it all.2
-
Microsoft bought Github so what ? It's not like github is the most important tool out there. If they break it we'll just move on to something else no problem just chill people. Give them the benefit of doubt maybe they'll make it even better.2
-
Does anyone know a semi decent printer available in Germany/Europe, for personal use that doesn't you a kidney and won't break after 7 months??
They're all so god damn awful it makes me want to pull my hair out.16 -
Sometimes I get inspiration for pole choreos, so I can take a break to try it out. I don't even have to change from my pole outfit1
-
Urrg my secundary screen tipped over and now its broken.
like seriously wtf?
it only fell like 30 cm, why would it break that easily?
Anyway, back to one screen productivity. FML4 -
Don't attempt to debug a crash on startup using visual studio remote debugger over team viewer vpn using the worlds worst German hotel internet connection.
If you do, get a drink while it takes 2 minutes for the debugger to break. -
Whenever I take a break from my editor, I end up pressing j and k to scroll up and down in be browser, only to be disappointed. Looks like someone at FB was having the same problem and added it to their newsfeed. Thanks bud!1
-
How do you know when it is time for a break?
transition: color 0.5em linear;
When you cannot figure out what is wrong with this transition...2 -
It gives me a break from the kids. But the cost of that is increased strain on my poor wife, and knowing that that sucks all the joy out of it.2
-
how to identify the authentic recurssion post:
check out the tags: recurssion xy
check the number of comments it should be 2^x
those who break it go get urself fucked by a dereferenced pointer1 -
When you feel like giving up on it all and just going off the grid... I've been programming too long. I need a fuckin' break.1
-
Today was a real monday... Untill the lunch break nothing worked even the slightest bit, there was a lot of swearing in the office, afterwards it got better but still wasn't very productive.
So, how was your day?7 -
Hey guys and gals, I built a silly little memory game! Comment with your best scores (no inspecting elements...that's cheating). Also, don't click too fast or it'll break. Lol
http://threetendesign.com/memory4 -
My css is such a delicate house of cards I'm afraid if any user looks at the UI too hard it will break. why did I think Friday css would be a fun way to end the week...2
-
I have taken a break from computer to spend it with my wife and daughter. We are the O2 watching Frozen on ice. Times like these make you a better father, husband and dev
-
Too many people seem to think that "goto" in C is the worst thing you could do. It's an abomination, never use it! (Not something I've seen here per se, just generally around)
Challenge:
Break out of a loop inside a loop without using goto, and make it look pretty. Seriously, I don't think it can be done, and goto just makes it so clean!7 -
Who here listens to Coldplay."fix you" when you having bugs in your code and it seems you will not have a break through...6
-
Someone tagged PEBCAK on here the other day and it reminded me that I have this printed and hanging in my cubicle. It helps me not break my computer when someone comes to me to help them with stupid things.
-
I took a break from the chaos of programming and took the time to set some clear goals to realign myself.
It was refreshing, but I’m excited to be back :) -
When you take a break from JavaScript and invest your time on other stuff, you'll realise how paper-thin it is. Java is to JavaScript what Car is to Carpet?1
-
Seems like the #1 rule of thumb in hacking is
"if you can't break it, make it irrelevant".
Seems to be true because god some of these OEM recovery discs are just... awful at securing themselves. -
Visual Studio causes Covid!
Well, not really, but it surely disrupts life!
It is a damned shame that a product that promises so much is so flaky!
I have abandoned attempts to use it.
-loses form design
-fails to recognise break points
-changes target configuration on it’s own
-JUST PLAIN SUCKS!!!!
NOT USESBLE6 -
Learning to troubleshoot issues with vms. Had to break a vm with a script I was given and then fix it. Docs I was given said x error should be in y log. I check the log; nope. Check the other logs for other possible errors mentioned; nope. Turns out something else broke instead and before of the thing I was supposed to break. Rip me
-
Can we like stop making new Frameworks every month and just take a break for like 2 years, cause Gawd Damn! 😣; It should be illegal to make a new Framework in the next 2 years🙂2
-
Theres a method for speeding up diffusion generation (things like stablediffusion) by several orders of magnitude. It's related to particle physics simulations.
I'm just waiting for the researchers to figure it out for themselves.
it's like watching kids break toys.6 -
Hi guys, as I think this is the perfect good place to share point of view, I would love to know what do you think.
Years after years, people fight against hacks/piracy, like governments or video games editor.
Recently, we all heard about that piracy team who said that in the close future, breaking games protection would be impossible, yet the famous Denuvo (DRM) even if hard to break, is still broke few days/weeks after game release.
Here's what I think.
No matter what, hacking/piracy will always have steps ahead of protections. Because that's the way it is, the way it works. Maybe protections will be effective for a while, but there will always be somewhere, someone smart enough to break it. I start thinking that when a iPhone/Sony claims that they were safe and Geohot break their protections one by one.
There is no perfect protection.
(Quantum computers aside).
What do you guys think?3 -
I begin to develop the irresistible urge to break open everything I see and reassemble them, be it software or hardware.1
-
Depends on the definition "without break".
Does taking a walk count as a break if I'm thinking about work during it?
Does taking a shower?
Would it be considered continuously working if I'm sleeping for a few hours every few days, but otherwise work even while eating and pooping?
So I could say I range from ~48h hours on the strictest mode to multiple weeks on the permissive one. I wouldn't recommend any of these.1 -
When depression is hovering your back, it sucks when a potentially project breaking API update from a third party appears with shiny new features and your team glamour that we should implement it soon, but internally you scream that will break so much stuff and clients will be mad at you
-
PSA: Writing code right now? Taking a quick break to check your phone? Make your effin commit. Git, SVN, etc.... Don't care. Do it.1
-
So this morning, I was having problems with Explorer.exe. So I did a sfc /scannow to fix it.
After booting, my PC would not boot. I thought I did something to break it. I kept turning it off and on. I was scared that I broke my computer again.
I plugged out my keyboard. It booted.
Then I realized--it was my stupid broken keyboard being weird again.
WHy -
When you introduce the new interns and your colleague's Windows machine is presenting on a large monitor with the watermark "Activate Windows" in the right corner.
Everybody knew exactly what was going on. Made a joke about it - nobody laughed. -
"Oh just promote the fixes already! Don't worry, it won't break other stuff."
Not the worst advice maybe but certainly something that got me doing a lot of rework. I freakin' hate rework.2 -
IT team go out for lunch today. Don't want to spend money but going anyway for the longer lunch break.1
-
Who could have known that a break up gives you so unlimited energy?
I am grinding the gym more than ever ever since and I love it!
I needed this haha9 -
Oh, you think because you are technical and work in tech, then you won't be blown out by technological innovations?
I hate to be the one to break it to you — you. Fucking. Will.3 -
Sometimes i like to break my code on purpose, to force me to refactor those parts and rewrite them more efficiently.
I find it hard to improve existing, working code, because it limits me and it does not inspire me to come up with something better -
I wasn't even interested in badges and regular working hour until our HR made us use an Android app to stamp the badge.
IDGAF, I will break it. That's a promise.5 -
What's a no CS degree, zero experience, experienced a short boot camp, was hoping this would be his break and spent a shit ton of money on it, person gotta do to get a developer job?12
-
Sticks and stones may break your bones but I sometimes have that feeling of breaking every bone of those who push changes with sensitive information to the repo. Stop it.1
-
we have spent all the day moving a ton of stocks from a warehouse to another .. it was a good break from coding :)1
-
TIL Firefox and Chrome renders "word-break: break-word" and "word-break: break-all" differently. It just makes me hope that there's a way to force install Firefox into the users' computer if they use chrome.1
-
Do you ever have days where you get absolutely nothing done, because of a local environment problem. My xdebug would break on break points but once you stepped to the next breakpoint it would halt execution of the code... It worked fine yesterday!!!!! Arghhh1
-
Im exhausted from life honestly. I dont think any vacation will help at this point. If i take vacation it will seem like its never enough. I need more than a vacation. I need a break from... life itself7
-
What the fuck does Spring Break mean?!
A: Spring has begun.
B: Here's a break. Go have some fun!
But no, here in Buffalo, the snow doesn't give a shit, it keeps falling!
And no! You want a break? How fucking cute! Here are two projects for you to work on that you gotta submit , the first day after spring break ends! and a midterm exam the day after!
Fmfl.2 -
When you have a long line like this...
if ($obj->getStupidlyLongNamedThing() + $hard + $harder * $hard / $harder + $obj->getAlsoStupidLongThing([$sillyLongExpression, $thing]) > $obj->omgThisIsInsane());
If you're just going to be lazy and break it up however where where ever so it looks like crap...
if ($a->b()
____&& $a->c());
Then I urge you to do one of two things:
* Shut up your face and turn on word wrap in the IDE rather than manually doing it even worse.
* Break the long parts into variable assignments or something.
* (or get a wider screen)
Example:
$a = $obj->getStupidlyLongNamedThing();
$b = $hard + $harder * $hard / $harder;
$c = [$sillyLongExpression, $thing];
$d = $obj->getAlsoStupidLongThing($c);
$e = $obj->omgThisIsInsane();
if ($a + $b + $d > $d);
With sensible variable names.3 -
Just spent the whole night awake to do a university coursework.
Not because I was late or it was difficult, but because the framework we had to use was so wrong that I had to take a 20 minutes break for desperation for every line I wrote. -
Facing my biggest challenge this Friday already failed at it 4 times and this time is the one make it or break it2
-
When the pen testers find a "vulnerability" and say it would be very difficult for someone to exploit it. Yeah, in that case they might as well say if you solve p vs np you can break it but it would be very difficult.
-
Break it down into stages- elaborating on requirements, frontend/backend work, testing, etc. Then pull the numbers out of my arse.
-
People started to use ChatGPT to discover a new vulnerabilities (0day), I saw someone use it to help them break a smart contract, I mean if you already found a 0day you might ask it to write the exploit rather write it yourself 😬7
-
Love when code doesn't work so you take a break, come back and clear it and retype exactly what you just had and it works.
-
Creating a webscraper using regex because there's no API available, knowing it will break the moment the source changes its markup.2
-
Payment gateways are a fucking pain in the ass...
According to my colleagues who have to deal with it 🤣.
One is about to break, begging everyone subscribe to his service.5 -
That moment when a not so local native event handler is your first enemy...
Am I the only one who hate this stuff? it break things from a random place in a random time, with no reason...2 -
( Temporarily Relevant )
Is it just me or did GitHub just break most of their MathJax?
Were formulas but now I only see my LaTeX code..
https://github.com/OpenlyEducated/... -
Focus: Get up and walk around, disturb someone(calculated disturbing), break a window,
Procrastinating: DO IT NOW, JUST DO IT, MAKE YOUR DREAMS COME TRUE
....sorry
Yes my 2 cents -
Probably the first time I actually wrote a poc exploit for something we didn't write but were trying to win the maintenance contract for. I remember being In a pre-tender meeting showing it off to the potential client. Their face was amazing as my little script exported their database by exploiting some very shady search functionality.
PS. I had permission to do it, don't break systems you don't have permission to break, we also won that contact 😁 -
Breaking things directionally. See it, break it, try to put it back, fail, repeat. When it works, you probably get it.
-
So I ran sudo apt-get upgrade while watching a tutorial, not knowing what it really does. By the time I realized, it was too late, and I couldn’t stop it fearing it will break my distro. I waited like 3 hours for it to download via my androids hotspot. And after finishing I ran like bitch to catch 9:30 train and for another meeting.12
-
Send an email.
Or, more seriously: invite only people who must be there, and can add something to the discussion, have an agenda, stick to it, and plan the meeting so that it ends at the start of lunch break. That way everybody will be interested in finishing on time or earlier. -
An I the only one who gets scared when a piece of code break. Like I feel like a bad little kid like omg I broke it please don't look I'm sorry please I didn't mean I'm so sorry
-
i had a massive burnout today where i was in college since 6am and i have a flu so at one moment i snapped and could no longer focus on lectures could not even write or listen or understand anything. i was physically there and mentally stranded. this is because i have been working for the past 2 years without 1 day of a break. it rly got to me. should i force myself to go to college or should i take at least 7 days of mental break?4
-
People who use word-break: break-all on body paragraph content need to stand in a narrow, claustrophobia-inducing room, cut off their left hand, and hold it up against the right-hand wall, while holding the stump of their left arm against the left wall. That's what it feels like to read break-all in longform content.
-
I put an end-of-the-universe-grade password in (quadrillions of years to break) which hits all 4 criteria and I cant get it to pass. :O4
-
thank you for unexpectedly changing your code i included on your recommendation and now all of my modules are broken!
even if this is just a side project i hate when others break my shit and i don't even have the time to fix it.1 -
Me: I found the problem. The function call is being given a reference to an undefined variable as an argument. The quotes around that argument were accidentally omitted; it's supposed to be a string.
A "Senior" Developer: No, that wouldn't cause it break.
Me: 😐3 -
Reason we don't use tabs children. I just saw (and am going to have to reformat):
switch (var)
{
case 1:
DoAThing ();
DoAnotherThing();
break;
case 2:
DoADifferentThing ();
DoAnotherDifferentThing();
break;
}
It looks mostly okay in LabCVI, meh in VS 2010, and absolutely shitty in Understand (where the above example came from).4 -
what you do next?
1. I broke my imac, macbook, and iphone
2. bought cheap android phone and broke it after 48 hours and i cut my left palm by doing it
3. about to break motorbike! it says service on dashboard but fuck it
4. now, it seems I was born to break things
5. what to break next? my left ankle and back bone already broken and fixed once, brain is fried for good11 -
new year's resolution: create a new healthy diet plan and then break it. Hey, if I cant fit into the diet then I'll make the diet fit me.2
-
Couldn't find it on Google but does Node 6.9.1 support ES6 syntax and const, let, etc?
The code runs on my machine which uses 6.9.1 I think but the Code Style report raises issues saying it needs a esversion: 6. I can add it but dunno if it's gonna break in PROD -
Why does GDB always set the bloody break point one line above or below where I want it to be. This is driving me nuts. It's like its author deliberately planted a nasty practical joke in the code.3
-
First year as a professional developer, and this Thanksgiving break is making it hard to get back into the code base here at work. Am I the only one?2
-
Was so worried with all the whining about the windows fall update thinking my pc sucks so it will break for sure. But seems I have had it for a week now and not noticed.1
-
After spending time trying to work in frameworks and new popular environments on my Windows machine(😵), I now don't hate ASP.NET.
After one too many Yak shaving experiences, I am just so happy that it doesn't break the moment I change something. 😭 -
Not only once i fixed our Prototype while PO was presenting it.
Of course we checked the App for our presentation data, but PO was always confident that it would work with random data told by the customers too.
Luckily i was able to fix it while lunch break. -
I brought my laptop on vacation, but I left my archiso USB drive at home, assuming I wouldn't break anything.
I broke networkmanager. I just added a connection, it worked flawlessly, but for some reason it is now a reason to stop booting. It enters emergency mode, but I can't type anything... Possibly because it doesn't have read/write access or something idk.
But how on Earth would this break my system??? I'm beginning to understand why some people dislike systemd sometimes...
I guess I'll fix it when I come home...6 -
Knew it was a bad idea to work on my project over the break, and I am stuck for a day and have to spend the new year celebration being stuck.
-
`Holy shit never turn on caught exception breakpoints in vs code for node !
and the one place i need the damn code to break, it doesn't break !1 -
hey, how do you keep up with the migration files and git branches, i name them, how do you make sure the current branch has latest migration files so it does not break your application :)2
-
Taking a break from coding is a good thing. As much as I love it, when I do it too much, I get burned out pretty quickly.1
-
I think I'll clearn and update my Server this weekend (since it's still on Debian 8).Wish me luck or dig my grave.
P.s.: Tips/suggestions/experiences are also very appreciated2 -
It has been a month and four days since a user handed over responsibility to check on this request for changes to a report. I send the new user my responses. It takes her until Christmas break to look at the reports!
It has now been six days since I made more changes and handed it back to her for their review. No Response. -
there it goes again
rip my college access, i'm in an infinite loop of this and can't break out
i have to wait for the server to deauth me on its end, should take 48 hours or so2 -
Is it obvious that you enter into THE BREAK UP phase with your mobile when its charger started troubling you🤔
-
Every time I update node or an npm dependency and everything seems to break for a couple of hours until I pull it apart and slowly reassemble everything again.
-
I think I have configuphobia.
When you need to setup configurations for like anything, it's always super loosely coupled and can break when you even breathe on it.
Database table columns? Configured once.
Authorization management? Create a user and configure the password and username in the application.
Backups? Configure the network path to backup to.
All these things are so EASY to break!
Maybe I'm overcautious, but I really dislike it.
There are ways around it of course, like documentation and automation, but it's all so much work. And even then it's still loosely coupled.
What do you all do to keep your configs working without getting nightmares?3 -
node/JS is retarded
TIL that you can call return multiple times but it wont break
6 hours down the drain9 -
This moment, you know ur movement mechanic in Unity works just as u want it to be. But its so damn hacky, u are afraid of refactoring, because u know.. u would break it...1
-
During these interesting times it has certainly been a productive one for me. But after this fuckup i need to take a break. Also came to the reallisation i rely too much on Ctrl-r in terminal. I just needed to find that one long weird rsync thingy that i use once a quarter year...
:~$ history -c | grep rsync | grep...
I need a break. I royally fucked up now and i cannot be bothered right now to type that 25 lines of escaped backslashed one-liner rsync thing...3 -
I've been playing around with Nim lately, and I'd have a question. Already asked on StackOverflow, but my question disappeared without a trace (if you allow others to delete stuff, at least notify me it got deleted!).
Question is: if I have "defer: doSomething()" in an iterator, does doSomething get called when I break iteration early (before consuming everything) using a break statement?1 -
Heading to NDC Minnesota for the week. Hopefully going to get a chance to learn some cool new stuff! If anything it will be a break from work and kids, and maybe some time to actually code!
-
How did I learn to program?
I got bored and didn't want to wait until my AP Java class, so I taught myself it over spring break1 -
At my company they have this legacy system that's been around for a good 10 years now. The company told me they plan to break away from the legacy system, and this was 2 years ago. The reason that nothing has changed is because anyone that knows the legacy system have already left, and there's one service that relies on it. That team absolutely refuses to break away from it so everyone is stuck where they are. Given the attitude of the company employees, I'm pretty sure this legacy system will be around for another 10 years.
-
Stop thinking about it. Personally I like to take a long coffe break, go out with friends, cook something, or my fav to learn something completly different, like a new word in a foreign language or some random shit.2
-
PAGE BREAK AFTER IS FUCKED UP. FML
ok guys, if you have any recommendation or alternative to page-break-after, please let me know. im desperately in need of a goddamn solution.
heres my problem, ive got a table, inside the table is the tbody, now i only want two rows to be displayed in each page (im doing html for pdf docs). so what ive been trying to do is adding <tr class="display:block;page-break-after: always !important"> whenever it meets the condition (rowCount%2!=0).
Ive been trying to figure this out for the last 12 fucking hours. cheesus fucking crust. ik this isnt stackoverflow but stack hasnt really been helpful as well :( FML6 -
Just installed Semantic UI for the first time.
> Installed all components
> ls components
> shit that's a lot of components!
I'll now need to re-install it. I'm not -rf 'ing that shit.
Okay yeah I could just -rf it, but I'd break it.2 -
1. Stack Overflow
2. Match in FIFA / few rounds in Tekken
3. Beer / Cigarette break (do it only if nothing really helped) 😁 -
Normally take a break. Think for a moment what am I trying to do and HOW am I doing it. That way i unstuck myself and find even a better way to do whatever i was doing.
-
Has anybody been at a place when you try to finish stories but it just takes too long? And finishing work in general seems very difficult? How do you deal with this or break the cycle?
-
If I keep banging my head against the problem I'm confident that eventually something will break.
I've said it many times and empirical evidence would suggest now that I'm rather thick headed.1 -
During a training reading a Readme file:
Copy paste the following code in the editor.
NOTE: REPLACE ALL SPACES WITH TABS OR IT WILL BREAK -
I got some problem. I work on some company maintaining web application. Every time I add some feature I often accidentally break other features. I read about testing (unit test, integration testing, etc) and ask my project manager and CTO to implement test on our web application but they refused it. The reason is because the web application is already large and it will take a long time to implement. Actually maintain this application is very stressful because it takes along time to add new feature and every time I break something either CEO or Client will scold me. Do you guys have idea/solution to solve this problem?1
-
That moment, when you got something to work as you want and are happy about what you did, just to break the whole system a few minutes later and can't figure out how it broke... love it
-
What is the meson build system and why did you need to break your cmake files in order to support it -_-
-
When you lost almost three hours to get an unsupported version of the qmk firmware (for mechanical keyboards) compiled, but got chickened out of installing it for fear it would break the only keyboard you have ($100+ and a bitch to get shipped in the country)
-
Is it really necessary to break the LTS drivers when pushing a new driver update on linux ?
This incident gave me bad experience .6 -
Sometimes I'll block a code submission with the words security vulnerability", then go have a 10 minute break to see if the others can spot it on their own.