[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Sperg Programmers Assemble

This is a red board which means that it's strictly for adults (Not Safe For Work content only). If you see any illegal content, please report it.

Thread replies: 24
Thread images: 3

File: memes.jpg (56KB, 625x416px) Image search: [Google]
memes.jpg
56KB, 625x416px
ITT: tell your autistic coding/programming stories.

>just got my programming diploma
>sick of seeing code so get a job as cashier
>have to work a long shift
>brain tired and can't concentrate anymore
>keep asking people if they want their receipt
>people give me strange looks and ask me what I mean
>get mad because they are idiots and repeat: "DO. YOU. WANT. YOUR. RECEIPT?"
>"N-no that's fine... uh I'll just go now"
>coworker is laughing his ass off
>think he set those people up to piss me off
>turns out I was asking if people wanted their source code instead of receipt
>"DO. YOU. WANT. YOUR. SOURCE. CODE?"
>mfw
>>
>>26204620
>>just got my programming diploma
>>sick of seeing code so get a job as cashier
Why? Why not just get a job in IT then and still make double what you are now.
>>
>>26204665
I literally just want to shut off my brain. Sometimes I program at home for fun, but if I have to spend 8 hours a day looking at source code or even fixing networks, I'll blow my fucking brains out.
>>
>>26204620
>compile awful code with bad use of pointers
>crash
>on next compile there's an error not in my project but in a windows header file I include in the project
>that actual file on my HDD is now fucked up with ascii smiley face pointer gibberish in the middle of it
>have to search for a working copy on the internet and replace it so I can compile again
>>
Is anyone here a freelance programmer? Is it accessible? How's the pay?
>>
>>26204891

Yeah, I think most people with no experience programming greatly underestimate how convoluted and abstract that stuff gets. Most people will not enjoy programming for a living, it takes a shitload of autism to think in that way.

t. an autist who programs for a living
>>
>>26204966

>is it accessible

Yes and no.

Yes in that everything you need to program is already available to you.

No in that most people will never be able to do the kind of extreme abstract thinking required to write out the instructions for what is essentially an invisible logic circuit.
>>
>>26205045
About to get fired from current job and gonna go to college but I have no fucking clue what I wanna do. Thinking about going for a computer science degree and start programming but I'm worried about wasting a bunch of money for a career I might end up hating.
>>
>>26205215

You should become a programmer if you enjoy failing at something you're trying to figure out hundreds of times before finally noticing a tiny detail that you need to fix so you can move on to the next problem.
>>
>>26205265
That actually doesn't sound all that unappealing
>>
>>26204891
>if I have to spend 8 hours a day looking at source code
Never happens lad

>Lunch break
>Meetings
>Documentation
>Filling in time sheets
>Bug reports
>Support tickets (unless it's a very large company)
>Coffee breaks

God I hate working
>>
>>26205507
It happened in college, and it happened during my internship. Sure, there are some breaks but at best I still had to do 6 hours of fixating on that shit. I love it as a hobby, I've done a bunch of shit, but fuck me if I'm going to stare at boring useless company code for that long again.
>>
File: austin-tx.jpg (756KB, 1000x664px) Image search: [Google]
austin-tx.jpg
756KB, 1000x664px
Moving to Austin soon in hope of landing a web dev job. No CS degree, self taught. How fucked am I?
>>
i can only do really simple programs. i completed like the first ten project euler problems then make simple scripts.

how do i actually code a good piece of software. like for instance i had an idea to make a job hunting script that automatically searches cl, emails potential employers your preset message, so you can run the script just applying to massive amount of jobs wihtout actually manually having to do that.

of course there would be parameters that you would set for teh type of job, etc.
>>
>>26205912
>cl
Is that craigslist?

This is what they call a web scraper. If it's for a single site like I think it is, you could literally do it in a day for the basics, and a week or 2 for maximum functionality/efficiency or whatever. This is coming from a guy who enjoys making web scrapers for fun.

That being said, it sounds like you're just a beginner so it would take like a week for the basics for you. In what language do you want to make it?
>>
>>26205912
What's difficult about that? You're just getting intimidated about the size of it.

Write down a list of things you need the program to do (send an email, create a template message, read a webpage, parse html to find the information you need), then write a class or method to accomplish each task and link them together.
>>
>>26206309
I think his problem is that he doesn't know how to start. One of my first programs was a web scraper. When I started I thought it would be impossible, but it was much simpler than I thought.

My advice to you (>>26206132) would be to follow some web scraping tutorial on YouTube and add your own extra functionality. Once you understand the concepts it's not too difficult to actually execute. If you're using C#, Python, or Java, you'll do fine because it's so simple to do internet stuff in them.
>>
File: 1414064357197.png (77KB, 694x801px) Image search: [Google]
1414064357197.png
77KB, 694x801px
>be a computer stuff student
>need to take dept elective class
>wanted to take cs research or some shitty course like that
>%95 of the time easy as fuck course depending on instructor
>usually you just write a blog about some retarded ass software technology for like 8 weeks
>all instructors already taken only one left
>he wanted someone interested in android opencv and some other bullshit i cant remember
>i only know lil bit android
>panic.jpg
>go talk with him its only choice anyway
>he says are you interested and shit like that
>im like hell yeah i was born opencv bla bla
>he says that his last students were not good so they took bad grades
>morepanic.jpg
>think to myself shouldnt be that hard if i work hard enough i might do
>usually all the people nails aa from this course but his latest took dd
>i had to accept it so i say its ok i want this course
>go talk with him he tells me to set up dev environment and shit
>then he tells me to try to look for a way to open camera in background in android
>i look for it
>figured out there is no good way to do it
>fyi im like really shitty programmer all i can do is read the fucking manual
> i have to do make some really shitty workaround
>its like 6 lines of code
>works in my samsung phone
>show it to instructor
>instructor tries on his phone doesnt work
>well its not supposed to work but it does in samsung phone because of some reason i cant remember now
>teacher is amazed
>he is like man you are really good bla bla bla
>he gaves me an aa in like week 3
>betterthanexpected.png
>didnt even take an 8 week
>later he offers me a job in university
>godlovesme.jpg
>im like why not
>feel like hey im not that shitty
i also would like to state that people thought this was hard as fuck so it was the only reason why nobody took the course from instructor. thanks god for making some people even more retarded than me.i can also tell some stories about the work if you are interested
>>
>>26206990
Lad sounds like your instructor is making you his protege for stalking attractive female students. When your phone becomes mandatory you'll know I'm right.
>>
>>26204620
>Getting a diploma/degree in something you don't want to do for a living
Well, congrats.
>>
>>26207196
nah mate he didnt do that. he was really cool guy. this stuff happened 3 years ago
>>
>>26207326
I did at first. I started programming before college and it was a lot of fun. But in college you do boring shit 24/7. There was like 1 fun project and that was it. Most of the shit I had to die was financial management applications or whatever.

>customer types shit in
>program sends customer's request to server
>server processes request and sees if it's valid
>if it's valid make customer enter his payment details
>generate invoice

It's always something like this. Fucking every hour of every day I had college, it was something like this. Fuck 'em.
>>
>>26208108
who cares desu. if the salary is ok i would do it. but im forced to get a job not in IT cos they all require exp here where i am, that i dont have.
>>
>>26208236
If you're okay with it, that's fine. But at this moment code drives me insane. I hope it's just a phase.
Thread posts: 24
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.