Skip to main content

Home/ Advanced Concepts Team/ Group items tagged browser

Rss Feed Group items tagged

ESA ACT

JWS Online Cellular Systems Modelling - 0 views

  •  
    A database with biological models that can be downloaded or run in the web-browser!
ESA ACT

SpaceTime™ - 0 views

  •  
    An interesting internet browser for the near future
Paul N

Hacking Team Breach Shows a Global Spying Firm Run Amok | WIRED - 1 views

  •  
    Few news events can unleash more schadenfreude within the security community than watching a notorious firm of hackers-for-hire become a hack target themselves. In the case of the freshly disemboweled Italian surveillance firm Hacking Team, the company may also serve as a dark example of a global surveillance industry that often sells to any government willing to pay, with little regard for that regime's human rights record. Scroll down for the commercial. :)) Funny that when I keep complaining about privacy and monitoring, people still point and laugh.
  •  
    And the direct link to the whole stash: https://ht.transparencytoolkit.org/ Their admin kept a plain text file with passwords on his desktop. Maybe they should have hired someone to do an audit :) More importantly, from the files it follows that this company found and exploited yet another vulnerability in Flash. So the current round of plugin/browser updates is thanks to this hack :)
  •  
    The vulnerability only seemed to affect some of the more recent versions. Maybe from time to time we should downgrade flash to avoid them :))
jcunha

scrible | smarter online research - annotate, organize & collaborate on web pages - 2 views

  •  
    A personal need for organizing the information I access online, going away from the pdf print of page, or browser tab just lying open for ages (Anna style) brought me here. Seems to be a quite good and featureful service, sponsored by the NSF.
  •  
    not convinced ... still stick to pdf for time being
  •  
    NSF, NSA, more or less the same. I'm growing increasingly weary about giving increasingly more private data away to online services.
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.
ESA ACT

BrowserPlus™ (a technique that seems to bridge webbrowsers with local desktop... - 0 views

  •  
    looks actually quite interesting to me - could we use it?
ESA ACT

Zotero - The Next-Generation Research Tool - 5 views

  •  
    and I will try this one also ! anybody ever used it ?
  •  
    wow i've wanted one of these for years
  •  
    I posted like this last year on Delicious, think Tobias installed it
Alexander Wittig

The Internet Archive's Windows 3.x Showcase - 4 views

  •  
    Travel back in time and play with the original Windows 3.11. back when using a computer still meant loading EMM386 in your config.sys ;) Remember that expensive big box of hardware you were so proud of? Now the whole thing is simulated in your browser. Using JavaScript. And still runs faster. This is a collection of curated Windows 3.x software, meant to show the range of software products available for the 3.x Operating System in the early 1990s.
  •  
    Awesome :) It's even got skifree!
darioizzo2

Google ad tracking won't use your browser history - Android Authority - 0 views

  •  
    YAY!!
1 - 10 of 10
Showing 20 items per page