site banner

Friday Fun Thread for October 11, 2024

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

1
Jump in the discussion.

No email address required.

We had a tiny coding project at work last week, and one part of it kind of struck me.

My coworker's half of the project was to show the user a simple form where they would input two lines text and click the "submit" button. It would then write that info to a text file and launch my half.

My half of the project took that data, stuffed it into the middle of some XML, then launched the newly-created file.

Try to guess the spoiler. My coworker's half was eighty thousand times (160 MB vs. 2 kB) as large as mine. Is there an equivalent to "What Intel giveth, Microsoft taketh away" for harddrive space?

Not judging, just curious: Why was this a two-man project?

I'm not actually a programmer, and learning how to work with Windows to build a UI would be a long and annoying process relative to delegating it. On the other hand, I had already set up a script for more complex control of the laser, so creating a stripped down version was easy.

The project took me about three hours between writing my part, delegating the other, and testing them both together.