What are you working on today?

  • (133 Pages)
  • +
  • « First
  • 126
  • 127
  • 128
  • 129
  • 130
  • Last »

1991 Replies - 80161 Views - Last Post: 12 December 2013 - 11:56 AM

#1906 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 06 December 2013 - 03:32 PM

View PostAnalyticLunatic, on 06 December 2013 - 03:25 PM, said:

The Winter has caused issues in southern MO...

Where in Missouri are you?
Was This Post Helpful? 0
  • +
  • -

#1907 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: What are you working on today?

Posted 06 December 2013 - 06:21 PM

View PostAnalyticLunatic, on 06 December 2013 - 04:36 PM, said:

Haha, I'll make you a deal depricated: Gift Exchange. I'll get you a Pizza of your choice in exchange for a 6 pack of Stella Artoise.


Bar I used to go to, you had to order a Kowalski.


Was This Post Helpful? 0
  • +
  • -

#1908 procrastinator   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 30-November 13

Re: What are you working on today?

Posted 06 December 2013 - 11:40 PM

Doing some general cleanup and maintenance on my system, zeroing out my drives, etc.
Was This Post Helpful? 0
  • +
  • -

#1909 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4933
  • View blog
  • Posts: 20,259
  • Joined: 24-September 08

Re: What are you working on today?

Posted 07 December 2013 - 07:42 AM

View Postalapee, on 06 December 2013 - 05:32 PM, said:

View PostAnalyticLunatic, on 06 December 2013 - 03:25 PM, said:

The Winter has caused issues in southern MO...

Where in Missouri are you?


The southern part.

Oh also trying out something new in the kitchen. It's still in the crock pot so I dunno how it's going to turn out. I mixed together 1 can coconut milk, 1 tbsp of green curry paste, 1 tbsp of chili garlic paste, a dash of cayanne, about a tsp of cumin (I like my shits spicy), a dash of Chinese 5 spice powder, some basil, some cilanto (I know the flavor is killed by cooking, but it's the dehydrated shit and I like the color), a couple of dashes of fish sauce, and a squeeze or 2 of lime juice. Put that in the crock pot with some frozen chicken and sliced up onions. Hoping to make curried shredded chicken to serve over my jasmine rice. Hope it turns out. I will report back in a few hours with results. <3

This post has been edited by NeoTifa: 07 December 2013 - 11:45 AM

Was This Post Helpful? 0
  • +
  • -

#1910 musicalProgrammer   User is offline

  • New D.I.C Head

Reputation: 3
  • View blog
  • Posts: 36
  • Joined: 13-November 12

Re: What are you working on today?

Posted 08 December 2013 - 06:55 AM

I just wrote a small log program. It takes today's date, log subject, and whatever the user wants to write, and write all of that to a file. Each time it runs, a new log is appended to the file so there is a complete record. Now I'm thinking of way to add to this :)
Was This Post Helpful? 1
  • +
  • -

#1911 depricated   User is offline

  • Nero


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

Re: What are you working on today?

Posted 08 December 2013 - 10:17 AM

View PostAnalyticLunatic, on 06 December 2013 - 02:36 PM, said:

View Postdepricated, on 06 December 2013 - 09:33 PM, said:

View PostAnalyticLunatic, on 06 December 2013 - 02:25 PM, said:

By the way, for anyone interested, Domino's is doing a special through December 8th that any pizza ordered online is 50% off menu price. You're welcome.

Does that make you 50% more likely to buy me a pizza?


Haha, I'll make you a deal depricated: Gift Exchange. I'll get you a Pizza of your choice in exchange for a 6 pack of Stella Artoise.

Spoiler
haha I ordered a pizza (double pep double bacon xtra cheese, mmmmmm buddy) - is Stella hard to come by in your area, though?

View PostmusicalProgrammer, on 08 December 2013 - 06:55 AM, said:

I just wrote a small log program. It takes today's date, log subject, and whatever the user wants to write, and write all of that to a file. Each time it runs, a new log is appended to the file so there is a complete record. Now I'm thinking of way to add to this :)/>

Awesome dude! Are you just getting started in programming?

Here's an idea for you: have it read the file and present a list of entries that you could click through. That gets you both sides of file io.

View PostNeoTifa, on 07 December 2013 - 07:42 AM, said:

The southern part.

Oh also trying out something new in the kitchen. It's still in the crock pot so I dunno how it's going to turn out. I mixed together 1 can coconut milk, 1 tbsp of green curry paste, 1 tbsp of chili garlic paste, a dash of cayanne, about a tsp of cumin (I like my shits spicy), a dash of Chinese 5 spice powder, some basil, some cilanto (I know the flavor is killed by cooking, but it's the dehydrated shit and I like the color), a couple of dashes of fish sauce, and a squeeze or 2 of lime juice. Put that in the crock pot with some frozen chicken and sliced up onions. Hoping to make curried shredded chicken to serve over my jasmine rice. Hope it turns out. I will report back in a few hours with results. <3

O.O damn that sounds good
Was This Post Helpful? 0
  • +
  • -

#1912 musicalProgrammer   User is offline

  • New D.I.C Head

Reputation: 3
  • View blog
  • Posts: 36
  • Joined: 13-November 12

Re: What are you working on today?

Posted 08 December 2013 - 10:24 AM

View PostmusicalProgrammer, on 08 December 2013 - 06:55 AM, said:

I just wrote a small log program. It takes today's date, log subject, and whatever the user wants to write, and write all of that to a file. Each time it runs, a new log is appended to the file so there is a complete record. Now I'm thinking of way to add to this :)/>/>

