Can't wait for this publicly funded research to make some private corporation billions!
Darpa Funds Development of New Type of Processor
41–50 of 101 posts
Re: Darpa Funds Development of New Type of Processor
#42Earlier quoted context omitted.
Not sure if sarcastic or sincere. You can damn near predict what will be the future tech 10 years down the line based on what DARPA is doing to make killing more efficient.
does killing the RIGHT people count as efficient?
Re: Darpa Funds Development of New Type of Processor
#43Earlier quoted context omitted.
In the old days this technique was used to get information about number of people who found the article interesting enough to read the next page, all without JavaScript. This of course assumes that readers notice the "next page" link, where is where they seem to have failed (or maybe the expectations of readers have changed so much that the new breed of readers no longer notice such links - quite possible).
It was used for ad impressions. Each page read = new ads = more $$ for the publisher.
(Yes, some of that could be done with scroll tracking too, "clicked to view page 2" is still a very strong signal of engagement.)
Re: Darpa Funds Development of New Type of Processor
#44Earlier quoted context omitted.
If it annoys you that much, stop using internet, throw away your laptop and pretty much everything else in your life. No need to support these "evil private corporations". Yeah, really. I'm sure you can do it. What? Not so good idea anymore? It's funny how ironic and shortsighted these HN commies are.
> It's funny how ironic and shortsighted these HN commies are. The hilarious part is that you don't appear to be complaining about the government funding of research part.
So we're reaching the conclusion that a capitalist economy combined with a functional government allocating resources to projects that hold the promise of long term potential but not short term financial gains is a good system? That both capitalism and government activity play important roles that each is better at filling than the other?
And we're also realizing that a debate which reduces to 'capitalist vs communist' is idiotic? Wow. I'm proud of us.
Re: Darpa Funds Development of New Type of Processor
#45Earlier quoted context omitted.
Yes, it's mentioned on page 2 of the article (you may have missed it was two-paged)
Thanks! I did miss that page. But even though they mention "... calls for the development of software tools to help programming the new architecture...", I'm still unsure as to how programming for such a processor might look like.
Re: Darpa Funds Development of New Type of Processor
#46The way that they describe sparse graph processing in memory sounds like the kind of pointer chasing that makes run-time object-oriented programming memory access patterns slow. I wonder if that was a translation to PR artifact, or if there might be something there to accelerate some of the Java or .Net memory access patterns that we all use.
On top of what access patterns the developers tend to use, there's always the JVM garbage collector (the bane of efficiency) which runs a basic graph algorithm over the entire program's network of pointers. Although, I suspect in many applications the graph in question is small (by comparison to big-data-scale graphs) and throwing heavy machinery like this at it would be overkill.
Then again, maybe I'm not dreaming big enough, and this kind of processor will make the need for cache line locality optimizations, careful instruction scheduling around memory I/O, and half-second freezes for GC a thing of the past?
Re: Darpa Funds Development of New Type of Processor
#47Earlier quoted context omitted.
does killing the RIGHT people count as efficient?
That's just a formality. The implementation is trivial and left to the reader of any good DARPA project as an exercise.
Re: Darpa Funds Development of New Type of Processor
#48Can't wait for this publicly funded research to make some private corporation billions!
Seriously, it's a graph processor. Graph analysis is basically the entire job of a modern intelligence agency.
There's a cold-war level arms race going on in cybersecurity. Russia embarrassed us with their sophisticated cyberwarfare capability in the last election -- they were able to infiltrate both campaigns AND the FBI (they used false information to manipulate Comey into making a statement -- which required them to know how conflicted he was over interference in the Clinton e-mail thing), and undoubtedly were behind the news cycles in the months before the election.
Better/more condensed graph analysis capability, at the scale that the three-letter-agencies use it? That's a strategic advantage. You can bet the Russians are working on something similar. If they haven't already -- throughout the cold war they tended to push the frontier of technology faster than the US, but had trouble mobilizing that advantage because communism was so damn inefficient.
Re: Darpa Funds Development of New Type of Processor
#49http://www.greenarraychips.com/
http://www.forth.org/cores.html
http://www.ultratechnology.com/chips.htm
https://www.complang.tuwien.ac.at/anton/euroforth2007/papers...
http://wiki.c2.com/?ChuckMoore
etc.
Re: Darpa Funds Development of New Type of Processor
#50Is it just me or is the illustration of 'graphs' of totally the wrong kind of graphs? I'm sure they don't mean bar charts.