I think this goes to show just how much thought has been put into small stuff like this. For instance, there is no need for the the sleep indicator to indicate anything when it's off - simply because you know the laptop…
Which is why Safari IS actually multitasking. You can leave it, launch another app, go back to it and be right back where you are. Sometimes Safari doesn't quit and you're back in a millisecond. Other times the OS…
I'm not in the US so I can't recommend any particular provider. http://www.voip-info.org/ has a lot of information about both providers and equipment. - For hosting the PBX yourself without learning Asterisk or…
>> lambda {} == proc {} => true Can you shed some light on the difference? I always thought that lambda is simply a synonym for proc - has this changed in more recent versions?
There is no special block or lambda type in Ruby, AFAIK there is just proc and method. The difference is simple, a method is a proc that will be evaluated in the context of its object. I don't know why you're having a…
I think you can trust that any quality problems are quickly identified long before any products leave the factory. Read up on the MicroSD failure blog post on the same blog for an interesting story.
There's nothing about REST that requires you do use GETs for everything, quite the opposite in fact (read up on how the Rails REST API is designed for some inspiration). Then again, unless you want to make a given…
I think this goes to show just how much thought has been put into small stuff like this. For instance, there is no need for the the sleep indicator to indicate anything when it's off - simply because you know the laptop…
Which is why Safari IS actually multitasking. You can leave it, launch another app, go back to it and be right back where you are. Sometimes Safari doesn't quit and you're back in a millisecond. Other times the OS…
I'm not in the US so I can't recommend any particular provider. http://www.voip-info.org/ has a lot of information about both providers and equipment. - For hosting the PBX yourself without learning Asterisk or…
>> lambda {} == proc {} => true Can you shed some light on the difference? I always thought that lambda is simply a synonym for proc - has this changed in more recent versions?
There is no special block or lambda type in Ruby, AFAIK there is just proc and method. The difference is simple, a method is a proc that will be evaluated in the context of its object. I don't know why you're having a…
I think you can trust that any quality problems are quickly identified long before any products leave the factory. Read up on the MicroSD failure blog post on the same blog for an interesting story.
There's nothing about REST that requires you do use GETs for everything, quite the opposite in fact (read up on how the Rails REST API is designed for some inspiration). Then again, unless you want to make a given…