Awesome dude! Are you just getting started in programming?

Actually, no, I've done a year of Java and a semester of C++. I just try to brainstorm different ideas to make on my own, almost everything I've done has been in the context of homework :) This program is in C++
Was This Post Helpful? 0
  • +
  • -

#1913 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 08 December 2013 - 10:31 AM

Up date on the father of five:

Talked to him last night. He has an aunt who, after reading of his plight on Facebook, took it upon herself to shop for his kids. Apparently she showed up on his doorstep Saturday morning with a carload of gifts for him and the kids and told him to shut up and take them.

Thank you all for your offers to help, but it seems his aunt has it handled.
Was This Post Helpful? 4
  • +
  • -

#1914 Craig328   User is offline

  • I make this look good


Reputation: 2052
  • View blog
  • Posts: 3,664
  • Joined: 13-January 08

Re: What are you working on today?

Posted 08 December 2013 - 10:34 AM

Outstanding!
Was This Post Helpful? 0
  • +
  • -

#1915 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4933
  • View blog
  • Posts: 20,259
  • Joined: 24-September 08

Re: What are you working on today?

Posted 08 December 2013 - 11:13 AM

It wound up not turning out because I realized I didn't put as much chicken in it as I thought I did, so I added some rice and chicken broth and just call it a soup. Lol. I didn't adjust the spices accordingly. So it tastes wonky. Oh well. If I'd have put the right amount of chicken in it it would've been amazing.
Was This Post Helpful? 1
  • +
  • -

#1916 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: What are you working on today?

Posted 08 December 2013 - 11:50 AM

FYI - this Detroit v Philly game is a 'need to see'. So much damn snow I thought I was watching it with out of tuned rabbit ears.
Was This Post Helpful? 0
  • +
  • -

#1917 Craig328   User is offline

  • I make this look good


Reputation: 2052
  • View blog
  • Posts: 3,664
  • Joined: 13-January 08

Re: What are you working on today?

Posted 08 December 2013 - 12:00 PM

Working on making a multithreaded single social media display...and discovered that I'm more focused and productive listening to 80's metal tunes.

Had no idea Motorhead, Judas Priest and Iron Maiden in my ears would be so helpful.
Was This Post Helpful? 0
  • +
  • -

#1918 sam_writes_code   User is offline

  • D.I.C Head

Reputation: 14
  • View blog
  • Posts: 59
  • Joined: 05-November 12

Re: What are you working on today?

Posted 08 December 2013 - 12:57 PM

Working on a few redesigns of a website.

View PostmusicalProgrammer, on 08 December 2013 - 05:24 PM, said:

View PostmusicalProgrammer, on 08 December 2013 - 06:55 AM, said:

I just wrote a small log program. It takes today's date, log subject, and whatever the user wants to write, and write all of that to a file. Each time it runs, a new log is appended to the file so there is a complete record. Now I'm thinking of way to add to this :)/>/>/>/>

Awesome dude! Are you just getting started in programming?

Actually, no, I've done a year of Java and a semester of C++. I just try to brainstorm different ideas to make on my own, almost everything I've done has been in the context of homework :)/>/> This program is in C++

For a moment, I thought you were talking to yourself there... :huh2:/>
Was This Post Helpful? 0
  • +
  • -

#1919 musicalProgrammer   User is offline

  • New D.I.C Head

Reputation: 3
  • View blog
  • Posts: 36
  • Joined: 13-November 12

Re: What are you working on today?

Posted 08 December 2013 - 01:16 PM

View Postsam_writes_code, on 08 December 2013 - 12:57 PM, said:

Working on a few redesigns of a website.

View PostmusicalProgrammer, on 08 December 2013 - 05:24 PM, said:

View PostmusicalProgrammer, on 08 December 2013 - 06:55 AM, said:

I just wrote a small log program. It takes today's date, log subject, and whatever the user wants to write, and write all of that to a file. Each time it runs, a new log is appended to the file so there is a complete record. Now I'm thinking of way to add to this :)/>/>/>/>/>

Awesome dude! Are you just getting started in programming?

Actually, no, I've done a year of Java and a semester of C++. I just try to brainstorm different ideas to make on my own, almost everything I've done has been in the context of homework :)/>/>/> This program is in C++

For a moment, I thought you were talking to yourself there... :huh2:/>/>


hah yeah I guess it didn't quote correctly
Was This Post Helpful? 0
  • +
  • -

#1920 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: What are you working on today?

Posted 08 December 2013 - 03:14 PM

View PostNeoTifa, on 08 December 2013 - 01:13 PM, said:

It wound up not turning out because I realized I didn't put as much chicken in it as I thought I did, so I added some rice and chicken broth and just call it a soup. Lol. I didn't adjust the spices accordingly. So it tastes wonky. Oh well. If I'd have put the right amount of chicken in it it would've been amazing.


That's basically how all really good cooking gets done- you try to do something, and it doesn't go the way you thought it would, so you pivot and do something else.
Was This Post Helpful? 0
  • +
  • -

  • (133 Pages)
  • +
  • « First
  • 126
  • 127
  • 128
  • 129
  • 130
  • Last »