122

I'm a senior in high school right now and definitely need to consider what I'm going to do in college and for work.

For a very long time I've been into computers, and am a developer with a few big projects under my belt (this is a burner account for privacy). So, my logical choice for a while was to become a software developer professionally.

Nowadays that plan doesn't look too promising. AI has basically replaced junior developers (with dubious results) and the competition has gotten much fiercer. I'm not even in college yet so I have a good amount of time to potentially pivot to something else before choosing a major.

I've got quite a bit of experience with Linux and I manage a home server, but that probably doesn't differentiate me much. I'm honestly interested in most things computer related, but don't know of any specific fields to seek out. If it's so hard for fresh CS graduates to get jobs, why would any other option be different?

top 50 comments
sorted by: hot top controversial new old
[-] spectrums_coherence@piefed.social 14 points 21 hours ago* (last edited 21 hours ago)

I have a controversial take and a very bold guess: CS principle will be more important than ever when you graduate college.

  1. CS enrollment is way down especially in the U.S. because of AI scare.
  2. Old programmers are mostly retired during the AI hype period

Both of these mean that the supply of programers will be way down when you graduate.

  1. AI have been slopping out code that might break within couple years. We have seen many service degrade, but not much critical failure yet, these could come later.
  2. Most open source project has began to ban pure LLM contributions. Even Rust disallow LLM-generated code with very minor exceptions. Likely company are going to do the same
  3. People who go to a simple coding bootcamp will not be competitive when LLM is in the picture, nobody need a programmer to "make the button bigger" anymore.

All these said, the demand for "good programmer" likely will not go down. If you study hard, do side projects, and build connection during college, you will likely be at a huge advantage after 3 or 4 years.

Of course, there will also be risks, i.e. that LLMs actually wipe out all programming jobs, which it is unlikely, but also not impossible.

[-] paris 4 points 18 hours ago

Way too many comments for me to see if it's been said already, but have you looked into cybersecurity, networking, and identity management? They're all in the same realm and seem less prone to ai hype layoffs and such.

[-] Feathercrown@lemmy.world 2 points 18 hours ago

We don't know for sure how bad it will be in 4 years

[-] tijean@lemmy.world 5 points 23 hours ago

Don't know where you live or what country, but if you look for a government job you might be able to use your degree there.

[-] brax@sh.itjust.works 4 points 1 day ago

I don't even get why CS degrees exist in the first place... It's not like the text books, computers, or programming languages are walled off or difficult to get. I really wish companies would stop putting so much weight on papers and start focusing more on actual competency.

[-] AlteredEgo@lemmy.ml 6 points 19 hours ago

I once thought like you. But you learn algorithms, theory, math, and practice all this way outside what you normally do. It's a much "broader" and less narrow education that you give yourself to complete some project you are working towards. You don't know what you don't know. So there is real value. Besides that it is also a test and a qualification, although that really depends on the university.

[-] brax@sh.itjust.works 2 points 19 hours ago

I dunno, I went to college and the first thing they did was give me the book list... Felt like sitting down to a game of poker and buddy across the table just shows their whole hand 😂

Obviously in school you'd have the benefit of a teacher to assist you when you need help understanding things, but you could potentially also get that through message forums and the like.

Sure not everybody has the drive for self study, and I'm sure some topics get much more complex in university... But college at least felt like a total waste of my time and money. Just wish I knew at the time that employers would care so much about a piece of paper instead of making people prove their skills instead lol

[-] AlteredEgo@lemmy.ml 3 points 19 hours ago

Well you're also "made to practice" these cray things. Like e.g. attend a lecture, then homework is "write a compiler for X language". Which at the time to me who was unfamiliar with things out of my field of interest seemed crazy.

Of course many coast by without learning much in group projects. But you ultimately learn for yourself, not for your employer. Speaking as someone from a country where higher education is free of course lol.

But ultimately even if you want to start your own IT business I'd still recommend studying IT. Plus marketing.

