subreddit
stringclasses
7 values
author
stringlengths
3
20
id
stringlengths
5
7
content
stringlengths
67
30.4k
score
int64
0
140k
programmerhumor
tuxedo25
je53ld6
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>Honestly... code style is whatever my ide says it is for the language at hand until I am forced otherwise<|eor|><|sor|>My IDE (intellij for scala) puts constructor arguments that are on their own line about 17 spaces indented. hard no from me. ``` // what intelliJ thinks scala should look like class Animal( name: String ) { def speak() } ``` edit: my code block formats correctly on desktop but on mobile it's one long line. reddit, fix your shit.<|eor|><|eols|><|endoftext|>
440
programmerhumor
GrimLuthor
je4fdxr
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>We're forced to use GNU in uni<|eor|><|eols|><|endoftext|>
428
programmerhumor
very_humble
je5r2ot
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>wasnt there some psycho who wanted things to "look like python" and did: (I hope this thing accept crazy format) while (x == y) { func1() ; func2() ; }<|eor|><|sor|>If I ever saw that, I'd Ctrl+K+F that so fast...<|eor|><|sor|>Why not simply CTRL+A and then any character?<|eor|><|sor|>Because my keyboard doesn't have an "any" key<|eor|><|eols|><|endoftext|>
411
programmerhumor
omgsoftcats
je4kbex
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>Honestly... code style is whatever my ide says it is for the language at hand until I am forced otherwise<|eor|><|sor|>I like no space. Basically, you code and never hit space. Enter and Tab are allowed. Makes code super tight, great for low resolution monitors. There's also no shift where you never press shift which is great if you have wrist issues but variables get funny, and also no cap but I don't like that. These then lead to NS2 which is no space + no shift, the code just flows as fast as your thoughts it's crazy. Try it.<|eor|><|eols|><|endoftext|>
374
programmerhumor
MildVagueness
je5f7qw
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>Honestly... code style is whatever my ide says it is for the language at hand until I am forced otherwise<|eor|><|sor|>My IDE (intellij for scala) puts constructor arguments that are on their own line about 17 spaces indented. hard no from me. ``` // what intelliJ thinks scala should look like class Animal( name: String ) { def speak() } ``` edit: my code block formats correctly on desktop but on mobile it's one long line. reddit, fix your shit.<|eor|><|sor|>FTFY and for old reddit chads // what intelliJ thinks scala should look like class Animal( name: String ) { def speak() }<|eor|><|eols|><|endoftext|>
314
programmerhumor
PhantomO1
je4nyjt
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>You forgot while (x == y) { func1(); func2(); }<|eor|><|sor|>You've got to let the code breathe.<|eor|><|sor|>Unironically good, it's the same concept as using paragraphs, you gotta separate the different parts for easier reading<|eor|><|eols|><|endoftext|>
274
programmerhumor
GreedyBestfirst
je4g1bp
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>Haskell has some flair to it, but always ending with ; } looks gross<|eor|><|eols|><|endoftext|>
259
programmerhumor
Matrixneo42
je5j353
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>wasnt there some psycho who wanted things to "look like python" and did: (I hope this thing accept crazy format) while (x == y) { func1() ; func2() ; }<|eor|><|sor|>If I ever saw that, I'd Ctrl+K+F that so fast...<|eor|><|sor|>Why not simply CTRL+A and then any character?<|eor|><|eols|><|endoftext|>
251
programmerhumor
nullSword
je58nao
<|sols|><|sot|>Stop<|eot|><|sol|>https://i.imgur.com/9SimHEj.png<|eol|><|sor|>We're forced to use GNU in uni<|eor|><|sor|>Fun fact: The [Linux kernel style guide](https://www.kernel.org/doc/html/v4.10/process/coding-style.html) recommends burning a copy of the GNU style guide as a symbolic gesture.<|eor|><|sor|>> Coding style is very personal, and I wont force my views on anybody, but this is what goes for anything that I have to be able to maintain, and Id prefer it for most other things too. Please at least consider the points made here. Nice. This sounds like a very humble and reasonable approach to balancing consistency with individual preference. >Tabs are 8 characters, and thus indentations are also 8 characters. There are heretic movements that try to make indentations 4 (or even 2!) characters deep, and that is akin to trying to define the value of PI to be 3. Well that didn't last long.<|eor|><|sor|>>Tabs are 8 characters, and thus indentations are also 8 characters. 8 spaces feels like a massive amount of whitespace to use. I like to use tab characters because I'm a big fan of 3 space indentation, and I work with people who like 4 and 2. Tab characters can just be resized without hoping our IDE doesn't mess up respacing and without driving our source control crazy with whitespace changes.<|eor|><|eols|><|endoftext|>
232
programmerhumor
Nero8
ddc4b0
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|eols|><|endoftext|>
30,961
programmerhumor
estyles31
f2fgh45
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>I laughed, but inside I'm seething.<|eor|><|eols|><|endoftext|>
3,089
programmerhumor
Zalvixodian
f2fnigp
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>No wonder I despise Java so much. Just kidding, it's because Oracle.<|eor|><|eols|><|endoftext|>
1,245
programmerhumor
Korzag
f2g0cp6
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>Don't you mean "Better Java"?<|eor|><|eols|><|endoftext|>
643
programmerhumor
acousticcoupler
f2g0evx
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>I think you meant, *MS Visual J++, Windows 98 Edition*<|eor|><|sor|>Begone demon.<|eor|><|eols|><|endoftext|>
574
programmerhumor
cbasschan
f2ful0z
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>No wonder I despise Java so much. Just kidding, it's because Oracle.<|eor|><|sor|>Scala is the superior JVM language Change my mind<|eor|><|sor|>I think you meant Clojure. That typo happens all the time.<|eor|><|eols|><|endoftext|>
466
programmerhumor
Earth_Normal
f2gk22p
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>C# > Java<|eor|><|eols|><|endoftext|>
434
programmerhumor
MassiveFajiit
f2ggbf4
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>No wonder I despise Java so much. Just kidding, it's because Oracle.<|eor|><|sor|>Scala is the superior JVM language Change my mind<|eor|><|sor|>I think you meant Clojure. That typo happens all the time.<|eor|><|sor|>I'm out of the loop. Why would Clojure be better than both Java and especially Scala?<|eor|><|sor|>It's great if you have a traumatic past (because you'll try to seek Clojure)<|eor|><|eols|><|endoftext|>
392
programmerhumor
the1spaceman
f2fohlu
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>No wonder I despise Java so much. Just kidding, it's because Oracle.<|eor|><|sor|>Scala is the superior JVM language Change my mind<|eor|><|eols|><|endoftext|>
345
programmerhumor
tamrix
f2h3z6o
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>I laughed, but inside I'm seething.<|eor|><|sor|>[deleted]<|eor|><|sor|>Cthing#<|eor|><|eols|><|endoftext|>
320
programmerhumor
covercash2
f2ganj2
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>Realtalk now. Im a CS student. Why is everyone hating on java? Edit: Thanks for all your replies. So Java is just an older language that is a bit dated and does things that are modern today in a outdated way? I only know OOP programming and I like it a ton. Maybe I need to look into C# to see whats better?<|eor|><|sor|>it's complicated. it's an ok language. some of the more modern features look pretty silly if you're coming from a modern language because Java maintains backward compatibility. there are some nice things that are presently missing or will never be in Java because of the same compatibility issues. it's also one of the biggest languages in the enterprise scene. I did an internship at a Fortune 100 company that uses almost all Java. Android is built on Java as well. even those companies now are seeing some issues, but enterprise moves slow. some devs resent being held back because of an old software stack. another big reason is that Java went all in on OOP pretty early on. everything in Java is in a class hierarchy. these days functional programming is pretty big, and Java does a bit to satisfy this trend but not much. you can't have *just a function* in Java; it has to be wrapped in a class. this has led to a lot of weird patterns and antipatterns (the Factory pattern is our whipping boy here). other than that, it's just popular, so a lot of people use it, and even if a small vocal minority dislikes it that is still thousands if not tens of thousands of Java haters.<|eor|><|eols|><|endoftext|>
285
programmerhumor
Ceteris__Paribus
f2gnx04
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>[original comic](https://www.safelyendangered.com/comic/the-mario-bros/) if anyone else was interested.<|eor|><|eols|><|endoftext|>
236
programmerhumor
alexhansen-points
f2fuidc
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>I laughed, but inside I'm seething.<|eor|><|sor|>Me too!<|eor|><|sor|> Me too!<|eor|><|sor|>\++<|eor|><|eols|><|endoftext|>
213
programmerhumor
YungAldous
f2ggtyl
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>No wonder I despise Java so much. Just kidding, it's because Oracle.<|eor|><|sor|>Scala is the superior JVM language Change my mind<|eor|><|sor|>I think you meant Clojure. That typo happens all the time.<|eor|><|sor|>I think you mean Kotlin<|eor|><|eols|><|endoftext|>
172
programmerhumor
TorTheMentor
f2gcrfh
<|sols|><|sot|>Microsoft Java<|eot|><|sol|>https://i.redd.it/j0gld2s2skq31.jpg<|eol|><|sor|>Oh, you mean com.Microsoft.ReallyLongNameSpace.AnotherLongNameSpace.JustTryAndFitThisOnOneLine.YouCantDoIt?<|eor|><|eols|><|endoftext|>
149
programmerhumor
ss1st
hbu5a2
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|eols|><|endoftext|>
30,891
programmerhumor
smashmycomputer
fvb8ube
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|eols|><|endoftext|>
3,960
programmerhumor
KjoeLjan
fvbn9qs
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|sor|>This might be the best use for this and I feel it should become a standard.<|eor|><|eols|><|endoftext|>
1,269
programmerhumor
KjoeLjan
fvbqncn
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|sor|>This might be the best use for this and I feel it should become a standard.<|eor|><|sor|>[deleted]<|eor|><|sor|>The way we all do our jobs my friend: ctrl+c, ctrl+v<|eor|><|eols|><|endoftext|>
865
programmerhumor
fuzzy-focus
fvbm36p
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>i propose class _ (Exception): pass class (_): pass if user == utyp.DUMB: raise as a new pattern.<|eor|><|eols|><|endoftext|>
449
programmerhumor
Candlesmith
fvbrlix
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|sor|>This might be the best use for this and I feel it should become a standard.<|eor|><|sor|>[deleted]<|eor|><|sor|>The way we all do our jobs my friend: ctrl+c, ctrl+v<|eor|><|sor|>> our default IDE *laughs in vs code*<|eor|><|eols|><|endoftext|>
415
programmerhumor
Shevvv
fvbkkal
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>Gonna refactor all my variables to ( )<|eor|><|sor|>I would warn you against using combining characters, though, at least for printing. Python doesn't do that well.<|eor|><|eols|><|endoftext|>
357
programmerhumor
xigoi
fvbb0vl
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>[deleted]<|eor|><|sor|>https://www.emojicode.org/<|eor|><|eols|><|endoftext|>
304
programmerhumor
JonathanTheZero
fvblglq
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>Gonna refactor all my variables to ( )<|eor|><|sor|>I would warn you against using combining characters, though, at least for printing. Python doesn't do that well.<|eor|><|sor|>Also that one got brackets, this won't do well<|eor|><|eols|><|endoftext|>
278
programmerhumor
mayflyman4
fvbf6wi
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>FYI, is a Kannada letter, State language of Karnataka, India <|eor|><|eols|><|endoftext|>
257
programmerhumor
DrMaxwellEdison
fvc1djq
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|sor|>This might be the best use for this and I feel it should become a standard.<|eor|><|sor|>[deleted]<|eor|><|sor|>The way we all do our jobs my friend: ctrl+c, ctrl+v<|eor|><|sor|>> our default IDE *laughs in vs code*<|eor|><|sor|>1. Press Ctrl-Shift-P, type "snippets", and choose "Preferences: Configure User Snippets". 2. In the next dropdown, type "python", and choose the Python snippets file. 3. A file will open, which on Windows will be `AppData\Roaming\Code\User\snippets\python.json`. Follow the details in the comments to make a new snippet. Here's mine: "Hmm...": { "prefix": "hmm", "body": [ "_" ], "description": "Hmm..." } Now anytime you type `hmm` in a Python file, you can use the auto-complete option by pressing `Tab`, and it will be replaced by `_`.<|eor|><|eols|><|endoftext|>
220
programmerhumor
fuzzy-focus
fvbm75c
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>Gonna refactor all my variables to ( )<|eor|><|sor|>I would warn you against using combining characters, though, at least for printing. Python doesn't do that well.<|eor|><|sor|>Also that one got brackets, this won't do well<|eor|><|sor|>you could always look for a unicode character that looks similar... https://shapecatcher.com/<|eor|><|eols|><|endoftext|>
180
programmerhumor
darthmonks
fvbopw2
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>Gonna refactor all my variables to ( )<|eor|><|sor|>I would warn you against using combining characters, though, at least for printing. Python doesn't do that well.<|eor|><|sor|>Also that one got brackets, this won't do well<|eor|><|sor|>you could always look for a unicode character that looks similar... https://shapecatcher.com/<|eor|><|sor|>Step 1: Find ; Step 2: Replace Step 3: "???" Person Who's Code You Did This To Step 4: Profit.<|eor|><|eols|><|endoftext|>
143
programmerhumor
ZenEngineer
fvbz3t4
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>except Exeption as _:<|eor|><|sor|>> \#define throw > \#define (e) catch e > \#define (x) new FooException(x) > \#define > class _ :Exception > {} ... > try { > if(error) > () > } > ( _) > { Log.error();}<|eor|><|eols|><|endoftext|>
140
programmerhumor
-InThePit-
fvblj7x
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>[deleted]<|eor|><|sor|>https://www.emojicode.org/<|eor|><|sor|>It's beautiful... I think I'm going to cry<|eor|><|eols|><|endoftext|>
127
programmerhumor
dittbub
fvbwx3v
<|sols|><|sot|>Hmm...<|eot|><|sol|>https://i.redd.it/vsllfvj9ps551.jpg<|eol|><|sor|>i propose class _ (Exception): pass class (_): pass if user == utyp.DUMB: raise as a new pattern.<|eor|><|sor|>raise <|eor|><|eols|><|endoftext|>
114
programmerhumor
texzone
6bf6df
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|eols|><|endoftext|>
30,872
programmerhumor
28f272fe556a1363cc31
dhm5zii
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"T.I. calculates are better than HP calculators."<|eor|><|eols|><|endoftext|>
2,671
programmerhumor
InsidiousMind15
dhm8mzq
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>Hah study as a comp sci major? I spend 10% doing assignments and the other 90% fucking around Usually, it's the "Hard Science" (Physics, Electric Eng folk) who complain the most, at least in my experience<|eor|><|eols|><|endoftext|>
1,572
programmerhumor
ActuallyRuben
dhm9fps
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"T.I. calculates are better than HP calculators."<|eor|><|sor|>CASIO calculators are even better.<|eor|><|eols|><|endoftext|>
1,160
programmerhumor
Groincobbler
dhm9p1b
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>... is the engineering student a freemason? Does OP really dislike a guy in an engineering degree who has a square and compasses belt buckle or something?<|eor|><|eols|><|endoftext|>
1,134
programmerhumor
Justxrave
dhmdn3z
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>If you want to make an Engineering major mad, just tell them they're not scientists. I did this once and boy did I get 6 Engineers trying to murder me. <|eor|><|eols|><|endoftext|>
799
programmerhumor
retief1
dhm8r0e
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>Hah study as a comp sci major? I spend 10% doing assignments and the other 90% fucking around Usually, it's the "Hard Science" (Physics, Electric Eng folk) who complain the most, at least in my experience<|eor|><|sor|>It depends on the class. I definitely had classes where the final project took more time than a full time job.<|eor|><|eols|><|endoftext|>
740
programmerhumor
R3ez
dhmd7t9
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>*laughs in medical student*<|eor|><|eols|><|endoftext|>
695
programmerhumor
sargeantbob
dhm6okr
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>You should replace this with physics major. I was one, and let me tell you: we bitched this a lot. We even included engineers and math majors.<|eor|><|eols|><|endoftext|>
690
programmerhumor
sbf2009
dhmggxk
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>If you want to make an Engineering major mad, just tell them they're not scientists. I did this once and boy did I get 6 Engineers trying to murder me. <|eor|><|sor|>To be fair... they're not.<|eor|><|eols|><|endoftext|>
572
programmerhumor
OscariusGaming
dhmbeqc
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"T.I. calculates are better than HP calculators."<|eor|><|sor|>CASIO calculators are even better.<|eor|><|sor|>Nothing beats a GAXIO calculator though.<|eor|><|eols|><|endoftext|>
554
programmerhumor
Argetlam_Elda
dhm7l3b
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>Rant: There is a business major in our computer/software engineering learning community who says (and actually believes) that his homework takes less time because he does it when assigned, not last minute. He talks about it at least once or twice a month, he just can't figure out why we would do it the long way. <|eor|><|eols|><|endoftext|>
429
programmerhumor
muntoo
dhm9mn7
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>You should replace this with physics major. I was one, and let me tell you: we bitched this a lot. We even included engineers and math majors.<|eor|><|sor|>Haha, I don't doubt that. Physics and math students usually consider themselves to be better than each other, and much more evolved than a lowly engineer.<|eor|><|eols|><|endoftext|>
428
programmerhumor
CriminalMacabre
dhmatjh
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"Ahem, I have a lot of work" Then nothing happens because the engineering student has been coding nonstop the last 4 days<|eor|><|eols|><|endoftext|>
427
programmerhumor
PityUpvote
dhm8yza
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"T.I. calculates are better than HP calculators."<|eor|><|sor|>Who uses calculators anymore? <|eor|><|sor|>Engineers and accountants.<|eor|><|eols|><|endoftext|>
385
programmerhumor
Milleuros
dhmbxhb
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>I graduated from Physics one year ago. I remember during the Master, a couple friends wanted to hone their programming skills so they registered to a course on software engineering, in the CS department. The poor souls spent six days per week working exclusively on that specific course (worth 6 credits, we needed 30), from early morning to late evening. Almost all of them failed not only that course, but also several other exams because they did not have time to work on dedicated physics courses anymore.<|eor|><|eols|><|endoftext|>
382
programmerhumor
Glitch29
dhmdpfp
<|sols|><|sot|>How to find a STEM Major<|eot|><|sol|>https://i.redd.it/ldipjkqr9sxy.jpg<|eol|><|sor|>"T.I. calculates are better than HP calculators."<|eor|><|sor|>CASIO calculators are even better.<|eor|><|sor|>Nothing beats a GAXIO calculator though.<|eor|><|sor|>[Reference](https://www.youtube.com/watch?v=ovsYv-b-wWI), for anyone who's not familiar with Matt Parker's amazing calculator unboxing series.<|eor|><|eols|><|endoftext|>
369
programmerhumor
space-_-man
hl08s3
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|eols|><|endoftext|>
30,861
programmerhumor
zonderAdriaan
fww6qwf
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>There was a guy I vaguely knew from a party 2 years ago. He was really interested in ML/AI but never coded and I study computer science so we exchanged numbers but never really had contact again. 3 weeks ago he asked if I can explain Matlab to him. I said sure and asked why. He wanted to use it for reading plots of stock prices from his screen to predict what the stock exchange would do. So an image of a plot and not data stored in something like an array. It was difficult to kindly explain why this idea wouldn't work and why I didn't want to work on it (he didn't say it but I'm sure he wanted my help). He also has no background in maths and no clue how ML works.<|eor|><|eols|><|endoftext|>
1,748
programmerhumor
yottalogical
fww9lzx
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>There was a guy I vaguely knew from a party 2 years ago. He was really interested in ML/AI but never coded and I study computer science so we exchanged numbers but never really had contact again. 3 weeks ago he asked if I can explain Matlab to him. I said sure and asked why. He wanted to use it for reading plots of stock prices from his screen to predict what the stock exchange would do. So an image of a plot and not data stored in something like an array. It was difficult to kindly explain why this idea wouldn't work and why I didn't want to work on it (he didn't say it but I'm sure he wanted my help). He also has no background in maths and no clue how ML works.<|eor|><|sor|>Machine-learning enthusiasts who think it's just a black box which will help them avoid thinking about a problem or putting work in are the worst.<|eor|><|sor|>Just feed it the BiG DaTa and it will solve any problem known to humans.<|eor|><|eols|><|endoftext|>
832
programmerhumor
infecthead
fww8v8z
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Yeah i don't get it. I see a lot of ML courses online and i don't know if they are linear regression courses with a few buzzwords or if people are really going headfirst into machine learning that easily. I have a good (enough) Algorithms and DS foundation, i tried to read a few papers on ML and that shit scares me :).<|eor|><|sor|>all you gotta do is follow the tutorial. By the end of the month you'll have no idea how it works, but you can say that you made it.<|eor|><|sor|>Just import tensor flow, download this pre-cleaned/santised data, make a couple of function calls and no wockaz you've just become a certifiable ML expert<|eor|><|eols|><|endoftext|>
485
programmerhumor
BenjieWheeler
fww9oj4
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Haha Tensorflow go brrrrrr<|eor|><|eols|><|endoftext|>
334
programmerhumor
knight_vertrag
fww8i91
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Machine learning will never become as mainstream of a job prospect as something like web or app development. Its hardcore math with hardcore low level programming wrapped around it. Python is just 10% of the story and newbie programmers find out only when its too late and they don't meet the actual requirements to get those jobs.<|eor|><|eols|><|endoftext|>
299
programmerhumor
the_mocking_nerd
fww2ws2
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Where my fellow ui developers at ?<|eor|><|eols|><|endoftext|>
282
programmerhumor
Wekmor
fww7kw8
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Yeah i don't get it. I see a lot of ML courses online and i don't know if they are linear regression courses with a few buzzwords or if people are really going headfirst into machine learning that easily. I have a good (enough) Algorithms and DS foundation, i tried to read a few papers on ML and that shit scares me :).<|eor|><|sor|>When I first read up on python one of the very first things that came up was some stuff on ml, like yeah screw basics when you can mAchiNe LeArNiNg iN 1 hOuR<|eor|><|eols|><|endoftext|>
278
programmerhumor
StodeNib
fwwf4ff
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>There was a guy I vaguely knew from a party 2 years ago. He was really interested in ML/AI but never coded and I study computer science so we exchanged numbers but never really had contact again. 3 weeks ago he asked if I can explain Matlab to him. I said sure and asked why. He wanted to use it for reading plots of stock prices from his screen to predict what the stock exchange would do. So an image of a plot and not data stored in something like an array. It was difficult to kindly explain why this idea wouldn't work and why I didn't want to work on it (he didn't say it but I'm sure he wanted my help). He also has no background in maths and no clue how ML works.<|eor|><|sor|>Machine-learning enthusiasts who think it's just a black box which will help them avoid thinking about a problem or putting work in are the worst.<|eor|><|sor|>Just feed it the BiG DaTa and it will solve any problem known to humans.<|eor|><|sor|>Working in software development, I've learned to hate the terms Big Data and Machine Learning because of how often they are misused by management.<|eor|><|eols|><|endoftext|>
233
programmerhumor
Entropjy
fww2obk
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>I'm in this picture and I don't like it<|eor|><|eols|><|endoftext|>
207
programmerhumor
magungo
fww6bx3
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Where my fellow ui developers at ?<|eor|><|sor|>Aren't they in that short bus in the parking lot.<|eor|><|eols|><|endoftext|>
203
programmerhumor
I_KaPPa
fwwaau9
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Yeah i don't get it. I see a lot of ML courses online and i don't know if they are linear regression courses with a few buzzwords or if people are really going headfirst into machine learning that easily. I have a good (enough) Algorithms and DS foundation, i tried to read a few papers on ML and that shit scares me :).<|eor|><|sor|>When I first read up on python one of the very first things that came up was some stuff on ml, like yeah screw basics when you can mAchiNe LeArNiNg iN 1 hOuR<|eor|><|sor|>LiBraRiES<|eor|><|sor|>Gosh darn kids and their libraries! Back in my day we had to program our own processors by setting the bits physically with magnets<|eor|><|eols|><|endoftext|>
181
programmerhumor
jacksalssome
fww9g8g
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Yeah i don't get it. I see a lot of ML courses online and i don't know if they are linear regression courses with a few buzzwords or if people are really going headfirst into machine learning that easily. I have a good (enough) Algorithms and DS foundation, i tried to read a few papers on ML and that shit scares me :).<|eor|><|sor|>When I first read up on python one of the very first things that came up was some stuff on ml, like yeah screw basics when you can mAchiNe LeArNiNg iN 1 hOuR<|eor|><|sor|>LiBraRiES<|eor|><|eols|><|endoftext|>
169
programmerhumor
dleft
fwwe57c
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>Machine learning will never become as mainstream of a job prospect as something like web or app development. Its hardcore math with hardcore low level programming wrapped around it. Python is just 10% of the story and newbie programmers find out only when its too late and they don't meet the actual requirements to get those jobs.<|eor|><|sor|>Kinda agree, from seeing job openings and doing a little research there seems to be a job that exists between data scientist and software engineer, which is ML engineer. https://medium.com/@tomaszdudek/but-what-is-this-machine-learning-engineer-actually-doing-18464d5c699 That also seems to be where all the money is, avg salary according to indeed is $140k So knowing ML as a software engineer is beneficial, bc data scientist's job doesn't require to be good at programming<|eor|><|sor|>Agree. We have a bunch of maths PhDs sitting in a cupboard somewhere at work and they spit out the worst code imaginable, but it works for the job, albeit poorly optimised and unmaintainable. Our job is to take the sacred texts they pass down and translate them into fast, maintainable code that mortals can work on. Its a good pipeline, keeps the data scientists focused on what they need to be focused on, and likewise for the engineers.<|eor|><|eols|><|endoftext|>
155
programmerhumor
Makkaroni_100
fww7bed
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>There was a guy I vaguely knew from a party 2 years ago. He was really interested in ML/AI but never coded and I study computer science so we exchanged numbers but never really had contact again. 3 weeks ago he asked if I can explain Matlab to him. I said sure and asked why. He wanted to use it for reading plots of stock prices from his screen to predict what the stock exchange would do. So an image of a plot and not data stored in something like an array. It was difficult to kindly explain why this idea wouldn't work and why I didn't want to work on it (he didn't say it but I'm sure he wanted my help). He also has no background in maths and no clue how ML works.<|eor|><|sor|>I want to be an Astronaut, but can I skip the years of Training? Cant be that hard or?<|eor|><|eols|><|endoftext|>
148
programmerhumor
PM_ME_DIRTY_COMICS
fwwfut4
<|sols|><|sot|>From Hello world to directly Machine Learning?<|eot|><|sol|>https://i.redd.it/jo1op74w0t851.jpg<|eol|><|sor|>There was a guy I vaguely knew from a party 2 years ago. He was really interested in ML/AI but never coded and I study computer science so we exchanged numbers but never really had contact again. 3 weeks ago he asked if I can explain Matlab to him. I said sure and asked why. He wanted to use it for reading plots of stock prices from his screen to predict what the stock exchange would do. So an image of a plot and not data stored in something like an array. It was difficult to kindly explain why this idea wouldn't work and why I didn't want to work on it (he didn't say it but I'm sure he wanted my help). He also has no background in maths and no clue how ML works.<|eor|><|sor|>Machine-learning enthusiasts who think it's just a black box which will help them avoid thinking about a problem or putting work in are the worst.<|eor|><|sor|>Just feed it the BiG DaTa and it will solve any problem known to humans.<|eor|><|sor|>Working in software development, I've learned to hate the terms Big Data and Machine Learning because of how often they are misused by management.<|eor|><|sor|>I actually just started with a new company a couple weeks back. Their whole product is based around "Big Data" concepts but I've not once heard the term used. They're so distracted with making a pretty "reactive" UI and writing their own version of Oauth 3.0 that the one time a lot of the patterns and strategies used by BiG DaTa would actually solve a lot of problems. Like they have a single MySql DB with one 300 column table that loads data from semi-structured files sent in by clients and generate reports and market predictions off of it. That's the whole business.<|eor|><|eols|><|endoftext|>
139
programmerhumor
zoomer416
qt99pb
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|eols|><|endoftext|>
30,858
programmerhumor
anon517
hkimhyb
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|eols|><|endoftext|>
1,955
programmerhumor
happy--muffin
hkitsx8
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>Time to Git gud or uninstall then change career<|eor|><|eols|><|endoftext|>
550
programmerhumor
DeadAlready_16
hkhwn2k
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>It meant it got the same errors as the previous build, come on .. try generating new errors<|eor|><|eols|><|endoftext|>
457
programmerhumor
deadtingel
hkiss7p
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>I see this, laughing, with a tear slowly crouching down my cheek.<|eor|><|eols|><|endoftext|>
396
programmerhumor
how_do_i_read
hkit560
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like your life.`<|eor|><|eols|><|endoftext|>
374
programmerhumor
Poltras
hkisiql
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>Do you want to bet on the next one?<|eor|><|eols|><|endoftext|>
298
programmerhumor
MR_Weiner
hkj60m0
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>Time to Git gud or uninstall then change career<|eor|><|sor|>*runs git blame* Hmmmm, looks like Im to blame.<|eor|><|eols|><|endoftext|>
295
programmerhumor
FriesWithThat
hkj6g7e
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>Do you want to bet on the next one?<|eor|><|sor|> Error: build failure - the definition of insanity is to keep doing the same thing and expect different results. Beep.<|eor|><|eols|><|endoftext|>
199
programmerhumor
pr00thmatic
hkiu4xn
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like your life.`<|eor|><|sor|>`just like your last relationship`<|eor|><|eols|><|endoftext|>
149
programmerhumor
freakers
hkj9140
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>When I was a kid and shared a computer with my family I left my Hotmail account logged in. Well, my brother changed my name in the account to dumbass and for years whenever I logged into the account I was greeted with Welcome Dumbass! And I never thought anything of it other than, that's a bit rude.<|eor|><|eols|><|endoftext|>
126
programmerhumor
Cloakknight
hki0zir
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>*Image Transcription: Twitter Post* --- **Jakub Kozowski **, @kubukoz okay @github, I know my builds are shit but no need to be passive aggressive about it \[*Image of a notification*] >**Build Failed** > >The build **failed**, just like the previous build. --- ^^I'm&#32;a&#32;human&#32;volunteer&#32;content&#32;transcriber&#32;for&#32;Reddit&#32;and&#32;you&#32;could&#32;be&#32;too!&#32;[If&#32;you'd&#32;like&#32;more&#32;information&#32;on&#32;what&#32;we&#32;do&#32;and&#32;why&#32;we&#32;do&#32;it,&#32;click&#32;here!](https://www.reddit.com/r/TranscribersOfReddit/wiki/index)<|eor|><|eols|><|endoftext|>
115
programmerhumor
sblahful
hkjd9h2
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>When I was a kid and shared a computer with my family I left my Hotmail account logged in. Well, my brother changed my name in the account to dumbass and for years whenever I logged into the account I was greeted with Welcome Dumbass! And I never thought anything of it other than, that's a bit rude.<|eor|><|sor|>Looks like your brother had a point<|eor|><|eols|><|endoftext|>
111
programmerhumor
PotatoWriter
hkjpeky
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>I see this, laughing, with a tear slowly crouching down my cheek.<|eor|><|sor|>Crouching Tear, Hidden Commit?<|eor|><|eols|><|endoftext|>
106
programmerhumor
ProgramTheWorld
hkj01zl
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like your life.`<|eor|><|sor|>`just like your last relationship`<|eor|><|sor|>What relationship?<|eor|><|eols|><|endoftext|>
91
programmerhumor
ThatDollfin
hkjgihr
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>Time to Git gud or uninstall then change career<|eor|><|sor|>*runs git blame* Hmmmm, looks like Im to blame.<|eor|><|sor|>"That can't be right... how could I be responsible for my own failure?"<|eor|><|eols|><|endoftext|>
62
programmerhumor
droi86
hkiqdx0
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>... please replace programmer<|eor|><|eols|><|endoftext|>
60
programmerhumor
FarhanAxiq
hkkfrad
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like the previous build. And probably, every build in the future. Dumbass.`<|eor|><|sor|>Time to Git gud or uninstall then change career<|eor|><|sor|>*runs git blame* Hmmmm, looks like Im to blame.<|eor|><|sor|> $ git blame Your shit code. $<|eor|><|sor|>`git blame someone-else`<|eor|><|eols|><|endoftext|>
59
programmerhumor
vigbiorn
hkj3lkl
<|sols|><|sot|>GitHub being passive aggressive..<|eot|><|sol|>https://i.redd.it/ngo1xqhu8fz71.jpg<|eol|><|sor|>`Error: The build failed, just like your life.`<|eor|><|sor|>`just like your last relationship`<|eor|><|sor|>What relationship?<|eor|><|sor|>Stop! They're already dead!<|eor|><|eols|><|endoftext|>
57
programmerhumor
WholeGrainsforFree
s5wsvv
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|eols|><|endoftext|>
30,830
programmerhumor
hydroboii
ht0b8ac
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>Atleast they're honest<|eor|><|eols|><|endoftext|>
1,907
programmerhumor
lightwhite
ht0hhz7
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>Atleast they're honest<|eor|><|sor|>Ssshhhhh. They are going through a painful Agile DevOps transformation.<|eor|><|eols|><|endoftext|>
614
programmerhumor
Costyyy
ht0jc6r
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>Why the fuck do people need apps for wallpapers? What's wrong with "save image"?!<|eor|><|sor|>Dynamic wallpaper, if you want scrolling matrix code<|eor|><|sor|>And if you want to run out of battery as fast as possible.<|eor|><|eols|><|endoftext|>
254
programmerhumor
nikhilmwarrier
ht0so52
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>[deleted]<|eor|><|sor|>Looking at you, Google Chrome's Play Store page<|eor|><|eols|><|endoftext|>
248
programmerhumor
onichama
ht0d4xp
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>*Image Transcription: App Store* --- **Splash - HD Wallpapers** Details --- What's new \* The application icon has been changed. \* Ads now appear less recurring. \* New categories. \* Fixed the bug that caused it to close when entering for the first time. \* We have solved the bugs that we had added in the previous version. \* [*Underlined red:*] We have added even more bugs to avoid losing our jobs. --- ^^I'm&#32;a&#32;human&#32;volunteer&#32;content&#32;transcriber&#32;and&#32;you&#32;could&#32;be&#32;too!&#32;[If&#32;you'd&#32;like&#32;more&#32;information&#32;on&#32;what&#32;we&#32;do&#32;and&#32;why&#32;we&#32;do&#32;it,&#32;click&#32;here!](https://www.reddit.com/r/TranscribersOfReddit/wiki/index)<|eor|><|eols|><|endoftext|>
238
programmerhumor
Gaothaire
ht0hhxl
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>Why the fuck do people need apps for wallpapers? What's wrong with "save image"?!<|eor|><|sor|>Dynamic wallpaper, if you want scrolling matrix code<|eor|><|eols|><|endoftext|>
210
programmerhumor
Knuffya
ht0g3h3
<|sols|><|sot|>They have a job to keep!<|eot|><|sol|>https://i.redd.it/qpyd7ozdw6c81.jpg<|eol|><|sor|>Why the fuck do people need apps for wallpapers? What's wrong with "save image"?!<|eor|><|eols|><|endoftext|>
203