Skip to main content

Home/ Advanced Concepts Team/ Group items matching "insights" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Luís F. Simões

The Truth About Google X: An Exclusive Look Behind The Secretive Lab's Closed Doors - 4 views

  • Space elevators, teleportation, hoverboards, and driverless cars: The top-secret Google X innovation lab opens up about what it does--and how it thinks.
  •  
    Interesting insight indeed, I see quite some overlap with the ACT mantra, athough they have 250 people and an outdoor playground.. To Teller, this failure-loving lab has simply stepped into the breach. Small companies don't feel they have the resources to take moonshots. Big companies think it'll rattle shareholders. Government leaders believe there's not enough money, or that Congress will characterize a misstep or failure as a scandal. These days, when it comes to Hail Mary innovation, "Everyone thinks it's somebody's else's job," Teller says.
jcunha

Explosion-Generated Collapsing Vacuum Bubbles Reach 20,000 Kelvin - 1 views

  •  
    "In a recent paper published in Physical Review Letters (PRL) Jérôme Duplat and Emmanuel Villermaux developed a method to generate centimeter-sized vacuum bubbles in water with miniature laser-driven explosions, and observed the flash of light produced as the bubble collapsed a not-fully-understood phenomenon known as sonoluminescence." Amazingly they concluded that the temperatrue inside the bubble as it collapses is about 26000 K. At this temperatures some (not me) argue for nuclear fusion... Intriguing stuff!!! Check the videos! Yet another test for the 'Experimental Physics Stagiare' :-)?
  •  
    For sure no fusion, that starts appr. from about 20keV, not 20kK. Between both there is still a factor of 11500. What I would rather expect is that the conditions are not appropriate to work with Maxwellian distribution functions. If certain fusion products should be measurable, than this would rather confirm (but not proof) the hypothesis that they do not have Maxwellians but something close to monoenergetic. But most probably they will not measure fusion products, hence no fusion, hence no confusion.
Francesco Biscani

