subreddit stringclasses 7
values | author stringlengths 3 20 | id stringlengths 5 7 | content stringlengths 67 30.4k | score int64 0 140k |
|---|---|---|---|---|
programmerhumor | WeTheSalty | is1aiyh | <|sols|><|sot|>Things change with time<|eot|><|sol|>https://i.redd.it/iz5mpbbsdct91.jpg<|eol|><|sor|>npm install is-even is-odd<|eor|><|sor|>> npm install is-even is-odd is-number<|eor|><|sor|>npm install is-false
Can't be out there using ! like a muggle.<|eor|><|eols|><|endoftext|> | 140 |
programmerhumor | Outrageous_Land_6313 | yo893j | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|eols|><|endoftext|> | 36,198 |
programmerhumor | Unusual_Repair8859 | ivcy31e | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|><3
Edit: thanks for the awards everyone :)<|eor|><|eols|><|endoftext|> | 8,353 |
programmerhumor | defalt86 | ivcxiz5 | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>It's all about using the number that matters in the context. Legal age is >=18 (not >17) and minors are <18 (not <=17).<|eor|><|eols|><|endoftext|> | 6,414 |
programmerhumor | jthemenace | ivd7pag | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>Depends on the context of what Im doing.<|eor|><|eols|><|endoftext|> | 3,059 |
programmerhumor | RestlessAmbivert | ivdaoof | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>if (i < 3) and (i <= 2):
Can't be too careful with these things.<|eor|><|eols|><|endoftext|> | 2,971 |
programmerhumor | Bo_Jim | ivczydd | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>It's all about using the number that matters in the context. Legal age is >=18 (not >17) and minors are <18 (not <=17).<|eor|><|sor|>Yes. Unless the choice is going to impact functionality or performance, you choose the one that will help the code make sense to another programmer reading it.<|eor|><|eols|><|endoftext|> | 2,772 |
programmerhumor | rock374 | ivczwof | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|><3
Edit: thanks for the awards everyone :)<|eor|><|sor|>well to you too<|eor|><|eols|><|endoftext|> | 2,189 |
programmerhumor | xeq937 | ivdn3pi | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>if (i < 3) and (i <= 2):
Can't be too careful with these things.<|eor|><|sor|>if (i < 3) and (i <= 2) and !(i >= 3) and !(i > 2)<|eor|><|eols|><|endoftext|> | 1,057 |
programmerhumor | Gofastrun | ivdabjn | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>It's all about using the number that matters in the context. Legal age is >=18 (not >17) and minors are <18 (not <=17).<|eor|><|sor|>Yes. Unless the choice is going to impact functionality or performance, you choose the one that will help the code make sense to another programmer reading it.<|eor|><|sor|>Wouldn't >x and >=(x+1) given X is an INT be exactly the same in all scenarios? Am I missing something<|eor|><|sor|>They are equivalent mathematically but not from a readability standpoint. There is always going to be some context that determines which way to go - a lot of the time based on what the number actually represents.
const legalAge = 18;
const maxMinorAge = 17;
if (age < legalAge)
if (age >= legalAge)
if (age <= maxMinorAge)
if (age > maxMinorAge)<|eor|><|eols|><|endoftext|> | 733 |
programmerhumor | PorkRoll2022 | ivcyd1w | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>I like to loop backwards...<|eor|><|eols|><|endoftext|> | 705 |
programmerhumor | lil-rong69 | ivdpy9q | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>if (i < 3) and (i <= 2):
Can't be too careful with these things.<|eor|><|sor|>if (i < 3) and (i <= 2) and !(i >= 3) and !(i > 2)<|eor|><|sor|>This guys job is 4 times as secure as mine.<|eor|><|eols|><|endoftext|> | 656 |
programmerhumor | Liljonny11 | ivd6gzg | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>I like to loop backwards...<|eor|><|sor|>this is how I know which one of my junior devs are psychopaths<|eor|><|eols|><|endoftext|> | 522 |
programmerhumor | nickmaran | ivda8nl | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|><3
Edit: thanks for the awards everyone :)<|eor|><|sor|>well to you too<|eor|><|sor|><|eor|><|eols|><|endoftext|> | 517 |
programmerhumor | VanillaBlackXxx | ivcy7ln | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>If i != 0 && i != 1 && i !=2
I like the precision of describing each potential case specifically<|eor|><|eols|><|endoftext|> | 476 |
programmerhumor | steave435 | ivecj58 | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>Depends on the context of what Im doing.<|eor|><|sor|>[removed]<|eor|><|sor|>I agree, except that it shouldn't be a magic number. There is indeed a reason that you've chosen that number, so make a variable with that value and a name describing what it stands for. At that point, you no longer have a choice - the maximum text length (or whatever 500 is supposed to be) *is* 500, so you "need" to use <=. I guess you could technically use < maxTextLength +1, but that'd be pretty dumb.<|eor|><|eols|><|endoftext|> | 395 |
programmerhumor | Skedajikle | ivd5n20 | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>when using integers they are the same but they do different things when using decimals<|eor|><|eols|><|endoftext|> | 393 |
programmerhumor | bmelancon | ivczb6s | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|><3
Edit: thanks for the awards everyone :)<|eor|><|sor|><=2<|eor|><|sor|><=====3<|eor|><|eols|><|endoftext|> | 380 |
programmerhumor | Donghoon | ivd6c8a | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>It's all about using the number that matters in the context. Legal age is >=18 (not >17) and minors are <18 (not <=17).<|eor|><|sor|>Yes. Unless the choice is going to impact functionality or performance, you choose the one that will help the code make sense to another programmer reading it.<|eor|><|sor|>Wouldn't >x and >=(x+1) given X is an INT be exactly the same in all scenarios? Am I missing something<|eor|><|eols|><|endoftext|> | 285 |
programmerhumor | AlwaysHopelesslyLost | ivdiylw | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|>It's all about using the number that matters in the context. Legal age is >=18 (not >17) and minors are <18 (not <=17).<|eor|><|sor|>Yes. Unless the choice is going to impact functionality or performance, you choose the one that will help the code make sense to another programmer reading it.<|eor|><|sor|>
>Unless the choice is going to impact functionality or performance, you choose the one that will help the code make sense to another programmer reading it.
I wouldn't even qualify that. You do the one that makes the code make more sense to others reading it. Full stop.
You shouldn't prematurely optimize.<|eor|><|eols|><|endoftext|> | 265 |
programmerhumor | kkirv | ivd1u8l | <|sols|><|sot|>Which one are you<|eot|><|sol|>https://i.redd.it/172zlftegfy91.jpg<|eol|><|sor|><3
Edit: thanks for the awards everyone :)<|eor|><|sor|><=2<|eor|><|sor|><=====3<|eor|><|sor|>-8
:(<|eor|><|eols|><|endoftext|> | 245 |
programmerhumor | ihs_ahm | jtbmg0 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|eols|><|endoftext|> | 36,184 |
programmerhumor | Koder1337 | gc4mqqy | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|eols|><|endoftext|> | 3,118 |
programmerhumor | chronos_alfa | gc4w30e | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|eols|><|endoftext|> | 2,882 |
programmerhumor | MrPotatoFingers | gc4r7x0 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>Feature request: Half percent increments.<|eor|><|eols|><|endoftext|> | 775 |
programmerhumor | lmhTimberwolves | gc4zl9v | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Or in spelled (edit: English) alphabetical order.
* 8
* 18
* 80
* 88
* 85
* 84
* 89
* 81
* 87
* 86
* 83
* 82
* 11
* 15
* 50
* 58 . . .<|eor|><|eols|><|endoftext|> | 702 |
programmerhumor | Koder1337 | gc4waq8 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Thanks to experience in dealing with alphabetically ordered files with numeric suffixes, that really wouldn't be much worse than it already is ;D<|eor|><|eols|><|endoftext|> | 616 |
programmerhumor | RadioactiveFruitCup | gc4q5vl | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>[found here, with many others that make me cry](https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950)
(Which in turn points back to this sub, and /r/badUIbattles )<|eor|><|eols|><|endoftext|> | 489 |
programmerhumor | mtck | gc4rq7m | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>It should really be checkboxes that are disabled unless the previous one is checked.<|eor|><|eols|><|endoftext|> | 324 |
programmerhumor | Ahajha1177 | gc4twdm | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>Feature request: Half percent increments.<|eor|><|sor|>But only 20 bubbles fit on a page, requiring 11 pages (with 100 being the singular bubble on the last page, along with the mute check box)<|eor|><|eols|><|endoftext|> | 277 |
programmerhumor | Confuzius | gc511w0 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Or in spelled (edit: English) alphabetical order.
* 8
* 18
* 80
* 88
* 85
* 84
* 89
* 81
* 87
* 86
* 83
* 82
* 11
* 15
* 50
* 58 . . .<|eor|><|sor|>You, sir, are a monster!<|eor|><|eols|><|endoftext|> | 232 |
programmerhumor | SuitableDragonfly | gc4yd2u | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Thanks to experience in dealing with alphabetically ordered files with numeric suffixes, that really wouldn't be much worse than it already is ;D<|eor|><|sor|>I actually designed a system of file naming for my Sims pictures that was supposed to exploit alphabetical ordering of numbers, but then it turned out that they apparently fixed that in Windows 10 and I had to redesign the system.<|eor|><|eols|><|endoftext|> | 212 |
programmerhumor | IGotDibsYo | gc4tojy | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>[found here, with many others that make me cry](https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950)
(Which in turn points back to this sub, and /r/badUIbattles )<|eor|><|sor|>Didnt they start here? I remember the great bad volume slider battles<|eor|><|eols|><|endoftext|> | 191 |
programmerhumor | InnerRisk | gc54gjo | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Or in spelled (edit: English) alphabetical order.
* 8
* 18
* 80
* 88
* 85
* 84
* 89
* 81
* 87
* 86
* 83
* 82
* 11
* 15
* 50
* 58 . . .<|eor|><|sor|>I was like "is he illiterate?" Until I remembered I am just stupid and you are probably not pronouncing it German like my head does.<|eor|><|eols|><|endoftext|> | 185 |
programmerhumor | MrPotatoFingers | gc4vy0l | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>Feature request: Half percent increments.<|eor|><|sor|>But only 20 bubbles fit on a page, requiring 11 pages (with 100 being the singular bubble on the last page, along with the mute check box)<|eor|><|sor|>I see you have experience with UI design.<|eor|><|eols|><|endoftext|> | 178 |
programmerhumor | bibimbapdroptop | gc4no16 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Be different.<|eor|><|eols|><|endoftext|> | 164 |
programmerhumor | Airowird | gc54prz | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Or in spelled (edit: English) alphabetical order.
* 8
* 18
* 80
* 88
* 85
* 84
* 89
* 81
* 87
* 86
* 83
* 82
* 11
* 15
* 50
* 58 . . .<|eor|><|sor|>I was like "is he illiterate?" Until I remembered I am just stupid and you are probably not pronouncing it German like my head does.<|eor|><|sor|>Oh man, German or Dutch would be even worse!
Or give each number a random language and sort by that!<|eor|><|eols|><|endoftext|> | 109 |
programmerhumor | Sgt_Sauris | gc4y0tu | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>It should really be checkboxes that are disabled unless the previous one is checked.<|eor|><|sor|>You are evil.
You can only ever uncheck the current one or check the next one. And, when you check mute, it automatically resets to 0.<|eor|><|eols|><|endoftext|> | 103 |
programmerhumor | Spajk | gc4xkgx | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>[found here, with many others that make me cry](https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950)
(Which in turn points back to this sub, and /r/badUIbattles )<|eor|><|sor|>Didnt they start here? I remember the great bad volume slider battles<|eor|><|sor|>Yup, it started on this sub<|eor|><|eols|><|endoftext|> | 83 |
programmerhumor | StereoBucket | gc4zttt | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>[found here, with many others that make me cry](https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950)
(Which in turn points back to this sub, and /r/badUIbattles )<|eor|><|sor|>Didnt they start here? I remember the great bad volume slider battles<|eor|><|sor|>Yup, it started on this sub<|eor|><|sor|>Good old times of actual humor.<|eor|><|eols|><|endoftext|> | 81 |
programmerhumor | ZappedMinionHorde | gc4wun7 | <|sols|><|sot|>Finally an advanced feature<|eot|><|sol|>https://i.redd.it/y1bhx3gq3yy51.jpg<|eol|><|sor|>What hurts me is that instead of a neat 10x10 arrangement they went with what they went with.<|eor|><|sor|>Could be worse, imagine alphabetical order:
- 1
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 2
- 20
...
:D<|eor|><|sor|>Even more alphabetical would be eight, eleven, fifty, fifty one - fifty nine, five, forty - forty nine, four, and so on<|eor|><|eols|><|endoftext|> | 71 |
programmerhumor | arrr93 | t3aw5f | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|eols|><|endoftext|> | 36,100 |
programmerhumor | IvDin | hyrcgcy | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>ObjC isnt that bad after all<|eor|><|eols|><|endoftext|> | 1,517 |
programmerhumor | NewWavpro | hyrizp3 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>first time I heard about the swift ban I thought they were banning russia from using the swift language and was really confused.<|eor|><|eols|><|endoftext|> | 1,373 |
programmerhumor | Axlefublr | hyri1vx | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>It's not like Russians can afford iPhones anymore since their currency is now worth less than Robux<|eor|><|sor|>We can still afford iPhones. It's just that we would rather not have this war not because we're getting poorer, but because we're supposed to kill our slav brothers for literally no reason and it's saddening and frustrating as hell<|eor|><|eols|><|endoftext|> | 593 |
programmerhumor | NMi_ru | hyrl87s | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>first time I heard about the swift ban I thought they were banning russia from using the swift language and was really confused.<|eor|><|sor|>Aww shit now I understand the meme O\_O<|eor|><|eols|><|endoftext|> | 505 |
programmerhumor | xInfinity24 | hyrjucr | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>ObjC isnt that bad after all<|eor|><|sor|>For those who don't get the joke... You can develop iOS apps using Swift and Objective C. However Swift appears to be easier to work with than Objective C. Hence the joke. (I'm not an iOS developer so someone can validate my opinion).
Good joke btw.
Edit: Also refer to [u/wslagoon's comment](https://www.reddit.com/r/ProgrammerHumor/comments/t3aw5f/war_isnt_funny_hopefully_my_memes_are/hys2rb0?utm_medium=android_app&utm_source=share&context=3) for more context regarding Russia and SWIFT.<|eor|><|eols|><|endoftext|> | 339 |
programmerhumor | repsolcola | hyrs5r2 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>Do you want to really break them? Ban Russia from stack overflow<|eor|><|eols|><|endoftext|> | 338 |
programmerhumor | A_H_S_99 | hyrpbrx | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>ObjC isnt that bad after all<|eor|><|sor|>I'm cracking<|eor|><|sor|>Please explain<|eor|><|sor|>From what I understand, swift is a system for money transfer between banks that basically hold up the entire financial system between countries. Russia was banned from it which means they can't transfer any money abroad or vice versa.
swift also so happens to be the name of the main (only?) language that IOS developers use, which replaced another old language, Objective-C/ObjC<|eor|><|eols|><|endoftext|> | 336 |
programmerhumor | Kejilko | hyrlo9r | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>first time I heard about the swift ban I thought they were banning russia from using the swift language and was really confused.<|eor|><|sor|>Aww shit now I understand the meme O\_O<|eor|><|sor|>I thought it was that Russian developers wouldn't be able to process payments, mobile games usually being very dependent on micro-transactions<|eor|><|eols|><|endoftext|> | 273 |
programmerhumor | xxmalik | hyrnb90 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>ObjC isnt that bad after all<|eor|><|sor|>For those who don't get the joke... You can develop iOS apps using Swift and Objective C. However Swift appears to be easier to work with than Objective C. Hence the joke. (I'm not an iOS developer so someone can validate my opinion).
Good joke btw.
Edit: Also refer to [u/wslagoon's comment](https://www.reddit.com/r/ProgrammerHumor/comments/t3aw5f/war_isnt_funny_hopefully_my_memes_are/hys2rb0?utm_medium=android_app&utm_source=share&context=3) for more context regarding Russia and SWIFT.<|eor|><|sor|>Swift was invented specifically because Obj-C was a pain in the ass.<|eor|><|eols|><|endoftext|> | 231 |
programmerhumor | devilfam | hyrclbu | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>ObjC isnt that bad after all<|eor|><|sor|>I'm cracking<|eor|><|eols|><|endoftext|> | 227 |
programmerhumor | BlazerBanzai | hyrgqut | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>You mean iOS devs *in* Russia <|eor|><|eols|><|endoftext|> | 211 |
programmerhumor | mickskitz | hyrk3e1 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>It's not like Russians can afford iPhones anymore since their currency is now worth less than Robux<|eor|><|sor|>We can still afford iPhones. It's just that we would rather not have this war not because we're getting poorer, but because we're supposed to kill our slav brothers for literally no reason and it's saddening and frustrating as hell<|eor|><|sor|>I think generally most of the world feel sympathy for Russian citizens as we know it is effectively one man on a crazy power trip, and while not as bad as what Ukrainians are going through, Russians are suffering too. I just want to know how at the end of all of this Putin can be removed from power, that is likely the best solution for everybody.<|eor|><|eols|><|endoftext|> | 208 |
programmerhumor | Axlefublr | hyrk8m4 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>It's not like Russians can afford iPhones anymore since their currency is now worth less than Robux<|eor|><|sor|>We can still afford iPhones. It's just that we would rather not have this war not because we're getting poorer, but because we're supposed to kill our slav brothers for literally no reason and it's saddening and frustrating as hell<|eor|><|sor|>I think generally most of the world feel sympathy for Russian citizens as we know it is effectively one man on a crazy power trip, and while not as bad as what Ukrainians are going through, Russians are suffering too. I just want to know how at the end of all of this Putin can be removed from power, that is likely the best solution for everybody.<|eor|><|sor|>I am glad people understand we don't actually want war. Putin is a spawn of Satan, I hope he gets dethroned asap.<|eor|><|eols|><|endoftext|> | 180 |
programmerhumor | Del_Capslock | hyrpbc5 | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>If there was a way to block Russians from playing CS 1.6 theyd overthrow Puntin by Wednesday afternoon.<|eor|><|eols|><|endoftext|> | 126 |
programmerhumor | julsmanbr | hyrp9gn | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>You mean iOS devs *in* Russia <|eor|><|sor|>Spotted the QA engineer<|eor|><|eols|><|endoftext|> | 126 |
programmerhumor | NMi_ru | hyrluge | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>first time I heard about the swift ban I thought they were banning russia from using the swift language and was really confused.<|eor|><|sor|>Aww shit now I understand the meme O\_O<|eor|><|sor|>I thought it was that Russian developers wouldn't be able to process payments, mobile games usually being very dependent on micro-transactions<|eor|><|sor|>Yep, this has been a very sensitive topic for us lately. Something's already happening for the ordinary people -- I've been unable to pay for the subway this morning using ApplePay; the old-fashioned bank card worked, though.<|eor|><|eols|><|endoftext|> | 125 |
programmerhumor | Wekmor | hyrcm1r | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>It's not like Russians can afford iPhones anymore since their currency is now worth less than Robux<|eor|><|sor|>are we supposed to know what a robux is ?<|eor|><|sor|>Crypto currency for kids to steal their parents credit cards to buy it.<|eor|><|eols|><|endoftext|> | 107 |
programmerhumor | mr_hard_name | hyra3op | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>Oh yeah, they won't be able to pay for the developer subscription, right?<|eor|><|sor|>I thought its about Swift language<|eor|><|eols|><|endoftext|> | 99 |
programmerhumor | TheFrankAnger | hyr9k2t | <|sols|><|sot|>War isn't funny. Hopefully my memes are<|eot|><|sol|>https://i.redd.it/b2nuxx6kbjk81.png<|eol|><|sor|>Oh yeah, they won't be able to pay for the developer subscription, right?<|eor|><|eols|><|endoftext|> | 88 |
programmerhumor | HexR1se | j35ktj | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|eols|><|endoftext|> | 36,089 |
programmerhumor | Yasea | g79xeus | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>The grapevine speaks about a guy who disabled all thermal security and let the project run for at 100% CPU on the laptop, until the thing died. Then he gave the laptop back, heat deformed plastic visible.<|eor|><|eols|><|endoftext|> | 809 |
programmerhumor | Killerkarni93 | g79wigo | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just pedal harder. Solved, off to buy a new yacht.<|eor|><|sor|>Found the PM<|eor|><|eols|><|endoftext|> | 530 |
programmerhumor | road_laya | g79zaxc | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>My work laptop still has the Windows 7 sticker. Along an "intel core i3 inside" sticker.<|eor|><|eols|><|endoftext|> | 291 |
programmerhumor | InvolvingLemons | g79z4l7 | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>The grapevine speaks about a guy who disabled all thermal security and let the project run for at 100% CPU on the laptop, until the thing died. Then he gave the laptop back, heat deformed plastic visible.<|eor|><|sor|>Used to have a Precision 7710, Id run furmark with the cpu test if I was somewhere cold and I could plug it in, I miss that old beast :3<|eor|><|eols|><|endoftext|> | 282 |
programmerhumor | hadidotj | g79xy1y | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just run all of the prod docker containers! That's what they are for, right?
Literally was asked that one time...<|eor|><|eols|><|endoftext|> | 265 |
programmerhumor | Scarbane | g7ahvt3 | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just pedal harder. Solved, off to buy a new yacht.<|eor|><|sor|>Found the PM<|eor|><|sor|>The customer: "Could you also *throw in* 173 new features by tomorrow that I've never mentioned before and haven't bothered to flesh out?"
Me: "That is not possible."
The customer: "How about I don't pay you more? Would that help?"
PM: "Scarbane will have it done by EOD, don't worry."
Me: *pondering hiring a hitman on the dark web*<|eor|><|eols|><|endoftext|> | 264 |
programmerhumor | prtkp | g79zhl9 | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Used to work at a place where our MacBook with 16GB of RAM needed to run a VM which needed around 12 GB to run plus Intellij, Slack and Firefox or Chrome. Setting up the dev environment on the VM could take over an hour.<|eor|><|eols|><|endoftext|> | 198 |
programmerhumor | johnklotter | g79yhcl | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>This project belongs into the cloud<|eor|><|eols|><|endoftext|> | 157 |
programmerhumor | Tipart | g79zvvq | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>The grapevine speaks about a guy who disabled all thermal security and let the project run for at 100% CPU on the laptop, until the thing died. Then he gave the laptop back, heat deformed plastic visible.<|eor|><|sor|>Used to have a Precision 7710, Id run furmark with the cpu test if I was somewhere cold and I could plug it in, I miss that old beast :3<|eor|><|sor|>Desktop space heater combo lol<|eor|><|eols|><|endoftext|> | 142 |
programmerhumor | linux-nerd | g79ytrd | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>The grapevine speaks about a guy who disabled all thermal security and let the project run for at 100% CPU on the laptop, until the thing died. Then he gave the laptop back, heat deformed plastic visible.<|eor|><|sor|>r/maliciouscompliance<|eor|><|eols|><|endoftext|> | 138 |
programmerhumor | WH1PL4SH180 | g7a06m8 | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>My work laptop still has the Windows 7 sticker. Along an "intel core i3 inside" sticker.<|eor|><|sor|>Our hospital still has NT Machines...<|eor|><|eols|><|endoftext|> | 117 |
programmerhumor | pr1ntscreen | g7a4mxy | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>The grapevine speaks about a guy who disabled all thermal security and let the project run for at 100% CPU on the laptop, until the thing died. Then he gave the laptop back, heat deformed plastic visible.<|eor|><|sor|>> disabled all thermal security
and voltage limitation<|eor|><|sor|>I just plug my CPU into a car battery to get that sweet 12 volt vcore.<|eor|><|eols|><|endoftext|> | 109 |
programmerhumor | GreatBigBagOfNope | g7a5usm | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just pedal harder. Solved, off to buy a new yacht.<|eor|><|sor|>Help me help you. You can have anything you want as long as it fits in our budget. You have my support to do whatever it takes.<|eor|><|sor|>Budget:
Pennies and old almonds, chewing gum wrapper
Support:
Replies to emails within the month, sets internal IM status to permanently "Busy"<|eor|><|eols|><|endoftext|> | 108 |
programmerhumor | hemispace | g79xok9 | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just download more RAM (Reactors And Motors)<|eor|><|eols|><|endoftext|> | 107 |
programmerhumor | markarious | g7aoc7v | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just pedal harder. Solved, off to buy a new yacht.<|eor|><|sor|>Found the PM<|eor|><|sor|>The customer: "Could you also *throw in* 173 new features by tomorrow that I've never mentioned before and haven't bothered to flesh out?"
Me: "That is not possible."
The customer: "How about I don't pay you more? Would that help?"
PM: "Scarbane will have it done by EOD, don't worry."
Me: *pondering hiring a hitman on the dark web*<|eor|><|sor|>That sounds like you are in a shitty work environment. My PMs actually listen to us when I say I cant have that done in 1 week. F<|eor|><|eols|><|endoftext|> | 100 |
programmerhumor | Father_Wolfgang | g7a2atg | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Just pedal harder. Solved, off to buy a new yacht.<|eor|><|sor|>Help me help you. You can have anything you want as long as it fits in our budget. You have my support to do whatever it takes.<|eor|><|eols|><|endoftext|> | 96 |
programmerhumor | science_and_beer | g7a5n0n | <|sols|><|sot|>Just clone the prod stack and u will be fine<|eot|><|sol|>https://i.redd.it/9pa3zrwqggq51.jpg<|eol|><|sor|>Used to work at a place where our MacBook with 16GB of RAM needed to run a VM which needed around 12 GB to run plus Intellij, Slack and Firefox or Chrome. Setting up the dev environment on the VM could take over an hour.<|eor|><|sor|>At least theyre giving you a good IDE? Early in my career the client gave our team laptops to use on their network and we literally were stuck using notepad++ on a Django project. Compared to PyCharm its like racing a Chevy Cavalier in a F1 Grand Prix. I became a fucking wizard with the frameworks CLI during that project..<|eor|><|eols|><|endoftext|> | 92 |
programmerhumor | Rachid90 | nhh1uw | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|eols|><|endoftext|> | 36,049 |
programmerhumor | Tecc3 | gywdixz | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|eols|><|endoftext|> | 936 |
programmerhumor | pyrotech911 | gywtgbt | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>Automating comes from Auto meaning self and mating meaning screwing<|eor|><|eols|><|endoftext|> | 807 |
programmerhumor | Herover | gywzog8 | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[deleted]<|eor|><|sor|>Also, all time is not equal. If all production systems are down, your boss is getting angry and your cat barfed on the carpet, those minutes saved will be gold.
Also if you have to do it 5 times a day it might get frustrating and impact other work since you have to loose focus.<|eor|><|eols|><|endoftext|> | 268 |
programmerhumor | SonicLoverDS | gywcbl5 | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>Its all about investment and returns. If you dont automate it itll take 10 minutes every time, but after youve spent those 10 days setting up the automation, itll take 10 seconds every time after that.<|eor|><|eols|><|endoftext|> | 222 |
programmerhumor | Zerafiall | gywfeqg | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>Its all about investment and returns. If you dont automate it itll take 10 minutes every time, but after youve spent those 10 days setting up the automation, itll take 10 seconds every time after that.<|eor|><|sor|>I swear even the top comments on the repost are re-comments.<|eor|><|eols|><|endoftext|> | 203 |
programmerhumor | throwawaybaldingman | gywawy4 | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>*Flashbacks to me trying to automate wall repair in Factorio by building a whole network that spans several regions to send repair kits to construction bots*.<|eor|><|eols|><|endoftext|> | 182 |
programmerhumor | skyandclouds1 | gywoq7c | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>You forgot the part where you still do it manually afterwards<|eor|><|eols|><|endoftext|> | 144 |
programmerhumor | Iuse_arch_btw | gywzjl4 | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>Automating comes from Auto meaning self and mating meaning screwing<|eor|><|sor|>Well, I'm screwed<|eor|><|eols|><|endoftext|> | 137 |
programmerhumor | omb-bob | gywl0xt | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>Its all about investment and returns. If you dont automate it itll take 10 minutes every time, but after youve spent those 10 days setting up the automation, itll take 10 seconds every time after that.<|eor|><|sor|>I swear even the top comments on the repost are re-comments.<|eor|><|sor|>Its all about investment and returns. If you dont automate it itll take 10 minutes every time, but after youve spent those 10 days setting up the automation, itll take 10 seconds every time after that.<|eor|><|eols|><|endoftext|> | 137 |
programmerhumor | b1ackcat | gywykyz | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>I've got it worse than that. Someone on my team wrote this phenomenal tool for managing all our micro services. It's truly a godsend and I don't know how we'd manage the project without it.
But it's a CLI program, and while I don't mind it, I wanted an easier way to check on some things in the program at a glance.
So I'm writing a full on web app with a slapped together background job queuing system to run bash scripts for me, just to have something run on a spare tablet mounted to my desk. It gives me a constant view of the system and buttons to make changes.
Necessary? Absolutely not. But I fuckin want it.<|eor|><|eols|><|endoftext|> | 100 |
programmerhumor | UnloadTheBacon | gywyqwc | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>That second one is legitimately really helpful.<|eor|><|eols|><|endoftext|> | 89 |
programmerhumor | Mateorabi | gywr9xe | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>I came for this<|eor|><|sor|>Odd fetish, but I'm not one to kink shame. You do you.<|eor|><|eols|><|endoftext|> | 88 |
programmerhumor | ImN0tAsian | gywur05 | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>*Flashbacks to me trying to automate wall repair in Factorio by building a whole network that spans several regions to send repair kits to construction bots*.<|eor|><|sor|>I float between project management and engineering and factorio ticks all the best boxes. Helluva game.<|eor|><|eols|><|endoftext|> | 69 |
programmerhumor | Eji1700 | gyx3lfd | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[deleted]<|eor|><|sor|>Also NOT. BREAKING. FLOW.
I have a process that should be automated, but it's from a vendor and their stuff is currently broken, and so it doesn't.
I have to log in, navigate to a screen, and push a button once a day. It takes a few minutes in the worst case (bad network/obnoxious software) and it is driving me fucking insane.
It's a simple enough task, that requires minimum effort, that "eh i'll do it later" is always on the back of my mind, but it's long enough that "i'll just stop what i'm doing and do it now, or while something else runs/compiles" doesn't feel like a great option.
There's a few details i'm omitting for briefness, but i'd gladly spend a month to fix this if it was in my power and consider it time well spent.<|eor|><|eols|><|endoftext|> | 65 |
programmerhumor | 911OpenUp | gyx0hgz | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>Automating comes from Auto meaning self and mating meaning screwing<|eor|><|sor|>Well, I'm screwed<|eor|><|sor|>congrats _mate_<|eor|><|eols|><|endoftext|> | 64 |
programmerhumor | miki_momo0 | gywvbrx | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>Hey if you need to do that task 4 times an hour, every hour, for 8 hours a day, 6 days a week, on a full time job, ***then hell yeah automate that crap!***<|eor|><|sor|>And more importantly, never tell anyone else about all the things youve automated.<|eor|><|eols|><|endoftext|> | 59 |
programmerhumor | possiblyis | gyxf60x | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>You forgot the part where you still do it manually afterwards<|eor|><|sor|>Y tho?<|eor|><|sor|>Because theres one or two issues that need fixing, and while theyre not major enough to warrant a ton of time fixing them, theyre big enough to where you cant trust the automation.
Source: my love/hate relationship with vba<|eor|><|eols|><|endoftext|> | 59 |
programmerhumor | grady_vuckovic | gywdwpe | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>Hey if you need to do that task 4 times an hour, every hour, for 8 hours a day, 6 days a week, on a full time job, ***then hell yeah automate that crap!***<|eor|><|eols|><|endoftext|> | 57 |
programmerhumor | delian2 | gywquzs | <|sols|><|sot|>Oh yeah!<|eot|><|sol|>https://i.redd.it/pd3g4aymod071.jpg<|eol|><|sor|>[Relevant XKCD](https://xkcd.com/1319/)
[Other relevant XKCD](https://xkcd.com/1205/)
[Yet another relevant XKCD](https://xkcd.com/974/)<|eor|><|sor|>I came for this<|eor|><|eols|><|endoftext|> | 56 |
programmerhumor | aykay55 | owigha | <|sols|><|sot|>A fair criticism of the universal language<|eot|><|sol|>https://i.redd.it/hw75ug3h4ze71.jpg<|eol|><|eols|><|endoftext|> | 36,033 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.