back
user profile
MrBuddyCasino
10,162karma·4,201submissions·November 20, 2011
recent activity (4,201 total)
comment
But is it milspec (3 units on, 1 unit off timing)? I can't tell from the pixels and the CSS. Required reading: https://bugzilla.mozilla.org/show_bug.cgi?id=213625 …
comment
Artweaver is pretty nice too - there is a freeware edition for non-commercial and academic purposes.
comment
Very nice. Sounds like a bunch of guys I'd like to work with, if I had any clue about security. Only thing I missed was an "about" page, introducing the founders, pictures are a plus. A…
comment
Previously: https://news.ycombinator.com/item?id=7917749
comment
A more folksy version: http://www.theverge.com/2014/6/19/5824336/google-s-quantum-c... Unfortunately, there is no clear answer as to possible cost advantages - eve…
comment
Assuming that you are knowledgeable about computers and not just looking for the most simple solution, its aesthetics and simplicity. Well engineered up to the very last detail, beautiful, great softw…
comment
Yes please. After spending way to much time with Ant / Maven / Gradle, I'm convinced they all got it wrong. A build system that doesn't suck is like a unicorn - rumored to exist, b…
comment
I'm curious if these kinds of setups are also used in other high-freq scenarios. For instance, I could imagine using techniques like userland network stack and reserving cores exclusively in serv…
comment
That is an argument that has been made again and again. Foxconn is actually a very sought after employer, as the others are often much worse.
Standards vary, unfortunately. But if you have read Das Ka…
comment
That and exercising. People who longer younger than their age usually have some sports routine, be it swimming, cycling or whatever.
comment
Slightly OT, but I'm constantly amazed what swedes manage to pull off, considering their small population size they have a lot of impact.
comment
And where do I find that? All I see is a "please contact us" form for hardware makers. As someone who might want to do some experiments with an Arduino, this isn't helpful.
comment
Is that still true with the new unified memory architecture (hUMA) that AMD introduced?
I agree GPUs probably can't handle more complicated comparators well, but Arrays.sort() could optimize at l…
comment
Right - fixing it in that case means "do the same as thing as with Joda, but do it with slf4j and logging instead".
comment
Good point. Something like Arrays.sort(arr, Concurrency.LEVEL)
might have been more flexible. Do I want to use the GPU if available? With which priority should it run, max. performance or mor…
comment
Absolutely, good thing they've learned from the java logging disaster. I nerdrage so hard every time I think about it - how can one mess up something so basic, yet so important? Maybe some sunny …
comment
So I guess I'm gonna be that guy. According to http://www.techempower.com/benchmarks/ , the 2nd position is held by a Java framework, losing only 13,5% to the C++ overall win…
comment
Can't believe I've missed the only opportunity to mention bhangmeters - indeed a fun fact.
comment
Heres the money quote:
"GPS satellites carry a set of nuclear detonation detectors consisting of an optical sensor (Y-sensor), an X-ray sensor, a dosimeter, and an electromagnetic pulse (EMP) se…
comment
Its in the article, but somewhat hidden: "No pesticide is used and because the lettuce is produced in a clean room, it stays fresh for about two weeks when stored at 10 degrees Celsius or lower.&…
comment
Previously: https://news.ycombinator.com/item?id=7749595 They grow that stuff for people with kidney problems, they have to follow a diet that is low in potassium.…
comment
So it seems the SDK has the basic plumbing to make a commandline tool out of it:
https://pdfium.googlesource.com/pdfium/+/master/fpdfsdk/src/... Anyone inter…
comment
Don't forget the human factor! Though theory says buying a house is not always the best financial move, on average those people are better of when they're old, because they are forced to liv…
comment
This is an interview with Paul R. Ryan, former Forbes CEO and now the guy behind Acacia Research, the firm behind the Newegg patent law suit. Was surprised he is not as slimy as I expected: http:…
comment
Given the restricted nature of BPF, what kind of input is expected to be used with this? Surely you can't just run any code through it. There wasn't any additional info in that posting, unfo…
comment
This was the funniest thing i've seen in a long time. Thanks. I suspect it dawned on her that something was wrong when she read the names aloud, but then managed to stay admirably serious.
comment
Actually no, Gradle is Ant + dependency management + reusable code (plugins) with a convention-over-configuration philosophy, using Groovy instead of XML. So no, Gradle is not just Ant. But god is it …
comment
I've used Ant, Gradle and Maven - they all suck, but in different ways.
Maven is too restrictive and its XML too verbose, but Gradle can turn to spaghetti code, its DSL is often hard to debug and…