[-] Kage520@lemmy.world 1 points 20 hours ago

Eh anyone can Google to get to the next step, and the next step, until their hodgepodge project is complete (eg, most of my projects), but not many would take the time to learn how to best optimize the code, keeping in mind the low level fundamentals of the operating system. Those courses actually do provide a nice minimal level of understanding of concepts to ensure the programmer understands what they are doing to a level that can build larger projects, and hopefully work well with others on a team.

[-] witnessradiant650@lemmy.world 1 points 21 hours ago

Because a bachelors degree + computer software is experiences better than just computer software experience to employers.

[-] Forester@pawb.social 2 points 21 hours ago

I'm currently feeling this with 7 plus years experience in the field as a cisadmin without a bachelor's

[-] brax@sh.itjust.works 1 points 20 hours ago

The whole thing just seems like a massive scam created by colleges/universities and endorsed by employers as a form of coping with the fact they wasted money on college/university and you should too 😂

[-] witnessradiant650@lemmy.world 1 points 5 hours ago

There are ways to make it cheaper. Community college then transfer.

But then you miss out on the freshman and dorm experience.

Personally I enjoyed my experience but then I was on a scholarship.

The AI wave is creating a huge amount of tech debt

There's going to be a huge surge of hiring humans to untangle and fix the spaghetti code in coming years.

[-] GreenBeard@lemmy.ca 1 points 1 day ago

No there won't. Not for a generation at least. The AI momentum will take decades to unravel before anyone even thinks about going back and fixing all the broken code.

The world isn't monolithic. Some companies will take decades. Some companies have already realized the harm and have started fixing now

[-] GreenBeard@lemmy.ca 1 points 1 day ago

I wouldn't hang a lifetime career on it. Unless you have a guaranteed job out of the gate, it's a fool's gamble.

[-] Nibodhika@lemmy.world 3 points 1 day ago

Dude, there's a limit to how much issues you can put a blind sight and pretend are not there or that the next LLM will fix them. At some point companies will start getting hacked and they'll have to take action, and that will not take decades.

[-] GreenBeard@lemmy.ca 1 points 19 hours ago

I think you underestimate how long these people can stay irrational. And just how entirely by the balls they have the system trapped. They already think of themselves as gods. They're a level of delusional that would have them in a straight jacket if they didn't have so much goddamn money. They don't see the people that work for them as even animals, they're barely tools. The scale and the scope of solidarity that it would take to pop their fantasy bubble has never been achieved in human history. They have engineered a world that makes raising that kind of trust and unity a generational struggle as difficult as bringing down Soviet Russia was last century. I hope to live to see the day their empire crumbles, but I'm not holding my breath.

It's going to get a lot worse before it gets better and the losses they'll take from security breaches will be insignificant compared to the profit they extract from their monopolies.

[-] AlteredEgo@lemmy.ml 1 points 19 hours ago* (last edited 19 hours ago)

I suspect AI will still take decades to catch up with the deep intelligence that you need for more complex programming. So good programmers will be far more valuable than code monkey.

If I were starting out I'd pick some combination, most likely biochemistry + AI programming / models. Like learning both biochemistry and how to program and train and research AI models that can e.g. fold proteins or synthesize some new medical molecule that could cure some illness. Medicine is still stuck in the dark ages.

Or robotics and manufacturing. All those jobs that went to China, China itself is planning to replace with robotics.

So instead of becoming a programmer, become someone that can develop and train and use AI models to solve problems in emerging fields.

Above all, focus on chances to become some kind of entrepreneur. If you're not a shareholder you're just a tool like an LLM to them. EDIT: Well no, not always, if you find a good team or small private company to join it can be really fun.

[-] RamRabbit@lemmy.world 12 points 1 day ago* (last edited 1 day ago)

am a developer with a few big projects under my belt

I’ve got quite a bit of experience with Linux and I manage a home server, but that probably doesn’t differentiate me much

