Skip to main content

Home/ Advanced Concepts Team/ Group items tagged matter

Rss Feed Group items tagged

Francesco Biscani

The End Of Gravity As a Fundamental Force - 6 views

  •  
    "At a symposium at the Dutch Spinoza-instituut on 8 December, 2009, string theorist Erik Verlinde introduced a theory that derives Newton's classical mechanics. In his theory, gravity exists because of a difference in concentration of information in the empty space between two masses and its surroundings. He does not consider gravity as fundamental, but as an emergent phenomenon that arises from a deeper microscropic reality. A relativistic extension of his argument leads directly to Einstein's equations."
  • ...8 more comments...
  •  
    Diffcult for me to fully understand / believe in the holographic principle at macroscopical scales ... potentially it looks though as a revolutionary idea.....
  •  
    never heard about it... seems interesting. At first sight it seems that it is based on fundamental principle that could lead to a new phenomenology, so that could be tested. Perhaps Luzi knows more about this ? Did we ever work on this concept ?
  •  
    The paper is quite long and I don't have the time right now to read it in detail. Just a few comments: * We (ACT) definitely never did anything in this direction? But: is there a new phenomenology? I'm not sure, if the aim is just to get Einstein's theory as emergent theory, then GR should not change (or only change in extreme conditions.) * Emergent gravity is not new, also Erik admits that. The claim to have found a solution appears quite frequently, but most proposals actually are not emergent at all. At least, I have the impression that Erik is aware of the relevant steps to be performed. * It's very difficult to judge from a short glance at the paper, up to which point the claims are serious and where it just starts to be advertisments. Section 6 is pretty much a collection of self-praise. * Most importantly: I don't understand how exactly space and time should be emergent. I think it's not new to observe that space is related to special canonical variables in thermodynamics. If anybody can see anything "emergent" in the first paragraphs of section 3, then please explain me. For me, this is not emergent space, but space introduced with a "sledge hammer." Time anyway seems to be a precondition, else there is nothing like energy and nothing like dynamics. * Finally, holography appears to be a precondition, to my knowledge no proof exists that normal (non-supersymmetric, non-stringy, non-whatever) GR has a holographic dual.
  •  
    Update: meanwhile I understood roughly what this should be about. It's well known that BH physics follow the laws of theormodynamics, suggesting the existence of underlying microstates. But if this is true, shouldn't the gravitational force then be emergent from these microstates in the same way as any theromdynamical effect is emergent from the behavior of its constituents (e.g. a gas)? If this can be prooven, then indeed gravity is emergent. Problem: one has to proof that *any* configuration in GR may be interpreted as thermodynamical, not just BHs. That's probably where holography comes into the play. To me this smells pretty much like N=4 SYM vs. QCD. The former is not QCD, but can be solved, so all stringy people study just that one and claim to learn something about QCD. Here, we look at holographic models, GR is not holographic, but who cares... Engineering problems...
  •  
    is there any experimental or observational evidence that points to this "solution"?
  •  
    Are you joking??? :D
  •  
    I was a bit fast to say it could be tested... apparently we don't even know a theory that is holographic, perhaps a string theory (see http://arxiv.org/abs/hep-th/9409089v2). So very far from any test...
  •  
    Luzi, I miss you!!!
  •  
    Leo, do you mean you liked my comment on your question more than Pacome's? Well, the ACT has to evolve and fledge, so no bullshitting anymore, but serious and calculating answers... :-) Sorry Pacome, nothing against you!! I just LOVE this Diigo because it gives me the opportunity for a happy revival of my ACT mood.
  •  
    haha, today would have been great to show your mood... we had a talk on the connection between mind and matter !!
pacome delva

RHIC nets strange antimatter - 0 views

  • The antihypertriton – consisting of an antiproton, an antineutron and an antilambda particle – is the heaviest antinucleus yet produced and opens up a new realm of strange antinucluei. It could also shed light on a number of problems in astrophysics and cosmology, including the dominance of matter over antimatter in the universe.
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.
pacome delva

Mysterious 'dark flow' at the edge of the universe - 1 views

  • Cosmologists have already observed two distinct effects caused by invisible entities in the universe: dark matter is known to affect the rotation of galaxies and dark energy seems to be causing the expansion of the universe to accelerate. Dark flow is the latest addition to this shadowy family.
  •  
    I think Lucas didn't know he would have such an impact in science with Star Wars...!
  •  
    do you think it could be the dark side of The Force?
  •  
    what else...?
pacome delva

