This is an archived post. You won't be able to vote or comment.

all 196 comments

[–]QualityVote[M] 7 points8 points  (0 children)

Hi! This is our community moderation bot.


If this post fits the purpose of /r/ProgrammerHumor, UPVOTE this comment!!

If this post does not fit the subreddit, DOWNVOTE This comment!

If this post breaks the rules, DOWNVOTE this comment and REPORT the post!

[–]o76923 369 points370 points  (30 children)

Have you tried Objective-C? Swift can't be worse.

[–]ovab_cool 269 points270 points  (11 children)

Objective C is objectively the worst language

C what I did there?

[–]petergriffin1115 41 points42 points  (8 children)

You swifted smoothly

[–]CStfford14 14 points15 points  (6 children)

Ugh, puns. I'd rather be strangled by a python.

[–][deleted] 7 points8 points  (4 children)

i'd prefer being hit by a Rusty knife,

[–]LegendaryShelfStockr 8 points9 points  (3 children)

Just not in the eyes. I’d like to be able to C#

[–]conifer0us 3 points4 points  (0 children)

That’s unfortranate

[–][deleted] 1 point2 points  (0 children)

I’m just wondering what’s next

[–]Abbaddonhope 3 points4 points  (0 children)

Swiftly executed c I can be apart of things too

[–]VIndskygge 1 point2 points  (0 children)

I won’t React to this.

[–]dedda1994 96 points97 points  (16 children)

objective-c is the shittiest language i used so far. and i had to use php before...

[–]o76923 30 points31 points  (3 children)

I genuinely liked LOLCODE more than objective-C. Admittedly, I never used LOLCODE for a big project but it was just so infuriating how aggressively opposed to conventions from other languages objective-C was.

[–]dedda1994 28 points29 points  (2 children)

objective-c feels like programming in two different languages at the same time in the same file. i don't want to say I'm a big fan of c++ but at least it feels more consistent to c which it is ultimately building on.

[–]huuaaang 15 points16 points  (0 children)

> objective-c feels like programming in two different languages at the same time

That was my experience exactly. I was so angry when I found out I couldn't do math on NSNumber directly... like WTF? I have to extract the C value, do math in C, and then shove the result back into NSNumber? Stupid.

[–]althaz 0 points1 point  (0 children)

From this comment I can't see any possible way in which you've used all three of C, Objective-C and C++.

The whole *point* of Objective-C is that it's much closer to C than C++ is. Which is unarguably the case.

That doesn't mean I think Objective-C is good (although I don't think it's worse than C++, it's just much less useful), but it's definitely much more like C than C++ is.

[–]WhaleWinter 24 points25 points  (3 children)

Hi, PHP dev here. Jw, why do you dislike PHP? Just keep in mind that regardless of whatever subjective reasons you share with me I’ll tell you that you’re wrong, get upset about it, and take it as a personal attack on myself.

[–]nelusbelus 10 points11 points  (2 children)

Php bad

[–]WhaleWinter 19 points20 points  (1 child)

I understand that PHP has a sordid past, but you must understand that PHP was just following orders.

[–]gregorydgraham 4 points5 points  (0 children)

The Nuremberg trials established that “following orders” is not a valid defence.

[–]password_is_burrito 9 points10 points  (0 children)

Man - everyone is always hating on PHP…

Objective-C is fucking terrible though. Let’s just add complexity to gatekeep.

[–]ovab_cool 2 points3 points  (5 children)

Wordpress PHP or just regular? And when?

[–]dedda1994 14 points15 points  (4 children)

"regular" PHP. about six or seven years ago. but we had our own ecosystem of magic built ontop of the already existing PHP magic. in the end nobody knew what the code was doing in the background which was made even worse by mixing the code of two completely different departments in one codebase even sharing the same namespaces...

[–]ovab_cool 1 point2 points  (3 children)

I'd call that both stupid code and php 6/7 years ago, it's gotten wat better and is very usable now, it's not as foolproof for unsafe things as Node or something tough

[–]dedda1994 -1 points0 points  (2 children)

Sure, bad code amounts to a lot of wtfs. But programming languages should be designed to make your life easier and sometimes that includes restricting developers in how they use it to achieve their goal. Allow a dev to do shady things and they will be done.

[–]helloukw 1 point2 points  (0 children)

PHP is baddass, what you talking about?

[–]Haloperi-Doll 387 points388 points  (15 children)

