Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
binaryfinery
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
31.
▲
by
binaryfinery
16y ago
The only yahoo service I use. And daily. Wo.
32.
▲
by
binaryfinery
16y ago
I think its far more common to say "conspiracy theory" as a way to discredit an idea. Take 9/11 for example. Pah! Conspiracy theory. Yet the evidence is that the evidence presented by the government is total bullshit. Which is evidence of c
33.
▲
by
binaryfinery
16y ago
When its criminal.
34.
▲
by
binaryfinery
16y ago
"To fully pass the test, I'd need to see something that detailed who from Dyncorp was involved and to what extent." Yes, thats where the "conspiracy" bit comes in. We know these things are happening. We know they are being funded by Dynocor
35.
▲
by
binaryfinery
16y ago
"Boy-play" parties (and it aint Legos). They're even illegal in Afghanistan where they happened. Paid for by our tax dollars. And that's just a start. If you haven't seen anything illegal, you might want to open your eyes. While we're at it
36.
▲
by
binaryfinery
16y ago
"Conspiracy stories very rarely turn out to be true;" That's because when they are found out to be true, nobody calls them "Conspiracy stories" any more. We call them "scandals". (ref: "Watergate Scandal"). Note that the perpetrators were i
37.
▲
by
binaryfinery
16y ago
>In theory, if you have a shared screen, Webmeeting >real-time voice communication Webmeeting >remote whiteboards, Webmeeting >ideally real-time video skype > When you have to feel like you're "on a call" to get togethe
38.
▲
by
binaryfinery
16y ago
I have tried the iPad version. Its frustrating. It actually drops out of full screen mode if the commercials are in a different resolution to the show. Oh, yeah, commercials. So now where are my XBox, Wii and PS3 versions?
39.
▲
by
binaryfinery
16y ago
But on a whiteboard? That they then take a photograph of? Please! Let me pull out my computer and I'll TDD it for you right there. I coded doubly-linked lists in assembly language at age 15 without ever reading about them, but I can't spew
40.
▲
by
binaryfinery
16y ago
So in duck typing, a "duck interface" would just be a shortcut way of asking "is this thing I've got the kind of duck I want?" Is there a language like that? I would like that.
41.
▲
by
binaryfinery
16y ago
I'm usually 10x more productive using frameworks that I wrote.
42.
▲
by
binaryfinery
16y ago
Gee, we've only been writing C# mobile apps for five years. Except now I can write iOS and Android apps in it too.
43.
▲
by
binaryfinery
16y ago
Corrupt officials in the US government must be overjoyed at how this is playing out. What is on the news? Is it: a) That US tax dollars paid for a US "security" company to throw a boy-rape for stoned Afghan police recruits, b) The US Govern
44.
▲
by
binaryfinery
16y ago
Akamai's stock should be going up.
45.
▲
by
binaryfinery
16y ago
I got the hat. Don't know if its cool, but I like it.
46.
▲
by
binaryfinery
16y ago
Well then, my apologies to all. I was genuinely surprised that this got so much news, but perhaps I shouldnt have been such a dick about it.
47.
▲
by
binaryfinery
16y ago
I have to say that developing on Android after having worked on iPhone is a bit like waking up from a vivid nightmare Can I plug MonoTouch here then? I just ported a native app to MT. It is approx two seconds slower to load - which I do t
48.
▲
by
binaryfinery
16y ago
I've written memory managers used in console games for the N64 (4Mb), PS2 (32Mb) and a complete memory tracking system for Unreal Engine 3 on XBox360 (OMG 512Mb). I use MonoTouch for iOS development. Why? Because I can build complex object
49.
▲
by
binaryfinery
16y ago
FTFA: "Want more? Check out the HTML History API Demo and MDC's Manipulating the browser history documentation. Facebook has blogged about their use of this stuff, and Flickr has been doing it for months on their lightbox view." So, its not
50.
▲
by
binaryfinery
16y ago
A sliding UI is worth #2 HN spot? Wow.
51.
▲
by
binaryfinery
16y ago
As can many other languages. However, when I use .NET, I find myself wishing for maven and all the libraries immediately available. Without the VM, there would be no point in having the source. However, even with a great VM, other languages
52.
▲
by
binaryfinery
16y ago
The power of Java is not the VM, or even the system runtime, but the open source libraries available for it. It is time to create a "new language" whose compiler will accept Java, and whose VM implementation is unencumbered by legitimate pa
53.
▲
by
binaryfinery
16y ago
FTFA: "Let an ultraintelligent machine be defined as a machine that can far surpass all the intellectual activities of any any man however clever"
54.
▲
by
binaryfinery
16y ago
The Singularity. http://mindstalk.net/vinge/vinge-sing.html I think Vinge explains it better than Kurzweil.
55.
▲
by
binaryfinery
16y ago
Been there too mate, though I dealt with it in different ways at different times. In the first few cases I felt obligated to stay - I'd given my word, right? But the bullshit just meant that I just ended up contributing to the toxic environ
56.
▲
by
binaryfinery
16y ago
http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/ind... IBM has it wrong too then. In each of the examples provided, they dont "make the variable in the calling frame actually point to an entirely new object" What actually happens
57.
▲
by
binaryfinery
16y ago
Proof is in the pudding. Here are your showcase NOLOH sites: http://www.noloh.com http://www.ecrimetools.com/ http://www.theprotectornetwork.com/ http://evolve108.com/#/section=home For comparison, here are some websites put togethe
58.
▲
by
binaryfinery
16y ago
Perhaps I misunderstand the whole thing then. Tell me is this C++ code "pass by reference" or not? class Foo; void Bar( Foo& somefoo) { ... }
59.
▲
by
binaryfinery
16y ago
In which case there is no such thing as passing by reference. Ever. In C++ when you "pass by reference", what actually happens is that the address of the thing is taken, and a pointer is generated, and then that pointer is passed by value.
60.
▲
by
binaryfinery
16y ago
Assembly and C are low level languages. Javascript is high level language. The claim appears to be based on the fact that it is the lowest level available in the browser as if this somehow makes it comparable to assembly language, the lowes
More ›