Comments on: Status Reports http://www.geekherocomic.com/2009/03/11/status-reports/ The geeky adventures of Randie Tue, 09 Feb 2010 12:36:17 +0000 http://wordpress.org/?v=2.8.4 hourly 1 By: Wayne http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1409 Wayne Sat, 14 Mar 2009 04:28:10 +0000 http://www.geekherocomic.com/?p=597#comment-1409 My last boss was exactly like this. In real life. In lieu of an emailed report he would simply come and ask for one. Every five minutes. Interestingly it was my last programming job. My last boss was exactly like this. In real life. In lieu of an emailed report he would simply come and ask for one. Every five minutes. Interestingly it was my last programming job.

]]>
By: ag http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1404 ag Thu, 12 Mar 2009 17:56:25 +0000 http://www.geekherocomic.com/?p=597#comment-1404 TED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I get the feeling something is brewing in the background. There is some sinister plot at play! In other words..."something is rotten in the state of Denmark". Well here is hoping for another dramatic plot line(like the one where they get kidnapped). TED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I get the feeling something is brewing in the background. There is some sinister plot at play! In other words…”something is rotten in the state of Denmark”. Well here is hoping for another dramatic plot line(like the one where they get kidnapped).

]]>
By: ruckuus http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1400 ruckuus Thu, 12 Mar 2009 11:10:53 +0000 http://www.geekherocomic.com/?p=597#comment-1400 hey, everyone has a usb stick, so why don't they write the report (in .doc format absolutely) in usb stick then give it to Ross, _every_ five minutes! hey, everyone has a usb stick, so why don’t they write the report (in .doc format absolutely) in usb stick then give it to Ross, _every_ five minutes!

]]>
By: Tyruiop http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1399 Tyruiop Wed, 11 Mar 2009 23:07:00 +0000 http://www.geekherocomic.com/?p=597#comment-1399 Wow... I can't believe that Ross may be a worst manager than Bob... 'wondering what's Bob is doing by the way. And Annie to! :p Wow… I can’t believe that Ross may be a worst manager than Bob… ‘wondering what’s Bob is doing by the way. And Annie to! :p

]]>
By: Salvatore Iovene http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1398 Salvatore Iovene Wed, 11 Mar 2009 17:43:20 +0000 http://www.geekherocomic.com/?p=597#comment-1398 Marc, but be assured that Randie is anyway using git locally, for his own comfort. Marc, but be assured that Randie is anyway using git locally, for his own comfort.

]]>
By: Marc http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1397 Marc Wed, 11 Mar 2009 17:35:21 +0000 http://www.geekherocomic.com/?p=597#comment-1397 Maciej, this won't work. The VB guys wanted the code to be stored on a shared drive instad of using git. It's too complicated. :) Maciej,

this won’t work. The VB guys wanted the code to be stored on a shared drive instad of using git. It’s too complicated. :)

]]>
By: Maciej Piechotka http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1396 Maciej Piechotka Wed, 11 Mar 2009 16:09:18 +0000 http://www.geekherocomic.com/?p=597#comment-1396 @Angel: May be generate from git? import os sendmail = os.popen(”/usr/sbin/sendmail -t”, “w”) sendmail.write(”To: mail@ross\n”) sendmail.write(”Subject: Status Report\n”) sendmail.write(”\n”) sendmail.write(os.system(”git log --author=me --since='5 minutes ago'”).read()) sendmail.close() @Angel: May be generate from git?

import os
sendmail = os.popen(”/usr/sbin/sendmail -t”, “w”)
sendmail.write(”To: mail@ross\n”)
sendmail.write(”Subject: Status Report\n”)
sendmail.write(”\n”)
sendmail.write(os.system(”git log –author=me –since=’5 minutes ago’”).read())
sendmail.close()

]]>
By: Gonzie http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1395 Gonzie Wed, 11 Mar 2009 15:19:27 +0000 http://www.geekherocomic.com/?p=597#comment-1395 heh isn't that what twitter is for? ^_^ heh isn’t that what twitter is for? ^_^

]]>
By: Salvatore Iovene http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1394 Salvatore Iovene Wed, 11 Mar 2009 13:43:05 +0000 http://www.geekherocomic.com/?p=597#comment-1394 @Angel, when I got your message in my Pending Approval queue, I just wanted to click on Approve for 10 times :) @Angel, when I got your message in my Pending Approval queue, I just wanted to click on Approve for 10 times :)

]]>
By: Angel http://www.geekherocomic.com/2009/03/11/status-reports/comment-page-1/#comment-1393 Angel Wed, 11 Mar 2009 13:39:13 +0000 http://www.geekherocomic.com/?p=597#comment-1393 Just write it once and put this in a cron to run every 5 minutes, in my experience, status reports doesn't even get read: import os sendmail = os.popen("/usr/sbin/sendmail -t", "w") sendmail.write("To: mail@ross\n") sendmail.write("Subject: Status Report\n") sendmail.write("\n") sendmail.write(file("status-report.txt").read()) sendmail.close() Just write it once and put this in a cron to run every 5 minutes, in my experience, status reports doesn’t even get read:

import os
sendmail = os.popen(”/usr/sbin/sendmail -t”, “w”)
sendmail.write(”To: mail@ross\n”)
sendmail.write(”Subject: Status Report\n”)
sendmail.write(”\n”)
sendmail.write(file(”status-report.txt”).read())
sendmail.close()

]]>