|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The way software around here is written makes me want to poke my eyes
out. Today is one of those days.
What should have been a simple task is anything but!
I don't know whose idea it was to implement business logic in SQL code,
but it sure makes debugging a PITA when you can't freaking debug on the
server :(
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> The way software around here is written makes me want to poke my eyes
> out. Today is one of those days.
Let me know when you're debugging assertion errors in library code for which
you don't have the source, and for which the include files don't match the
declarations in the .so files, and for which there isn't enough memory to
run the code under the debugger.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 10/1/2010 8:10 PM, Darren New wrote:
> Mike Raiford wrote:
>> The way software around here is written makes me want to poke my eyes
>> out. Today is one of those days.
>
> Let me know when you're debugging assertion errors in library code for
> which you don't have the source, and for which the include files don't
> match the declarations in the .so files, and for which there isn't
> enough memory to run the code under the debugger.
>
Eh... I'm sure you can do machine-level stepping, at least. ;)
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> Eh... I'm sure you can do machine-level stepping, at least. ;)
Nope. Indeed, the whole system is set up to prevent being debugged.
I suppose if we built a special unsigned build and spent a few dozen grand
per developer on a JTAG we could figure out how to do it.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Darren New escreveu:
> Mike Raiford wrote:
>> Eh... I'm sure you can do machine-level stepping, at least. ;)
>
> Nope. Indeed, the whole system is set up to prevent being debugged.
see why proprietary software is evil? ;)
--
a game sig: http://tinyurl.com/d3rxz9
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nemesis wrote:
> Darren New escreveu:
>> Mike Raiford wrote:
>>> Eh... I'm sure you can do machine-level stepping, at least. ;)
>>
>> Nope. Indeed, the whole system is set up to prevent being debugged.
>
> see why proprietary software is evil? ;)
>
It's not proprietary software per se. It's DRM. Oh, and the fact that much
of the interesting code doesn't actually run on the CPU as such.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 10/4/2010 4:10 PM, Darren New wrote:
> It's not proprietary software per se. It's DRM. Oh, and the fact that
DRM sucks. :P
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> On 10/4/2010 4:10 PM, Darren New wrote:
>
>> It's not proprietary software per se. It's DRM. Oh, and the fact that
>
> DRM sucks. :P
Explaining to your boss why even if he gives you all the files, you still
can't figure out why it went wrong this one time... that's what sucks.
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 10/5/2010 10:47 AM, Darren New wrote:
> Mike Raiford wrote:
>> On 10/4/2010 4:10 PM, Darren New wrote:
>>
>>> It's not proprietary software per se. It's DRM. Oh, and the fact that
>>
>> DRM sucks. :P
>
> Explaining to your boss why even if he gives you all the files, you
> still can't figure out why it went wrong this one time... that's what
> sucks.
>
A situation in which, if it weren't for DRM, you wouldn't be in... ;P
--
~Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Raiford wrote:
> On 10/5/2010 10:47 AM, Darren New wrote:
>> Mike Raiford wrote:
>>> On 10/4/2010 4:10 PM, Darren New wrote:
>>>
>>>> It's not proprietary software per se. It's DRM. Oh, and the fact that
>>>
>>> DRM sucks. :P
>>
>> Explaining to your boss why even if he gives you all the files, you
>> still can't figure out why it went wrong this one time... that's what
>> sucks.
>>
>
> A situation in which, if it weren't for DRM, you wouldn't be in... ;P
Well, yes. I wasn't arguing, there. :-)
Now I'm having fun of "that company says they serve media like *this*, so I
need to write code to read *this*." "Have you actually seen the media?
Because that type of media can't be served the way you say." "No, I'm
waiting for a URL, but I'm half done writing the code."
Right up there with "Can you fix the bug with *that* media format?" "Do you
have any samples that actually trigger the bug, because the code itself
looks like it handles the condition." "No, no samples, but people are
telling me it doesn't work."
--
Darren New, San Diego CA, USA (PST)
Serving Suggestion:
"Don't serve this any more. It's awful."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |