Skip to main content

Home/ Advanced Concepts Team/ Group items tagged time

Rss Feed Group items tagged

Thijs Versloot

Turing test success marks milestone in computing history @UniofReading - 2 views

  •  
    The 65 year-old iconic Turing Test was passed for the very first time by supercomputer Eugene Goostman during Turing Test 2014 held at the renowned Royal Society in London on Saturday.
  • ...2 more comments...
  •  
    Breaking news: humans fail to pass the Turing Test for the very first time! Suprisingly, playing the dumb boy does not only work for humans, but for chatterbots as well.
  •  
    Is there already a drunk version of the Turing test? Anna?
  •  
    Humans have been failing the reverse turing test for years now actually.
Luís F. Simões

Dropship offers safe landings for Mars rovers / Technology / Our Activities / ESA - 2 views

  • “StarTiger is a fresh approach to space engineering,” explains Peter de Maagt, overseeing the project. “Take a highly qualified, well-motivated team, gather them at a single well-equipped site, then give them a fixed time to solve a challenging technical problem.”
  • StarTiger stands for ‘Space Technology Advancements by Resourceful, Targeted and Innovative Groups of Experts and Researchers’ working within the Agency’s TRP Basic Technology Research Programme. It brings team members together on a single site to work on a set challenge, aiming to produce a working prototype by the end of the project’s time limit.
  •  
    StarTiger: similar, yet different from the way the ACT does things. Seems like a very interesting programme.
  •  
    Nice initiative and also a good approach, problem-oriented within a fixed time frame. Could definitely be a highly motivating approach, similar to GTOC... I think the ACT should do this more often, targeted at future technologies and/or missions. The team could be structured around 'problems' instead of 'research areas', this will promote multidisciplinary work as well, plus it will also focus activities more. The problems, or more broadly concepts, are identified by the team and a few get chosen as main activities. Subsequent RF and YGT hiring is then done to strenghten the research team. These projects have a maximum lifetime maybe of 1 year? Thoughts?
  •  
    I'm impressed already by what an innovative group of experts and researchers was able to achieve when resourcefully targeted at coming up with the project's name...
LeopoldS

Testla energy Tesla Motors - 2 views

  •  
    tesla announcing home batteries at 350$/kW
  • ...1 more comment...
  •  
    Good stuff, no way it will be done in the netherlands however due to the 'equal-return' law in place here still that puts the price of returning to the grid equal to the costs of buying. The costs of this law are enormous however and energy companies would love to get rid off it, and it will in the upcoming years most likely. I wonder however if that makes sense on a regional/national level, returning to the grid on that scale produces a more stable supply. Why store for personal use only?
  •  
    Let's do some simple maths... Here in UK, example "economy 7" tarif yields night kWh approx. 12 pence cheaper than during day. Let's say the goal is to store energy equivalent to running a 2kW storage heater for 6 hours during the day. We need 12 kWh, so 12 times $350 this means need to spend approx. 1920 pounds for batteries. Time to break even at ROI: 1920 / 0.12 ~ 7.3 years... And this is assuming using the heater 365 days a year, and quite an expensive tariff (prepaid). SIWB :-)
  •  
    Also need to take into account that battery capacity tends to go down with time and usage
Dario Izzo

The 50 Worst Inventions - TIME - 9 views

  •  
    innovating has its risks :)
  •  
    They forgot to mention that Jimi Heselden, the owner of Segway Inc., died by falling of the cliff... of course while riding a Segway.
johannessimon81

IBM Speech Recognition, 1986 - 0 views

  •  
    Interesting historical perspective. Progress since the late '80 really seems to be fairly slow. ?: Do we need to wait for the singularity until speech recognition works without flaws?
  • ...1 more comment...
  •  
    funny - tried just yesterday the one built in on mavericks: sending one email took three times as long at least as typing it And now my speech PowerPoint Funny, trade trust yesterday they're built in speech recognition in Mavericks sending one e-mail to at least three times a talk as long as typing it. Well this was actually quite okay and relatively fast cheers nice evening
  •  
    "I thought I would give it a try on my android sexy seems to work pretty well and I'm speaking more less at normal speed" Actually I was speaking as fast as I could because it was for the google search input - if you make a pause it will think you finished your input and start the query. Also you might notice that Android thinks it is "android sexy" - this was meant to be "on my Android. THIS seems to work...". Still it is not too bad - maybe in a year or two they have it working. Of course it might also be that I just use the word "sexy" randomly... :-\
  •  
    The problem is that we don't yet understand how speech in humans actually works. As long as we merely build either inference or statistical language models we'll never get perfect speech recognition. A lot of recognition in humans has a predictive/expectational basis to it that stems from our understanding of higher lvl concepts and context awareness. Sadly I suspect that as long as machines remain unembodied in their perceptual abilities their ability to either properly recognize sounds/speech or objects and other features will never reach perfection.
LeopoldS

Times Higher Education - Top nations in physics - 5 views

  •  
    another stat on publication comparisons - this time physics
  •  
    see, it's not just football where Scotland compete separately from england
pacome delva