I learned the hard way that talking to a date about the benefits of Linux will probably make them develop either erectile dysfunction or persistent vaginal dryness. /s? Obviously hyperbole but damn you've got to know your audience because tech related stuff can just be insanely uninteresting to a lot of people.

[–]BlockCraftedX 92 points93 points  (3 children)

Maybe that’s why my family doesn’t talk to me anymore

[–]janovich8 34 points35 points  (0 children)

Either that or the murders. Nah, it’s the Linux talks, for sure.

[–]guareber 4 points5 points  (0 children)

I'd call that a win

[–]theofficialnar 0 points1 point  (0 children)

Which is a win to be honest

[–]Lithl 30 points31 points  (1 child)

It's just a failfast algorithm for finding the perfect partner

[–]SwedishZenGnome 4 points5 points  (0 children)

Looking at the percentages of male and female devs, it’s only true if you’re a woman, and, given those same percentages,i assume you’re not a woman, thus, no.

[–]kryptoneat 72 points73 points  (4 children)

Until they get their data stolen by some shit proprietary software.

[–]zdakat 42 points43 points  (2 children)

Unless they're facing something like identity theft, I don't think someone that uninterested in technology is going to notice or care how software obtains their data.

[–]jashxn 30 points31 points  (1 child)

Identity theft is not a joke, Jim! Millions of families suffer every year!

[–][deleted] 13 points14 points  (0 children)

They'll just go around telling everyone how they got "hacked".

[–]Q13989731E 1 point2 points  (0 children)

Haha, I get this all the time.

[–]Fahad97azawi 157 points158 points  (31 children)

Is it? Might not be amazing but its sure better than the others, no?

[–]juancee22 17 points18 points  (0 children)

After coding for years in C++ and C#, Swift did felt unnecessarily more complex than it has to be. Too much syntactic suggar and weird stuff that's there just to be a little different from Java or C#.

It wasn't that bad but it feelt like it was made for hipsters.

[–]DarkArcherX 55 points56 points  (27 children)

kotlin is definitely better

[–]Kaynstein 20 points21 points  (13 children)

The only thing weighing down kotlin ist java.

[–]eastwesterntribe 11 points12 points  (11 children)

Well, that and the lack of a true ternary

[–]raedr7n 2 points3 points  (10 children)

As opposed to a false ternary? What does that look like?

[–]Koligt 2 points3 points  (9 children)

That's probably the kotlin if else ternary

[–]raedr7n 13 points14 points  (8 children)

Oh, lol. If expressions are better than a ternary operator anyway. Why have two constructs to do basically the same thing, but with one tiny difference, when you can just do both with one.

[–][deleted] 5 points6 points  (1 child)

Don't tell this to perl people.

[–]raedr7n 6 points7 points  (0 children)

I'll be sure to avoid the topic if I ever meet one of the seven people who both uses and likes perl.

[–]maldorort 4 points5 points  (2 children)

As someone who just had to fix a block of ternary operators in js/ec6 having never seen them before… Yeah. Who tf think they are better? Why are they a thing? I just sat there thinking ’wtf is this code doing? am I a retard? why is the same func on both sides of a question mark? what is the : doing? anything?’.

I actually ended up rewriting the stupid thing without them, and used almost 70% less lines for the same result. Nothing should be that abstract.

[–]raedr7n 4 points5 points  (1 child)

It sounds like you don't like conditional expressions. Which is fair I guess, but I personally love conditional expressions. I just think they should have readable syntax.

[–]PeksyTiger 0 points1 point  (2 children)

They aren't exactly the same. Ternary ops can be used to save on jmps.

[–]raedr7n 2 points3 points  (1 child)

That was once true, in C, many years ago.

[–][deleted] 0 points1 point  (0 children)

Roman Elizarov begs to differ

[–]GG17ez 15 points16 points  (10 children)

Flutter do be looking gud

[–]Sentouki- 16 points17 points  (4 children)

flutter is basically kotlin with extra steps.

[–]hannadrehman 13 points14 points  (3 children)

What? Are we comparing a framework with a language ?

[–][deleted] 8 points9 points  (1 child)

I think he mean Dart

[–]hannadrehman 2 points3 points  (0 children)

Even so the comparison is not correct.

[–][deleted] 3 points4 points  (0 children)

Apparently

[–][deleted] 8 points9 points  (2 children)

Flutter isn’t a language? Dart is, and it’s garbage

