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 …
12y ago·view thread
comment
Artweaver is pretty nice too - there is a freeware edition for non-commercial and academic purposes.
12y ago·view thread
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…
12y ago·view thread
comment
Previously: https://news.ycombinator.com/item?id=7917749
12y ago·view thread
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…
12y ago·view thread
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…
12y ago·view thread
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…
12y ago·view thread
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…
12y ago·view thread
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…
12y ago·view thread
comment
That and exercising. People who longer younger than their age usually have some sports routine, be it swimming, cycling or whatever.
12y ago·view thread
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.
12y ago·view thread
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.
12y ago·view thread
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…
12y ago·view thread
comment
Right - fixing it in that case means "do the same as thing as with Joda, but do it with slf4j and logging instead".
12y ago·view thread
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…
12y ago·view thread
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 …
12y ago·view thread
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…
12y ago·view thread
comment
Can't believe I've missed the only opportunity to mention bhangmeters - indeed a fun fact.
12y ago·view thread
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…
12y ago·view thread
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.&…
12y ago·view thread
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.…
12y ago·view thread
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…
12y ago·view thread
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…
12y ago·view thread
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:…
12y ago·view thread
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…
12y ago·view thread
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.
12y ago·view thread
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 …
12y ago·view thread
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…
12y ago·view thread