Live data from Hacker News

Ask HN: Worst working conditions you have written code in?

news.ycombinator.com

51–60 of 75 posts

Re: Ask HN: Worst working conditions you have written code in?

#51

While dealing with a crying baby.

That has been my every day for 4 months. I work from home with only a 4 month old baby and a couple dogs to keep me company. (My wife works out of the home all day.) The numerous random outbursts utterly destroy concentration each time they occur. I'm honestly not sure I can do it this way much longer. I wish daycare wasn't so damned expensive...

Re: Ask HN: Worst working conditions you have written code in?

#52

On a balcony overlooking Western Baghdad figuring out why our (old and pretty well tested) network code didn't see fit to push packets. Was outside because we suspected the sat terminal was causing the problem. Only ended up taking a couple hours but it was probably my least favourite coding/debugging session.

You win. :)

Re: Ask HN: Worst working conditions you have written code in?

#54
post #53
post #16

Coming to work from 8:30 to 5:30, sitting in a cubicle with a forced dress code, while writing in... sob PHP. Rails freelance is awesome.

Does php really deserve a sob?

Have you ever been forced to program in PHP?

Re: Ask HN: Worst working conditions you have written code in?

#55
post #14

I am a contract Oracle DBA. One month long project I spent working in a gutted out strip mall that had card tables and Ethernet cable strung about. There was free coffee though.

Did that strip mall happen to be in Canton, Ohio?

I was there too!!

Re: Ask HN: Worst working conditions you have written code in?

#56
post #39

Well, I nearly killed myself with a line of bad code. I made a silly change to a flight simulator's "unusual attitude" logic. Unusual attitude training consists of putting the aircraft in a very difficult orientation (45 deg nose down, 60 deg left bank, etc.) and training pilots to recover. Here's what the simulators look like: http://blafsen.net/photos/simulator.jpg I changed the code, and brought the simulator up o…

It's still incredible that you controlled those massive machines. I would love to hear more about that.

Re: Ask HN: Worst working conditions you have written code in?

#58
Having my server in California crash while I was in Siem Reap Cambodia, and the only way I could get to work was turn off the AC in my room to get a better signal coming from the WiFi at fancy-hotel next door and opening the window.

It was 3AM and I had sweat dripping down my palms and wrists that I had to lay toilet paper over the keyboard and mosquitoes buzzed at my ear and neck nonstop. I had to fight with an aggressive postfix filter that kept sending mail to a lisp process and did no error checking to see if Lisp ran and processed the mail. I had to remove the filter, and manually rebuild stuff later after I had the system running around 12PM the next day.

It was one day in hell, taught me that the unix errno and process exit status can be a fucked thing to debug if you're forking multiple process from a script.

[Edit: right now I'm coding sitting on the toilet seat, with my pants on, because I'm a moody SOB and like to move around the house as the day passes :-]

Re: Ask HN: Worst working conditions you have written code in?

#59
Committing code changes to a production trading system while passing a kidney stone.

I had been out for a week waiting for the stone to pass, I hadn't slept more than 15 minutes in a row in more than a week -- and those 15 mins were from sheer exhaustion and vicodin. I was hallucinating continuously and vigorously. Hadn't been eating either.

Good times.

Re: Ask HN: Worst working conditions you have written code in?

#60
I underwent surgical procedure and removed a pilonidal cyst located at my lower back. Because of the surgery I was under heavy dose of pain killers, and could not sit, stand or lie on my back.

So I had to implement a "will take only 15 minutes but is extremely important" feature, lying on my stomach with laptop on the floor, with my head dizzy because of the pain killers and a bloody butt.

Post reply on HN