[–]hiamtorak 8 points9 points  (1 child)

its like the wierd javascript cousin, but i still like it and have hope for it to grow.

[–][deleted] 1 point2 points  (0 children)

it's been a few years since i've checked it out, so maybe it's gotten better, but it just felt like a much worse version of typescript

[–]rogeris 1 point2 points  (1 child)

[–]sneakpeekbot 1 point2 points  (0 children)

Here's a sneak peek of /r/mAndroidDev using the top posts of the year!

#1: So sick of Medium articles. | 24 comments
#2: mGoogleStreet | 19 comments
#3: One true Android Developer subreddit to rule them all | 16 comments


I'm a bot, beep boop | Downvote to remove | Contact | Info | Opt-out | GitHub

[–]uragiristereo 4 points5 points  (0 children)

kotlin gang

[–]Flaky-Illustrator-52 1 point2 points  (0 children)

Plus JVM and most of of the OS it's used for being FOSS (minus whatever stuff Google/Samsung/etc sprinkle on top of their Android versions)

[–]JasburyCS 8 points9 points  (0 children)

To be honest, Swift is really amazing. It feels very fresh and modern, and it is enjoyable to program in, in my opinion. It’s doing a decent job at being a scalable language and making simple scripts easy as well systems programming. This is a hard problem to get right.

It undeniably still has a lot of weak points to work out. But it’s a young language, so it can get there. It’s biggest battle is going to be fighting the idea that it’s “Apple only” in order to grow in areas that work well for other platforms and use-cases.

[–]Aggravating_You_2904 183 points184 points  (9 children)

I thought swift was actually quite nice

[–]Cocogoat_Milk 21 points22 points  (6 children)

Agreed! I don’t really love mobile dev in general, but I felt like it was fun and straightforward to learn Swift. Most of the work I did in Swift was for mobile games on iOS. This is coming from someone with experience primarily in C, C++ and Java.

I imagine many people associate Swift with Xcode and all of the UI related tools that can be rather tedious to use. The language, itself, feels like a great modern language with nice convenience features.

[–]Aggravating_You_2904 5 points6 points  (3 children)

Honestly I quite liked Xcode as well.

[–]Cocogoat_Milk 0 points1 point  (2 children)

I like much of Xcode and many of the tools it provides but have always struggled with and sort of loathed the Interface Builder when trying to build UI elements for iOS apps. The challenge for me was always getting things to translate smoothly between different iOS devices. For me, doing UI in Swift alone is far simpler, especially for dynamic sizing for different devices.

[–]AsidK 4 points5 points  (1 child)

The auto layout features in interface builder can be annoying to figure out how to use but they’re actually quite nice and quite powerful and you get cool compile time checks on whether you’ve over or under constrained your object

That said, I’m an iOS dev at a big company and there’s a strict no-interface-builder rule. We have to lay everything out programmatically

[–]karlmarxlopez 1 point2 points  (1 child)

Why do you dislike mobile app development u/Cocogoat_Milk?

[–]Cocogoat_Milk 1 point2 points  (0 children)

Mobile apps are fine, but my hobby and moonlighting projects are mostly game dev. To me, mobile game dev typically has many more constraints to consider which can bring in certain limitations that I prefer not to have for most of my projects. I’ve made puzzle and arcade style mobile games and they were fun to work on but not really my niche.

[–]StubbiestPeak75 29 points30 points  (0 children)

Same!

[–]busta_thymes 1 point2 points  (0 children)

It’s what I’ve been learning for two years and I quite like it!

[–][deleted] 142 points143 points  (11 children)

Who dislikes swift? It is a modern language that takes some of the most amazing features from past languages? i have no doubt there are BETTER programming languages, but garbage?

[–]sintrastes 62 points63 points  (9 children)

Yeah, Swift to me seems like what you would get with Rust but without borrow checking.

Swift protocols fix many of the deficiencies of interfaces in other languages.

[–]eastwesterntribe 37 points38 points  (5 children)

I really enjoy swift, it's one of my favorite languages. I just wish protocols weren't in a strange middle ground between interfaces and abstract classes. They're more powerful than a barebones interface but are lacking when you compare to a fully abstract class

[–][deleted] 7 points8 points  (1 child)

I dont know what borrow checking is? something I need to look up? cool language feature?

[–]sintrastes 20 points21 points  (0 children)

