What are you working on today?

  • (104 Pages)
  • +
  • « First
  • 78
  • 79
  • 80
  • 81
  • 82
  • Last »

1559 Replies - 56176 Views - Last Post: 09 September 2016 - 12:55 AM

#1186 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 2016 - 11:27 AM

Backup the hive & dive in.
Was This Post Helpful? 0
  • +
  • -

#1187 modi123_1   User is online

  • Suitor #2
  • member icon



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

Re: What are you working on today?

Posted 18 August 2016 - 11:36 AM

*
POPULAR

Quote

Never gonna back you up, never gonna write you down
Never gonna run around and edit you

Never gonna make you collate, never gonna say let's migrate
Never gonna tell a lie and update you

Spoiler

Was This Post Helpful? 7
  • +
  • -

#1188 ArtificialSoldier   User is online

  • D.I.C Lover
  • member icon

Reputation: 3136
  • View blog
  • Posts: 8,937
  • Joined: 15-January 14

Re: What are you working on today?

Posted 18 August 2016 - 12:36 PM

*
POPULAR

Do moderators have permission to ban admins? Asking for a friend.
Was This Post Helpful? 6
  • +
  • -

#1189 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 18 August 2016 - 12:52 PM

View PostNeoTifa, on 19 August 2016 - 04:01 AM, said:

So, is it like beef jerky then?

Also, South Afrika is like Dutch, and Dutch is close to German, and Dunn (w/ umlaut) is thin and Dick is fat. I did giggle myself when taking German. Also, the word drove sounds like fart, so that's a thing.


if you really want a chuckle look up the afrikaans for "choose my side"
Was This Post Helpful? 1
  • +
  • -

#1190 Nitewalkr   User is offline

  • D.I.C Lover

Reputation: 149
  • View blog
  • Posts: 1,045
  • Joined: 17-November 10

Re: What are you working on today?

Posted 18 August 2016 - 01:19 PM

Asking for a friend in this Era is like degrading yourself. People would think that you are desperate. Unlike the old times when one would walk up to you and say, "wanna be friends?" and you would have a friend for life. It wasn't something that people would think badly about, it was actually encouraged. Of course back in the days, we barely had the Internet, the Dial up was just beginning to emerge from the darkness, the first virus was invented and the phone used to be called telephone.
Was This Post Helpful? 0
  • +
  • -

#1191 modi123_1   User is online

  • Suitor #2
  • member icon



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

Re: What are you working on today?

Posted 18 August 2016 - 01:31 PM

Is this the same theoretical time period when folks had jolly good neighbors and Mrs Cleaver would tell Ward to take it easy on the Beaver? :blink:
Was This Post Helpful? 3
  • +
  • -

#1192 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 2016 - 06:35 PM

View Postmodi123_1, on 18 August 2016 - 02:36 PM, said:

Quote

Never gonna back you up, never gonna write you down
Never gonna run around and edit you

Never gonna make you collate, never gonna say let's migrate
Never gonna tell a lie and update you

Spoiler

never gonna git never gonna git
git fetch pull!

never gonna git never gonna git
git fetch pull!
Was This Post Helpful? 0
  • +
  • -

#1193 modi123_1   User is online

  • Suitor #2
  • member icon



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

Re: What are you working on today?

Posted 18 August 2016 - 06:52 PM

Git push.. Git paid!

https://cottonbureau...t-push-git-paid
Was This Post Helpful? 0
  • +
  • -

#1194 TechnoBear   User is offline

  • Lady A
  • member icon

Reputation: 592
  • View blog
  • Posts: 1,587
  • Joined: 02-November 11

Re: What are you working on today?

Posted 19 August 2016 - 01:21 AM

Quote

I did giggle myself when taking German


The one that always got me when I was learning German is that "Mannschaft" == "Team". Endless hours of entertainment came from that one.

My German professor hated me and my friends, because we would intentionally come up with ways to say things that were good German but sounded suggestive in English. He forgave us for being a pain in the ass after we crashed his leaving thing at the end of the school year to sing a song, in German, that we wrote to the tune of YMCA. The other kids just thought it was a German version of YMCA but it was actually a pretty thoughtful goodbye that only him and the other German teachers understood.

