Skip to main content

Home/ Advanced Concepts Team/ Group items tagged time

Rss Feed Group items tagged

LeopoldS

Open innovation and Apple .... - 6 views

  •  
    interesting blog entry
  • ...3 more comments...
  •  
    Your link points to a restricted LinkedIn page... Here's the original link: http://www.15inno.com/2010/06/07/apple/
  •  
    A pretty standard Apple-o-getic (ah ah) blog post. How many times does the guy say 'I like Apple'? Anyway, I'm having a hard time understanding the point he is trying to make. Apple should open up its innovation? It shouldn't because they are so hip, cool, a 'unique company' and an 'exception to the rule'? Mah..
  •  
    I think the point is the guy bashes the "open innovation theory" (whatever the theory is) with his main argument being that Apple is not open and at the same time very successful.
  •  
    this guy is actually one of the most fervent supporters of open innovation and tries to promote it whereever he can ... his problem is that at least at first view Apple does not confirm his theory ...
  •  
    lol, the 'about' page is priceless bullshit: http://www.15inno.com/about-15inno/ "Corporate Mind Exchange (CMX) events in which corporate innovation leaders discuss relevant challenges and issues. No academics, consultants or start-ups; just corporate practitioners." We are doing it wrong, Leo. We don't need no stinking Universities! "Network groups in which 12-20 innovation leaders from different companies meet 4-6 times annually to discuss challenges and issues. Workshops and events with thought leaders and practitioners." What the hell are "innovation/thought leaders"?
duncan barker

Challenging Existence of 'Absolute Time' - 3 views

  •  
    I doubt that Shnoll is really the first one making such experiments, but perhaps they are more complete than any others done before. Similar things are very popular in the context of Psychology and more exotic fields. If I remember correctly someone ran long experiments with random number generators... Mostly the stories died after a short time, since the experiments are not reproducable. Anyway, why do these guys always have to claim that their work is somehow fundamentally changing our view of physics, notoriously referring to Einstein-Bohr debates and this stuff. That's nonsense! If these effects exist the first explanation is always much simpler. There is somewhere something that influences physics on Earth in a defined way. But this influence depends on the relative position or whatever of the Earth to that whatever-it-is. No problem with absolute time and all that sh...
  •  
    Two years ago, nearly unnoticed in the West, the Russian biophysicist S.E. Shnoll published a paper in the prominent Russian physics journal Uspekhi Fisicheskikh Nauk ..... ah then ...
  •  
    You are right, Leo, they are mostly Russians that publish in some unspellable Journals nobody knows.... or then they are supported by Templeton Foundation.
LeopoldS

Meet The Man Who Paid A Record $335,000 For Virtual Property - Oliver Chiang - SelectSt... - 7 views

  •  
    does he also have to pay property tax?
  • ...4 more comments...
  •  
    "He says he made the purchase partly because he wants to be able to spend more time in the virtual world. Before, he was averaging 10 to 20 hours per week. He wants to be able to spend about 40 to 60 hours a week now, basically making running the virtual asteroid a full-time job. (He'll also be cutting back on the time he spends developing software in real life.)"
  •  
    From what I remember when I visited the developer/producer company HQ, he wouldn't have to pay any taxes. If he has a virtual business he might have to pay them a license fee. If you want to start a virtual bank, you would need to buy a banking license. The money thing is quite regulated in this enviroment, so probably that's why property prices can be quite high.
  •  
    Remember the study but have completely zapped that this was with this company ... GSP rules :-)
  •  
    so how does that state get his money from this type of economy? where is the VAT in there?
  •  
    Last time I checked the "state" was still loosing money. But their main income is the sale of resources. Mostly new land, but I believe at some point they wanted to sell their initial planet too.
Dario Izzo

