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 - "errors in errors"
-
ERRORs are red,
INFOs are blue.
My logs look pretty,
But not as pretty as-
Wait, hold on. Why are there ERRORs in here?
Why is the homepage returning a 5- oh crap.
Can you just... Can you give me a minute?12 -
LET'S LEARN ANGULAR2
* look for some good tutorial *
* download atom-typescript *
* type "ng new demo" in console"
1185 errors.
FINISHED LEARNING ANGULAR221 -
Okay, so get this..
1. I made a hacking simulator in Python2.7
2. I am relatively 6-8k lines in, ready to release EA ALPHA-1.0.0
3. I try to do a test build, and am flooded with errors.
4. I do research into the errors, and apparentally I coded my game in a way that makes it imposible to compile, and have to start over
5. Rages, Crys, and downloads this app.30 -
That feeling when you've been writing some sophisticated feature in Java for 2 consecutive days and you compile the code waiting for errors but it just works fine without any errors.12
-
Today is April 1, 2017. Saturday.
Okay, checking emails.
...
WTF errors in production??
Checking...
Oh...
throw new \Exception('April fools!')
-___-2 -
So I put a very strict eslint configuration to a 6 month old project
..
..
..
..
924 errors in 27 files
..
..
..
..
..
I removed eslint from the project8 -
"There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors." - Phil Karlton3
-
I once wrote about 100 lines of C code without compiling or testing in between in notepad++.
And it had no errors and worked.😎4 -
Victory!
Today I finally closed a 'Nessy' bug (A scary bug you can't reproduce typically only sighted by one person). Below is my response...
"There were no errors in the error logs because writing to the error log was causing the error."5 -
!rant
Guys! I did it! Its possible!
My task was to extension a code in php. I wrote 100 lines of code and then it workes on first try without any errors!
This is a milestone!
Bill Gates is nothing against me!15 -
Friend: dude, JavaScript seems awesome. It looks so easy and there aren't any annoying compiler errors like in Java
Me: I know it sounds cool in theory, but it sucks in practice, trust me
Friend: no way, dynamically typed languages are the future
*Friend installs node*
*Friend writes a simple script*
*Friend gets undefined errors because of a few typos and has a hard time debugging it*
Friend: JavaScript is retarded
-_-13 -
That moment when you fixed all weird errors in Android Studio by frankensteining two projects together.4
-
One of my older servers just went down. It's been hacked. How do I know this you ask? Is it mining bitcoin?
No - windows event viewer has no errors in the logs for the last 48 hours.3 -
That moment you are coding as a group,and you have one error in your code.after rectifying your one error you get more than 5 errors,and all you can do is stare at that code.4
-
There are two hard problems in computer science: naming things, cache invalidation and off-by-1 errors4
-
Had a "Fatal error stack overflow"
All google searches lead to irrelevant links in stackoverflow.com
Now I can add this error to my "special errors I had" list. #onceinalifetime6 -
Developer vs Tester
(Spoiler alert: developer wins)
My last developent was quite big and is now in our system testing department. So last week i got every 20 minutes a call from the tester, that something did not work as expected. For about 90% of the time i looked at the testing setup or the logs and told him, that the data is wrong or he used the tool wrong. After a couple of days i got mad because of his frequent interruptions. So I decided to make a list. Every time he came to me with an "error" i checked it and made a line for "User Error" or "Programming Error". He did not liked that much, because the User Error collum startet to grow fast:
User Errors: ||||| |||
Programming Errors: |||
Now he checks his testing data and the logs 3 times before he calls me and he hardly finds any "errors" anymore.3 -
Me when I started coding: I can get this done under an hour, I'll add tons of comments and write it beautifully without errors
Me now: Yeah I can probably write these 5 lines and have them ready in about a year or so6 -
Solving Errors:
Code it.
Doesn't do anything, no errors in console.
Try again.
Doesn't work.
*Realizes that you didn't call the function*
ffs1 -
!rant
Yesterday I got a pretty straight-forward task of fixing SASS linting errors from our project. I thought, "How many errors could there be?" Turns out there were just around 2000 errors across 109 files!
I was almost like, "Man, this is going to take a lot of my time!"
So, I started fixing the errors one-by-one with my headphones on and switching music genres after every 2 hours.
After almost 6 hours of continuous bug-fixing, my mind kind of became repellant to the possibility of the outer world and my fingers automatically fell on the right keys in almost no time. My brain was functioning like a computer itself.
And after the end of 7 hours, I reduced the number to less than 1000 errors.
Today, I continued the task and found out that there were some scoping errors I made yesterday (web developers would know this pain of '&').
And after working for almost 6 hours today, I got the number down to 500.
Not a rant, but I felt extremely content with what I did today.
I guess every day is not just about programming, sometimes, it's also about making your code better.
Thanks for reading! :)6 -
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
-- Jeff Atwood5 -
I bypassed SSL certificate verification because that goddam certificate had some flags which my JVM did not understand and threw errors. Still in prod after 10+ years 🤐1
-
Python is a wonderful language.
But apparently the C syntax is still so deeply engrained in my mind that I get errors when using "printf()" instead of "print()" on a regular basis. m)6 -
*working on a programming assignment for a graduate-level course*
"We will provide you code that implements the protocol in the server. You do not need to touch this code."
*provided file has syntax errors, including a block comment which doesn't close before EOF*1 -
"i love the smell of possibility in the morning" i said.....
"Gradle build failed with errors"
--computer replied :)1 -
I spent the last 2 days resolving over 2k dependency errors in a jee software what used java1.4 libraries
:) i love this profession2 -
It's been posted by a child in a forum so I shouldn't be evil, but it made me laugh 😂
The question was "why so many errors?"5 -
My colleague asked for some help with an issue. I went over and the app they are working on was like1
-
Me: Should be able to refactor this viewModel in a couple of hours.
Me 7 hours: Ye fuck these 28 other build errors right now.1 -
soldering on a pcb is just as stressful as programming. u solder everything and u test it out and then it doesnt work like its designed to. its just like compiling it and a lot of errors are detected. the worst part of it, you cant detect the errors as soon as u try it out. you have to find where exactly in this kind of mess is the error:6
-
I was building my iOS app in xcode, when I get an error. It was some swift library thing I did not recognize.
Then without changing anything:
Build again.
Error
Build again.
Error
Build again
No errors at all. Run my app and everything works perfectly.6 -
Python seems so ... simple, yet beautiful.
(It's just ... a feeling, I only did the codecademy course and doodled on the command line by now.)
But this whitespace/tab thing and the fact that missing semicolons don't result in errors is just fucking confusing.15 -
So i started using atom text editor like a month ago. After finding out i can install packages and going on a spree.... I may have broke it. You know you are in for a pickle if the editor starts with more errors than windows vista.
-
Dev2: Do you get 49 errors in the console when you try to compile?
Dev1: (Getting 52 errors) No. Must be an issue with your machine.2 -
Chrome is making me refactor my js every once in a while!
She comes up with new ways to show me my errors4 -
I had defined a variable earlier, 'count', that I was trying to access later on in the code. Kept getting errors that the variable didn't exist.
When I looked, I had actually named it 'cunt'.
Best typo ever, gave me a good laugh as opposed to the usual annoying typos in programming.1 -
No one fucking knows how to handle/raise errors.
I feel like this is the least talked topic in all fucking programming industry. This shit needs to be tought even more than the fucking SOLID, DRY, KISS, YAGNI and other kinds of buzzwords that fancy devs love tossing left and right.
Basically everyone just does "whatever you dumb error just dont bother me". They will just log/return null/ignore the errors and be in their oblivion with bugs propagating upstream the call stack.
"Throwing errors you say? Ew, why do you want to produce more errors?". Yeah, right, just stick another log/return null/or ignore the fact that the monke calling your function with bullshit arguments.
"But bro it's so difficult and time consuming and it would never happen!" Yes, you fucker! Yes! Programming IS fucking difficult if you want reliable systems! Did you not know that!? Well now you do! Go and fucking learn it!
FUCK!11!1!!27 -
I don't hate Java, seriously.
I just prefer spending my first hours with a language actually programming in it rather than fixing shitty uninformative errors and learning libraries that follow no standards.
Pour your salt below.15 -
When you're writing in Python and forget which brackets to use but you're too lazy to look it up so you just pick one and hope it works.
372 ERRORS. -
C++ errors in a nutshell
(The pics is from my college computer lab where it takes us forever to get a proper output )
(Maybe it's we who suck) xD4 -
I dont get it why big it companys in germany still use fucking Internet Explorer and then complain about errors that are not even produced by our application. What the actuall fuck just stop using ie6
-
The application has a system for sending reports and errors.
Client: "I have a problem with the app, I can not log in (android phone)"
I check the logs: "sent from iPhone"
(the person has no other account and registered telephone)4 -
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
This is really the stuff I have to deal on daily basis. -
Fuckin hell, do not ever force disconnect people from (poduction) servers, especially if there is a scheduled upgrade in the middle of a busy working day & you have a very small window for updates!! 😠😠😠
ID10T errors all over da place 😒3 -
When you keep getting errors even though you're sure that you fixed the problem. Then you realise Chrome still uses the cached JS, no matter how many times you press CTRL + F5. Conclusion: disable the cache in the Dev panel.
-
I love Rest API's that always return 200 and have an "errors" field in the response body that I need to check...5
-
After seeing this somewhere I now believe that even companies worth billions of dollars don't handle all their errors in production.6
-
This is how Pokémon Go shows errors to its users. It says a generic „Error“ in German with different numbers for different errors.
I am not an UX expert, but isn’t this a really bad practice? The error number has no meaning to the user, so why displaying it? I think it is just confusing and looks ugly 😐8 -
//Dunno what causes these random connection errors; probably just hiccups in connection between our EC2 instance and Discord
try {
client.login(token);
} catch(e) {
//Do nothing, just prevent it from crashing the main thread and the client will reconnect
}4 -
Trying to discover why the DB listener wasn't being called in my app for like 30min. Many log messages, no exceptions or errors, DB rules revised, DB content revised, changed constructors, simplified code and nothing worked... problem: the phone's wifi was disconnected.2
-
I love that its 2024, and yet sometimes you still have to delete the /bin and /obj folders from a C# project to remove build errors that are in fact, not build errors...
...and people here hate node.js / npm
🤡🤡🤡🤡🤡🤡
but come on down in the comments all you C# worshippers and please enlighten me what I am doing wrong... definitely couldn't be C# right?
also explain why 'clean' must not REALLY mean clean 🤡17 -
Riddle me this:
While calculating software reliability in number of faults per million line of code, would the software become more reliable if the number of lines are increased instead of errors reduced 🤔8 -
As if my head couldn’t get any bigger... today we had the guys from the static analysis tool come in to show us how to use the tool and all that... the guys tell us don’t be alarmed, everyone who runs the tool for the first time has thousands and thousands of errors... my co worker did his as a “demo” and had 44 thousand MISRA errors. And a McCabe Complexity score of 700 in main().. I laughed ... and he and the guys from the tool laughed and said well fine then let’s see yours... so they set mine up to run, the room was silent, as I just smiled... only 2 MISRA mandatory errors.. and a few dozen required MISRA errors. My main McCabe score was 13.... understand both software project are working, and do very similar functions, only difference is different generation of product and who programmed it...
My boss walked in the room ... and says sooo how bad was Chris’ code as a joke... and the static analysis tool guys (who literally check people’s code for a living!) says ugh no sir, you have a very talented software engineer on your hands... we’ve never seen someone run the tool and have that few of issues... my co worker was very jealous to say the least... -
Installed Linux on a crappy laptop got many many errors. in the process of googling then fixing them I fell in love with the os itself and it turned me towards programming now we sit here me a game Dev major15
-
when in doubt,
write everything manually,
because even if a package exists,
it's so old and outdated,
it's not even worth fixing all the errors,
so you may as well,
grow your own APIs
it'll be faster!3 -
Every time I get tons of errors in Rust, I come here to rant, and I'm able to fix the errors the next day. It's starting to become a tradition.2
-
FUCK ANGULAR!
FUCK ANGULAR-ERRORS!
ALL if them are literally like:
"Script error in script.js"
WHAT? WHERE? WHICH MODULE?WHICH APP? WHICH LINE?
OR EVEN BETTET THAN THAT:
"Error initializing module:'http://errors. angular. org/SOME-DUMB -AND-USELESS-THIRDPARTY-SITE-WITH-SOMETIMES-EMPTY-ERROR-DESCRIPTIONS-WHICH-MAKE-OFFLINE-WORK-IMPOSSIBLE-IF-NO-CONNECTION'"4 -
HELL WEEK is coming!! they are going to make us code IN PAPER again.... no compilers, no way to check for errors, time to die again4
-
BI dev: Hey, can you help me with my SQL query?
Me: Sure, let me see it.
BI dev: sends screenshot - not even the whole query, literally a screenshot with a segment of text in it. No errors showing either.
Me: ...7 -
Today I was having conversation with my friend about time consumed in fixing errors. Our non coder friend was silently listening to us.
After we finished our lunch he stood up and said,
"You guys don't know how to handle time with efficiency. Why don't you ignore all the errors, finish your coding and fix all the errors in the end. It will save a lot of time"5 -
That sinking feeling of horror when you are helping a student with a problem in their assignment only to see major logic errors that prove they dont actually understand what they are doing. * drinks wiskey in prep for marking *5
-
Does anyone know to get rid of a programming CURSE?
"You will have unique ERRORS, only in production, which would not be found on Stack Overflow"
:|1 -
I'm a programmar
I'm a programmor
I'm a programer
*sigh*
I write code.
Still finding spelling errors in my code.3 -
Everyone who says: "Just rename your .js file to .ts and it's going to work instantly, no errors, don't need to rewrite anything. WELL FUCK YOU ALL! VS code says: 200 errors in a 100(!) line file.9
-
Normal Compilers : i guess you missed a semicolon in line 63
Special Compilers : You wrote wrong code, useless fella, I'm not your servant to tell you all the errors. Your mere existence is unnecessary and useless3 -
If git was written in english or in ancient greek it made no difference. It's everything counter-intuitive and you have just to learn commands by heart and google the errors. Because nothing makes sense, even if you know how it works and you used it for years6
-
Taking a class in school where we are learning C++. The kid sitting next to me never listens. Had a couple of errors, added a few cout lines in which he put "count" instead of cout and ended up with 108 errors. That class is going to be so difficult for him..1
-
Yesterday before going to bed, I got rid of and made sure my program has no more errors so that I can implement other features in the morning.
Today when I compiled the same program again(without any additional implementation) I got more errors then I solved in night. I guess the part when I got rid of errors was just a part of my dream!! -
"There are only two hard things in Computer Science: cache invalidation, naming things, and off-by-one errors."
-
250 errors in 3 applications this morning.
Then I merged two pull requests that I created yesterday and the error graph started decreasing. After 30 minutes the error count is back to 0.4 -
My boss asked me two days ago to fix some errors in an application. From the errors I saw it would be a 5 minute fix. I fixed the problems just now because there was no documentation on how to set it up.
After setting it up it was just changing a value from true to false...
I ruined two days just because there was no documentation. Please everyone, I know writing documentation is boring but at least write some documentation on how to setup a project.3 -
This guy asked for help in msdn forum before he shoots himself out of frustration. A lot of people tried to help him with the linker errors.
Once he removed couple of linker errors almost 100+ more errors came up.
This was his last reply. He hasn't replied anymore :(
He could have been a great ranter for devRant3 -
Chasing down reference errors in Visual Studio for 20 minutes only to find out it just needed to be restarted.
The error messages lie!1 -
Devrant++ not aviable in Switzerland? Im so sad 😭
Always getting errors when I wanna subscribe.
Wanted to support dfox and trogus8 -
"Stop throwing errors in your library! They cause my app to crash"
Who amongst us hasn't hear of the popular maxim: "Fail late even after you know something is wrong, and then make sure the failure cascades over the whole app in mysterious ways"5 -
Coding something in C# and getting errors after attempting to compile.
Turns out I was using Python Syntax quite a bit -_-1 -
I'm working on a laptop in the shop and Explorer crashes. I try restarting it, and get RPC endpoint call errors. On reboot, I get this.
Russian roulette but 3 will probably crash instead of 1.11 -
*Me after putting all my efforts in finding the cause of errors in my code, then realising I've been using different language in different IDE*
-
When your Project Manager tries to find Grammar and Spelling errors in your code comments, since he couldn't find any other issues
Are you fuckin kiddin me motherfucker.. :|||
Fuckin grammarShitPMNazi4 -
Time travel. Because i can see the errors i willhave before even writong the code. And...(tou will see it in week 56)1
-
Me yesterday evening:
"Fuck java, fuck JVM, fuck everything about it, shit doesn't work for some reason, no runtime errors, no compiler errors, no syntax errors, nothing, *turns off computer*".
Me today morning(coffee = false), after comparing the documented example code provided by the API with one someone else made, I've noticed that the one provided by the API was messed up and couldn't work.
"Lemme change that one value in the properties...okay here we go"
Shit works out perfectly.
FUCK FALSELY DOCUMENTED CODE
FUCK DOCUMENTATIONS IN GENERAL2 -
When I start a new project in Python after not doing Python for a while:
print("Hello, World.");
When I start in C:
printf("Hello, World.")
After errors: *facepalm* *facepalm* *facepalm* "RRRRGH semicolon."
Heh at least this time I remembered that Python uses print(), not printf()...1 -
Every day I am reminded that some people just refuse to be helped. Today I saw an article in a prominent Facebook WordPress group I belong to. The author was sharing tips on how to improve presentation skills at WordPress conferences. One tip was to ensure no spelling errors exist in your slides. But the article itself, and the author’s bio, had five spelling errors. I pointed that out in the comments. Aaaaaand now I’ve been kicked out of the group.
-
When you are told to copy some functionality of the global code for a module youre building, and in code review, the senior dev team gives you 42 errors to fix on their own global module2
-
I have 2 log files in /var/log
kern.log 16.1GB
syslog 4.1 GB
BECAUSE I HAVE UBUNTU AND IT KEEPS THROWING PCIe errors on booting8 -
EsLint => 3n errors in you code.
Program failed to run
Removed ESLint
And application ran forever
EsLint is like that mother that warns her daughter time to time. Dont sit like this. Dont play with your hair. Dont whistle11 -
Java errors: if something is underlined in red in the IDE then it is a real error for sure
TypeScript errors: if something is underlined in red in the IDE then 50% of the time it is some 🤡 sh*t2 -
I'm really into coding now for half a year. I really love that kinda flow when there pop up no errors and you work yourself through the code writing using trial and error. It's really addicting and the perfect evening.
But here comes my question: There are sometimes unsolvable errors for me (still not figuring out how to use firebase properly 😞). Is this stuff going to be fewer as I advance in coding, or am I just terrible at googling? To other beginners: Do you have often errors to that feel unsolvable for you?1 -
So I am doing a homework with the language my teacher made. He said we could opt for either Java or Lisaac, but he said the latter would be pretty hardcore. But I feel hardcore is just an understatement, and outside of an absence of documentation on the object methods which makes you look all the way through the library files when you look for one method/object, then another, then another and all, here's a single fact that will express my feelings:
In his language, there are three main types of errors:
* Execution errors: the program crashes when something that shouldn't be possible is attempted (looking for an item in an array that's out of its range) ; ok, I can take those
* Compilation errors: syntax errors, semantic errors, type incompatibility... the classic, ok, I can take those, I'm used to it
* Compiler errors: when the compiler compiles in C, but fails to do so! "Mister, am I allowed to ragequit?"6 -
>mvn clean install
[ERROR] Bruh, couldn't find any of these classes you're talking about.
>mvn clean install
[INFO] The job has completed without errors.
Seriously, why is Java/Maven/Spring so temperamental. It's like it has to be in a good mood to compile for me.4 -
Having to use BlueJ makes me want to jump off a bridge. :)
Stupid fucking editor tells me I have errors in my code, even though it compiles without problems using the Java command.1 -
Pretty sure I’ve finally got over my anxiety of going to gym. Trying to move more during the day and get my weekly exercise in the mornings but my general anxiety messes up a lot.
Now I’m feeling pretty fresh for a full day of build errors 🙃1 -
The two hardest things in software are naming things, cache invalidation, and avoiding off-by-one errors.2
-
Ah, the beautiful feeling of fanatically trying to debug the code in a particular file for a few hours only to realise that the error was in a different file...
Fuck you too, C++ template errors. -
After many painful hours of fixing cmake errors, I've managed to successfully build 2 large C/C++ projects in a week. That shit hardens you.2
-
few errors in application and boss said I'm not made for development , eventhough I love working in my field. Devastated :(7
-
Fifty little bugs jumping in the code,
One tracked down and dev started to code,
Developer called the compiler,
And the compiler said
Hundred more bugs (& errors) found in the code -
When you have 30 min. until your final presentation, 2 persistent errors you haven't been able to iron out for hours....... and everyone else in your class shows up asking you for help with their output..... RAWR!!!3
-
C++ development will be my end.
The absolutely unreadable errors, the overly convoluted macros set up in the project, the cmake build system.... The absolutely unnecessary separation into cpp and header files...
help20 -
I like when the changelog in PlayStore's apps says "Fixed errors and performance improvement" and the main errors are still there and the performance is worse.
:)1 -
Oh my! This guy is such a dickhead! We have a release tomorrow and he just changed everything a coworker did in the past few weeks because it had some errors and looked not polished enough.
Now it looks quite nice.
*sigh* Sometimes I can be such an asshat. -
What is worse than React native? A crash in flutter ....
They need to work on their stack trace all it's errors lead to framework assertion failed, but which fucker in my code caused it....
No one knows, time to play cat and mouse with this thing 😒3 -
Fucking MikTex.
Apparently this software got stuck somewhere back in the nineties. Got a fresh installation to make sure issues were not arising from outdated hardware - still connection errors, API errors, horrible, unresponsive and ugly UI, what a broken piece of ****.7 -
I hate dev politics...
PM: Hey there is a weird error happening when I upload this file on production, but it works on our test environments.
Me: After looking at this error, I don't find any issues with the code, but this variable is set when the application is first loaded, I bet it wasn't loaded correctly our last deployment and we just need to reload the application.
Senior Dev: We need to output all of the errors and figure out where this error is coming from. Dump out all the errors on everything in production!!
Me: That's dumb... the code works on test... it's not the code.. it's the application.
Senior dev: %$*^$>&÷^> $
Me: Hey I have an idea! If test works... I can go ahead and deploy last week's changes to prod and dump those errors you were talking about!!
Senior Dev: OK
Me: *runs Jenkins job the deploys the new code and restarts the application*
PM: YAY you fixed it!!
Senior Dev: Did you sump put those errors like I said.
Me: Nope didn't touch a thing... I just deployed my irrelevant changes to that error and reloaded the application.2 -
At work, all errors within the site are logged into our database with a subject and error column. SQL errors are logged in the subject field while the traceback is put in the error column. However, a lot of SQL errors are really large and exceed the max character width of the subject field, causing yet another SQL error, and the cycle repeats. This recursive error has been the bane of my existence, because 1) it times my local dev instance out and 2) the error doesn't end up getting logged because the server both freezes and the error can't be inserted in the database. You can't even begin to imagine how many hours I've wasted trying to find what line I changed cause total and utter failure with absolutely 0 error logging. Next thing on my todo list is to fix this fucking issue since the head dev refuses to get it done.2
-
Created a simple bot for an online game using puppeteer.
After an evening (and night) of dev and debugging (quite some rejected promise errors), it worked fine and was ready for a 10-minutely cron job.
Fixed a couple bugs in the first three hours. Then started playing minecraft, which lagged like hell.
Opened task manager and saw a list of about 25 headless chrome processes. They had not been closed because of unhandled errors before the close method call 😵
Now added some basic error handling ☺2 -
Here are some facts I found out recently when my linter threw some errors. Just wanted to share with the community. Add anything in the commnets that you wanna share that others don't know.10
-
Typical development cycle:
Spend hours trying to think of a solution to a problem.
Get epiphany and implement possible solution.
Be afraid to compile it in case of bugs or errors4 -
000WEBHOST IS SO MUCH SHIT IN ONE PLACE
Nothing on their website is working, every time internal errors and default loading times at up to 1.2 sec
SHITTY HOST!9 -
!rant
when you find 3 spelling errors in the same line of code and realize that these are legit 'cause the objects and methods are actually coded misspelled.
That's when no one dare doing code review but simply it builds and its fine.
Luckily #NotMyCode -
Seriously, I get a smaller hart attack if there is NO errors shown in the debugger. I wait about 5 seconds before I breathe against be sure it is correct.
-
Im trying to fix a sass build in my current project and it’s just hell. I got 65k lines of output and 2 errors. Where those errors are coming from is impossible to find out since the terminal only displays 10k lines. Aaargh i’ve tried everything!14
-
I'm working in a complex CMake/C++14 project.
Many libraries uses EASTL as STL replacement, works and compiles flawlessly.
Have to use Qt5 for an application which uses the libraries.
The EASTL Library fucking collapses
Compile fails, 1k of syntax errors somehow.
After hours trying to figure out without alterating the EASTL library (i don't want to maintain custom versions of 3rd party libraries, an complete burden to maintaining updated)
Remove all reference of Qt5 from the code and the build system.
It fucking compiles.
Isolate an minimal build which only uses CMake, EASTL and Hello World in Qt5.
1k of syntax errors again.
Spend hours trying to fix it, no avail, still fucking 1k syntax errors.
I'm past beyond of the project development where ALL the big libraries of the project uses EASTL extensively.
One day C++ will drive me into the depths of madness.2 -
Making projects with C on a Windows Machine in College - Works Perfectly
Trying them on my Linux machine at home - errors on 20 lines6 -
C++ might be very good in memory management but it's an absolute pain in the ass. When the src has thousands of lines of code it's clos3 to impossible to manage the memory. The errors are so vague.
And porting the code to a new hardware is an absolute nightmare.1 -
Explaining to the new team, all with experience, how to compile and what to do with errors. 😓
What are they teaching in school these days?1 -
Ah yes, The Hacker News intentionally using intendation errors in python 2 to screw over people using their ddos script. yes. That's gotta be the reason
why the fuck am I even following these trolls3 -
Everywhere I go I see these "Become senior in 3 weeks" courses
That's good and all
But when the fuck will you teach your students to debug and search your errors on google/stackoverflow
This is so fucking ridiculous
Them guys can't even read git push/pull errors and wonder why they make changes to the code but nothing happens10 -
-Writes a small python script on windows
-This should work without a hitch
-Throws more errors than there is tangible numbers in the universe
-Spend an hour trying to fix it
-Give up, copy and paste the code into linux line for line
-Works immediately
Whoop2 -
- assignment is to display a paragraph fit within a rectangle
- takes maybe 10 minutes to write
- 1 error preventing Xamarin Forms solution from building
- googles error and seems to be a version issue with a single package
- upgrade that single package
- 43 errors preventing solution from building
- reverts back to previous package version
- 76 errors preventing solution from building
- angrily turns off laptop and packs away things into laptop case
- talks shit about xamarin and all the annoying nuisances ive dealt with for this stupid mobile app class
- takes laptop back out because deadline is tomorrow and i have to make the solution build even though i want nothing to do with it
- laptop takes 2 hours and 14 minutes to load up Windows (no update or anything. Just me signing in like every other normal day)
- code builds first try without errors
- wait what the fuck
- concludes that i need only verbally intimidate electronics into submission from now on7 -
Today I implemented a system for storing all errors in a global store in Vue. That means field validation errors, API errors and potential generic errors. It works really well, and displaying an error is as simple as referencing it's source, if any. Flexibility at its finest.
-
Part of my job requires me to use SQL in SQL Server and databases and Python and utilising Javascript APIs - so I was thrown in at the deep end. But my fiancé is also an amazing help as a software engineer he helps to spot my errors and encourages me to take on new challenges.
-
That moment when you're connected to a server to adapt a setting in the SSH service config and it errors into your face when you attempt to reload it.
Schrödinger's SHell 😰1 -
My company spent millions of dollars on new services in the building and software to utilize the software. Software takes forever to load and I am getting NullException errors when I click on anything. 🙄1
-
A dev in the team just found out about JavaScript promises. Now he is putting them everywhere but never handling errors, so it's impossible to tell where the app is actually failing because the error points to the Babel polyfill and the stack trace is not long enough.1
-
Just like compiling code that takes so long, but without errors. They sent these awesome stickers even I live in Indonesia, Thank you. @devRantApp3
-
I went to state competitions, had 9 compile errors in my code, said screw it I'm turning it in, didn't worry the rest of the day while having fun, didn't place, didn't care1
-
One of my most frequent coding errors is putting e before I in function calls because my understanding of English spelling is worse than my code 🤣3
-
So after the team have been digging through to work out why the app is spitting out errors it turns out that turning off developer mode clears the issue up.
This thing has been spitting out errors since its release in 2012 but the engine was handling it internally 🤣2 -
They say in java Errors cannot be handled in developer code. But here my code handles a StackOverflowError. What is going on here?16
-
That emotional rollercoaster when you refactor a huge mess and finally there are no more compile errors in it. But there are still endless broken tests to fix :(
-
today:
Committed my code for Code review
solved 23 Merged Conflicts
Fixed 65 Load project Error.
Fixed another 8 Compiler errors because of mistake made in Merge conflict.
I wanted to do coding today... I really do..2 -
!rant
For the first time ever I actually did well on a Computer Science test. I didn't even hand it in with any errors. It's the baby steps of progress that make me feel pretty happy. -
My weirdest dream about programming?
I was sitting with my buddy and we were programming, and literally, verbally arguing with compiler that he should compile, and he was spewing out different errors each time we compiled, and it somehow matched our arguments, so it literally was "replying" with different kind of errors ;-;
I mean, we didnt change code, but tell to compiler "no, no, no, you dont understand. This error is wrong, becouse here and there is this and that and it just should work" **pressed compile again and gets different errror**
Yes, that was after few nights of c++.
Edit:
yes, in that dream compiler was spewing out bullshit errors that didnt made sense.2 -
"Whenever there is a decline in quality of code and rise of bugs and errors oh dear coder, I manifest to show the path of bug and error free coding" said code-god
- Chapter 1 Verse 1, Code Gita -
Don't you just love it when project works in the IDE but as soon as you build the artifact and try to run that it just straight out refuses to run and does not spit out any errors 😐
-
I usually just block every possible entry point of errors instead of handling them directly with try-catch or on-error callbacks. Is that a good practice?
In case you ask, yes, i am that lazy.3 -
<rant>
Teacher at university told us to install bluej in a Java class. Never in my life have I seen something so irritating as this crappy thing. Your code can have 0 errors and it still doesnt compile.
</rant> -
> make
HEY
YOU NEED AN }
YOU NEED A ;
YOU NEED AN @END
YOU PUT A VOID IN A UNARY THINGY
make errors: 4
>
fix typo
> make
Compiled successfully.
>
sanctuaryGuardian(); -
>be me
>drinks coffee daily
>goes a day without drinking it, tries to code
>has problems focusing & getting things done
>has trouble staying awake
Never code without drinking coffee
My face when I had 15 errors in 40 lines of code2 -
How many people do unit testing?. Am always caught my deadline. I just fix errors in production. The client timeline are not feasible2
-
That moment when I keep on typing int instead of number in typescript T_T
Too much errors thrown at my face XD1 -
Google did it again. Damn.
Create a project in flutter -> Android code AUTOMATICALLY GENERATED is full of errors that i can't even fix.
One of the biggest tech companies, 2020.7 -
On a personal project, running some tests.
I had errors in specific tests, I just removed them and added a comment:
// We assume the user will use it as intended1 -
There are only 2 hard problems in software:
1. Naming things
2. Cache invalidation
3. Off by 1 errors3 -
Xcode is pissing me off:
- Suddenly it starts force quitting every 2 minutes
- Every second time it doesn't know everything and only can autocomplete words that were already in the document
- Playground pages: Good idea, works horribly.
- when I use modules from CocoaPods the first time, I need to restart Xcode and the computer 5 times till I don't run into build errors
- it likes to just throw random errors everywhere and leaving you unable to build anything
- it only copies new files every second or third time into the project folder.
I'm really pissed. I just wanted to code... -
Application: *starts w/o any errors*
Me: *closes ~40 tabs in chrome*
took me >2 weeks of poking around in the dark to accidentally guess that I simply didn't need to create a file I thought I needed.
Now I can rest. Finally... Damocles' sword is no longer hanging over my head -
1. Sets up Airbnb listing for Mom
2. Domain check
3. Email check
4. Okay let’s setup a simple one-pager that we can share
*Uses html5 broilerplate and embeds Airbnb listing - simple*
Checks page, it comes up blank...
WTF!!!??? WHY!? *Checks Console: 1 million errors screaming about Content Security Policy*
Sigh, I can deal with logic errors in backend code. WebDev is just so full of esoterics and gotchas that have nothing to do with you business logic. They make really simple and trivial shit way more painful and harder than they need to be... Ugh3 -
In the lab:
"Look! I have compiled and that gave me no errors! On the first try!"
So I look closer and
"Dude, ehm.., you are compiling the wrong file..."
Then he tries to compile the right class and the compiler returned errors on errors
"You know what? I hate you."
Never laughed that loud -
Safari shows a blank page and no errors in the console. How the fuck are you supposed to debug that??4
-
Me in my first program:
mmm... i have a error in the brackets, i'll delete one bracket... mmmm... i have still errors, i'll delete one more... i have still errors, i'll add one more2 -
I solved a error while developing a site in ReactJs, now the whole project has 68 errors all of a sudden :/7
-
I'm in love with Webpack but jeeeeeesus when it breaks in obscure ways maaaaan
Like, I got it working earlier, no errors, everything looks great... aaaaand website is blank. No page, no source, not even anything in the console, just blank. Over an hour later... turns out removing the output target fixes it. Why? No idea. Nothing.2 -
Started a side project.
Learnt flutter and firebase.
Started coding app.
Four months pass by.
App is mostly ready.
Wakes up on Saturday morning.
Updates Android Studio and SDK because, why not?
Build failed!
Dependency depreciation warnings!
Java errors!
Firebase errors!
Emulator stopped running!
Wify is angry with me as we planned shopping but now this. Fortunately, she's also in IT, so she understands..
FML! Spent the entire day stackoverflowing and fixing errors!
8PM evening, I am back to Friday's status. My shoulder and neck hurts but my mind is chilled.6 -
What is the smallest, most innocuous mistake you've made that had huge consequences later?
I'll start: today I made a one-letter typo in a configuration file, which set off a ridiculous comedy of errors that culminated with me tearing down and rebuilding a whole AWS account.1 -
How about for once in your fucking life, before saying that my code is wrong because it is giving you errors, you fucking check to see if you have the semicolons in place
-
How in the FUCK does the first tutorial on the django website not FUCKING WORK, i've spent the past 5 fucking days trying to get anything at all to work, but no 404 Errors when i follow the guide WORD FOR WORD, trawled through looking for spelling errors but nothing. Fuck This2
-
Valgrind! What are you?!!
Knowledge of C is complete only when you come out of Valgrind with 0 errors in 0 contexts.
Definitely lost I am.
In case you are confused, reaffirming that this is a rant and not a statement.4 -
Lately I've been noticing a lot more errors in spelling lately in articles. And I'm beginning to wonder if this is all being done on purpose, a small way to let people know that the article was not written by AI.3
-
It`s better to have an error than to have your app run but not working as wanted. Like in games, you know you`re on the right path if enemies show up, like the errors here.
-
When you code sth. From ground up and it works everything without any errors as you wanted, even though you’re using 2 APIs in about 20 lines. This feels so good :)
-
Its soo annoying when u have Anaconda installed with all the shit packages and when u IDLE run the python and import packages it gives errors and when u try to pip install them it says request all ready satisfied in anaconda!!!!😭
-
I hate Windows! BSOD and many other *famous* errors waste my time resolving them.
This happens to me every 6 months and it is so fucking annoying !
The system repairs are so fucking futile! They take so much time *attempting repairs* and in the end give me a failure message.3 -
I hate so much when i write a lot of number of lines in my code and when i start the debugger there are a lot of errors...... I Forget to initialize a variable 😑
-
Trying to fix errors and bugs results in some weird behaviour
like I don't know how I went from making an app to cleaning the gutters on my roof but here I am -
Nothing gives me more satisfaction in backend development than encountering errors/exceptions. It brightens up my day to know that something is happening and i get to keep my job, too2
-
I never thought I'd have to implement Vue.js but now I have to write components in it all of a sudden. I find myself struggling and I wish I had practiced it sooner. Now I find myself in a sea of debugging npm package errors and other cryptic errors and my pages not showing up.
Ah, Software Development, your requirements always change.4 -
NPM keeps throwing errors at me! Throwing a fit ensues for about 20 minutes.
Realized I was in the wrong project directory....2 -
SFTP timeout errors.. nothing to find in the logs (if i look in the right logs that is) and my balls hurt. My evening cant get better lol4
-
did on my last project:
1 .Using QA env as dev env
2. Deploy in production not completely tested stuff (90% tested)
3. Run with errors in prod
4. Manual fix in prod
5. Git versioning1 -
The most important difference between C and C++: in C you can make errors, but in C++ you can also inherit them.😐1
-
Why is Ruby on Rails such pain in the ass on Windows? A college of mine uses Windows for our project, since I use Linux I rarely get any errors :)2
-
PHP is awesome, but it annoys me that there is no typing and that you still can get errors based on types...
Other than that, not being able to catch all errors in one catch and especially not being able to natively catch fatal errors is my biggest problem...
(not natively meaning that you can use hackish solutions but there's no "fatal error" class to use in your try catch, and you're using the register shutdown function not as intended...)8 -
I use the Parrot OS linux distro and I think my built in python interpreter is broken, when I run a .py program from the command line, I get errors that I don't get when I run them in pycharm, why is this happening?8
-
What is the use of Java nowadays besides Android? I rarely see Desktop apps written in Java and backends are developed more efficientl with django, node.js ,etc... just think about it setting up spring boot and all the warnings and errors...4
-
Been working on an Android app for some time. Silly me too lazy to use VCS. Anyway, one day android studio just could not build my project and errors that should not be errors popped up everywhere and nothing I did fixed the problem. Somehow my project got corrupted. 3 hours later of googling and trying to recover my project I had to resort to creating a new project and manually port the old files in one by one :( but all I have to say is WHAT THE FUCK ANDROID STUDIO3
-
Should linting and syntax highlighting be separate options in editors? It seems to me that anytime i just want a nice syntax highlighting extension in vscode i end up with a shitton of linter errors that i didn't ask for... I just wanted to see my keywords, dammit!7
-
Scientists trying to solve the anti-gravity equation should really take a closer look through the steadily growing flora of compilation-errors...
Nothing else has managed to dissovle gravity in 0.2 seconds making the object fly through space as those errors have made laptops do since the dawn of time. -
The concept and execution of inter-cluster SSL along with keystores, truststores, signing, and similar just clicked in my head today. I feel the burden of undiagnosable https errors just melt off my shoulders. Any other environment tips I should know for kubernetes?
-
I just had to drill an error reporter through the entire Orchid codebase for multiple fatal error reporting. The caller constructs a reporter and passes it into the interpreter, various internal interpreter functions put errors into it and return meaningless but valid substitute values, then the caller checks the reporter for recorded errors and avoids using the return value if there were any.
I have recreated ERRNO in a high level language. -
That moment you find out that python is very sloppy when it comes to scopes. It seems that variables declared in loops are callable in function scopes. So this code actually does not give any errors:
for i in range(6):
print i
print(“out of loop scope”, i)
Now I’m just like: WTF! That can cause some serious errors when you’re not aware of this thing. I don’t know any other language that has this property...4 -
After a bunch of errors compiling, fixing errors and learning Haskell on the go, I finally created a basic, lacking devRant API in Haskell.
Link: https://github.com/Supernerd11/...7 -
When I'm trying to sleep, I get such a surge of motivation that makes think I'm such an amazing programmer and that I can build anything. When I wake up and try to get shit done, I make 476 errors in a simple "Hello world" program. 😑
-
ran the test before fixing an issue
result: 5 failures, 0 errors
ran the test after fixing the issue
result: 4 failures, 11 errors
all errors in one place -
Not a fan of legacy products which make use of a tonne of TSQL stored procedures, especially when they include a mess of logic, spelling errors, no version control of course, all squirreled away for some unlucky person to find and unpick in years to come.
-
I understand technical limitations and maintenance burden, but I think Rust could be a lot more ergonomic if the borrow checker was applied to functions that don't reference invalid types even if the rest of the codebase contains type errors. I have 146 lifetime errors, some of them very fundamental to the design of my solution, which I didn't spot because the borrow checker wouldn't run until I fixed all totally unrelated type errors in parts of the project that literally only interact with this one through virtual function calls.1
-
> trying to make project using old version of specialized toolchain, exposes toolchain issue
> fix toolchain issue
> fix small typo issue in code
> linking spews ALL the errors at me and fails -
Tell me what is value of a "," ( comma) in programming?
Because
I spent a whole day debugging errors one after another and atlast the main reason of all errors leads to a fking comma 😑8 -
I just wasted half an hour of debugging because the NPE-analysis of our tool had thrown some serious-looking errors.
It turned out the client had checked in broken code into VCS 🤷6 -
Unbelievable. 14 out of 16 runs of integration tests errors unexpectedly with no error message, port was already used (not released from last cycle) or timed-out in the before all hook. Well done whoever wrote this suite!
-
how can this fucktard make so many errors in his fucking 50 lines of code.
i need a motherfucking punching bag or im getting some health issues maintaining this code any longer. DO REVIEWS GUYS!!!! IM TELLLING YOU!!!! -
Love this kind of humor, coworkers output into a log on errors begins with "Found Unidentified Critical Keyerror". Took a while before I noticed the genius message in this error! My colleague deserves a cookie!1
-
pip kept screwing me up with permission issues in /usr/local etc. Changed permissions for respective python folders, still got pip permission errors,did a chgrp - R user /usr.
Sudo gone
Have to reinstall :/4 -
What the fuck is happening with Windows 10 after April 2018 update?
1. Opened my local github repo in external drive
2. Made changes
3. Try to stage, get this weird "error: unable to open object pack directory: .git/objects/pack: Function not implemented" error.
4. Googled it, says check drive for errors.
5. Scanned drive, fixed error, drive has no errors.
6. Opened my repo, all file sizes are "ZERO", including my changed work, gone, poof. -
Seriously, is there even a single web dev in the world, working an a considerably large project, that can run `npm install` without a single warning? After sorting out the errors on the first ten attempts, that is.6
-
In Xcode you can't have your project file view AND compile errors/warnings view visible at the same time. You always need to switch between them because they are different tabs in the left panel called the Navigator.
This lack of customizability is the worst part of Xcode. -
Creating the build script for the CI pipeline:
- 20% trying to avoid someone getting access to passwords, tokens, etc.
- 10% writing commands for the build and tests
- 70% writing work arounds for bugs and errors caused by the CI system or SDKs in headless environments...4 -
So happy about the expressions! Now my avatar can feel how I feel searching for compilation errors on line 487 in some external library I didn't write! Thx devrant!1
-
I was working on this android app and had errors in my code due to low API I upgraded it and synced but the error was still there, ask a colleague to help me he synced it, then cut all the code and pasted it back and bam.. All the errors were gone😂😓 that dude has all the tricks up his sleeve2
-
Wasted 5 hours to implement video recording with cv2 in python. Followed the tutorials and searched SO for help. The video file I need to produce just doesn't get produced. It's a camera stream from ROS. Yet no errors that might help. Or even any errors. Thanks.
It's for my bachelor thesis. Fuck.4 -
Every time I have to use CloudWatch, I feel like I'd be more productive if I shoved glass shards in my eyes.
Every query/filter either returns nothing or errors out because too much is returned.2 -
"Hello World!"
Yep, writing a "configure" script that passes despite the failures, is an excellent way to piss me off. Oh, did I mention that the errors weren't visible in the summary? And you sit there thinking why the compiled soft isn't linked with proper libraries. -
my maven project was working fine in windows but showing a lot of errors in Ubuntu's eclipse. so,I uploaded my to Github & I cloned it in my ubuntu only to find that I forgot to remove a jar from the classpath. I felt so silly afterwards but yeah,I think that was cool! 😋
-
In my experience programming, there's nothing scarier than fixing 29 errors, fixing the 30th error, debugging the script, and seeing you just made 70+ errors by fixing the last 30 errors.
-
Fucking windows not releasing my hard drive. I was in a kind of a hurry, but you just have to be a pain in the arse. Now I even have to wait for you to fix an indexing error for something I did not agree to?
FUCKING BULLSHIT, MY DUDE NEXT TO ME USING LINUX WAS USING IT JUST FINE!
I want enough time to replace this garbage.
By the time I got here, it finished scanning for errors. NO. FUCKING. ERRORS. FOUND. FUCKING. WASTE. OF. TIME. -
Wait, I HAVE to use double quotes when referring to RiotJS tags within JS, otherwise the in-browser compiler just spits out errors? FU
-
I've reached the point where I write my Google sheets functions in the same IDE as my other programming, because it handles errors better...2
-
Finally fixed all the known bugs (read:self sabotaging) in my code and it's running without any errors. Just when I'd given up hope.
-
TFW when errors like this happen while trying to buy a laptop online from one of the biggest tech companies in the world.1
-
I think I'm becoming an expert in alt aramaic.
Maybe hebrew. Or galic.
All languages would make more sense to me - although I don't know them - than TFS errors, C Sharp compiler errors or anything else coming from this vomitting, miserere suffering pile of garbage....
Hate. Is too nice....
Seriously, who invented this and thought it would make sense?3 -
Sometimes i feel really messy in my code and unorganized.
after a while i regret what i did and in order to fix this mess i re write the class all over again or i end in an endless errors which is time consuming.
So what's the best way to write a clean code in your opinion other than commenting and identation1 -
Im building an API with NancyFx (HTTP stuff) and mobgoDB (database). i had very strage errors when starting queres. and after 2 fucking days if debugging i found it!
accidentally I wrote somewhere in a custom type conversion "ObjectId" i stead of "OwnerId".
F M L
"""""""""
#MongoDB #NancyFx #CSharp/.Net1 -
asked the Graduate Teaching Assistant about the syntax for Haskell and why it was giving me weird errors. She replies by saying she's never taken this course before and is learning it along with us but she can help in the logic. -__- had to go ask the prof for help.1
-
How should I name NPM package which works as console log for errors, but throws user to stack overflow page with error massage included in the link?
Found a meme here at DevRant in which this idea was presented, haha.13 -
It was around 5 am in the morning when I deployed to production,
And suddenly after few minutes I was watching logs and found that feature effected other part and users getting errors, I fixed it immediately directly on master branch and pushed again, -
1. Where does it run
2. Who runs it
3. did i put every bit of email conversations about errors in my archive? -
React-Native lately reloads on errors. You try to read the error message in the console, but there is no message because it reloads everything. Why do you have to take a screenshot to read the error message?5
-
I hate the Laravel community more than Laravel itself because they tolerated it to develop upto version 5.x with Laravel still pointing out errors in framework's codebase rather than a proper traceback to user's code.
Messed up shit.By Laravel.By PHP :)3 -
Heyho...
I tried a solution found on github to export my mails from Protonmail (it's ofc deprecated but should work... not for me 😂). Got some errors, fixed them, new errors... 🤔 None of the reported ones btw...
https://github.com/scastiel/...
The import/export app is in beta and not available for the public.
The bridge thing is still for paid users and not for linux.
IMAP is for paid users, too... bah...
Is there another way? 😢
... forwarding multiple mails at once would be nice...1 -
You work on your code in the evening..no errors...
Go present to friend/colleague/manager/client the following morning...
Your program throws out a bunch of errors..At that point you tell it, "why do you hate me!!??" -
Which product has the most ungoogleable errors?
Right now my vote is Oracle Ops Center. Not even any useful error codes and its obviously blaming wrong things in several cases.7 -
- One of the reasons for test driven development is that human makes errors. Both in developing the software and in testing it. So it's cheaper and safer to let computers do the test.
- So... who's going to develop the tester software itself?
- Human!1 -
New dev colleague today asked me why he cannot save his work in our automation platforms.. Naturally I asked what errors pop-up. He sent me screenshot of window which appears when you want to check for compilation errors, not saving your work. Out of frustration, I couldn’t help but laugh and asked what I’m supposed to do about it.. I still had to explain him the thing. Sometimes I feel like I’m not dev but detective in ‘stupid people doing $hit’ department
-
Might of just shot myself in the foot. Asked user on screen record to open dev tools by pressing f12 and click into console so I could visually see if any errors occur.
What have I done...the questions and confusion are overflowing. -
So in regards to my last post, built up the app some more all tested, working locally. Pushed to heroku, envs set, add-ons added only MongoLab and sendgrid. Go to test, 422 errors on POST requests and JSON parse errors.
Why? How? What? 😂4 -
Anyone faces Powershell errors in terminal of vscode ?
I get it because of flask and anaconda navigator's stuff !4 -
!ng5
Out of nowhere my directive stops working... Didn't change anything there in die last weeks.😥
No console Errors and no console log entries i added.
Why? 😥 -
FML!!!
Nessus SSL authentication through Kali Linux is next to impossible. I generated certificates through terminal and I still get error "SSL received a record that exceeded the maximum permissable length" (in Iceweasel).
Tried importing certs into separate Firefox browser and now just SSL handshake errors.7 -
The User Interface Errors I experience on Debian, are so non senscial sometimes. I used to be a big Open Source guy over Windows, when I first started Linux. But after deep contemplation I think having monetary incentive is the main force for creating new technology in thos decade. As technology has advanced t seems like the open source community experiences 10 new errors for solving a problem. I think in the 90s atleast Linux seemed to make more gains, while this may be due to a smaller community or technology being more limited o dont know. I due think though technology abstractions seem to be more necessary these days, which saddens me.3
-
Imma start something similar to jack films like YIAY but YIAD which means yesterday I asked devs and then the question
#1 how would u treat ur errors as if we're a kid? , leave answers in comments below3 -
Spent all not fixing someone's errors because they used XML and hard coded values, couldn't even work in the application I was going to work on1
-
I wonder how programmers who wrote Google (the search engine) solved errors in code without Google (again, the search engine)5
-
😂😂😂 mfw redid all my logging statements today to change sentences into keyvalue pairs (for log querying) and the script broke due to an invalid parameter reference in one of the debug statements.
Causing more errors trying to prevent errors smh -
When your university put up questions like "write a code to.." in the written exam paper it feels like drawing a button after writing the code in the answer sheet with text 'run' and a window below it with the text "x number of errors detected where x is a variable" -_-
-
my node JS app errors out when run in terminal, but works fine with the "run" button in my IDE???? WTF3
-
in vb.net i can declare a void function:
Declare Function some_func& Lib "some_lib.dll" ()
then try to assign its return value to a variable:
some_return = some_func()
and get no errors during compilation, not even a warning
but in runtime it produces integer arithmetic overflow exception
in what way it is not even a warning?4 -
After a damn amount of time I've been considering it (a lot of data in there and I'm lazy), I've finally wiped the android clean (dalvik+cache+the rest). Happened exactly what I was expecting:
All in-app errors (even devRant feed) magically disappeared. So, if you experience something like that, don't be lazy and wipe.
Also there's speeding up of the system and other pros of wiping, but those aren't that important like getting rid of errors ^^5 -
Commons sense/ best practice:
Is It ok ti initialize (angular) variabile as {id:" ", name:" ", ..} to avoid errors in the browser console such as "can't get ID of undefined"?
My concern is code readability and debugging, is not ok for the ones looking at the browser console to have such useless errors, on the other side you have to initialize some variables with object that have a lot of keys(id name ecc...) Whith empty fields...useless.
The apps work both cases, whit or whitouth initialization.
By the way we are getting such data by api calls later on.3 -
Ahhh!!! Stupid ass Android studio taking abt 5 mins for initial build AMD throwing out tricking gradle errors which take up 45 mins to fix
Someone throw it in a river of piranhas already!!1 -
What's wrong with Eclipse? It give me errors without any actual error. I do restart everything works.
Sometimes I have to clean the project to remove errors.
Or am I doing something wrong?
Previously I have worked only in vim because my projects were small. I am not feeling good with Eclipse.5 -
Someone else had to work with that turd of WSO2 Enterprise Service Bus?
I hate everything of it: its fucking buggy IDE (a lazy fork of Eclipse in which they didn't even bothered to replace the Eclipse icon), its cryptic XML language which makes basic operations such as accessing a JSON field a complete PITA, its fragility (often syntax errors doesn't get caught by the compiler but causes runtime errors which are hard to diagnose) its shitty testability...1 -
I thought 242 errors per hour was an impressive feat, but in another project I got topped by one of my seniors with 18130 errors per minute. Guess I'm still a rookie in that regard 😔
-
We learn more with blockers and errors.
I do learn more by doing each day rather than a tutorial/doc.
PS:There need to be a basic idea about the env we are working but It'snt mostly effective/practical to learn everything and work or implement in that.1 -
Javascript - VS code
Python - VS code (linters sometimes show weird errors)
Dart/Flutter - VS code
Debugging qa instance via eb ssh - Vim with vim cheat sheet opened in browser tab -
Getting frustrated with errors I can't replicate or identify! After spending ages trying to find what's gone wrong and failing, its so embarrassing to suggest "try logging off and logging back in again"
-
Guys can you help me with sentry integration in angular 7 app ?
It capture errors but need to know the line number in the typescript source file not in the minified js file. Any hint ?3 -
What's the worst part about testing React components? Using the equivalent of fucking stone tools to do your component integration tests! We got errors with no context and errors with no stack trace, just spewing out bullshit! A sample:
The classic "Can't access .root on unmounted test renderer"
The unforgettable and ALWAYS visible "Warning: An update to YourShittyComponent inside a test was not wrapped in act(...)."
We do love it! -
Why every time Adsense reject my website
At first, due to not finding the URL, because at the same time I was handling the server
Then, Some errors in the AdSense code.
And now, they are not finding any quality content.6 -
I thought I had to VARCHAR in non-SQLite RDBMS. I was wrong. There is TEXT.
1. PostGres seems to work better with TEXT.
2. There is an ORM that forces VARCHAR (255) by default.
3. But you can go over the limit without throwing errors.1 -
I really hate it when I'm fixing an error, whenever I change something in my code I always got new different errors. FML 🔫
-
Save method returns true. No validations errors. Everything looks good, except that a boolean field that controls the record has been set to false from true...even though it wasn't in the objects changeset!
-
When your boss asks question about errors in a project and says he's trying to figure out what causes the problems. If I knew the problems I would already had let them fixed.
-
Hows everyone doing?. This week has been... well let's just say Crazy 😂. Mostly users having after update issues. Like Analysis add in through Excel or SAP log on errors. New Installation packages with defects🤦♂️