It 100% does if you target small companies. Think 5-30 man shows where 'IT department' is a luxurious dream. In that company you wear many hats and having IT/devops experience as a programmer is a big deal. You will instantly be one of the most experienced people in the small company when wearing the IT hat.

If it’s so hard for fresh CS graduates to get jobs, why would any other option be different?

As you are already in the workforce, stay in it. After having a job for the last year (?) and the option of what to do with the next four years of your life. You can either have 5 years of experience, or you can have 1 year of experience.

Notice how I didn't mention your degree? A degree is a minor point after you get your first job.

[-] monomon@programming.dev 4 points 1 day ago* (last edited 1 day ago)

Just wanna add, this "IT in a small company" can be the nicest environment. I was lucky to land one like this some years ago. (company went under since, in part due to AI)

[-] GreenBeard@lemmy.ca 2 points 1 day ago

Worth noting, this will happen to you a lot. Even the good small companies (almost especially the good small companies) are going to fold. A lot. I've been in the IT service industry for 25 years and easily 80%+ will fail within 5 years. Unless you're in a particularly high demand market, the pay isn't great (not terrible, but people have a very unrealistic expectation for how much your generalist IT guy makes), and you definitely don't want to be an independent contractor because you WILL end up spending more time trying to collect payment than fixing computers (or the majority of your profit paying someone else to do it).

It's a lot less security than most trades in most regions, but you can still strike it lucky every once in a while. Just make sure you make hay while the sun shines, because it isn't going to last, and dry patches are frequent in most markets.

[-] GreenBeard@lemmy.ca 3 points 1 day ago

My suggestion? If you're really clever, find a good trade shop that's willing to work with you through an apprenticeship and stay as far as you can from CS for the foreseeable future. Don't give up on learning how to code, but don't sink a ton of money into certifications or degrees; stay a hobbyist and enthusiast, don't make it a career. Some day those skills may be invaluable, but it's absolutely not worth the money today. You want to be rich in 40 years? Be the only one left who knows how to fix machine generated spaghetti code. You want to eat tomorrow, learn to swing a hammer, bend conduit, or some other kind of skilled labour.

Side note: Make sure whatever trade you're going into, you have someone who is going to guarantee you a spot to get your apprenticeship BEFORE you go to school. If you go straight into school, you will likely spend a lot of money on a trade you never get your journeyman ticket in.

[-] IphtashuFitz@lemmy.world 6 points 1 day ago

Granted it’s been 30-something years since I graduated with my CS degree, but my experience might be helpful. My first job out of college ended up being in tech support for a software company, and I used that to eventually move into software development. During my 2 years in tech support I learned what I could about the source code for the companies product, and built relationships with members of the engineering team. It got to the point where I could carry on conversations with some of the software developers to identify potential causes of bugs that customers were running into.

Because of the relationships I made with the software engineers they eventually recognized my skills and one of the managers eventually helped me transition from tech support into a software developer position.

[-] subignition@fedia.io 44 points 1 day ago

If you are interested in software development, and willing to put in the work to actually learn strong fundamentals, I think you're going to have a clear leg up on the competition after the AI bubble in all likelihood bursts eventually. Vibe coding is hurting the signal to noise ratio in general right now, but as far as I'm aware a "live portfolio" like a website of personal projects has always been as good if not better than a resume when it comes to selling your skills in software.

Just consider whether you'll be able to tolerate doing the work when you're not going to be the one in charge of deciding what you work on.

[-] raspirate@lemmy.world 1 points 1 day ago

Just consider whether you'll be able to tolerate doing the work when you're not going to be the one in charge of deciding what you work on.