Galaxy study backs general relativity - 1 views

  • The observed ratio, dubbed EG, has a value of 0.39 ± 0.06. This agrees with general relativity, which predicts a value of 0.4. Crucially, the measurement rules out the tensor, vector scalar (TeVeS) model of modified gravity, which has an EG of 0.22 and does not need dark matter. The result does not, however, preclude the f(R) theory – which is more similar to general relativity and has EG values in the 0.328–0.365 range.
  •  
    mmm, i wonder if this study takes into account the non linearities studied in the Ariadna on galaxies...
  •  
    Luzi: any comment?
Luzi Bergamin

Physics in a Crisis - 3 views

  •  
    Luckily I'm far away from Geneva, but this has to be said today, when the LHC starts! No, not tiny black holes will eat us (what a nonsense!), but the supernovae energy will let LHC explode!!! Pacome, I expect you to debunk this with gratest care!
  • ...2 more comments...
  •  
    wtf is this! As I read this morning in the newspaper (not even a scientific one), 1 TeV is the kinetic energy of a flying mosquito... so be careful ! It seems they already sloved every thing on this website: "At the Institute for Space Quantum Physics ISQP, it was already proved in 1991-1992 that dark matter is in magnetic fields as magnetic space quantum flux." This website is the biggest source of crackpots i have seen in a long time...! (http://www.supernovae-energy.com/)
  •  
    Come on guys, this website is hilarious! "The HAITI EARTHQUAKE (...) were impossible for the Institute for Space Quantum Physics (ISQP) to compute because on one single planet was on a common line or axis with the Sun: Venus."
  •  
    Unfortunately, most information I have about the guy (Hans Lehner, a Swiss) is in German, his official homepage is http://www.rqm.ch/ According to EsoWatch he is the Swiss analogue to Dr. Mills and his Blacklight power. Lehner apparently founded a company, which should have produced a "Raum-Quanten-Motor" that -- of course -- produces energy out of nothing. The theory is based on spookey forces mediated by Lehneronen. 11 Million Swiss Franks (about 8 Million Euro) were lost when the company bankrupt. And the guy is selling new stocks on his homepage again... Lehner calls another crackpot named Oliver Crane Zweistein (from Einstein being "Onestone") and himself "Dreistein". Now he is looking for Mister or Misses Vierstein. Perhaps you should apply, good luck!!
  •  
    i like the first line of their supernovae energy technology document "Dear potential investor:"...
Joris _

The 2010 Global Innovation 1000: How the Top Innovators Keep Winning - 4 views

  •  
    Paper Discussion Deck
  •  
    despite being a consultancy paper, quite interesting ... " the success of these companies is not a matter of how much these companies spend on research and development, but rather how they spend it." could also be translated into: "you need us to tell you how to spend your R&D money" :-)
Luís F. Simões