Quote

Asking for a friend in this Era is like degrading yourself. People would think that you are desperate.


You would think that, but I've only got one friend I found through Tinder. The rest of them I literally just walked up and started chatting to.

--------

As for work, I have a thing that was working perfectly when I left yesterday and now it is throwing an error every time it runs :'(

--------

ARRRGH!!!! I put a break point in where the error should be and it won't throw the error. Take the break point out and it throws. I'm going to explode!!!!

--------

Anyone have any ideas? This doesn't even seem to be being a result of my code, but it has to be...

java.lang.IllegalStateException: Task [email protected] was already finished
   at android.hardware.camera2.utils.TaskDrainer.taskFinished(TaskDrainer.java:149)
   at android.hardware.camera2.utils.TaskSingleDrainer.taskFinished(TaskSingleDrainer.java:102)
   at android.hardware.camera2.impl.CameraCaptureSessionImpl$2.onUnconfigured(CameraCaptureSessionImpl.java:550)
   at android.hardware.camera2.impl.CameraDeviceImpl$2.run(CameraDeviceImpl.java:132)
   at android.os.Handler.handleCallback(Handler.java:739)
   at android.os.Handler.dispatchMessage(Handler.java:95)
   at android.os.Looper.loop(Looper.java:135)
   at android.app.ActivityThread.main(ActivityThread.java:5310)
   at java.lang.reflect.Method.invoke(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:372)
   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:901)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:696)


None of those are my classes, they are all native, but I am using the Camera...

This post has been edited by TechnoBear: 19 August 2016 - 02:08 AM

Was This Post Helpful? 0
  • +
  • -

#1195 depricated   User is offline

  • Nero


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

Re: What are you working on today?

Posted 19 August 2016 - 04:56 AM

Is it threaded? Last time I ran into an issue where I couldn't get an error to reproduce when I was debugging it was because the hold from debugging allowed the other thread to finish what it needed to first.
Was This Post Helpful? 0
  • +
  • -

#1196 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 19 August 2016 - 05:25 AM

wfh enjoying my dogs not letting me do work
Was This Post Helpful? 0
  • +
  • -

#1197 TechnoBear   User is offline

  • Lady A
  • member icon

Reputation: 592
  • View blog
  • Posts: 1,587
  • Joined: 02-November 11

Re: What are you working on today?

Posted 19 August 2016 - 06:20 AM

Quote

Is it threaded? Last time I ran into an issue where I couldn't get an error to reproduce when I was debugging it was because the hold from debugging allowed the other thread to finish what it needed to first.


Yes, this is kind of where my thinking got me, but I can't hold up the UI thread in production...

This post has been edited by TechnoBear: 19 August 2016 - 06:20 AM

Was This Post Helpful? 0
  • +
  • -

#1198 modi123_1   User is online

  • Suitor #2
  • member icon



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

Re: What are you working on today?

Posted 19 August 2016 - 06:38 AM

Perhaps start a thread in the appropriate sub forum.
Was This Post Helpful? 3
  • +
  • -

#1199 depricated   User is offline

  • Nero


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

Re: What are you working on today?

Posted 19 August 2016 - 06:40 AM

Do you not have a local copy for development?

View Postmodi123_1, on 19 August 2016 - 09:38 AM, said:

Perhaps start a thread in the appropriate sub forum.

And then this will become a multithreaded discussion
Was This Post Helpful? 1
  • +
  • -

#1200 jon.kiparsky   User is offline

  • Beginner
  • member icon


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

Re: What are you working on today?

Posted 19 August 2016 - 07:53 AM

Trying to be three people today - supporting some of our administrative staff in a project, getting the current sprint to land, and supporting one of our new team members who's still getting the hang of the codebase. Also, trying to get the upcoming sprint put together for Monday. And by the way, it's just me and our new junior dev today. Oh, and I'm remote again because the subway was not running this morning.

My desk for the day has a nice scenic overview of a local liquor store, which has given me a really good idea.
Was This Post Helpful? 0
  • +
  • -

  • (104 Pages)
  • +
  • « First
  • 78
  • 79
  • 80
  • 81
  • 82
  • Last »