This is my main apprehension when it comes to pursuing a CS career. I already have an undergrad CS degree. I got it right before LLMs were even a thing. I know I'm rusty, but I have pretty strong fundamentals. I was already working in IT as a student so I stuck with that and all the jobs I've had since college have been fixing broken shit for someone else. Part of me would like to make software engineer money, but I hear employed programmers talk about the soul-crushing monotony of staring down a bottomless ticket queue and burning up their passion for creativity on fixing annoying issues with software that someone else wants them to build and I unfortunately already know EXACTLY what they're talking about. I'm so fucking sick of ticket queues. I understand the utility. I get why they exist, but goddamn it's such a sisyphian way to organize a workflow. It never feels like I'm actually making progress.

I've been unemployed for the past few months and I've just started getting back into coding for fun and for the first time in forever I can feel what drew me to programming to begin with. Every time I had the "what's your major?" discussion with a fellow student, I'd explain that the reason I was pursuing programming is because I like making stuff, and programming seemed like an obvious way to seriously level-up the kinds of stuff I can make. I usually got weird looks for this answer because I suppose I was expected to just say "money."

Using the skills I've developed for something I'm passionate about and applying them to a goal that I'm either completely indifferent to or actually opposed to does not sound like a fulfilling career to me. If I spent all day on an annoying software bug, I'm not going to want to keep doing software after I get home. I already know this because I didn't want to do troubleshooting when I got home after spending my whole day doing that. I had all-but completely stopped making things for fun because the hurdles I'd run into in my hobby felt too much like work. I'm only just getting back into it now because I haven't been working for a while.

Part of me feels like I should at least try programming as a career, but I have a terrible feeling that I already know what it will do to my mental health.

[-] natecox@programming.dev 4 points 1 day ago

Genuinely, not being snarky, get a union trade job instead. Carpentry, welding, whatever. Not as fun probably but the stability is there.

Tech is such a shit show today in general; there are for sure still good jobs out there but having worked in tech for a couple of decades I feel qualified to say that building a career in tech is needlessly risky. Layoffs come fast, promotions come slow, and stability is nowhere to be found. I have spent most of my career across multiple companies constantly afraid that I might not have a job tomorrow... and I am both good at my job and well liked.

One time I lost my job because all of a sudden investors pulled out and nearly the entire company got laid off. Got an email Thursday afternoon telling everyone not to come in Friday because they don't have a job anymore. There are countless stories out there like this.

[-] lennybird@lemmy.world 2 points 1 day ago

Don't do welding, or pipe fitting. Speaking from the counsel of family whose profession was this (and they were one of the best, truly). In their own words they'd never advise anyone to go into that these days.

To do things over, as much as they loved it, they said they'd probably join the sparkies. Electrician or lineman.

Meanwhile hvac trade is a wash with really terrible people, the most conservative trade, low union, and highly variable in competency.

[-] natecox@programming.dev 1 points 1 day ago

Good to know

[-] SCmSTR 7 points 1 day ago

Whatever you do, don't be evil.

[-] Baguette 1 points 1 day ago

IMO traditional office work wise, accounting is a decent job in terms of money and employment rates. Depends on if you like numbers though

For more engineering focus aerospace is super popular right now.

If you still want to get into CS, you'll likely need to get into a niche. Cybersecurity and database are more employed than general software. There's less people applying in these specialist roles

https://www.bls.gov/cps/cpsaat25b.htm

[-] moonshine69@lemmy.nz 2 points 1 day ago

Do database roles even exist anymore? It's all been "left shifted" to devs these days

[-] Baguette 1 points 23 hours ago

Yea

For clarification though I mean dev work as part of database orgs within the big cloud companies like amazon, google, microsoft.

Basically since a lot of companies rely on cloud providers, the big cloud companies always has headcount for those orgs. In fact most cloud service orgs have headcount if you can prove your expertise. (It is biased towards experienced devs though). Database is the one I can think of that schools actually put in the curriculum.

Database admin role yea the line between dev and that is a bit more muddled.

[-] needanke@feddit.org 1 points 1 day ago* (last edited 1 day ago)

What country are you in? If you are in one where college is affordable and you truly enjoy CS (not the same as software engineering) or think you may will; just try it for a bit.

Live is not all about money and careers and if you are talented enough you will find something after your degree and have fun with it, even if it might not be the absourdly overpaid positions of the past.

Otherwise, if you already have some experience and are not interested in the acedemic side of computers or can't afford to "just try" college, (software) engineering is a great place for starting without a degree, be it an entry level position, or an apprenticeship. Although these might actually be hard to find for the next few years :|...

[-] s38b35M5@lemmy.world 26 points 1 day ago

For the first time in over thirty years, the community college near me has had many members of the community advisory board (reps from various local businesses) that rep'd tech firms not even come to the advisory board meetings.

I take that to mean they're riding the AI bubble, hoping to phase out much of their human workforce. That said, someone has to maintain the local infrastructure, and while data centers don't employ many workers, they need some staff to watch over the systems. I also think networking still is a strong field, and obviously cyber security.

I have worked with several folks that were much better at their job because of self-hosting, so your experience there maybe isn't as worthless as you think.

My advice would be to talk to recruiters and department heads and ask what they see themselves needing.

[-] lemmyng@piefed.ca 28 points 1 day ago

I also think networking still is a strong field, and obviously cyber security.

NO. ABSOLUTELY DO NOT GO INTO CYBERSECURITY. There are no jobs left in that field. College degrees are useless, boot camps are useless. Unless you got several years of industry experience, no one will hire you.

load more comments (3 replies)
load more comments (5 replies)

The meta is job experience > skills > certifications > education

Typically, if you look for computer related job, they ask for comp sci or some equivalent degree + relevant experience + skills. If you're going for SWE or Game Dev, you're majorly fucked. I'm in IT but I started a couple years ago but I do occasionally look at job listings nowadays and I can tell it's competitive. I got multiple friends in comp sci and comp eng having tough times

[-] grrgyle@slrpnk.net 2 points 1 day ago* (last edited 1 day ago)

Can confirm, the one place that actually cared that I went to school for programming was my first job, because they got to write off part of my salary on their taxes.

Every job after that just looked at skills, vibes (they call it "culture fit"), and references.

[-] pineapplelover@lemmy.dbzer0.com 2 points 23 hours ago

Yeah vibes are a huge part

load more comments (1 replies)
[-] Kazumara@discuss.tchncs.de 5 points 1 day ago

ISP Network Engineer might be something.

It is my current feeling that the blend of physical work to install devices, with the mental work of planning, configuring, documenting, is kind of protecting the field.

Although maybe we are a bit special in my workplace because we don't have a separation between planners, NOC, and field team. It's all just the twelve of us, doing bits of everything. Maybe in the big ISPs things are circling the LLM drain as well.

[-] lemmysmash@piefed.social 10 points 1 day ago

IT is a shitshow generally. But it pays kinda well and it still needs humans to do the actual work. The other fields are probably a bit less of a shitshow, but given that the whole planet is kinda a shitshow nowadays, might kick you out (or in the balls) even harder. So... just choose the wig and makeup that suit you better, clown up, and join us in one show or another.

[-] blackberry28@sh.itjust.works 5 points 1 day ago