Probabilistic Logic Allows Computer Chip to Run Faster - 3 views

  •  
    Francesco pointed out this research one year ago, we dropped it as noone was really considering it ... but in space a low CPU power consumption is crucial!! Maybe we should look back into this?
  • ...6 more comments...
  •  
    Q1: For the time being, for what purposes computers are mainly used on-board?
  •  
    for navigation, control, data handling and so on .... why?
  •  
    Well, because the point is to identify an application in which such computers would do the job... That could be either an existing application which can be done sufficiently well by such computers or a completely new application which is not already there for instance because of some power consumption constraints... Q2 would be then: for which of these purposes strict determinism of the results is not crucial? As the answer to this may not be obvious, a potential study could address this very issue. For instance one can consider on-board navigation systems with limited accuracy... I may be talking bullshit now, but perhaps in some applications it doesn't matter whether a satellite flies on the exact route but +/-10km to the left/right? ...and so on for the other systems. Another thing is understanding what exactly this probabilistic computing is, and what can be achieved using it (like the result is probabilistic but falls within a defined range of precision), etc. Did they build a complete chip or at least a sub-circiut, or still only logic gates...
  •  
    Satellites use old CPUs also because with the trend of going for higher power modern CPUs are not very convenient from a system design point of view (TBC)... as a consequence the constraints put on on-board algorithms can be demanding. I agree with you that double precision might just not be necessary for a number of applications (navigation also), but I guess we are not talking about 10km as an absolute value, rather to a relative error that can be tolerated at level of (say) 10^-6. All in all you are right a first study should assess what application this would be useful at all.. and at what precision / power levels
  •  
    The interest of this can be a high fault tolerance for some math operations, ... which would have for effect to simplify the job of coders! I don't think this is a good idea regarding power consumption for CPU (strictly speaking). The reason we use old chip is just a matter of qualification for space, not power. For instance a LEON Sparc (e.g. use on some platform for ESA) consumes something like 5mW/MHz so it is definitely not were an engineer will look for some power saving considering a usual 10-15kW spacecraft
  •  
    What about speed then? Seven time faster could allow some real time navigation at higher speed (e.g. velocity of a terminal guidance for an asteroid impactor is limited to 10 km/s ... would a higher velocity be possible with faster processors?) Another issue is the radiation tolerance of the technology ... if the PCMOS are more tolerant to radiation they could get more easily space qualified.....
  •  
    I don't remember what is the speed factor, but I guess this might do it! Although, I remember when using an IMU that you cannot have the data above a given rate (e.g. 20Hz even though the ADC samples the sensor at a little faster rate), so somehow it is not just the CPU that must be re-thought. When I say qualification I also imply the "hardened" phase.
  •  
    I don't know if the (promised) one-order-of-magnitude improvements in power efficiency and performance are enough to justify looking into this. For once, it is not clear to me what embracing this technology would mean from an engineering point of view: does this technology need an entirely new software/hardware stack? If that were the case, in my opinion any potential benefit would be nullified. Also, is it realistic to build an entire self-sufficient chip on this technology? While the precision of floating point computations may be degraded and still be useful, how does all this play with integer arithmetic? Keep in mind that, e.g., in the Linux kernel code floating-point calculations are not even allowed/available... It is probably possible to integrate an "accelerated" low-accuracy floating-point unit together with a traditional CPU, but then again you have more implementation overhead creeping in. Finally, recent processors by Intel (e.g., the Atom) and especially ARM boast really low power-consumption levels, at the same time offering performance-boosting features such as multi-core and vectorization capabilities. Don't such efforts have more potential, if anything because of economical/industrial inertia?
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.
Luís F. Simões

Polynomial Time Code For 3-SAT Released, P==NP - Slashdot - 0 views

  • "Vladimir Romanov has released what he claims is a polynomial-time algorithm for solving 3-SAT. Because 3-SAT is NP-complete, this would imply that P==NP. While there's still good reason to be skeptical that this is, in fact, true, he's made source code available and appears decidedly more serious than most of the people attempting to prove that P==NP or P!=NP. Even though this is probably wrong, just based on the sheer number of prior failures, it seems more likely to lead to new discoveries than most. Note that there are already algorithms to solve 3-SAT, including one that runs in time (4/3)^n and succeeds with high probability. Incidentally, this wouldn't necessarily imply that encryption is worthless: it may still be too slow to be practical."
  •  
    here we go again...
  •  
    slashdot: "Russian computer scientist Vladimir Romanov has conceded that his previously published solution to the '3 SAT' problem of boolean algebra does not work."
