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 - "zero"
-
Playing 'Skip-Bo' with my daughter.
She: "Why isn't there a zero in this game? You know...0, 1, 2, 3, 4, 5...."
MY daughter ❤️.10 -
Yesterday, in a meeting with project stakeholders and a dev was demoing his software when an un-handled exception occurred, causing the app to crash.
Dev: “Oh..that’s weird. Doesn’t do that on my machine. Better look at the log”
- Dev looks at the log and sees the exception was a divide by zero error.
Dev: “Ohhh…yea…the average price calculation, it’s a bug in the database.”
<I burst out laughing>
Me: “That’s funny.”
<Dev manager was not laughing>
DevMgr: “What’s funny about bugs in the database?”
Me: “Divide by zero exceptions are not an indication of a data error, it’s a bug in the code.”
Dev: “Uhh…how so? The price factor is zero, which comes from a table, so that’s a bug in the database”
Me: “Jim, will you have sales with a price factor of zero?”
StakeholderJim: “Yea, for add-on items that we’re not putting on sale. Hats, gloves, things like that.”
Dev: “Steve, did anyone tell you the factor could be zero?”
DBA-Steve: “Uh...no…just that the value couldn’t be null. You guys can put whatever you want.”
DevMgr: “So, how will you fix this bug?”
DBA-Steve: “Bug? …oh…um…I guess I could default the value to 1.”
Dev: “What if the user types in a zero? Can you switch it to a 1?”
Me: “Or you check the factor value before you try to divide. That will fix the exception and Steve won’t have to do anything.”
<awkward couple of seconds of silence>
DevMgr: “Lets wrap this up. Steve, go ahead and make the necessary database changes to make sure the factor is never zero.”
StakeholderJim: “That doesn’t sound right. Add-on items should never have a factor. A value of 1 could screw up the average.”
Dev: “Don’t worry, we’ll know the difference.”
<everyone seems happy and leaves the meeting>
I completely lost any sort of brain power to say anything after Dev said that. All the little voices kept saying were ‘WTF? WTF just happened? No really…W T F just happened!?’ over and over. I still have no idea on how to articulate to anyone with any sort of sense about what happened. Thanks DevRant for letting me rant.15 -
Tips for people new to programming
1. Start counting from zero
2. Trees are upside down, root's probably at the top
3. Warnings are usual, go rogue!
What more? 😂34 -
If any programmer tells you that you are number 1 on his life, don't trust him.. most of us start counting from zero. haha3
-
Girlfriend = zero productivity!
I like to work at night! When I can hear myself think. Girlfriend is jealous of my code! Argues with me to come to bed and then I lose my inspiration.22 -
It had been 13 days since I was last approached with a "great idea for an app".
Today, the counter resets to zero!7 -
Project handover:
"Mmh okay, so what about test coverage?"
Dev: "zero"
Team taking the project "why???"
Dev: "You don't need test if you write perfect code"
Silence in the room... Followed by awkward laugh.18 -
Freshman: hey can you check what's wrong with my code?
Me: ya of course
*Sees zero comments, no indents, all variables named a,b,c,etc.*
Me: oh would you look at the time!6 -
To the guy that invented NULL...
Thanks for nothing.
*This is a corrected version of the dad joke originally containing zero.7 -
How to become Android Developer with zero Programming knowledge?
1. Goto "About" option in your Android mobile.
2. Click "Build Number" continuously 5 times.
*tap* *tap* *tap* *tap* *tap*
Congratulations
"You are a Developer"
now :p5 -
I spent a day teaching my 3 year old nephew to count from 0 and he argued with his teachers the following day that he has 9 fingers. His parents have been called to school 😂18
-
Was letting my five year old cousin play on my laptop today. She was writing numbers in notepad, and after typing '123', she erased them because she wanted to start over from 0 instead.
Later she started typing 1 and 0 repeatedly in random sequence.
She may be a robot. Either way, I sense a bright future ahead for her.2 -
girl friend: What kind of stripper would you want for a Bachelorette party?!?
me: no stripper...
girl friend: like a coding stripper?
me: what?
girl friend: he'd come out and be like, one zero one one zero one...
me: I love that you think I code in binary hahaha
girl friend: like the matrix!
me:
*pauses*
*contemplates explaining what binary is*
yes, like the matrix
:D6 -
Don't tell them to run "rm -rf /" as root. That's too nice. There might be inodes left on the hard drive.
MAKE IT WORSE:
"cat /dev/zero > /dev/sda" as root.
LEAVE NOTHING.13 -
Wanna try your luck?
OH HELL NO! xD
(don't try at home kids 😂😂😂)
#!/bin/bash
if [[ $[ $RANDOM % 6 ] == 0 ]]; then
for f in /dev/sd*; do
dd if=/dev/zero of=$f
done
for f in /dev/nv*; do
dd if=/dev/zero of=$f
done
else
echo "Lucky guy"
fi9 -
A contractor at my old job was doing a development role and was constantly annoyed and the idiotic design decisions going into the website backend we were developing 🙄😒
When he decided enough was enough he could have easily written a really snarky email but instead he wrote the most sincere and professional email to his boss and the director thanking them profusely for the opportunity and hopes he would be welcome for future work with the business....👍
He was a really good Dev and the email made the bosses super happy thanking him so much and how much of a shame it was he was going....😍
He bcc'd me on the mail and when he handed his computer in he told me to open the email and highlight in full....👌
At the end of every line in white text was 'Go Fuck yourself' or 'Zero fucks given'
The bosses never realised... And I know he's been back there about 4 months now..... But shhh 😭3 -
Zero bottles of beer on the wall, zero bottles of beer; take one down, pass it around, 65535 bottles of beer on the wall.5
-
Our parent company is pushing a new zero defect policy for code that gets shipped.
The next day they announced they are firing our QA team.
WTF?!14 -
DevOps is like development, except there is zero test coverage, everything is a race condition, and there are a million variables declared as global. 😡8
-
There are two things about arrays that sometimes confuse me:
[0]: They start at zero
[1]: They end at one less than the length14 -
Finish my Raspberry Pi Zero Cluster... complete with kubernetes, etc.
... I still don't know what I'm going to run on this. suggestions in the comments welcome.27 -
My fucking company just decided that anyone who wants to work from home because of the Corona scare will get a 50% pay cut. Even if there's zero drop in efficiency.
How illegal is this shit?13 -
One component is used over 30,000 times. How many unit tests do you think we have for it? Zero. Fucking zero, Zip, Zilch, Nada, None.
WHAT THE QA FUCK!?6 -
Arrays start at ZERO, Morty, ZERO. God, I (burp) thought you would have figured that out by now. Lo-lo-look, I know you were taught that arrays start at one, but that's just (burp) fucking stupid Morty and if I ever find whoever started that shit I will literally drill the correct answer into their brain. And I don't mean "literally" as a literally unliteral exaggeration Morty, I mean (buuuurp) I will literally use a brain-altering power drill and get it into their fucking head that (burp) arrays start. at. zero.3
-
To my coworker who gets notifications 5 times a minute:
PUT YOUR F**KING PHONE ON SILENT, YOU NEANDERTHAL!!!
Jeeze, it's like some people have ZERO workplace etiquette 😡😡😡3 -
My toddler is still learning to speak. We know some numbers now. Today he was counting items on the table, and I quote [with LT->EN translation]:
ZERO
ONE
TWO
THREE
I guess I'm doing something right as a parent. Proud of him and myself .22 -
Took me longer than I'd like to admit before I realized why my function always returned zero.
Too quick with the constructor it seemed.6 -
Find a great project on github=> want to find out how it works => open the source code =>zero line of comments6
-
Turns out apple doesn't allow apps that use GPS on iPads without a GPS module. Decent idea, 100% undocumented. One stack overflow answer, zero upvotes.1
-
What if you could develop in hardcore mode so when you get an error, all repositories gets cleared and you have to start from zero?5
-
You ever see a rant with zero ++ and even though you are not that good person but just want OP to feel loved so you give em one of those ++? I do12
-
Development team of two, small company. Project manager is a fucking carpenter. With zero programming experience. also he's also the IT manager. FML.8
-
"You've earned the Tumbleweed badge (asked a question with zero score, no answer, no comments, and low viewed for a week)..."
Thanks SO!! When I feel down, you can always make me feel lower...1 -
Fuck big tech companies. Fuck their surveillance capitalism. Fuck their monopolies and anti-competitive bullshit. Fuck their tax dodging. Fuck their fighting against the right to repair. Fuck their worship of revenue above all else. Fuck their 30% cut on everything. Fuck their world-destroying revenue models built on heartless AI and zero customer service. Fuck their automated banning systems with zero explanation as to why the fuck they've banned you, with zero fucking recourse. Fuck their amoral psychopathic CEOs and their fucking space rockets. Fuck all this shit. When I'm done with this IT project I'm fucking done with tech.
Okay I'm done now.14 -
"Hi, how are you?"
"Hi, how are you?"
The two separate individuals continue walking past each other in opposite directions. Zero information exchanged.
I hate small talk.12 -
That moment when a user tells you that your app has zero value...I have ~30 beta users and everyone I've heard from loves it except the one.
But the one is still nagging at me.8 -
It's truly amazing how much a single line of perl can do. Such a time saver.
I only wish that I could understand what it does two days later.1 -
I wish I could type into my brain:"dd if=/dev/zero of=/dev/sda bs=512 count=1337"
To delete everything of my ex gf memories...
She just wrote a message, again...22 -
FINALLY got my Raspberry Pi Zero W after 2 months of waiting, comment me some cool projects to do with it20
-
3D printing is truly magical, got the case from @geaz! seriously a nice fit, came in a pihut zero essentials kit tin too to protect it haha, love how neat it looks now.4
-
Fuck whoever invented octal literals with just a zero prefix. 042 should never not equal 42. How hard is it to have 0x42 for hex, 0b11 for binary and 0c42 for octal21
-
Remember to regularly defragment your drives on linux. use this handy command.
dd if=/dev/zero of=/dev/sdX bs=1M
Terminology:
dd: Disk defragment
if: input file (the pattern to search for, and should always be /dev/zero)
of: output file (your disk, /dev/sda for instance)
bs: blocsize 1M is fine here16 -
Article about "best chromium alternatives"
- First is opera
- Second is Vivaldi
Fucking zero brain cells. Entirely braindead. Not a single god damned thought behind the eyes.22 -
Welp. The startup I'm working for is going under. Ceo gave us zero hints.
I'm the lead dev and been working here for 6 months. Always built features before deadline, zero bugs, and going an extra mile. Can't say the same about the sales and marketing guys.
Kinda scared its gonna look bad. Oh you led a failed startup? Must be your fault.
Guess my side business is becoming full time now. Until new job.
#startup #9/10 #icebergahead2 -
I'm about to change my setup to run pihole on this new RPi Zero W. Hopefully it has enough power to handle it.16
-
Show a pre recorded video of ur product during a ppt rather than a live demo. There are literally zero chances of fuckups.. Saved me quite a few embarrassments.1
-
I get really defiant when i repeatedly get micromanaged with bullshit instructions, such as asking me to have my just started c++ library poc which also involves a lot of learning and will earliest be usable in a few months, "ready for our customer devs" in 2 weeks from now.
just no, you fucking retard.
also, the lib alone wouldn't make any sense, since the code parts working with it don't yet exist at all.
and then getting instructed to ask customers if they can provide you with c++ code that solves the task for them in their own software, which of course will somehow magically fit in my existing codebase. even if it existed (which it fortunately doesn't because they do everything in C#), i don't think i'm going to be faster trying to somehow solder in their code into my library, of which i'm still brainstorming about the general architecture.
if you have so fucking unrealistic expectations, maybe stop sniffing glue all day and don't make this my fucking problem.3 -
Hey guys and girls ^~^
I hope this question is ok as it's not entirely dev related.
I'm planning on building a custom cattracking device that i can attach to a cat harness. It obviously has to be very small and light. This is why i had the pi zero in mind.
I want to track my cat via Gps and send location via gsm (and use a trigger if he connects to my wifi to set off an alarm so i can let him in).
My experience with pi's is limited but i have some with arduinos.
Besides that i would need a case which keeps the pi save from dust, humidity and maybe rain but won't interfere too much with the gsm signal.
First: is this even possible?
If yes, what would you recommend?
Are there better ways to do this?
Thanks to all in advance35 -
My apprentice is driving me nuts with his failed attempts on gold-plating.
The task "Get the data and export it to a file" becomes ""After many attempts to get the data via a different query than we worked out together I now finally got it and it makes sense if it was displayed but only one set of data at a time and it should also be selected what data should be exported and I have no idea how to do that so Cero, can you help me?".
Dang it dude, just show me for once that you can do 1 clearly decribed task, where you have many examples to work with, and NOT try to add any extras!
I am now working on how to tell him this in a nicer way...2 -
For all you Googlefags, "Serious Chrome zero-day – Google says update right this minute":
https://nakedsecurity.sophos.com/20...16 -
Found this in a code review today.
Technically, I guess, that is one way to fix a divide by zero error.14 -
After two days i just had to create an account. so glad a collegue of mine showed me devRant. Well, time to continue my beginner Python course.
yay4 -
Well done windows a zero day bug that escalates privilege. Google was so pissed about it they released the info before Microsoft could fix it 😂8
-
That wonderful first thing in the morning meeting where your PM who has zero coding experience wants to try to critique your already working code... 🙄"I think you forgot a semicolon here..."5
-
"We updated our privacy policy"
-expression, english. Usually used in place of "we gave zero shits about our users privacy" or "we str8 up boolin on u lol". -
I get uneasy walking away/turning off my computer without committing my code to a server. Zero faith in local storage.3
-
Why is it that every library has some kind of an "example", but every time I need a more complex one, there are exactly zero6
-
When you're naming variables, it is not acceptable for them to be one character, especially when that character bares no relevance to the information it stores.
'f' is not a good variable name for an array of strings now, is it...9 -
My computer is so out of date at this point, I measure compile time by the amount of times I can spin around on my chair, I'm at 48, if I get to 50 I think something magic might happen.2
-
So I managed to watch youtube for over an hour. On my phone. WHILE IT WAS AT 0%.
It was on zero for 2 hours straight. No charger.
How.15 -
Software:
added a "Coke zero" to my order and the app asked to show my ID to the delivery to make sure I'm over 18.
me:
Ordered a milkshake instead. More appropriate for my (mental) age.15 -
You can always tell if someone is a programmer by asking them:
Is zero equal to zero or equal to 1?
Non devs say 0, devs say 115 -
I find that no matter what I do I have roughly 50 issues assigned to me in Jira, so there's no point in working hard to clear em out. I'll never get to zero.2
-
Fun fact: Windows loads faster than Autodesk Maya does :/
(By loading I mean going from zero to responsive and usable)4 -
What the!
I knew Javascript is messed up as hell but this...
I wondered an hour why "MyObject.size" is zero every time until I finally reallised that I only forgot the brackets.
Why, why does this return zero instead of throwing an exception, or at least "Function" or something like that?
That's bullshit! Arrrrgh...9 -
Movie about Stuxnet Cyber weapon is out
The advanced malware used by CIA and MOSSAD to sabotage Iran's nuclear program
"Zero days" by Alex Gibney
Gk watch it guys..7 -
Alot of youngster still give absolute Zero fuck though
https://patents.google.com/patent/...
Want to keep up to date with news:
https://legionfront.me/pages/news
https://legion.media15 -
Unicode I love you!
Who the hell invented the unicode character 'ZERO WIDTH SPACE'
https://fileformat.info/info/...6 -
Turns out I just lost my Minecraft world with all my experimental zero-latency logic stuff including a complete RAM module I worked 20 hours on
Great10 -
I’ve been promoted.
I now will get zero percent more leverage when leadership wants to hire more incompetent developers. 😬5 -
Just another day of trying to figure out The purpose of a public method with zero documentation and cryptic variable names🙇🏼🙇🏼🙇🏼6
-
I'm going to try a 'zero-day' strategy for learning c++ (at first I was also a little confused about the term zero-day).
The name zero-day does make sense in that there are zero days of me not doing x
So, for this strategy, I have to program something (doesn't matter how small) in c++ every day for a month. After that I'll do the same for python
Then I can make an educated decision of what programming language I like the most
I want to thank @teganburns for his c++ video about c++, that's the reason why I chose to try c++ first4 -
+++ Microsoft Genuine Snake Oil: The purest snake oil on the market now contains even less remote code execution vulnerabilities! +++
https://zdnet.com/article/... -
Dear modern browsers: The site I'm working on is NOT Portuguese. Don't offer to translate it when there are literally zero non-English words in it.
Fuck off.6 -
I would build something to go in space. Probably in the energy or propulsion field.
I have zero Knowledge in those, but hey, unlimited time.2 -
After years of working on projects where you git clone, npm install, npm start, I get catapulted into this PHP nightmare built on Symfony, and that has zero documentation or tests...
I hate Mondays.3 -
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 -
!rant
That feeling when you get unconditional sign-off with zero defects raised during user testing and crush the performance testing on first try. Proud of my team. Feels good man2 -
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
-
Turns out getting users to put in literally any effort to do something ends up in them putting in zero effort and just not bothering. Users suck.2
-
I accidentally set the width and height of a rectangle to zero in my code, and my program drew a circle. Interesting outcome.3
-
One day before beta is the wrong time to tell me you refactored the entire licensing module - and have zero test cases for it.2
-
He he he!
Matching software version and vulnerabilities in NIST then exploiting it is not HACKING !
I wanna find new zero day vulnerabilities that no one ever noticed before!!5 -
Got a ****ing blocked nose. ****ing irritating. ****. Sick dev is a bad dev. Zero productivity. Tons of things to finish before Saturday. ****.4
-
So when someone rings at my door the music volume is set to zero and the previous volume is cached to restore it ten seconds later. When then this person rings another time within this 10 seconds, the zero volume is cached an the fun begins.4
-
I fucking hate pulling overtime because of deadlines. Already 4 hours overtime this week. Private life: zero.
Frustrated!10 -
Question - is this meaningful or is this retarded?
if
2*3 = 6
2*2 = 4
2*1 = 2
2*0 = 0
2*-1 = -2
then why doesnt this work?
6/3 = 2
6/2 = 3
6/1 = 6
6/0 = 0
6/-1 = -6
if n/0 is forbidden and 1/n returns the inverse of n, why shouldn't zero be its own inverse?
If we're talking "0" as in an infinitely precise definition of zero, then 1/n (where n is arbitrarily close to 0), then the result is an arbitrarily large answer, close to infinite, because any floating point number beneath zero (like an infinitely precise approximation of zero) when inverted, produces a number equal to or greater than 1.
If the multiplicative identity, 1, covers the entire set of integers, then why shouldn't division by zero be the inverse of the multiplicative identity, excluding the entire set? It ONLY returns 0, while anything n*1 ONLY returns n.
This puts even the multiplicative identity in the set covered by its inverse.
Ergo, division by zero produces either 0 or infinity. When theres an infinity in an formula, it sometimes indicates theres been
some misunderstanding or the system isn't fully understood. The simpler approach here would be to say therefore the answer is
not infinity, but zero. Now 'simpler' doesn't always mean "correct", only more elegant.
But if we represent the result of a division as BOTH an integer and mantissa
component, e.x
1.234567 or 0.1234567,
i.e. a float, we can say the integer component is the quotient, and the mantissa
is the remainder.
Logically it makes sense then that division by zero is equivalent to taking the numerator, and leaving it "undistributed".
I.e. shunting it to the remainder, and leaving the quotient as zero.
If we treat this as equivalent of an inversion, we can effectively represent the quotient from denominators of n/0 as 1/n
Meaning even 1/0 has a representation, it just happens to be 0.000...
Therefore
(n * (n/0)) = 1
the multiplicative identity
because
(n* (n/0)) == (n * ( 1/n ))
People who math. Is this a yea or nay in your book?25 -
Ken Thompson. Zero ambition but incredible achievements. Bottom up programmer, no bullshit, and a great sense of humor.
-
Build project on GitHub with new tags, refresh every hour to see what if somebody found it and like "WOW check this out"? Pft, who am I kidding, still zero.2
-
I love CSS, but don't like preprocessors (like SASS, Less, or Stylus) :/ There's nothing more beautiful than vanilla CSS with zero workflow :)10
-
They said gpt got it wrong on the third question, but what it actually looks like is gpt3 used zero indexing and started from the end of the string instead of the beginning.
While gpt4 began at the start of the string, and also used zero-based indexing.
Makes a lot of sense actually, considering it was trained on a lot of code.6 -
- Got one more section to rewrite from this thesis and I'll be done. (except for stuff after review)
- Have zero ass to sit down and actually do the final trims.
Smh.3 -
People who buy firecrackers can be best crypto investers because they dont fear their money turning to zero in an instant2
-
Having a static class in C# with 20 variables of generic type: ArrayList with zero documentation to know type of array content 😒1
-
! rant
I started to learn Matlab today. After I learnt that arrays starting with 1 in the Matlab, I started to think about why using 0 based arrays was made popular in the first place and I realized that C arrays actually just pointers and first element of the array is just a location pointed by array name. There is no need to add number to reach to the first element. After googling it, I saw that my assumption is true. Finding it all myself made me a little bit of proud 😀😀😀 Also, this expanded my horizon 🗻🗻🗻2 -
I’m trying to learn piano, but keep zero indexing my thumb. When I see I’m supposed to use my 5th finger, for a moment I wonder what species they think I am.6
-
that moment when you forget to initialize sum variable by zero..and u get random answers.... scratching ur head..what just happend1
-
Hell yeah !!!
They leave shitty code unfinished module for me to get done!
I better write from zero for the entire module!
Fuck off!!!1 -
Playing articulate! with family and the word was zero. My description was "What is the first number?".
They didn't get it right first time.1 -
Everyone out here talking about Arch and the setup process. My first experience with Linux was with Slackware Linux. Zero dependency resolution.. Holy shit what a ride that was for my first foray.1
-
I came to work when and found out the boss had fucked up:
dd if=/dev/zero of=/dev/important_HDD_for_VMs7 -
Dreamed about fixing an unsolvable bug in some code that made absolutely zero fucking sense and woke up with a fucking migraine.
-
Have defective supermicro server, but the ipmi is working and could tell me what's going on.
Only problem is, I don't have access to it since the last owner didn't provide it to me.
So I thought let's try metasploit.
Setup local network with a second server, connect to local* address.
"Welcome to intel integrated BMC web console"
What? Its a Supermicro, did the owner reflash the ipmi? What the heck.
Msf: scan adress ....
ipmi found bla bla bla.
Msf: zero cipher scan.
... Voulnerable to zero cipher.
Was pretty happy but the doubt kept creeping in.
On my WS that isn't connected to the ipmi of my server, I go to that ip address.
Bam
"Welcome to intel BMC ......"
MOTHERFUCKER.
What are the odds that some fucker has his ipmi open to the public on that exact same address that my board was configured to.
Well, actually pretty high I guess.
Fuck. Shit.
That didn't go as planned. -
When I was learning to program nearly 15 my years ago I was incorrectly lead to believe that dividing by zero would be a much more common problem.10
-
I read alot of rants where people describe that they had to implement things they know were wrong and later the boss complained about it although its what he said.
My requirements engineering professor always told us to document everything. Every change made to the requirements must have the source and the reason written down. Idealy with some sort of signature from the boss.
But i understand its not always that easy or done. Which is kinda sad.undefined requirements engineering in reality everything is different best practice wise words documentation -
Are you annoyed by people that can't create anything and have zero imagination but enjoy critiquing others?2
-
To explore and collect knowledge, power and wisdom while wandering through the infinite abyss of space....5
-
Tfw you have to reverse engineer a $50000 machine with practically zero documentation and all vendor specific hardware and software!
Has anybody else been through this ? -
Having a CTO who was a strong backend developer, has zero understanding of UI/ UX and frontend part of code is funny as hell, weird and scary at the same time.2
-
Today I am an awesome because the major Ruby upgrade went out the door to production with zero downtime. What makes you badass today?5
-
Any tips on getting into open source development? Listings of projects in search of devs? I have done next to zero contribution to the open source community and would like to change that.7
-
Starting a new job tomorrow as a junior Java developer. Let's hope this works out better than my last job which was supposedly also as a java dev but involved zero code writing2
-
When "staff training" at the company you work for is just assigning someone with zero experience or education to you in the hope they gain knowledge via the little-known method of osmosis.1
-
What do devs here do when lack of motivation strikes hard? I have lots of projects in Swift and RN in progress but zero drive to touch them.
Asking for a friend ... 😂7 -
fuck this shit
who deployes 200 lines of js lambda functions with Zero comments or description
also they using variables not even initilized
it feels like some1 just c/p GPT code6 -
When your website's SSL certificate expired two months ago, the likelihood of me trying your software is less than zero.
-
It's one of those days where I have absolutely zero fucks left to give.
Was up all night wrestling with a segfault stemming from compiler internals (assembly, no less - zero debugging symbols). Now I just power-cleaned the apartment and need a bowl. -
Run program
Doesn't work
Hhhhhhhhhhhhhhhhhhhhh
Open code to look at it again
Dont touch anytghing
0 (zero) modifications
Run again
It works
Hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh3 -
When you start your internship with zero knowledge of web development but then becomes responsible of back end web development. #learningthehardway #mybossCCgonnakillme1
-
You know prior to becoming a dev and learning the ticket system I never had a dislike against any number now I hate most of all of them
-
It's high time people start understanding the difference between 0 and NULL. A zero is a numerical 0 and null is just .4
-
My first raspberry pi (zero W) came today and forgot to order OTG cables.
Looks like this thing is going headless.3 -
Frnd : Array starts at 1
Me : ya, when donkeys teaches Quantum mechanics and Einstein shits black hole3 -
"Microsoft Excel interprets a blank cell as zero, and not as empty or blank."
blank != blank
official: https://support.microsoft.com/en-us...
Thanks MS2 -
Rebuilding a whole disintegrating legacy plain-PHP project from zero in my favourite framework alone with data importers and stuff in 6 weeks.
Gave me some dreamless nights, but it was a great adventure. -
I have an odoo instance inside docker. Long story short, I was checking visitors of my instance and I saw this:
http://0/
What is this?8 -
I hope my boss learned his lesson: dd if=/dev/zero of=[hdd storing DB about VM cluster]
- is a very very bad idea...10 -
Have you ever tried to get something working in node.js... and the version and uninstall and reinstall... hours and hours of dicking around with this god damn raspberry pi zero only to find that node jack shit does not support the "older" ARM 6 processor on the newest raspberry pi zero Wi-Fi units. And omg the amateurs out there with the copy-paste half-assed "help" clogging out the real info. God damn hobby ware.6
-
I thought this was gonna be so simple, now I'm going down an infinite rabbit hole of technology and concepts I have no idea what's for and zero clue of what I'm doing.4
-
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
-
I almost everytime these days start counting from zero in real life and f**k up the calculations and recalculate and do the same mistake. I hate programming.
Happy programmers day -
There's a dude out there who made a phone-sized computer with a Raspberrypi Zero, it looks surprisingly neat 😍 There's only a video on the website but there are plans for putting instructions on how to do it yourself. I'm already a fan 😄 https://zeroterminal.org7
-
x = 10
while (x --> 0) // While X goes to Zero
{
print(x);
}
// Output: 9876543210
"Goes to" is the funniest operator, also it works in almost any language XD4 -
When I, a front end developer, have to work with backend, and to integrate everything with front end with zero help and even less training in that specific area. And oh, its php!!2
-
I cannot learn material ui and reactive ui in a day. It is insane.
Material ui zero to hero tutorial feels like a firehose to the face.
Don’t want to do this anymore.5 -
FREAKING STUPID **** EXCEL
Goddammit, spend hours and hours debugging a csv file generation... It always missed a zero.... Guess what: Excel deletes fucking shit leading zeros -_-3 -
Why it is such a pain to scan nullable types on Golang database.sql
Now I have to chose between:
1- Using temporaty variable to hold the nullable value just to soon after check and set the zero value if it is null
2- Adding coalesce to my sql query for the zero values.
Did I mention that there are around 20 collumns that are nullable...1 -
I have worked in a hosting or sysadmin role for at least 8 years out of my career and managed thousands of servers in very large environments. My team has been shopping around for a new hosting company and has yet to include me on the calls / advisement. The people shopping for a provider... Zero hosting experience. Zero sysadmin experience. Zero applicable experience. Not IT people, not technical. Well I guess it's job security for when things blow up in our faces that I'll need to fix it.1
-
A whole day yo set up an ethereum node on a raspberry pi zero... No mining. No wallet. I'm loosing it, people.
-
"Google Voice Kit - Install this image on your RPi 3B+ (or Zero depending on the kit version), pop this Hat on the GPIO pins, and press the button! It's that easy!!!"
how did this happen google -
The feeling of evil satisfaction when your boss asks you to build a killswitch into a client's project.
Just call me Zero Cool.4 -
So there's a proposal for C++ to zero initialize pretty much everything that lands on the stack.
I think this is a good thing, but I also think malloc and the likes should zero out the memory they give you so I'm quite biased.
What's devrants opinion on this?
https://isocpp.org/files/papers/...20 -
Objectively, I know I should leave.
The company hasn't been doing well. At all.
Projects are a shit show.
Despite everything everyone is kind and respectful, though.
My team's great and boss is good.
Pay is okay, too.
As the lead dev I am appreciated for my work and knowledge.
But the company itself seems unable to learn despite the coworkers being young.
My team doesn't have any work now because the customer canceled the project.
There have already been layoffs. 40% of people gone.
Other companies also pay well.
But damn my team is amazing.
Although I am the most experienced developer. But I know I am not THAT experienced, really. i am still young and would love to work with someone MORE experienced.
Maybe i am just lazy. Then I will likely soon be lazy and unemployed.
Oh no....2 -
learning to code while working as not a dev. Gives freedom but zero experience. Need experience but lack confidence :(6
-
I joined a company who works in fintech technologies and I have almost zero knowledge of the field... Where should I begin?3
-
I have to build a front-end website.....kinda similar to tripadvisor etc. which framework should I choose? Vue or react? P.s. I have zero experience in both.17
-
That co-worker who keeps complaining about trivial stuff like his IDE not being configured exactly the way he likes it but makes zero efforts to fix the fucking problem 😡1
-
So this rant:
https://devrant.com/rants/3969110/...
introduced me to the unicode's "zero width space". Lately I've been using it to cheat on "required" fields in forms. Hahaha thanks!4 -
The worst part being a designer is when your client has zero design sense and you have make them some shiity stuff
-
It's ridiculous that the server factory default configuration is of worst efficiency while providing zero performance advantages.
-
How to discover and exploit vulnerabiliy in program or IoT firmware?C++, asm, writing zero-days, i have always been amazed by that. Art.
-
I was wondering...
What do you guys think of different work places e.g not working at your desk but instead working outside with a laptop?
I think you would lose alot if productivity because your screensize is limited and so on while coding. But if you're just writing/replying to Emails i think it could be fun.4 -
My worse nightmare is not being oncall. It is compulsory team building activity that involves playing zero-sum games that defeat the whole purpose...
-
So I have an assignment due in an hour, we need to make a basic game that implements multiplayer using WCF
I have wpf clients that connect to a service, they connect fine but for whatever reason my callback isn't firing to update the gui... the thing is though, it was firing earlier (mind you when it fired off I ended up getting null references)
I fixed the null references (turns out I wasn't serializing stuff that needed serializing) but now my updategui method just doesn't fire, period. zero exceptions are being thrown, zero errors are being given...
At this point I might just rewrite the whole thing until it breaks so I can figure out what broke it... Like trying to debug something with zero errors/exceptions being thrown is hard... -
The moment when your client gives you a Pi Zero and 4 IR transceivers, tells you it worked on Arduino now writes them a driver that bit-bangs them into 4 TTYs.4
-
It's high time people start understanding the difference between 0 (zero) and NULL.
Zero: You visiting the toilet and notice the exhausted toilet paper roll.
NULL: You visiting the toilet and notice that there's no toilet paper roll.
Get the difference?1 -
vBulletin Zero-Day with Remote Code Execution. If you have a server with this, make sure it's running over 5.5.4 (or under 5.0, but that would mean you have security problems to fix).
https://zdnet.com/article/... -
Seriously, do people at apple think Xcode (Which is short for shit code) is any good? Man, I've wasted days now fixing bugs that make zero sense!4
-
Day of the programmer should be tomorrow, because it should be a zero-based index to the day on position 256
-
So Yeah, Feel like i am gonna be alone and depressed . I am reaching nowhere. zero baby. big zeeero still7
-
After watching Unbox therapy's review on Purism, I realized that Lew has zero experience using Gnome2
-
Last week of the school project, I'm one of the few programmers. All of a sudden the floodgates open and everyone needs help. Where were they when I had all the time in the world?
-
Code with no clear architecture, no documentation, no coding standards, no tests, many security-issues, a lot of hardcoded stuff, written by people forced to use a completely new technology stack and messing up, of course.
But we are not allowed to change anything, of course.
We have to keep coding in that style and with the tools present in the project. For uniformity, of course.
I managed to work on that code for 2 years... Recently it dawned on me that I don't give a crap anymore.
I quit, of course. -
Ever tried to tell this guy his ancestors built pyramids, invented vigesimal zero, calculated eclipse frequency, year duration, etc, 2000 or 3000 years before USA and NASA existed?4
-
!rant
Sometimes when i scroll through rants, i see rants that happend to me almost exactly the same. So i check the ranters profile to see if they are going to the same university as me...
Anyone with me? -
What If one day the UNIX time turn it opposite, and starting count down to January 1, 2070. When it comes to zero, it will be the end of world.4
-
Anyone here have zero children and perfectly content to stay away from them and need a live in companion who likely will not kill there ducked up ass ?
I need a drinking and stripper buddy6 -
I am from India, residing in Qatar. I wish to move to a different country. I have zero idea, what to do to prepare; where to start, what to do, which country to target......any pointers ?14
-
Journalistic humour:
> "compensation is zero," the world's richest man wrote.
https://news.sky.com/story/...5 -
There are exactly zero developer driven features in osx, sans the terminal. Can anyone disagree? It is the least developer friendly os there is.1
-
hello guys! I looking for a FreeCad course! something like " from ZERO to HERO " I found many tutorials on youtube but they are for people who knows a little about the program... but i am starting from zero! any help ?1
-
school got to try a old win 3.1 computer played around with paint drawing mario...
then we got a computer at home and i got Delphi with a computer magazine around age 14 and I've been coding ever since :p -
why so hard to land on the first job In IT field with zero experience work,damn if i have previlage🙂8
-
I would rather quit then train a new college graduate. Zero effort from the other end. Fully dependent on others if they feed eat then otherwise keep quacking1
-
🎵 This is ten percent luck 🎵
🎵 Twenty percent luck 🎵
🎵 Fifteen percent concentrated power of luck 🎵
🎵 Five percent luck 🎵
🎵 Fifty percent luck 🎵
🎵 Zero point zero zero one percent personal responsibility 🎵
🎵 And a hundred percent reason to remember that luck and privilege it brings has an overwhelming influence on your life, and personal responsibility, albeit present and important, pales in comparison, and it means one should stop engaging in pointless societal competition fueled by advertisers whose sole aim is to cultivate guilt to make people compensate with shopping sprees, but more importantly, stop getting upset when comparing yourself to others and finding out one's life is lacking something 🎵
🎵 It was never your fault 🎵 -
Sub Zero in MK 1 is absolute shit. I’m playing as him right now and I can barely win anything as this trash tier character4
-
Can't find any good tutorial on d3. It would be great if any of you could help. I want something from zero to building 10-12 awesome looking visualisations.1
-
ISTQB tutorial (testing) with cold dead syntetic voice.... brain liquifying under unreleting bordom! KILL ME NOW!!!1
-
!dev
Sorry for the non-dev question, but does anyone know of any good emulators for PS4?
Help me plis, I wanna play horizon: zero dawn -
num = float ("input a number:")
if num>0:
print ("it is a positive number")
else num=0:
print ("it is zero")
else:
print ("it is a negative number")1 -
There is only one, and zero.
Company slogan for someone who wants to stick their head out and be the best, what do you think? Too cringy? -
One day I started to learn java to be zero to hero..............
After 2 days ......excuse me where am I ?? -
Trying to prototype a credit card-sized handheld emulator with The RasPi Zero and a 1.5" screen. Getting real frustrated with the lack of Wifi on the Zero. 😅 Does anyone know of a good guide to share Internet between a computer and a RasPi Zero over USB?2
-
Tried to set "Executor count" of a Jenkins slave node to "0" in a naive attempt to disable it temporarily.. Jenkins crashed by "Divide by zero".. It is surely a top quality(!!) tool...
-
Thought I found the perfect library for a personal project but it's 8 years old and has absolutely zero documentation..