Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjbringer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pjbringer
12y ago
This exact problem had me worried when I heard about OpenBSD's arc4random, and how they've been promoting a pervasive use of it. I haven't taken the time to look at how they solve the problem of contention, while still maximi
2.
▲
by
pjbringer
13y ago
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_
3.
▲
by
pjbringer
13y ago
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.
4.
▲
by
pjbringer
13y ago
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 such bugs.
5.
▲
by
pjbringer
13y ago
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 listen to your
6.
▲
by
pjbringer
13y ago
Also, cache invalidation can actually be cache replacement. Otherwise, under very high load, you risk cache stampede.
7.
▲
by
pjbringer
13y ago
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 this way.
8.
▲
by
pjbringer
13y ago
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 what I would
9.
▲
by
pjbringer
13y ago
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 allows use
10.
▲
by
pjbringer
13y ago
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 workers as you
11.
▲
by
pjbringer
13y ago
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 need. [1]
12.
▲
by
pjbringer
13y ago
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 they have the required
13.
▲
by
pjbringer
13y ago
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.
14.
▲
by
pjbringer
13y ago
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.
15.
▲
by
pjbringer
13y ago
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.
16.
▲
by
pjbringer
13y ago
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 haven&#x
17.
▲
by
pjbringer
14y ago
Deterence is increased both by the severity of the punishment, but also by the certainty of receiving the punishment. I think most major crimes are committed by people who have comitted minor crimes. If getting caught for minor things becom