Details
-
SkillsHTML CSS JavaScript C#.NET
-
LocationIran
Joined devRant on 1/8/2017
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
-
Client: "Help, something is wrong with the sever or database.. I don't know.. I.. just.." Me: "Sshh... here u go"1
-
So if anyone has visited slant.co they will know the website is overrun with this shit...
What the flying fuck is wrong with these people?21 -
!rant
How many of you guys have played Uplink? IMO it's a game every dev should try. While it's not exactly realistic, especially today, it shows actually how powerful a hacker can be. And YOU are that hacker.5 -
I have started my first job as a web developer since February 1st. During the one month training period which is in progress, one of the training sessions was on Git and believe me Git is the most fascinating thing came to know me since I have joined computer science field. In love with it.2
-
Yesterday the web site started logging an exception “A task was canceled” when making a http call using the .Net HTTPClient class (site calling a REST service).
Emails back n’ forth ..blaming the database…blaming the network..then a senior web developer blamed the logging (the system I’m responsible for).
Under the hood, the logger is sending the exception data to another REST service (which sends emails, generates reports etc.) which I had to quickly re-direct the discussion because if we’re seeing the exception email, the logging didn’t cause the exception, it’s just reporting it. Felt a little sad having to explain it to other IT professionals, but everyone seemed to agree and focused on the server resources.
Last night I get a call about the exceptions occurring again in much larger numbers (from 100 to over 5,000 within a few minutes). I log in, add myself to the large skype group chat going on just to catch the same senior web developer say …
“Here is the APM data that shows logging is causing the http tasks to get canceled.”
FRACK!
Me: “No, that data just shows the logging http traffic of the exception. The exception is occurring before any logging is executed. The task is either being canceled due to a network time out or IIS is running out of threads. The web site is failing to execute the http call to the REST service.”
Several other devs, DBAs, and network admins agree.
The errors only lasted a couple of minutes (exactly 2 minutes, which seemed odd), so everyone agrees to dig into the data further in the morning.
This morning I login to my computer to discover the error(s) occurred again at 6:20AM and an email from the senior web developer saying we (my mgr, her mgr, network admins, DBAs, etc) need to discuss changes to the logging system to prevent this problem from negatively affecting the customer experience...blah blah blah.
FRACKing female dog!
Good news is we never had the meeting. When the senior web dev manager came in, he cancelled the meeting.
Turned out to be a hiccup in a domain controller causing the servers to lose their connection to each other for 2 minutes (1-minute timeout, 1 minute to fully re-sync). The exact two-minute burst of errors explained (and proven via wireshark).
People and their petty office politics piss me off.2 -
Was going to install python 3.5. Typed "apt-get install python 3.5" instead of "apt-get install python3.5".
Parsed 3.5 as regex, now it's installing 500mb of shit :/6 -
My younger brother let my HDD fall down to test how hard it is.
-But you said HDD stands for Hard Drive... right ?3 -
!rant
I'm at a club and browsing devRant whilst my friends are getting drunk.
I guess I'm really an introvert and a huge nerd.3 -
I could get stickers but HP puts ridges on the back of their laptops, so it won't really work for me :(7
-
So I google for a dll editor, and download the first result, don't scan it because I'm tired, and next thing I know I have 370 unwanted items on my laptop. Why is the first result on google an adware dropper...7
-
Enough!!
There is to much hate in the world already without hating on Windows because you are a Linux user, or vice Versa.
All I'm reading is windows is shit! Linux is for supreme devs.
More to life than hate! Respect each other's skills. Skills are like race all are unique and no one race is superior and don't discriminate because of skills.23 -
Just got my first job as a software Developer (java). Soo freaking scared that I can't live up to the challenge. Has anyone ever felt this way on their first coding job?15
-
I'm not a windows fan or windows user but imagine if an user ran your java app in windows , your app could use special windows features like taskbar progress !
Now it's possible (on other OS's your app will run normally without these features). JTaskbarLib is my first java open source library. it can also change the window opacity in a decorated JFrame !
This is my project in github:
https://github.com/alireza6677/...2