Accurate light-time correction due to a gravitating mass - 1 views

  • The Orbit Determination Program (ODP) of NASA's Jet Propulsion Laboratory, which was used in the data analysis, is based on an expression for the gravitational delay which differs from the standard formula; this difference is of second order in powers of $m$ -- the sun's gravitational radius -- but in Cassini's case it was much larger than the expected order of magnitude $m^2/b$, where $b$ is the ray's closest approach distance. Since the ODP does not account for any other second-order terms, it is necessary, also in view of future more accurate experiments, to systematically evaluate higher order corrections and to determine which terms are significant.
  •  
    Some other crazy guys interested in high precision measurement of time of flight...
Francesco Biscani

Pi Computation Record - 4 views

  •  
    For Dario: the PI computation record was established on a single desktop computer using a cache optimized algorithm. Previous record was obtained by a cluster of hundreds of computers. The cache optimized algorithm was 20 times faster.
  • ...6 more comments...
  •  
    Teeeeheeeeheeee... assembler programmers greet Java/Python/Etc. programmers :)
  •  
    And he seems to have done everything in his free time!!! I like the first FAQ.... "why did you do it?"
  •  
    did you read any of the books he recommends? suggest: Modern Computer Arithmetic by Richard Brent and Paul Zimmermann, version 0.4, November 2009, Full text available here. The Art of Computer Programming, volume 2 : Seminumerical Algorithms by Donald E. Knuth, Addison-Wesley, third edition, 1998. More information here.
  •  
    btw: we will very soon have the very same processor in the new iMac .... what record are you going to beat with it?
  •  
    Zimmerman is the same guy behind the MPFR multiprecision floating-point library, if I recall correctly: http://www.mpfr.org/credit.html I've not read the book... Multiprecision arithmetic is a huge topic though, at least from the scientific and number theory point of view if not for its applications to engineering problems. "The art of computer programming" is probably the closest thing to a bible for computer scientists :)
  •  
    "btw: we will very soon have the very same processor in the new iMac .... what record are you going to beat with it?" Fastest Linux install on an iMac :)
  •  
    "Fastest Linux install on an iMac :)" that is going to be a though one but a worthy aim! ""The art of computer programming" is probably the closest thing to a bible for computer scientists :)" yep! Programming is art ;)
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 !!
Luís F. Simões

New Type Of Entanglement Allows "Teleportation in Time", Say Physicists - Technology Re... - 1 views

  • Conventional entanglement links particles across space. Now physicists say a similar effect links particles through time.
  • Ref: arxiv.org/abs/1101.2565: Extraction Of Timelike Entanglement From The Quantum Vacuum
Joris _

SPACE.com -- Venus Probe's Problems May Cause Japan to Scale Back - 0 views

  • We have to be more conservative to plan our next planetary mission, so it will never fail in any aspect."
  • the probe's initial failure will have a big impact on how JAXA plans future planetary missions
  • hew to more conservative ideas in the near future
  •  
    what a shame! ambition and innovation have not been fairly rewarded ...
  • ...1 more comment...
  •  
    Did you try to run your algorithm on their problem as Dario suggested? I'm very curious!
  •  
    I didn't have time yet. But formulating the failure with a MTBF or a FIT, you can easily imagine a more robust solution. Instead of one single burn, you would make several smaller burns - It will take more time and require more fuel though. Another "robust" approach is to consider weak stability boundary capture. Again it takes time, but chances of failure are lessen.
  •  
    would be a pity indeed!
LeopoldS

Tree identification a snap with mobile app - Technology & Science - CBC News - 1 views

  •  
    One more nice citizen scientist example as I try to find for space since some time. Any good ideas this mit inspire you to?
  • ...1 more comment...
  •  
    IF THERE IS A MUSHROOM IDENTIFICATION APP I BUY AN IPHONE IMMEDIATELY!!!
  •  
    why don't you programme one and get rich?
  •  
    Would love to but this requires *TIME* :-( Automatic image-based mushroom recognition... perhaps could do as a FP7 study... it may save lives actually!
ESA ACT

NASA GISS: Mars24 Sunclock - Time on Mars - 0 views

  •  
    ever wanted to know exactly the time on Mars ....
ESA ACT

Make Magazine: Technology on your time - 0 views

  •  
    An interesting magazine to invest some time in playing with hardware.
ESA ACT

The New York Times - Breaking News, World News & Multimedia - 0 views

shared by ESA ACT on 24 Apr 09 - Cached
  •  
    1,2 million of this "fake" identical ny times were distributed today in the US
ESA ACT

The Best Inventions of the Year - TIME's Best Inventions of 2008 - TIME - 0 views

  •  
    Interesting list
ESA ACT

Big Brain Theory: Have Cosmologists Lost Theirs? - New York Times - 0 views

  •  
    How (string) cosmologists vaste their time
evo ata

Future Human Evolution - 1 views

  •  
    Scientific and speculative articles about the future of human evolution regarding to artificial intelligence, genetic engineering, transhumanism, nanotechnology, space colonization, time travel, life extension and human enhancement
« First ‹ Previous 41 - 60 of 514 Next › Last »
Showing 20 items per page