"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.
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.
The picture was made with the Canon 5D mark II and a 400mm-lens. It consists of 1.665 full format pictures with 21.4 megapixel, which was recorded by a photo-robot in 172 minutes.
"With a resolution of 297.500 x 87.500 pixel (26 gigapixel) the picture is the largest in the world. (stand December 2009)"
Daring statement... I'm not quite sure, but I'd quess microscopic images used in medicine can easily reach terapixels...
What a waste of pixels anyway... they weren't able to find a bit more interesing city?
is it me or is there an ongoing convergence of sources of posts on here? in that vein here's a weird brain experiment you can try at home. can't get it to work myself.
Where do you want to go to do academic research and still have a decent salary ? certainly not sweden, France or Germany... prefer the UK, US or the top... Switzerland !
Where do you want to go to do academic research and still have fun? Where can you really do research instead of becoming an overpaid secretary?
If you want to get rich go and work in investment banking...
well.. i'd better live decently than get rich... which is not possible in Paris (take 1680 euros for one family and a 1000 euros rent, minus all normal expenses (health, car, insurance, ...), it's difficult to finish the month...)
Without mentioning that in France you would become an underpaid secretary...!!!
My ex phd director is a professor and she doesn't even have a secretary to manage the 150 applications to the master she is in charge...
My experience would rather say that the salary and the time you have for research are quite decorrelated.
Sure, 44k for a full professor, that's a bad joke! Just my experience from conferences: high saleries do not make good research, I rather suspect there's something like an optimal salery. People with too high saleries often seem to feel obliged to make much noise (whatever the reason might be), the result is not research but PR campagns.
I agree !
Just a correction, net salary for a full professor starting in France: 36456 euros/year...
For a McF (equivalent junior prof.): 20160 euros/year, and of course a shitload of admistrative tasks and teaching. I don't know why i still dream to have a position...?
Innovation in beer :
"This is an extremely strong beer; it should be enjoyed in small servings and with an air of aristocratic nonchalance. In exactly the same manner that you would enjoy a fine whisky, a Frank Zappa album or a visit from a friendly yet anxious ghost."
"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 :(
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.
according to the normal website (http://www.bnsc.gov.uk/):
"The UK Space Agency website will officially launch on 1 April 2010. Until then, the BNSC website will be in a state of transition "
the guys above i think just take the piss coz theres no official website. Mission statement: TOGETHER WE ARE GOING TO EMBARK ON A JOURNEY INTO SPACE.
..........................THE MISSION IS......MARS................................."
I've just read a blog entry about this on New Scientist, and while the entry itself is not interesting, I learned from it where the UKSA and ESA's UK establishment are going to be based. Answer: it's even more in the middle of nowhere than Plymouth! BTW does anyone (Leo?) know what is the basis on which new ESA establishments locations are chosen (if this info is classified, you can send it on priv ;)
[Edit] Esa has released a news item about it... Whatever one can say about the British Space Agency, they certainly have a fantastic logo!
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!
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!!