What are you working on today?

  • (158 Pages)
  • +
  • « First
  • 20
  • 21
  • 22
  • 23
  • 24
  • Last »

2366 Replies - 91634 Views - Last Post: 10 February 2016 - 02:52 PM

#316 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 17 August 2015 - 06:40 AM

Menu Today:
Dev Day



Tonight: more packing
Was This Post Helpful? 0
  • +
  • -

#317 ybadragon   User is offline

  • Home Owner
  • member icon

Reputation: 571
  • View blog
  • Posts: 2,647
  • Joined: 11-May 12

Re: What are you working on today?

Posted 17 August 2015 - 07:58 AM

Just fixed a major bug, fortunately it isn't in production. Orders come to us from a client in the form of xml files. Those xml files for example are called the following 13-11.xml, 13-12.xml, 13-13.xml. The first number is the order number, the second is the line item number within the order. I wish they would come across with just 1 xml file that had multiple line items in it, but oh well. Anyway I am copying each of the orders to backup before processing and if there weren't any errors thrown it deletes the file from the SFTP site so it doesn't process a second time. Well the way I was copying was actually only copying the first line item over and over and just renaming it as the others. So in backup while I still had 13-11, 13-12, 13-13 xml files the contents of them were all 13-11. Not good.
Was This Post Helpful? 0
  • +
  • -

#318 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: What are you working on today?

Posted 17 August 2015 - 08:08 AM

Adding/configuring mongodb Nagios checks
Adding/configuring Apache Memchache Nagios checks
Was This Post Helpful? 0
  • +
  • -

#319 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: What are you working on today?

Posted 17 August 2015 - 08:13 AM

Over the weekend I played GuildWars2 most of Saturday. Was in line to break my record for non-buffed leveling of a new character over a 48 hour period, if I had played on Sunday for more than 20 minutes. Got a new Guardian to level 24. The furthest I have previously made it was to level 32; and that was back in the third beta weekend prior to launch. Would have been cool to be able to play more. Sadly life has a way of getting in the way.
Was This Post Helpful? 0
  • +
  • -

#320 ChrispyChris   User is offline

  • D.I.C Addict
  • member icon

Reputation: 46
  • View blog
  • Posts: 544
  • Joined: 06-December 10

Re: What are you working on today?

Posted 17 August 2015 - 08:46 AM

C++, keeping these updates running, and sneaking some Hearthstone on my phone as well haha.
Was This Post Helpful? 0
  • +
  • -

#321 astonecipher   User is offline

  • Enterprise Software Architect
  • member icon

Reputation: 3215
  • View blog
  • Posts: 12,098
  • Joined: 03-December 12

Re: What are you working on today?

Posted 17 August 2015 - 08:48 AM

Second day of trying to figure out why *some js functions work and others do not... In the same damn file for the same form.
Was This Post Helpful? 0
  • +
  • -

#322 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: What are you working on today?

Posted 17 August 2015 - 11:38 AM

Trying to run a mental breakdown of how much cardboard, modge podge, and news paper I have in my place as I may adventure off crafting dino wall mounts for nieces and nephews.

Sauce:
https://imgur.com/gallery/R4p14jw
https://imgur.com/gallery/eBpke

Considering one from this group.
Spoiler

Was This Post Helpful? 0
  • +
  • -

#323 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 17 August 2015 - 11:50 AM

Quiet day at work to rest while I can before the next onslaught of "We need this huge project done like now" requests come in. Also slowly getting into vacation mindset which is coming up in less than two weeks.

Tinkering with some Wordpress code in the meanwhile. :)
Was This Post Helpful? 0
  • +
  • -

#324 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: What are you working on today?

Posted 17 August 2015 - 12:16 PM

Trying to figure out how to whack python such that it doesn't log error messages to the console (I don't care if it logs to a file, as long as it doesn't print them).

Have tried telling the logger to not propagate, that didn't seem to work, just tried commenting out the lines in question and that had no effect either. Obviously it isn't taking my changes for whatever reason. Grr.
Was This Post Helpful? 0
  • +
  • -

#325 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 17 August 2015 - 02:48 PM

I've been learning Django. I've only worked with it hours and barely scratched the surface, but it seems pretty awesome so far :)
Was This Post Helpful? 0
  • +
  • -

#326 ybadragon   User is offline

  • Home Owner
  • member icon

Reputation: 571
  • View blog
  • Posts: 2,647
  • Joined: 11-May 12

Re: What are you working on today?

Posted 18 August 2015 - 05:50 AM

Well today is the day that I convert our intranet, which was made using Visual Studio 2008, from a Website project to a Web Application so that I can then convert it a second time to an MVC application without having to re-write everything from scratch. Also so we can keep a lot of the previous code and the various bug fixes within and implement new features using MVC.
Was This Post Helpful? 0
  • +
  • -

#327 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 18 August 2015 - 06:08 AM

Menu Today:
Project Work
University BBQ
Was This Post Helpful? 0
  • +
  • -

#328 DarenR   User is offline

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,094
  • Joined: 12-January 10

Re: What are you working on today?

Posted 18 August 2015 - 06:21 AM

working through spaghetti code
Was This Post Helpful? 0
  • +
  • -

#329 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 18 August 2015 - 08:14 AM

*
POPULAR

Getting ready to turn in my resignation and work out a contingency plan.
Was This Post Helpful? 8
  • +
  • -

#330 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: What are you working on today?

Posted 18 August 2015 - 08:16 AM

To be a fly on that wall...
Was This Post Helpful? 2
  • +
  • -

  • (158 Pages)
  • +
  • « First
  • 20
  • 21
  • 22
  • 23
  • 24
  • Last »