That would be interesting, however after launching adb shell: shell@mako:/ $ grep vfat /proc/filesystems vfat shell@mako:/ $ grep vfat /proc/mounts /dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat…
Just the other day, I noticed that on my kde desktop, wireshark was the only program using gtk3, whereas gtk2 is used by a bunch of cross platform programs. I'm not too sure what that means though.
Putting a dollar amount on anything signals value perception. 12.50$ is a lot worse than a warm welcome, or other free rewards like public acknowledgement, because it says Yahoo really couldn't care less about finding…
I notice the ideas that it is not the number of contributors that matter, but the number of sufficiently skilled ones, and the that popularity impedes change. I can't help draw a parallel with the advice that you should…
Also, cache invalidation can actually be cache replacement. Otherwise, under very high load, you risk cache stampede.
The unsafe language argument of the first paragraph doesn't hold. You can design you API such that handles are copied by value, and opaquely contain pointer. Usually the handle IS the pointer, but it doesn't have to be…
I too wondered why he would ask Apple rather than the DOJ. If he did the latter, the answer would be that they don't know the details of the implementation, and can't say. Apple is the party which knows right now. So…
Stanford has another somewhat related project: http://dune.scs.stanford.edu In their case, the application runs both as a process in the host and as a guest. It gives the application access to traditional OS APIs, and…
In that case, your IO problem is easy, because it's small with regard to CPU time. You can get away with putting the whole data in sql databases, and/or making multiple copies of your data. Then you can use as many…
In your specific case, you could just just grab all the classes in a big list [1], and pick at random from them. You don't need to do much to figure out the url from the names, so it's really only the list of names you…
You have to give credit to languages like java or C# which provide the programming interface wich does the right thing. Those who use lower level languages because they want better performance should reconsider unless…
It's a shame they have actually converted a real system, and they rely on the language benchmark to make an argument about performance. That said, not having run into a problem is a worthwhile feedback.
Avoiding double journaling Looks is another case of the End-to-End principle. Nice catch. On the other hand, I would have expected a performance study to include a power consumption discussion, especially on mobile.
While playing these kinds of games on security sensitive services might not seem like a good idea, it lets someone take ownership of its development, and gain experience with its codebase.
I too wish for such deals. I'd particularly like that for textbooks, where I expect to want to refer to them later on, and possibly when I'm far from my copy. I can't think of a good way to convince the editor that I…
That would be interesting, however after launching adb shell: shell@mako:/ $ grep vfat /proc/filesystems vfat shell@mako:/ $ grep vfat /proc/mounts /dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat…
Just the other day, I noticed that on my kde desktop, wireshark was the only program using gtk3, whereas gtk2 is used by a bunch of cross platform programs. I'm not too sure what that means though.
Putting a dollar amount on anything signals value perception. 12.50$ is a lot worse than a warm welcome, or other free rewards like public acknowledgement, because it says Yahoo really couldn't care less about finding…
I notice the ideas that it is not the number of contributors that matter, but the number of sufficiently skilled ones, and the that popularity impedes change. I can't help draw a parallel with the advice that you should…
Also, cache invalidation can actually be cache replacement. Otherwise, under very high load, you risk cache stampede.
The unsafe language argument of the first paragraph doesn't hold. You can design you API such that handles are copied by value, and opaquely contain pointer. Usually the handle IS the pointer, but it doesn't have to be…
I too wondered why he would ask Apple rather than the DOJ. If he did the latter, the answer would be that they don't know the details of the implementation, and can't say. Apple is the party which knows right now. So…
Stanford has another somewhat related project: http://dune.scs.stanford.edu In their case, the application runs both as a process in the host and as a guest. It gives the application access to traditional OS APIs, and…
In that case, your IO problem is easy, because it's small with regard to CPU time. You can get away with putting the whole data in sql databases, and/or making multiple copies of your data. Then you can use as many…
In your specific case, you could just just grab all the classes in a big list [1], and pick at random from them. You don't need to do much to figure out the url from the names, so it's really only the list of names you…
You have to give credit to languages like java or C# which provide the programming interface wich does the right thing. Those who use lower level languages because they want better performance should reconsider unless…
It's a shame they have actually converted a real system, and they rely on the language benchmark to make an argument about performance. That said, not having run into a problem is a worthwhile feedback.
Avoiding double journaling Looks is another case of the End-to-End principle. Nice catch. On the other hand, I would have expected a performance study to include a power consumption discussion, especially on mobile.
While playing these kinds of games on security sensitive services might not seem like a good idea, it lets someone take ownership of its development, and gain experience with its codebase.
I too wish for such deals. I'd particularly like that for textbooks, where I expect to want to refer to them later on, and possibly when I'm far from my copy. I can't think of a good way to convince the editor that I…