STLport: An Interview with A. Stepanov - 2 views

  • Generic programming is a programming method that is based in finding the most abstract representations of efficient algorithms.
  • I spent several months programming in Java.
  • for the first time in my life programming in a new language did not bring me new insights
  • ...2 more annotations...
  • it has no intellectual value whatsoever
  • Java is clearly an example of a money oriented programming (MOP).
  •  
    One of the authors of the STL (C++'s Standard Template Library) explains generic programming and slams Java.
  • ...6 more comments...
  •  
    "Java is clearly an example of a money oriented programming (MOP)." Exactly. And for the industry it's the money that matters. Whatever mathematicians think about it.
  •  
    It is actually a good thing that it is "MOP" (even though I do not agree with this term): that is what makes it inter-operable, light and easy to learn. There is no point in writing fancy codes, if it does not bring anything to the end-user, but only for geeks to discuss incomprehensible things in forums. Anyway, I am pretty sure we can find a Java guy slamming C++ ;)
  •  
    Personally, I never understood what the point of Java is, given that: 1) I do not know of any developer (maybe Marek?) that uses it for intellectual pleasure/curiosity/fun whatever, given the possibility of choice - this to me speaks loudly on the objective qualities of the language more than any industrial-corporate marketing bullshit (for the record, I argue that Python is more interoperable, lighter and easier to learn than Java - which is why, e.g., Google is using it heavily); 2) I have used a software developed in Java maybe a total of 5 times on any computer/laptop I owned over 15 years. I cannot name of one single Java project that I find necessary or even useful; for my usage of computers, Java could disappear overnight without even noticing. Then of course one can argue as much as one wants about the "industry choosing Java", to which I would counterargue with examples of industry doing stupid things and making absurd choices. But I suppose it would be a kind of pointless discussion, so I'll just stop here :)
  •  
    "At Google, python is one of the 3 "official languages" alongside with C++ and Java". Java runs everywhere (the byte code itself) that is I think the only reason it became famous. Python, I guess, is more heavy if it were to run on your web browser! I think every language has its pros and cons, but I agree Java is not the answer to everything... Java is used in MATLAB, some web applications, mobile phones apps, ... I would be a bit in trouble if it were to disappear today :(
  •  
    I personally do not believe in interoperability :)
  •  
    Well, I bet you'd notice an overnight disappearance of java, because half of the internet would vanish... J2EE technologies are just omnipresent there... I'd rather not even *think* about developing a web application/webservice/web-whatever in standard C++... is it actually possible?? Perhaps with some weird Microsoft solutions... I bet your bank online services are written in Java. Certainly not in PHP+MySQL :) Industry has chosen Java not because of industrial-corporate marketing bullshit, but because of economics... it enables you develop robustly, reliably, error-prone, modular, well integrated etc... software. And the costs? Well, using java technologies you can set-up enterprise-quality web application servers, get a fully featured development environment (which is better than ANY C/C++/whatever development environment I've EVER seen) at the cost of exactly 0 (zero!) USD/GBP/EUR... Since many years now, the central issue in software development is not implementing algorithms, it's building applications. And that's where Java outperforms many other technologies. The final remark, because I may be mistakenly taken for an apostle of Java or something... I love the idea of generic programming, C++ is my favourite programming language (and I used to read Stroustroup before sleep), at leisure time I write programs in Python... But if I were to start a software development company, then, apart from some very niche applications like computer games, it most probably would use Java as main technology.
  •  
    "I'd rather not even *think* about developing a web application/webservice/web-whatever in standard C++... is it actually possible?? Perhaps with some weird Microsoft solutions... I bet your bank online services are written in Java. Certainly not in PHP+MySQL :)" Doing in C++ would be awesomely crazy, I agree :) But as I see it there are lots of huge websites that operate on PHP, see for instance Facebook. For the banks and the enterprise market, as a general rule I tend to take with a grain of salt whatever spin comes out from them; in the end behind every corporate IT decision there is a little smurf just trying to survive and have the back covered :) As they used to say in the old times, "No one ever got fired for buying IBM". "Industry has chosen Java not because of industrial-corporate marketing bullshit, but because of economics... it enables you develop robustly, reliably, error-prone, modular, well integrated etc... software. And the costs? Well, using java technologies you can set-up enterprise-quality web application servers, get a fully featured development environment (which is better than ANY C/C++/whatever development environment I've EVER seen) at the cost of exactly 0 (zero!) USD/GBP/EUR... Since many years now, the central issue in software development is not implementing algorithms, it's building applications. And that's where Java outperforms many other technologies." Apart from the IDE considerations (on which I cannot comment, since I'm not a IDE user myself), I do not see how Java beats the competition in this regard (again, Python and the huge software ecosystem surrounding it). My impression is that Java's success is mostly due to Sun pushing it like there is no tomorrow and bundling it with their hardware business.
  •  
    OK, I think there is a bit of everything, wrong and right, but you have to acknowledge that Python is not always the simplest. For info, Facebook uses Java (if you upload picture for instance), and PHP is very limited. So definitely, in company, engineers like you and me select the language, it is not a marketing or political thing. And in the case of fb, they come up with the conclusion that PHP, and Java don't do everything but complement each other. As you say Python as many things around, but it might be too much for simple applications. Otherwise, I would seriously be interested by a study of how to implement a Python-like system on-board spacecrafts and what are the advantages over mixing C, Ada and Java.
Luzi Bergamin

Prof. Markrams Hirnmaschine (Startseite, NZZ Online) - 2 views

  •  
    A critical view on Prof. Markram's Blue Brain project (in German).
  • ...4 more comments...
  •  
    A critical view on Prof. Markram's Blue Brain project (in German).
  •  
    so critical that the comment needed to be posted twice :-) ?
  •  
    Yes, I know; I still don't know how to deal with this f.... Diigo Toolbar! Shame on me!!!
  •  
    Would be nice to read something about the modelling, but it appears that there is nothing published in detail. Following the article, the main approach is to model each(!) neuron taking into account the spatial structure of the neurons positions. Once achieved they expect intelligent behaviour. And they need a (type of) supercomputer which does not exist yet.
  •  
    As far as I know it's sort of like "Let's construct an enormous dynamical system and see what happens"... i.e. a waste of taxpayer's money... Able to heal Alzheimer... Yeah... Actually I was on the conference the author is mentioning (FET 2011) and I have seen the presentations of all 6 flagship proposals. Following that I had a discussion with one of my colleagues about the existence of limits of the amount of bullshit politicians are willing to buy from scientists. Will there be a point at which politicians, despite their total ignorance, will realise that scientists simply don't deliver anything they promise? How long will we (scientists) be stuck in the viscous circle of have-to-promise-more-than-predecessors in order to get money? Will we face a situation when we'll be forced to revert to promises which are realistic? To be honest none of the 6 presentations convinced me of their scientific merit (apart from the one on graphene where I have absolutely no expertise to tell). Apparently a huge amount of money is about to be wasted.
  •  
    It's not just "Let's construct an enormous dynamical system and see what happens", it's worse! Also the simulation of the cosmological evolution is/was a little bit of this type, still the results are very interesting and useful. Why? Neither the whole cosmos nor the human brain at the level of single neurons can be modelled on a computer, that would last aeons on a "yet-to-be-invented-extra-super-computer". Thus one has to make assumptions and simplifications. In cosmology we have working theories of gravitation, thermodynamics, electrodynamics etc. at hand; starting from these theories we can make reasonable assumptions and (more or less) justified simplifications. The result is valuable since it provides insight into a complex system under given, explicit and understood assumptions. Nothing similar seems to exist in neuroscience. There is no theory of the human brain and apparently nobody has the slightest idea which simplifications can be made without harm. Of course, Mr. Markram remains completely unaffected of ''details'' like this. Finally, Marek, money is not wasted, we ''build networks of excellence'' and ''select the brightest of the brightest'' to make them study and work at our ''elite institutions'' :-). I lively remember the stage of one of these "bestofthebest" from Ivy League at the ACT...