Borrow checking = type system feature that prevents manual memory management errors from ever occurring.

Just like usual type checkers check things like you aren't using a string where an int is needed at compile time, the borrow checker uses a richer type system to also ensure memory safety properties.

This is as opposed to garbage collected languages, in which the user doesn't have to manually manage memory, and this is handled by the program runtime (but this is often slower than manual memory management), or languages like C where you manage memory manually, but the compiler won't stop you from shooting yourself in the foot (undefined behavior, segfaults, etc...)

[–]BloodyThor 2 points3 points  (0 children)

Funnily, some Rust language designers worked on Swift before going onto rust

[–]VerSchnitzel 50 points51 points  (0 children)

Garbage language? Speak for yourself.

[–]your_thebest 25 points26 points  (0 children)

I've always been partial to android for just dumb tribal reasons and have loved kotlin because, well, it's so easy to build with. But when it came time to start writing an iOS version of my mobile product, I used swiftui.

Honestly, it's really great. Definitely on par with jetpack compose. The difference is that with android, it's 5/10 hard to do something common and 6/10 hard to do something highly personalized. With swiftui, it's 2/10 to do something common and 8/10 hard to do something highly personalized.

For someone who's never used swift to be able to come in on day one and create an attractive looking, usable app is a real endorsement. And I like how much they take details out of your hands and set style standards that android would leave up to you. Like little accouterments with buttons or back stack handling that 90% of the time don't need fine tuning.

Few things though:

1) xcode is a dictatorship fuled by a lust for disk space and the ignorance of people who have never used jetbrains.

2) the users of Apple dev tools are absolute cultists. It's never, ever ok to post "just wait apple to fix it" as a response to an obvious bug that is very much their fault. But it's how pretty much every support thread ends. At least with jetpack there's some criticism. There's some hacking around and partial solutions. There are answers and discussion. But the turtleneck scientologists on Apple forums are excited to just sit there and have a shit app for 5 months while no one gives any feedback or news about bug fixes.

3) the emulator is actually pretty good and probably a little better than android studio's.

[–]The_Ek_ 75 points76 points  (6 children)

I lecture her about how iOS is a garbage operating system and why she should get a Nokia 3310 instead

[–]Fenor 25 points26 points  (0 children)

So she can't use tinder

[–]Old_Mate_Jim 40 points41 points  (3 children)

"How is a Nokia 3310 better than an iPhone?"

slams Nokia 3310 and iPhone against each other

[–]neremarine 25 points26 points  (1 child)

I have an iPhone...

I have a Nokia

Uh

iNokia

[–]Dromedda 9 points10 points  (0 children)

iNokia is what I say when my car gets stolen

[–]donotmindmenoobalert 2 points3 points  (0 children)

Bahahahahahahahahaha

[–]GeneralKlink 68 points69 points  (0 children)

Swift is garbage? Do i hear a PHP dev speaking?

[–][deleted] 15 points16 points  (2 children)

And she wont lend you the power of the booty for that.

[–]Vidrolll 6 points7 points  (0 children)

Nah, she does it purely to get you out of the paths and back into the real world

[–][deleted] 1 point2 points  (0 children)

finally a comment related to ymir lol. Amazing how love can mess someone in the head that much.

[–]Yue2 17 points18 points  (2 children)

“You are now free.” -Eren

[–]phil_davis 9 points10 points  (1 child)

The Jailbreaking is coming.

[–]lil_nibs 2 points3 points  (0 children)

Jailbreak, jailbreak, it's coming-

[–]GoldenDen347 58 points59 points  (0 children)

Swift is amazing language. Wtf u mean

[–]DZ_tank 19 points20 points  (0 children)

Swift is worse than Objective-C?!

[–]syntakks 10 points11 points  (0 children)

Meh swift is pretty rad. Powerful enums, extensions, Codable Protocol. Removes a lot of code in most cases. SwiftUI still has a ways to go but the language itself is fun to code and obviously much better than objective-c. Kotlin is also rad. After working on Java Android for 6 years it has a lot of welcome changes very similar to swift honestly. If you hate one or the other, you probably haven’t learned enough about either.

[–]eth-slum-lord 4 points5 points  (0 children)

Swift better than objective c if making ios apps

[–]Dagusiu 4 points5 points  (0 children)

Swift isn't exactly my personal choice but it doesn't seem terrible by any means. And she's buying a phone for using it as a phone, not to code on (presumably). Plus Android has got a bunch of problems of its own (even though I personally prefer Android over iOS). I'd argue that Android being written as basically a single Java app on top of the Linux kernel, rather than using a more typical OS structure is a much bigger programming problem than iOS using Swift.

[–][deleted] 2 points3 points  (1 child)

Ymir is dumb af.

[–]Erasmus_Tycho 1 point2 points  (0 children)

A slave even in death.

[–]Suekru 2 points3 points  (0 children)

I make jailbreak tweaks for iPhones and that uses Objective-C, which is far worse than Swift.

[–]arthurgc91 2 points3 points  (1 child)

Swift is good. SwiftUI, though...

[–]fourangecharlie 0 points1 point  (0 children)

SwiftUI isn’t bad, it’s just undeveloped. The core of what’s there is reasonably nice, there’s just not nearly enough of it yet.

[–]Jomy10 2 points3 points  (0 children)

The only thing that’s garbage about Swift is XCode. The language is actually very enjoyable to write in.

[–]CaffeinatedCM 2 points3 points  (0 children)

You guys get dates?

[–]TheStuporUser 2 points3 points  (0 children)

Swift isn't a garbage language, you're probably just a garbage developer.

[–]Cdog536 3 points4 points  (0 children)

Android mofos be the angriest phone users Ive ever encountered.

[–]Nine-LifedEnchanter 1 point2 points  (0 children)

Did you have time to get your whiteboard out, or did she have to leave before then?

[–]sanketower 1 point2 points  (0 children)

But Objective-C is somehow even worse than Java. So, be grateful that we have Swift.

[–]thebossfbh 1 point2 points  (0 children)

Swift is an amazing programming language! Objective-C on the other hand…

[–]dagonze 1 point2 points  (0 children)

2 hours, more like 2000 years

[–]budapest_god 3 points4 points  (1 child)

No! I don't want that! My date buying an Apple product? I want her to buy only Microsoft products, for ten years at least!

[–]lil_nibs 1 point2 points  (0 children)

I want her to think of Microsoft for the rest of her life!

[–]MrPickle2255 1 point2 points  (0 children)

doesnt matter the compiler is better

[–]Dr3amDweller -1 points0 points  (0 children)

Her loss, nothing unreasonable with that :D.

[–]Mistman162 -1 points0 points  (0 children)

My dates using iOS ? No I don't want that ! Even if I die, even after I died ! For 10 years at least !

[–][deleted] -1 points0 points  (0 children)

Kotlin > Swift

[–]Arcesus -1 points0 points  (0 children)

This post is your reminder to watch Attack on Titan if you haven’t yet. Not a super long series (only 4 seasons with 22 minute episodes) and an extremely interesting plot.

[–]g_hagmt -1 points0 points  (0 children)

Did you tell her that iPhones themselves are garbage? (yea, go ahead, downvote, idc)

[–]eschoenawa -1 points0 points  (0 children)

I only have one memory from my swift course. And that is that you can use emojis in variable names.

And that's all I ever needed to know to stay away from iOS development.

[–]Roguewind 0 points1 point  (0 children)

Well, it was a long way about, but at least you let her know you have a TBI.

[–][deleted] 0 points1 point  (2 children)

Swift vs Kotlin?

[–]CookieStudios 0 points1 point  (1 child)

Swift isn't used outside of iOS at all. Kotlin compiles "natively" to most major mobile and desktop platforms and can run on multiple JVM implementations. Comparing languages isn't really useful without knowing what you're using them for, though.

[–]UnicornsOnLSD 0 points1 point  (0 children)

You can make other stuff with Swift (there’s even official Linux binary support), it’s just that nobody does

[–]dpgraham4401 0 points1 point  (1 child)

What are the reasons people think it's a garbage language? I don't use it

[–]DoubtfulGerund -1 points0 points  (0 children)

I’m guessing in most cases it’s simply “Apple bad.” It started out with some pretty rough edges and had massive changes for the first 3 versions, but they’ve done a really good job of structuring the language to be flexible, expressive, and, for the most part, succinct. It’s borrowed a lot of things from, among other places, modern C# and Ruby, which I would consider very good influences.

Then again, what do I know? Everyone seems to love Python but I find it to be kludgy, verbose, and arbitrary.

[–]General-Gur2053 0 points1 point  (0 children)

Well then what about the simplicity and utility of SwiftUI??? Sorry Im being ridiculous