LeopoldS

Play on Moonshield - 0 views

  •  
    online game developed by Thales as part of improving their recruitment!! who want's to give it a try (in your spare time in the nights of course ....) reminds me of the idea that we have been bouncing around since some time on the use of games for engaging students in our scientific research ...
nikolas smyrlakis

How Twitter Will Change the Way We Live - TIME - 0 views

  •  
    If you're looking for interesting articles or sites devoted to Kobe Bryant, you search Google. If you're looking for interesting comments from your extended social network about the three-pointer Kobe just made 30 seconds ago, you go to Twitter.
LeopoldS

Virtual Teams - 0 views

  •  
    this might come very handy in case we explore further the idea of a virtual ACT - one of the key points: you still have to meet from time to time physically ...
Joris _

Report: Planets will collide in 5 billion years - 0 views

  • Mercury, Mars, Venus and Earth to smash into each other, either one at a time or all at once
  • by the end of that same 5 billion years the sun will have burned up its hydrogen and in a cooler state will inflate itself
  • the great "gas giants" of the outer solar system - Jupiter, Saturn, Uranus and Neptune - are extremely stable in their orbits, so they could remain where they are for a much longer time
  •  
    Interesting, but obviously something is wrong. How the big giants can remain still if the inner planets and the sun vanish at the same time !
ESA ACT

NASA Robotics - Robotics Alliance Project - 0 views

  •  
    most of you probably already know the site but still worth having a look at it from time to time ... they just releast the new FIRST competition ...
jcunha

'Superman memory crystal' that could store 360TB of data forever | ExtremeTech - 0 views

  •  
    A new so called 5D data storage that could potentially survive for billions of years. The research consists of nanostructured glass that can record digital data in five dimensions using femtosecond laser writing.
  • ...2 more comments...
  •  
    Very scarce scientific info available.. I'm very curious to see a bit more in future. From https://spie.org/PWL/conferencedetails/laser-micro-nanoprocessing I made a back of envelop calc: for 20 nm spaced, each laser spot in 5D encryption encodes 3 bits (it seemed to me) written in 3 planes, to obtain the claimed 360TB disk one needs very roughly 6000mm2, which does not complain with the dimensions shown in video. Only with larger number of planes (order of magnitude higher) it could be.. Also, at current commercial trends NAND Flash and HDD allow for 1000 Gb/in2. This means a 360 TB could hypothetically fit in 1800mm2.
  •  
    I had the same issue with the numbers when I saw the announcement a few days back (https://www.southampton.ac.uk/news/2016/02/5d-data-storage-update.page). It doesn't seem to add up. Plus, the examples they show are super low amounts of data (the bible probably fits on a few 1.44 MB floppy disk). As for the comparison with NAND and HDD, I think the main argument for their crystal is that it is supposedly more durable. HDDs are chronically bad at long term storage, and also NAND as far as I know needs to be refreshed frequently.
  •  
    Yes Alex, indeed, the durability is the point I think they highlight and focus on (besides the fact the abstract says something as the extrapolated decay time being comparable to the age of the Universe..). Indeed memories face problems with retention time. Most of the disks retain the information up to 10 years. When enterprises want to store data for longer times than this they use... yeah, magnetic tapes :-). Check a interesting article about magnetic tape market revival here http://www.information-age.com/technology/data-centre-and-it-infrastructure/123458854/rise-fall-and-re-rise-magnetic-tape I compared for fun, to have one idea of what we were talking about. I am also very curious so see the writing and reading times in this new memory :)
  •  
    But how can glass store the information so long? Glass is not even solid?!
LeopoldS

Decreasing human body temperature in the United States since the industrial revolution ... - 1 views