Bitcoin P2P Currency: The Most Dangerous Project We've Ever Seen - 10 views

  • After month of research and discovery, we’ve learned the following:1. Bitcoin is a technologically sound project.2. Bitcoin is unstoppable without end-user prosecution.3. Bitcoin is the most dangerous open-source project ever created.4. Bitcoin may be the most dangerous technological project since the internet itself.5. Bitcoin is a political statement by technotarians (technological libertarians).*6. Bitcoins will change the world unless governments ban them with harsh penalties.
  • The benefits of a currency like this:a) Your coins can’t be frozen (like a Paypal account can be)b) Your coins can’t be trackedc) Your coins can’t be taxedd) Transaction costs are extremely low (sorry credit card companies)
  • An individual with the name -- or perhaps handle -- of Satoshi Nakamoto first wrote about bitcoins in a paper called Bitcoin: A Peer-to-Peer Electronic Cash System.
  • ...1 more annotation...
  • * We made this term up to describe the “good people” of the internet who believe in the fundamental rights of individuals to be free, have free speech, fight hypocrisy and stand behind logic, technology and science over religion, political structure and tradition. These are the people who build and support things like Wikileaks, Anonymous, Linux and Wikipedia. They think that people can, and should, govern themselves. They are against external forms of control such as DRM, laws that are bought and sold by lobbyists, and religions like Scientology. They include splinter groups that enforce these ideals in the form of hacktivism, such as the takedown of the Sony Playstation Network after Sony tried to prosecute a hacker for unlocking its console.
  •  
    Sounds good!
  • ...9 more comments...
  •  
    wow it's frigthening! it's the dream of every anarchist, every drug, arm, human dealer! the world made as a global fiscal paradise... the idea is clever however it will not replace real money because 1 - no one will build a fortune on bitcoin if a technological breakthrough can ruin them 2 - government never allowed parallel money to flourish on their territory, so it will be almost impossible to change bitcoin against euros or dollars
  •  
    interesting stuff anyone read cryptonomicon by neal stephenson? similar theme.
  •  
    :) yes. One of the comments on reddit was precisely drawing the parallels with Neal Stephenson's Snowcrash / Diamond Age / Cryptonomicon. Interesting stuff indeed. It has a lot of potential for misuse, but also opens up new possibilities. We've discussed recently how emerging technologies will drive social change. Whether it's the likes of NSA / CIA who will benefit the most from the Twitters, Facebooks and so on, by gaining greater power for control, or whether individuals are being empowered to at least an identical degree. We saw last year VISA / PayPal censoring WikiLeaks... Well, here's a way for any individual to support such an organization, in a fully anonymous and uncontrollable way...
  •  
    One of my colleagues has made a nice, short write-up about BitCoin: http://www.pds.ewi.tudelft.nl/~victor/bitcoin.html
  •  
    very nice analysis indeed - thanks Tamas for sharing it!
  •  
    mmm I'm not an expert but it seemed to me that, even if these criticisms are true, there is one fundamental difference between the money you exchange on internet via your bank, and bitcoins. The first one is virtual money and the second one aims at being real, physical, money, even if digital, in the same way as banknotes, coins, or gold.
  •  
    An algorithm wanna-be central bank issuing untraceable tax free money between internet users? not more likely than the end of the world supposed to take place tomorrow, in my opinion. Algorithms don't usually assault women though !:P
  •  
    well, most money is anyway just virtual and only based on expectations and trust ... (see e.g. http://en.wikipedia.org/wiki/Money_supply) and thus if people trust that this "money" has some value in the sense that they can get something of value to them in exchange, then not much more is needed it seems to me ...
  •  
    @Leopold: ok let's use the rigth words then. Bitcoin aim at being a currency ("physical objects generally accepted as a medium of exchange" from wikipedia), different than the "demand deposit". In the article proposed by Tamas he compares what cannot be compared (currencies, demand deposits and their mean of exchange). The interesting question is wether one can create a digital currency which is too difficult to counterfeit. As far as I know, there is no existing digital currency except this bitcoins (and maybe the currencies from games as second life and others, but which are of limited use in real world).
  •  
    well of course money is trust, and even more loans and credit and even more stock and bond markets. It all represents trust and expectations. However since the first banks 500 years ago and the first loans etc. etc., and as well the fact that bonds and currencies bring down whole countries (Greece lately), and are mainly controlled by large financial centres and (central) banks, banks have always been on the winning side no matter what and that isn't going to change easily. So if you are talking about these new currencies it would be a new era, not just a new currency. So should Greece convert its debt to bitcoins ;P ?
  •  
    well, from 1936 to 1993 the central bank of france was owned by the state and was supposed to serve the general interest...
LeopoldS

BBC News - Speed-of-light experiments give baffling result at Cern - 5 views

  •  
    Sante, Luzi have a look at this???!!!
  • ...3 more comments...
  •  
    and here's the xkcd on it: http://xkcd.com/955/
  •  
    And here's the arXiv paper http://arxiv.org/abs/1109.4897 Serious? Difficult to say. I'm theorist and can't really rate their measurement techniques. Certainly be cautious, mostly such things disappear faster than they appeared.
  •  
    it took them 3 years to "appear"!
  •  
    Leo, you mean that they measured 3 years? That's not a point to criticize: since the only interaction of neutrinos with matter is the Weak Interaction (which is indeed very, very weak), it is extremely hard to get a reasonable statistic. By the same reason, it's essentially impossible to shield the experiment from the background. And this background (solar neutrinos, cosmic radiation neutrinos) is huge.
  •  
    for sure a result to be taken seriously. It makes a buzz in my lab... but always be cautious with this kind of declaration, that hugely violates all physics we know and even most of the reasonable alternative theories... Remember the Pionneer anomaly for which it took almost ten years to set up that finally its a thermal effect.
pacome delva

Galaxy clusters back general relativity - 0 views

  • The Copenhagen group discovered that the redshifts agreed with the predictions of both general relativity and f(R) gravity, the theory that tries to avoid dark energy. However, the error bars on the redshifts excluded MOND and TeVeS, the theories that try to avoid dark matter.
Ma Ru

10^31 carat diamond... - 2 views

  •  
    No matter how much BS is in it (don't have expertise to tell), the reaction of the NYC Diamond Dealers Club president cited at the bottom is just hilarious.
  •  
    seems a bit weird and highly speculative... but yes this reaction is excellent ! haha. Diamond from outer space would be a bit more expensive than one found by a poor african kid anyway...
Joris _

Physicists Propose Scheme for Teleporting Light Beams - 0 views

  • it’s possible that a physical object (e.g. a quantum field) in one location could emerge at another location in the same quantum state
  •  
    have to be carefull this article is really badly written. Teleportation is not some matter that disapear from somewhere to reappear somewhere else... Usually we talk about entangled particles (by essence quantum theory is non-local), and teleportation means that if you force (with a measurement) one particle to take a particular quantum state then the other one will have the same quantum state. There it seems that the same could be done with a quantum field, which is the second quantization of the quantum theory: the state of a quantum field can contain a mixture of n-particles states (meaning that the number of particles is not defined, only the mean value). If you measure the number of particle then you force the quantum field to "choose" a particular quantum state (which can be the vacuum). Teleportation means that you will have exactly the same measure on another quantum field, which is somehow intricated to your first one.
ESA ACT

Computer Model Points To the Missing Matter - 0 views

  •  
    Unlike many previous studies of this type, our simulation includes unbound gas, where an appreciable fraction of the baryons in the universe reside.
ESA ACT

Forget Dark Matter: This Astrophysicist Found the Fastest Way to Board a Plane - 0 views

  •  
    these astrophysicists are universally employable ...
ESA ACT

dark matter rap - 0 views

  •  
    another science rap. Less musical, but very informative.
ESA ACT

Light and Matter: educational materials for physics and astronomy - 0 views

shared by ESA ACT on 24 Apr 09 - Cached
  •  
    online books on physics
ESA ACT

A solid-state light-matter interface at the single-photon level - 0 views

  •  
    First demostration of coherent and reversible mapping of a light field with less than one photon per pulse onto an ensemble of approx10^7 atoms naturally trapped in a solid.
Thijs Versloot

Lasers May Solve the Black Hole Information Paradox - 0 views

  •  
    "In an effort to help solve the black hole information paradox that has immersed theoretical physics in an ocean of soul searching for the past two years, two researchers have thrown their hats into the ring with a novel solution: Lasers. Technically, we're not talking about the little flashy devices you use to keep your cat entertained, we're talking about the underlying physics that produces laser light and applying it to information that falls into a black hole. According to the researchers, who published a paper earlier this month to the journal Classical and Quantum Gravity (abstract), the secret to sidestepping the black hole information paradox (and, by extension, the 'firewall' hypothesis that was recently argued against by Stephen Hawking) lies in stimulated emission of radiation (the underlying physics that generates laser light) at the event horizon that is distinct from Hawking radiation, but preserves information as matter falls into a black hole."
Thijs Versloot

A Groundbreaking Idea About Why Life Exists - 1 views

  •  
    Jeremy England, a 31-year-old assistant professor at the Massachusetts Institute of Technology, has derived a mathematical formula that he believes explains this capacity. The formula, based on established physics, indicates that when a group of atoms is driven by an external source of energy (like the sun or chemical fuel) and surrounded by a heat bath (like the ocean or atmosphere), it will often gradually restructure itself in order to dissipate increasingly more energy. This could mean that under certain conditions, matter inexorably acquires the key physical attribute associated with life. The simulation results made me think of Jojo's attempts to make a self-assembling space structure. Seems he may have been on the right track, just not thinking big enough
  •  
    :-P Thanks Thijs... I do not agree with the premise of the article that a possible correlation of energy dissipation in living systems and their fitness means that one is the cause for the other - it may just be that both go hand-in-hand because of the nature of the world that we live in. Maybe there is such a drive for pre-biotic systems (like crystals and amino acids), but once life as we know it exists (i.e., heredity + mutation) it is hard to see the need for an amendment of Darwin's principles. The following just misses the essence of Darwin: "If England's approach stands up to more testing, it could further liberate biologists from seeking a Darwinian explanation for every adaptation and allow them to think more generally in terms of dissipation-driven organization. They might find, for example, that "the reason that an organism shows characteristic X rather than Y may not be because X is more fit than Y, but because physical constraints make it easier for X to evolve than for Y to evolve." Darwin's principle in its simplest expression just says that if a genome is more effective at reproducing it is more likely to dominate the next generation. The beauty of it is that there is NO need for a steering mechanism (like maximize energy dissipation) any random set of mutations will still lead to an increase of reproductive effectiveness. BTW: what does "better at dissipating energy" even mean? If I run around all the time I will have more babies? Most species that prove to be very successful end up being very good at conserving energy: trees, turtles, worms. Even complexity of an organism is not a recipe for evolutionary success: jellyfish have been successful for hundreds of millions of years while polar bears are seem to be on the way out.
« First ‹ Previous 61 - 80 of 91 Next ›
Showing 20 items per page