Anthony M. Cook

Results 74 comments of Anthony M. Cook

Same problem here. 2013 15" Retina on Mountain Lion.

Of course it doesn't work on Mavericks either. :)

Ah I see the comment. Okay, made that change and got a different, even more ambiguous (to me) error: ``` ruby ~/Pork/femtolisp on master ! $ make clean rm -f...

I don't know Make syntax, but I assume you could do something like: ``` make #ifndef OS #define OS = LINUX CONFIG = -D$(OS) -DARCH_X86_64 -DBITS64 -D__CPU__=686 ``` I'm assuming...

It does seem to break Windows Update entirely, which is it's own security hole. I have a suspicion that the firewall rules are mostly unhelpful for the phone-home behaviour since...

It doesn't disable the Windows Update _service_, but I can no longer check for updates after running it. I ran the Windows Update troubleshooter and you can see what (little)...

So @medvednikov asked me to take a look at this and I had some thoughts I'm looking for feedback on: I think casting to an enum from an int like...

> > > > I think casting to an enum from an int like in the example is something that is absolutely desirable. > > I agree, it is desirable....

It looks like musikcube doesn't edit any tags right now. Seems like that would be a cool feature to add! Looks like to write the rating back to the file...

Interesting, I didn't notice that. Super cool for streaming to my other devices. However, my goal was to have the daemon play the music so I could exit the UI...