shared by LeopoldS on 11 Jan 20 - No Cached
  •  
    Nice paper and linked to so many other factors.... curious "The question of whether mean body temperature is changing over time is not merely a matter of idle curiosity. Human body temperature is a crude surrogate for basal metabolic rate which, in turn, has been linked to both longevity (higher metabolic rate, shorter life span) and body size (lower metabolism, greater body mass). We speculated that the differences observed in temperature between the 19th century and today are real and that the change over time provides important physiologic clues to alterations in human health and longevity since the Industrial Revolution."
johannessimon81

Mathematicians Predict the Future With Data From the Past - 6 views

  •  
    Asimov's Foundation meets ACT's Tipping Point Prediction?
  • ...2 more comments...
  •  
    Good luck to them!!
  •  
    "Mathematicians Predict the Future With Data From the Past". GREAT! And physicists probably predict the past with data from the future?!? "scientists and mathematicians analyze history in the hopes of finding patterns they can then use to predict the future". Big deal! That's what any scientist does anyway... "cliodynamics"!? Give me a break!
  •  
    still, some interesting thoughts in there ... "Then you have the 50-year cycles of violence. Turchin describes these as the building up and then the release of pressure. Each time, social inequality creeps up over the decades, then reaches a breaking point. Reforms are made, but over time, those reforms are reversed, leading back to a state of increasing social inequality. The graph above shows how regular these spikes are - though there's one missing in the early 19th century, which Turchin attributes to the relative prosperity that characterized the time. He also notes that the severity of the spikes can vary depending on how governments respond to the problem. Turchin says that the United States was in a pre-revolutionary state in the 1910s, but there was a steep drop-off in violence after the 1920s because of the progressive era. The governing class made decisions to reign in corporations and allowed workers to air grievances. These policies reduced the pressure, he says, and prevented revolution. The United Kingdom was also able to avoid revolution through reforms in the 19th century, according to Turchin. But the most common way for these things to resolve themselves is through violence. Turchin takes pains to emphasize that the cycles are not the result of iron-clad rules of history, but of feedback loops - just like in ecology. "In a predator-prey cycle, such as mice and weasels or hares and lynx, the reason why populations go through periodic booms and busts has nothing to do with any external clocks," he writes. "As mice become abundant, weasels breed like crazy and multiply. Then they eat down most of the mice and starve to death themselves, at which point the few surviving mice begin breeding like crazy and the cycle repeats." There are competing theories as well. A group of researchers at the New England Complex Systems Institute - who practice a discipline called econophysics - have built their own model of political violence and
  •  
    It's not the scientific activity described in the article that is uninteresting, on the contrary! But the way it is described is just a bad joke. Once again the results itself are seemingly not sexy enough and thus something is sold as the big revolution, though it's just the application of the oldest scientific principles in a slightly different way than used before.
johannessimon81