Well, the IT job market can change very quickly, so it is very difficult to predict what the job market will look like when you enter it in around 6 years (I assume that's how long it will also take in the US to get a Bachelor + Master?). It could be that in 6 years the AI bubble has popped and dumb managers will realize that AI can't replace every Software Developer.

I'd say go ahead and study CS, and if you can't find a job as a Software Developer, you can then look in neighboring IT fields, such as System Administrator, where you (for example) have to administrate Linux servers, and since you say you already have experience with this, it should give you an advantage in applications.

[-] communism@lemmy.ml 4 points 1 day ago

Most people with a degree don't do a job directlly related to their degree, and most people I know who work in an IT or CS related field aren't university-educated. Go to uni because you want to learn and are interested in your field, not with the express goal of a career. If you wouldn't go to uni if you knew you'd end up doing something else as a career, then that degree probably isn't the choice for you, because it sounds like you're not interested in the education itself, just the job resulting from it.

[-] JackbyDev@programming.dev 16 points 1 day ago

It's honestly hard to say. It's very impressive what AI coding can do, especially in the past year, but all AI companies are not making a profit. They're effectively subsidized by investors. They're focused on growth. At some point they're gonna need to make a profit, they cannot continually operate at a loss and focus on growth. In fact, when Microsoft started charging properly it was such a massive deal that they called it the tokenpocalypse.

Honestly, I hate to say it, and I'm not trying to be a tech bro, but I think AI is here to say. What exactly it looks like long term, it's hard to say. I can say this though, knowing how to program will make you a better vibe coded (I feel dirty saying that seriously). So even if AI becomes the norm, you'll be better positioned if you know what you're doing.

When things turn though, it's impossible to say. It could be in the next year, could be like five years out. It could be that when you're done with your four year degree, they're still out here doing this "AI is gonna fix everything and we don't need junior devs" song and dance.

TL;DR: AI is not profitable now so will get more expensive meaning they'll have to use it less. Either way, knowing how to program without AI will make you better at programming with AI.

[-] PieMePlenty@lemmy.world 3 points 1 day ago

If you're in the position to do so: try getting a job as a software developer for a year before going to college. If you're able to demonstrate you've already worked on your own projects, you will be taken more seriously than cs majors fresh out of college who've only seen code in home work assignments. Do this to get to see how software development works as a career and see if you fit in it.
You don't generally need a degree to be a programmer and in this field, experience is often more valuable than a degree. What college can offer is connections and the opportunity to find your actual calling.

[-] RamRabbit@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

You are WAY better off keeping that job than going to college. You know what is more desirable than someone with one year of experience? Someone with five years of experience. Plus, you won't have a house payment worth of debt on the other end.

load more comments (1 replies)
[-] infinitevalence@discuss.online 8 points 1 day ago

Getting a job generally has little to do with your degree in most technical fields. The exception is on the research, academia, and science side.

So go to school take classes that are fun, if they happen to align with your career interests great if not just make sure you are building a portfolio of work related to your career goals.

[-] dhork@lemmy.world 10 points 1 day ago* (last edited 1 day ago)

If you are interested in the internals of computers just as much as programming them, take a good hard look at Computer Engineering as a major instead. You still get to code, but you also get to understand the hardware underneath it all. Since it is rooted in the physical parts of computing, I think it is less likely for AI to eat those jobs. (Plus, everything from your car to your TV to your coffee maker has an embedded microprocessor in it now. I think embedded software is a safe bet.)

But, no matter what major you pick, it is no longer the case that simply graduating with a degree (and a good GPA) is a guarantee of a good job. You need to go beyond your classes, and find additional things to work on. Internships are great if you can get them, but even if you can't, try to find an open source project (or even a hobby project) that you can spend time on. You want to have something more than your coursework on your resume for those first jobs. I would even value a resume with some good internships or side projects and a 3.6 GPA over someone with a 4.0 GPA who did nothing else (and left me with nothing else to talk about during the interview).

Finally, whatever you do, don't extend yourself to go into debt. Maybe there are a small handful of CS schools that are worth going into debt to attend -- but let's face it, if they want you and you're good enough, they will find a way to get you to afford it there, and you will get hired somewhere if you can make it to graduation. But, I know folks who went into 100+k worth of debt to go to a CS program at a small liberal arts college because they liked the campus. Don't be that person. Unless you are MIT or Caltech material, your local State University is probably good enough. If you do get through 4 years of school and can't find a job in your field and need to pivot, that will be so much easier to do if you have as little debt as possible.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 16 Aug 2026
122 points (100.0% liked)

No Stupid Questions

49456 readers
498 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 3 years ago
MODERATORS