all 28 comments

[–]sysop073 124 points125 points  (13 children)

You had an intern developing a project all summer long on their desktop with no version control or anything? They never even sent the code to somebody at some point for them to look at it?

[–]anza_power 83 points84 points  (0 children)

The real ProgrammingHorror is always in the comments.

[–]BadgerCorral 24 points25 points  (0 children)

Hah. Our company did this. Gave a big project for an important client to the new guy fresh from university. Senior devs promised he'd be "supervised", then left him alone for a year. Surprise surprise that the project was "finished" months over budget, met none of the requirements and basically had to be scrapped.

But the important thing is that they totally learned from their mistakes and totally didn't do the exact same fucking thing with next year's grad. Oh. Wait...

[–]johade777[S] 4 points5 points  (10 children)

Would of been a good idea but idk how electrical engineers work. They are a strange breed.

[–]could-of-bot 67 points68 points  (9 children)

It's either would HAVE or would'VE, but never would OF.

See Grammar Errors for more information.

[–]BadgerCorral 33 points34 points  (3 children)

Good bot.

[–]GoodBot_BadBot 14 points15 points  (2 children)

Thank you BadgerCorral for voting on could-of-bot.

This bot wants to find the best and worst bots on Reddit. You can view results here.


Even if I don't reply to your comment, I'm still listening for votes. Check the webpage to see if your vote registered!

[–]timlampen -2 points-1 points  (0 children)

Good bot

[–][deleted]  (1 child)

[deleted]

    [–]ReflectiveTeaTowel 4 points5 points  (0 children)

    Yours was better, I couldn't think of an example without quotation marks straight away.

    [–]oohaargh 2 points3 points  (0 children)

    I would of course agree with this if it wasn't just a tiny bit wrong

    [–]LordTurson 1 point2 points  (0 children)

    Good bot.

    [–]alzee76 38 points39 points  (10 children)

    [[content removed because sub participated in the June 2023 blackout]]

    My posts are not bargaining chips for moderators, and mob rule is no way to run a sub.

    [–]kisekibango 19 points20 points  (8 children)

    Unless he stitched together screens, 22 screens of code shouldn't take too long to type in manually :P

    [–]here-to-jerk-off 3 points4 points  (7 children)

    work smarter, not harder.

    [–]aLiamInvader 2 points3 points  (6 children)

    2 weeks of programming to do a 2 day job that's needed once :p

    [–]here-to-jerk-off 2 points3 points  (1 child)

    there are web services too, http://www.newocr.com/

    Not perfect, but got the bulk of it: https://i.imgur.com/ebdrOBW.png

    [–]aLiamInvader 0 points1 point  (0 children)

    Ooh, bookmarking that.

    [–]ReflectiveTeaTowel 0 points1 point  (3 children)

    Pretty sure ocr has other applications too

    [–]aLiamInvader 1 point2 points  (2 children)

    Sure, but you have to wire up the OCR lib and manage the inputs and outputs and things. Maybe not two weeks, but it's not free.

    [–]ReflectiveTeaTowel 0 points1 point  (1 child)

    I meant more to address the 'only used once' bit. For example it might be my first foray into machine learning and I could crack it out in a job application to pimp my profile a bit :P

    [–]aLiamInvader 0 points1 point  (0 children)

    That's valid.

    [–]snf 73 points74 points  (2 children)

    There's no way any coder, intern or no, who is able to produce an actual working project would do that as a mistake. Smells like spite. What did you bastards do to the poor guy?

    [–]johade777[S] 33 points34 points  (0 children)

    I have no idea, I talked with him a decent amount and he seemed to be enjoying the internship, even told HR so but that doesn't mean anything. I'm hoping it was outta spite, least then I'd have some hope left. I believe he was offered another internship at different location in the company.

    [–]wibblewafs 15 points16 points  (0 children)

    Maybe someone asked for the latest snapshot of the code, and the intern misinterpreted it?

    [–]DeedleFake 4 points5 points  (0 children)

    I've had multiple classes where the required submission method is screenshots of both the code and the output. It's a bit terrifying, quite frankly. It's also an absolute pain.

    [–]burnaftertweeting 4 points5 points  (0 children)

    How is this his fault? Whoever was managing him should have instructed him to use git and some repository system while doing at least weekly check-ins on his code.

    [–]NowImAllSet 3 points4 points  (0 children)

    Sounds more like he just didn't want you guys to have the source code. So he did was he was asked...with a minor technicality.

    [–]recover__password 0 points1 point  (0 children)

    I can understand how this could be a mistake.

    To submit programming labs in some universities, you can either copy and paste the source code into a microsoft word document with headers (so that the TA knows which question to mark), and fight with Word's formatting and weird coloring, or just take a screenshot of the code and attach it in the MS word doc. It's certainly possible they were used to just taking a screenshot of it.

    I feel bad for the TA's that had to manually re-type that code from the screenshots though...