Asteroid mining could lead to self-sustaining space stations - VIDEO!!! - 5 views

  •  
    Let's all start up some crazy space companies together: harvest hydrogen on Jupiter, trap black holes as unlimited energy supplies, use high temperatures close to the sun to bake bread! Apparently it is really easy to do just about anything and Deep Space Industries is really good at it. Plus: in their video they show Mars One concepts while referring to ESA and NASA.
  • ...3 more comments...
  •  
    I really wonder what they wanna mine out there? Is there such a high demand on... rocks?! And do they really think they can collect fuel somewhere?
  •  
    Well they want to avoid having to send resources into space and rather make it all in space. The first mission is just to find possible asteroids worth mining and bring some asteroid rocks to Earth for analysis. In 2020 they want to start mining for precious metals (e.g. nickel), water and such.They also want to put up a 3D printer in space so that it would extract, separate and/or fuse asteroidal resources together and then print the needed structures already in space. And even though on earth it's just rocks, in space a tonne of them has an estimated value of 1 million dollars (as opposed to 4000 USD on Earth). Although I like the idea, I would put DSI in the same basket as those Mars One nutters 'cause it's not gonna happen.
  •  
    I will get excited once they demonstrate they can put a random rock into their machine and out comes a bicycle (then the obvious next step is a space station).
  •  
    hmm aside from the technological feasibility, their approach still should be taken as an example, and deserve a little support. By tackling such difficult problems, they will devise innovative stuffs. Plus, even if this doom-to-fail endeavour may still seem you useless, it creates jobs and make people think... it is already a positive! Final word: how is that different from what Planetary Resources plan to do? It is founded by a bunch of so-called "nuts" ... (http://www.planetaryresources.com/team/) ! a little thought: "We must never be afraid to go too far, for success lies just beyond" - Proust
  •  
    I don't think that this proposal is very different from the one by Planetary Resources. My scepticism is rooted in the fact that - at least to my knowledge - fully autonomous mining technology has not even been demonstrated on Earth. I am sure that their proposition is in principle (technically) feasible but at the same time I do not believe that a privately funded company will find enough people to finance a multi-billion dollar R&D project that may or may not lead to an economically sensible outcome, i.e. generate profit (not income - you have to pay back the R&D cost first) within the next 25 years. And on that timescale anything can happen - for all we know we will all be slaves to the singularity by the time they start mining. I do think that people who tackle difficult problems deserve support - and lots of it. It seems however that up till now they have only tackled making a promotional video... About job creation (sorry for the sarcasm): if usefulness is not so important my proposal would be to give shovels to two people - person A digs a hole and person B fills up the same hole at the same time. The good thing about this is that you can increase the number of jobs created simply by handing out more shovels.
jcunha

Measuring radiation damage on the fly - 0 views

  •  
    Materials exposed to a high-radiation environment such as the inside of a nuclear reactor vessel can gradually degrade and weaken. A new approach to allow assessment of radiation damage in materials, on real time!
santecarloni

Magic: the Gathering is Turing Complete - 1 views

  •  
    so happy that the times of ACT magic are over ... or are they?
  •  
    of course not !!!! :) The ACT Magic nights are alive and well, and getting crazier all the time. And I'm happy to say, no blood has been spilled yet... though at times we've come close :).
Marcus Maertens

Randall Munroe Finally Finishes His 3,099 Panel xkcd Magnum Opus "Time" | Geekosystem - 3 views

  •  
    Randall Munroe is simply the best.
  •  
    Yeah I remember this comic was tough to hack... With Click and Drag it was peanuts to download all the tiles once you figured out the file name pattern, but with this one some strange server-side event thing was used to feed the images at random time intervals... Nice to be able to see it all finally!
johannessimon81

Weather patterns on Exoplanet detected - 1 views

  •  
    so it took us 70% of the time Earth is in the habitable zone to develop, would this be normal or could it be much faster? In other words, would all forms of life that started on a planet that originated at a 'similar' point in time like us, be equally far developed?
  •  
    That is actually quite tricky to estimate rly. If for no other reason than the fact that all of the mass extinctions we had over the Earth's history basically reset the evolutionary clock. Assuming 2 Earths identical in every way but one did not have the dinosaur wipe-out impact, that would've given non-impact Earth 60million years to evolve a potential dinosaur intelligent super race.
  •  
    The opposite might be true - or might not be ;-). Since usually the rate of evolution increases after major extinction events the chance is higher to produce 'intelligent' organisms if these events happen quite frequently. Usually the time of rapid evolution is only a few million years - so Earth is going quite slow. Certainly extinction events don't reset the evolutionary clock - if they would never have happened Earth gene pool would probably be quite primitive. By the way: dinosaurs were a quite diverse group and large dinosaurs might well have had cognitive abilities that come close to whales or primates - the difference to us might be that we have hands to manipulate our environment and vocal cords to communicate in very diverse ways. Modern dinosaur (descendents), i.e. birds, contain some very intelligent species - especially with respect to their body size and weight.
‹ Previous 21 - 40 of 514 Next › Last »
Showing 20 items per page