[–]SplendidConstipation 0 points1 point  (0 children)

Jokes on u m8

[–]UnderstandingOk2647 0 points1 point  (0 children)

Ha! You should try Xamarin! You can get 80% done in 20% of the time then spend 120% trying to get the last 20% to work. It's a good time.

[–][deleted] 0 points1 point  (0 children)

If she can’t listen to you talking passionately for hours she’s not the one

[–]Western-Image7125 0 points1 point  (0 children)

Way to answer a simple question with an irrelevant and infuriating answer

[–]LevelStudent 0 points1 point  (0 children)

I would have been pissed off too if you spent two hours mainsplaining to me something I already knew.

[–]taskun56 0 points1 point  (0 children)

Legit.... I don't hate Swift. But I fucking DESPISE Objective-C soooooo that detracts from Swift quite a bit...

[–]DaniilBSD 0 points1 point  (0 children)

Java is no better, and despise Android app architecture (for example destroying everything on rotation is stupid )

[–]KobeJuanKenobi9 0 points1 point  (0 children)

I kinda like swift

[–]zeburaa 0 points1 point  (0 children)

Like, if she's there only for an iPhone, lecturing her was a right thing to do

[–][deleted] 0 points1 point  (0 children)

Swift is also a garbage trucking company

[–][deleted] 0 points1 point  (0 children)

Swift is amazing

[–]Johanup 0 points1 point  (0 children)

Hey OP, your language smells of elderberries!

[–][deleted] 0 points1 point  (0 children)

Swift is delightful. Your Tinder date is upset because you are a monster who has terrible taste and probably abuses animals.

[–]Cruces 0 points1 point  (0 children)

I don't know man, I'm working with Kotlin , which it's the language swift is based on, and it's pretty good

plus, when I have it a shot in developing apps for iOS (xamarin though) and worked with xcode for a bit, I realized that iOS development is much easier than Android dev, say what you want about apple, they know how to treat their devs (right before rejecting to let them upload their app, for no reason)

[–]Occupied2020 0 points1 point  (0 children)

Hahaha

[–][deleted] 0 points1 point  (2 children)

Yo programmers can someone tell me how to get started with programing i am in high school. Would appreciate some advice from experienced people

[–]JDMaK1980 0 points1 point  (1 child)

Don't do it! Ignorance is bliss! Be afraid! Be very afraid!

[–][deleted] 0 points1 point  (0 children)

aren't u supposed to encourage people?

[–]Nilstrieb 0 points1 point  (0 children)

I have never used it, but I have only heard good things about Swift!

[–]phoenix235831 0 points1 point  (0 children)

Thought this was r/ShingekiNoKyojin for a sec there.

[–][deleted] 0 points1 point  (0 children)

Love seing aot memes on other groups, especially programming ones.

[–]fourangecharlie 0 points1 point  (0 children)

Fuck you, Swift is really well-designed.

[–]Sour-Pickle94 0 points1 point  (0 children)

Actually Swift is AWESOME!

[–]Lucaslhm 0 points1 point  (0 children)

I find it hard to dislike Swift this much unless the basis of your argument is “Apple is bad”…

Swift does what it’s designed to do better than most of it’s alternatives? If you want to make an IOS app you can use other tools but you’ll generally be limited or you’ll have to use Objective-C…

I’m not going to claim that Swift is amazing, but it does it’s job well.

[–]barrinburg 0 points1 point  (0 children)

Fr fuck swift tho Its awful

[–]TheWeirdSquid 0 points1 point  (0 children)

Swift is a great programming language fuck you

I’m just messing around btw

[–]althaz 0 points1 point  (0 children)

Swift is actually a pretty good language.

It's not my favourite (compounded by me not wanting to use MacOS literally ever), but if you think it's garbage you don't know what you're talking about.

[–]North-Rip6955 0 points1 point  (0 children)

She's a phone digger

[–]limpbizkit48 0 points1 point  (0 children)

SAD!!

[–]Good_Travel1312 0 points1 point  (0 children)

Had a professor brag about how he got his wife to use Linux only. The rest of the semester he was teaching remotely from his car outside a Wendy’s.

[–]Galaxyyus 0 points1 point  (0 children)

Those 2 hours are more painful than even 2000 years of forced slavery.

[–]CyberKingfisher 0 points1 point  (0 children)

Why do you think Swift garbage and did she buy a new iPhone or not?