Luís F. Simões

Pee power: Urine-loving bug churns out space fuel - 4 views

  • Scientists on Sunday said they had gained insights into a remarkable bacterium that lives without oxygen and transforms ammonium, the ingredient of urine, into hydrazine, a rocket fuel.
  •  
    Camilla: can we have a closer look into this and maybe do something further?
Thijs Versloot

Rise of the Robots #Economist - 2 views

  •  
    The Economist this week has a 14-page special on the rise of the robots. Don't expect a very indepth technical review but an interesting read nonetheless for some maybe.
  •  
    This article nailed the issue, as far as I'm concerned. By the way the diagram in the Economist is hilarious.. amazing combination of American and male chauvinism!
Thijs Versloot

Deep drilling on Mars - 0 views

  •  
    The scientific rationale behind it is that at km-depth there could be a) water resources (which could support a biosphere) and b) understand the formation of Mars. I would argue that an efficient drilling (robot) is also valuable for possible developing underground habitation (caves) at some point. This paper mentions two drilling concepts, but we could come up with many more (bio-inspired) probably. Daniel already came up with a nice one.. microwave drilling Also, the NASA InSight probe to Mars in 2016 is using a DLR-designed 'Mole' drill that is designed to reach a depth of... 5 meters
  • ...1 more comment...
  •  
    Doesn't this one fit in nicely with your ablation giant mirror power beaming thing you were working on?
  •  
    In this case I was thinking more about a smaller and controlled digging effort.. not ablating a football field sized hole
  •  
    Nice one! plenty of examples in nature for this
annaheffernan

Plasmons excite hot carriers - 1 views

  •  
    The first complete theory of how plasmons produce "hot carriers" has been developed by researchers in the US. The new model could help make this process of producing carriers more efficient, which would be good news for enhancing solar-energy conversion in photovoltaic devices.
  •  
    I did not read the paper but what is further down written in the article, does not give much hope that this actually gives much more insight than what we had nor that it could be used in any way to improve current PV cells soon: e.g. "To fully exploit these carriers for such applications, researchers need to understand the physical processes behind plasmon-induced hot-carrier generation. Nordlander's team has now developed a simple model that describes how plasmons produce hot carriers in spherical silver nanoparticles and nanoshells. The model describes the conduction electrons in the metal as free particles and then analyses how plasmons excite hot carriers using Fermi's golden rule - a way to calculate how a quantum system transitions from one state into another following a perturbation. The model allows the researchers to calculate how many hot carriers are produced as a function of the light frequency used to excite the metal, as well as the rate at which they are produced. The spectral profile obtained is, to all intents and purposes, the "plasmonic spectrum" of the material. Particle size and hot-carrier lifetimes "Our analyses reveal that particle size and hot-carrier lifetimes are central for determining both the production rate and the energies of the hot carriers," says Nordlander. "Larger particles and shorter lifetimes produce more carriers with lower energies and smaller particles produce fewer carriers, but with higher energies."
jcunha

Electron spins controlled using sound waves - 0 views

  •  
    Cornell applied physicists have demonstrated an unprecedented method of control over electron spins using extremely high-frequency sound waves - new insights in the study of the spin of the electron. Crazy idea but, no further need for complicated quantum encryption techniques of sound signals?
Nina Nadine Ridder

Methanotrophs: Could bacteria help protect our environment? - 1 views

  •  
    New method for geoengineering? New insight into methanotrophs, bacteria that can oxidise methane, may help us develop an array of biotechnological applications that exploit methane and protect our environment from this potent greenhouse gas. Publishing in Nature, scientists led by Newcastle University have provided new understanding of how methanotrophs are able to use large quantities of copper for methane oxidation.
microno95

Introducing LCA: Loss Change Allocation for Neural Network Training | Uber Engineering Blog - 2 views

  •  
    Fascinating insight into the question of how networks learn.
jaihobah

DARPA Advanced Plant Technologies project - 2 views

  •  
    " The goal of the APT program is to control and direct plant physiology to detect chemical, biological, radiological, and/or nuclear threats, as well as electromagnetic signals. " Now that is an advanced concept...
  •  
    and look at this exceptional insight: "plants are easily deployed, self-powering, and ubiquitous in the environment, and the combination of these native abilities with specifically engineered sense-and-report traits will produce sensors occupying new and unique operational spaces" :-)
‹ Previous 21 - 34 of 34
Showing 20 items per page