Skip to main content

Home/ Advanced Concepts Team/ Group items tagged online gaming

Rss Feed Group items tagged

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 ...
ESA ACT

The Space Place :: Games - 0 views

  •  
    Something for Kevin? Space-related on-line games...
ESA ACT

How online games are solving uncomputable problems - 0 views

  •  
    Hmm it seems that we should really push this project forward...
Ma Ru

ESA highlights online games as key future technology - 3 views

  •  
    Did you know that? (Obviously you should, as it's GSP)
  •  
    I was actually at the mid-term review in Sweden last year. Also played the game for a few minutes. The final presentation is next week in case anyone in the ACT is interested.
Dario Izzo

How the Space Pope is helping to find real exoplanets by playing Eve: Online | Ars Tech... - 0 views

  •  
    serious gaming came back!
santecarloni

[1107.0392] Emergence of good conduct, scaling and Zipf laws in human behavioral sequen... - 3 views

  •  
    ... proof that humanity is good?
  •  
    "The dataset contains practically all actions of all players of the MMOG Pardus since the game went online in 2004 [18]. Pardus is an open-ended online game with a world- wide player base of currently more than 370,000 people. Play- ers live in a virtual, futuristic universe in which they interact with others in a multitude of ways to achieve their self-posed goals [22]. Most players engage in various economic activities typically with the (self-posed) goal to accumulate wealth and status. Social and economical decisions of players are often strongly influenced and driven by social factors such as friend- ship, cooperation, and conflict." quite impressive ...
jaihobah

Computer Scientists Close In on Unique Games Conjecture Proof - 0 views

  •  
    "A paper posted online in January takes theoretical computer scientists halfway toward proving one of the biggest conjectures in their field. The new study, when combined with three other recent papers, offers the first tangible progress toward proving the Unique Games Conjecture since it was proposed in 2002 by Subhash Khot, a computer scientist now at New York University. Over the past decade and a half, the conjecture - which asks whether you can efficiently color networks in a certain way - has inspired discoveries in topics as diverse as the geometry of foams and the stability of election systems. And if the conjecture can be proved, its implications will reach far beyond network-coloring: It will establish what is the best algorithm for every problem in which you're trying to satisfy as many as possible of a set of constraints - the rules in a sudoku puzzle, or the seating preferences of a collection of wedding guests, for instance."
ESA ACT

The Superstruct Game - 0 views

  •  
    An interesting idea...
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.
Nicholas Lan

BBC: Horrible noises experiment - 0 views

  •  
    part of the bbc's citizen sciene thingy 'so you want to be a scientist. it's like a game show for science experiments if you're not familiar. the bookmark will take you to the online participation part of one of the experiments selected. here's the main page. http://www.bbc.co.uk/radio4/features/sywtbas/ "This experiment is being run by citizen scientist Izzy Thomlinson for BBC Radio 4's So You Want To Be A Scientist?. It aims to find out what you think about unpleasant sounds. Please read the following statement and click Take Part Now! if you agree to participate."
Joris _

DailyTech - NASA Releases iPhone App - 2 views

  • The U.S. space agency has worked more diligently the past few years to better interact with the public.
  •  
    what about ESA?
  • ...3 more comments...
  •  
    have already sent it as a suggestion to our com department ... btw: installed the app and its really well done!!
  •  
    God no, why give more taxpayers' money to the shittiest, greediest and most closed company out there??
  •  
    why "more" ... do they get any taxpayers money? answer to your question: because its the most efficient (and coolest) platform to convey your message to a larger audience with relatively little effort ... btw: just ordered a time capsule for home :-)
  •  
    I said "more" because we already gave them money in the form of Sophia and Atlas :) If we want to be consistent in promoting "open" efforts (open innovation, open source, open governance, etc.) we should avoid Apple like the plague. They are far far worse than Microsoft in terms of closedness, secrecy, shady market practices and vendor lock-in. Just google a bit and you will find lots of example of their behaviour.
  •  
    cant' really argue about the Apple practices, although I ve read some things. I think the NASA app is more like a news feed and nothing more. But that online crowdsourcing game we had in mind, now that would be cool in a mobile version - new mobiles also have accelerometers nowadays
ESA ACT

Swedish Armed Forces - Recruitment Campaign - 0 views

  •  
    ESA did not accept you to be an astronaut? Check if you at least can be a Swedish Army officer... HEADPHONES REQUIRED!!!
ESA ACT

FreeRice - 0 views

  •  
    I guess we could all work on our vocabulary once in a while and this way we can contribute to a better world...
1 - 14 of 14
Showing 20 items per page