What are you working on today?

  • (159 Pages)
  • +
  • « First
  • 138
  • 139
  • 140
  • 141
  • 142
  • Last »

2383 Replies - 83791 Views - Last Post: 22 July 2015 - 02:34 PM

#2086 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: What are you working on today?

Posted 25 June 2015 - 09:31 AM

So, we had moved downstairs monday, so we can sit in the pod next to our developers. They're literally all Indian. Well, today, I brought leftover moong daal and basmati rice that I cooked last night. They were in our pod helping some other testers with something then they all got a whiff of my food and hovered around me.

"Is that basmati?" *nod*
"You eat rice?" *nod*
"Is that daal?" *nod*
"You prepared that yourself?" *nod*
"You cook Indian food?" "I try lol"
"That smells like Indian food. It smells so good" *le epic blush*

Indian street cred +9000
Was This Post Helpful? 4
  • +
  • -

#2087 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What are you working on today?

Posted 25 June 2015 - 09:41 AM

When you gonna cook for me?
Was This Post Helpful? 0
  • +
  • -

#2088 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: What are you working on today?

Posted 25 June 2015 - 09:42 AM

I have some leftovers if you head my way some time in the next 3 days.
Was This Post Helpful? 0
  • +
  • -

#2089 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What are you working on today?

Posted 25 June 2015 - 10:34 AM

I was halfway there yesterday. I've been seeing this chick that lives up in Washington Courthouse.
Was This Post Helpful? 0
  • +
  • -

#2090 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: What are you working on today?

Posted 25 June 2015 - 01:34 PM

Received a service desk request to help one of our content people fix a table he's trying to place on a specific page.

I opened the source code to find a 100+ row table. Each cell looks something like this with minor variations:
<td align="left" valign="top" bgcolor="#FFFFFF" class="box style23 style22 style49" style="color: rgb(51, 51, 51); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family: Calibri; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family: Calibri; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family: Calibri; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);">Whatever text here</span></span></span></td>


EVERY. SINGLE. FREAKING. CELL.

But again, they're not identical... there are minor variations... just enough to keep me from doing a find and replace to clear it all out in a hurry. So, I sat here this afternoon, going line by line, painstakingly trying to clean up the freaking mess he sent me...when, just as I was about to finish, the stinking guy logged in and rolled back all my changes.

Fuck it. It's quitting time. I'm going home.
Was This Post Helpful? 2
  • +
  • -

#2091 Martyr2   User is offline

  • Programming Theoretician
  • member icon

Reputation: 5615
  • View blog
  • Posts: 14,693
  • Joined: 18-April 07

Re: What are you working on today?

Posted 25 June 2015 - 03:07 PM

And that is exactly why I hate code generators of any kind. I see that crap all the time. Luckily for me Sublime text has helped out tremendously with its advanced search and replace using regular expressions.

But still often painful to fix. I feel for you B9.

:)
Was This Post Helpful? 2
  • +
  • -

#2092 Gorian   User is offline

  • ninja DIC
  • member icon


Reputation: 156
  • View blog
  • Posts: 1,856
  • Joined: 28-June 08

Re: What are you working on today?

Posted 25 June 2015 - 03:21 PM

sublime is amazing! and yeah, that code is a nightmare...
Was This Post Helpful? 0
  • +
  • -

#2093 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What are you working on today?

Posted 25 June 2015 - 03:42 PM

I thought Sublime was a band. Googling...
Was This Post Helpful? 2
  • +
  • -

#2094 ArtificialSoldier   User is offline

  • D.I.C Lover
  • member icon

Reputation: 3135
  • View blog
  • Posts: 8,936
  • Joined: 15-January 14

Re: What are you working on today?

Posted 25 June 2015 - 04:21 PM

I don't practice unit testing, ain't got no IDE. I had a million SLOCs but I erased 'em all.
Was This Post Helpful? 1
  • +
  • -

#2095 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: What are you working on today?

Posted 25 June 2015 - 06:08 PM

View PostArtificialSoldier, on 25 June 2015 - 07:21 PM, said:

I don't practice unit testing,


Posted Image
Was This Post Helpful? 1
  • +
  • -

#2096 Damage   User is offline

  • Lord of Schwing
  • member icon

Reputation: 300
  • View blog
  • Posts: 1,989
  • Joined: 05-June 08

Re: What are you working on today?

Posted 25 June 2015 - 07:11 PM

i think he was referencing the sublime song Santaria
Was This Post Helpful? 0
  • +
  • -

#2097 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: What are you working on today?

Posted 26 June 2015 - 05:59 AM

I know, but still,
Was This Post Helpful? 0
  • +
  • -

#2098 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: What are you working on today?

Posted 26 June 2015 - 06:12 AM

Working on cleaning up this mess of a table... again.

But, it's Friday and that means I get to spend time with my Hipster. *le swoon*
Was This Post Helpful? 2
  • +
  • -

#2099 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: What are you working on today?

Posted 26 June 2015 - 06:53 AM

I tried making paratha last night. Not only did they suck, but I destroyed my kitchen in the process. I'm going to have to hand my Honorary Indian card back in. :( I don't see how those women do that every morning. It took me like 5 hours XD.
Was This Post Helpful? 0
  • +
  • -

#2100 alapee   User is offline

  • Stressed Out Programmer

Reputation: 239
  • View blog
  • Posts: 2,536
  • Joined: 24-October 13

Re: What are you working on today?

Posted 26 June 2015 - 07:10 AM

Menu Today:

In Overland Park Campus.
Fight Fighting
More Project Completion.
Was This Post Helpful? 0
  • +
  • -

  • (159 Pages)
  • +
  • « First
  • 138
  • 139
  • 140
  • 141
  • 142
  • Last »