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 - "cneo"
-
Asked my boss if I could get a promotion... He said I will get the job I deserve and make me CNEO.
When I asked what this is about, he said "Chief Nullpointer Exception Officer"....1 -
So this mornings i was helping my 2.5year old daughter to count the lines on her potty training table.
me: look there are 1,2,3,4 and 5
she steps back and looks at it for a minute and says : FOUR
i was about to correct her and say no there 5 but then i thought well if your on a zero based list your technically right!!
My mornings are fun!!4 -
1. talked to a dev and found out he never used git
2. saw a guy formatting the code in eclipse line by line, even when eclipse provides automatic formatting.2 -
team lead: what is the minimum lenght validation on the first name field?
dev: i decided to put minlenhgt 3
team lead: why? did you tests it
Dev: i tested it. 3 makes sense to me
Team lead: isint your first name 2 letters long?
Dev: oh i dodth think about that4 -
wanted to try fedora on my laptop nd instead it removed my Windows from the laptop,
now installing Ubuntu 😪😪😪
such a start to the Sunday8 -
well there's an interesting error😂😂😂😂😂
Stackoverflow clears our error and then I get a Stackoverflow error
java😂2 -
funny coincidence happened at work the other day.
One dev ask to get more ram for his pc so we sent him a link to download more ram... after all the laughs we actually gave hom more ram.
The next day, we had performance issue on our dev servers, and after checking the VM's where missing 4gb of ram each from the original setup... so i poke my dev and say see now we know where the downloaded ram came from XD. man those small things really make my day -
just saw a production level code, all the fucking variables in the code are in capital letters🤪😵😵😵2
-
Life as a software developer is a bit similar to a nurse... they often both patch bleeding holes as a service ;-)1
-
what to do with this android studio, taking up 2.3 gigs of RAM😪😪😪
good thing i upgraded my ram from 4 gigs to 8 gigs before getting into android development 😪6 -
when you realize that performance issue you just could not figure out is the SYS admin taking a full back of your production machine during peek traffic hours
-
marquetting department: i need a new for on the website its urgent drop everithing else
dev: sure can you give me the text and the fields that should be on the form?
....1 week later
dev: do you havr the info
marketing: can you have ot online today
dev: yes just get me that content
1week later
.... you know where im going with this -
when a dev fixes a memory leek issue but rebooting the server, and when ask why the production application crashes he casualty replies "I don't know but I restarted the server and its fine now..."7
-
Those people who don’t even understand the commit message
Who commits using commit message “commiting”?3 -
my workstation, can't imagine to work without it,
waiting for dev rant stickers even left some space for them
Proudly running Ubuntu Gnome 16.043 -
So ive been seing a couple funny unattended PC pranks lests here yours!
my ultimate favourite : when someone walk of without locking his PC i go and switch his mouse to left handed. its hilarious how some ppl take for ever to figure it out.
so funny and constructive, you can gage problems solving on the fly! plus the average i now lock my pc goes up 90%7 -
Top 5 World’s Most Difficult Programming Languages
https://search.app.goo.gl/Yk8Mm
Never heard of any one of them,
how many u knew?6 -
One CDN goes down and whole world thinks it’s the end of the world!
It’s an opportunity to improvise and bring up something better3 -
if anyone has firmware or any custom rom for htc 728, please help me. I need it asap. every file that I downloaded and tried was curropted while installing
Thanks!!2 -
Been working on a Covid App in this quarantine. Right now it’s only on Android but still can get the view from the page below. Do give it a go..
https://neo7337.github.io/cvkavach_...
open for suggestion and bugs!3 -
I don't know is it me or what, but I am really trying hard to get my hands on Vim and trying to get use it for all my daily development. But I don't know why I keep comming back to vscode thinking it will be faster to complete "this one task" in vscode and I will try vim later for other once 😐
Vs code feels more easy to move around project files, working in tabs etc etc. I do try to work on vim as well just for very silly bugs or something but I really want to switch to Vim full time but not able to convince my mind for the task in my hands at that point in time.
Anybody has any advise? I would really appreciate the help on this one12 -
wanted to do a poll for my team, Which should we use for development of spring-boot?
I personally recommend VSCode, what about you guys?17 -
nothing is better than starting the new year while working on a project,
first git commit of the year 2018
happy new year ranters1 -
i previously had Windows 10 and somehow my Windows was deleted so i installed Ubuntu and wiped the hard disk
can u suggest any full data recovery tool in linux from which i can recover the data i had in Windows.1 -
looking for a nice side project very badly..😖😖it sucks when you have nothing interesting to work on.3
-
Attended KubeCon this week in San Diego. Was amazing great speakers great ppl all around.
Its amazing to see an open source community get together to share. I was not expecting there were goin to be more than 12k attendees!! -
yeah we have a guy that actively paints himself into corners. last time was an api he was saying yeah there just this last field to put in, then when you open the code because of the bs reaspn he gives you for not finishing it you realize you have to wreak everithing and start pver cuz there is no ways in hell this would work. and thats just the tip of the iceberg....
-
I am currently creating a module where I have to put data in xls sheet from a given data, which contains date column,.
I have generated the sheet and the respective date column also has the format of Date which is default of Microsoft Excel.
But the big question noew arises that I am not able to sort the data according to the date column, the sorting is not working correctly.
If anyone has ever worked on this please tell!!3 -
Reading code and getting that face palm moment
String code = customer.getCode();
customer.setAccount("foo");
customer.setGroup("bar");
customer.setCode("new code");
Ok this is preparing the customer obj makes sence.
Some 20 lines later
customer.setCode(code);...... Wtf1 -
just completed my first side project today after one and a half months of hard work.
Check it out:-
https://git-lan-api.herokuapp.com
Please provide any suggestions and improvements.4 -
I took 2 days off, just to be far away from sprint board and tasks.... And just after 2 hours of my 1st day I am end up continuing on my assigned task 🤦♂️2
-
!Rant
Discovered jetBrains dotPeek today.
Wow ive decompile dll beforr but this is insanely good. I feel like i have the original sources to debug this POS lib now4 -
I am using Ubuntu+Windows 10 on my laptop
I have partitioned the hard disk in such a way that I have a portion where ubuntu is installed, a portion where windows is installed, and 2 other partitions which both ubuntu use common for data storage
it has been working fine till now
but today out of nowhere I am not able to access some folders on the common 2 drives in windows,
I am able to access all the folders in ubuntu but not in windows.
it says you don't have rights to access the folder
i try to change the settings the settings freeze and den I am not able to do anything
I have tried icacls in cmd but it's not working
any suggestions on how to fix this problem??2 -
Going through some code I was handed to do an emergency project... Think of an aspx site that follows no design rule, like database access directly in the code behind. No models ect. So I'm going through this section that calls a function good start. Open the function find a class that contain code to access the database.. Humm ok this part look better that the rest. Read the code that validates if it exist in the database and gets the type back. So far so good then there is a get details function call.... Open up the fct ... Started crying... There is a 200+ lines switch case that goes over the type previously fetched..... And the type is stringed compare in the biggest switch case I've ever seen.... Fthis... I'm out1
-
Is there a way to create pull request on git using CLI? I have tried request-pull option but quiet lost over there.9
-
i have a hp laptop and Windows 10
I wanna install ubuntu but all my previous attempts have been unsuccessful
any tips?16