Slashdot Mirror


User: Lennie

Lennie's activity in the archive.

Stories
0
Comments
3,689
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,689

  1. Re:I have an idea. on Boot To Gecko – Mozilla's Web-Based OS · · Score: 1

    I think you do not understand what Mozilla does. (paraphrasing) The mission of Mozilla is to keep the internet and web free of proprietary API and patent problems. To make sure every protocol and system is open and to keep it 'innovative' and prevent lock-in.

    They do this by creating 'products' that people use, as long as the open specifications are the standard (as in widely deploy, industry practices) they are fulfilling their mission.

    In the mobile space, their is very little currently using open specifications. Just think of the problems Google is having with Dalvik/Oracle or the Apple App Store. So they want to get into that space.

  2. Re:Twitter + on Is Twitter Rendered Obsolete By Google+? · · Score: 1

    And some of the 'biggest people on Twitter' also post on Facebook. It did not make Twitter irrelevant.

  3. Re:Twitter exists to do less on Is Twitter Rendered Obsolete By Google+? · · Score: 2

    I wouldn't bet on Twitter remaining for long either. They are operating at a loss and venture capital is the only thing keeping it going right now. For years they literally said they didn't know if they even had a business model.

    Is Twitter is to big to fail ? After all it is 4 times as big as MySpace (and supposedly it failed).

    The people that invested in Skype did get their money back, Microsoft probably won't directly. Maybe indirectly, we don't know.

  4. Re:Fitting quote on Boot To Gecko – Mozilla's Web-Based OS · · Score: 1

    Please tell people to install Chrome, not Comodo Dragon. Comodo uses it to block certain competing SSL-provider products they think are 'unsafe'.

  5. Re:Embarrassingly authoritative on Intel Details Handling Anti-Aliasing On CPUs · · Score: 1

    Maybe just embarrassing ?

  6. Re:And the point of this is? on Public AAC Listening Test @ ~96 Kbps [July 2011]. · · Score: 1

    "...and many people participating in the double blind listening test'

    Maybe that is why it ended up on slashdot ?

  7. Re:I expected more on 'The Code Has Already Been Written' · · Score: 1

    I do think he got the basic idea right:

    The end product of the scientist is the output of the program and the conclusions he/she derives from that.

    The end product of the professional programmer is the program and it will very probably need to be changed again at a later time.

  8. Re:Comparison? on Android User Spends 60 Days In WebOS Land · · Score: 1

    Well, that has 2 sides: it would be good to get many apps on the devices.

    But on the other side we have patens. Considering how Google now is already in court with Oracle over that same Dalvik.

  9. Re:Do you remember back before 2000? on Ask Slashdot: Chromeless Cross-Platform Browser? · · Score: 1

    I would guess that this is only if you want to use the installer. If you have some way of updating the dll's all on the computers from a central location. It would be fine ?

  10. Re:Stating the obvious on Why Waste Servers' Heat? · · Score: 1

    Building datacenters in different climates doesn't really help.

    The reason companies like Google have as many datacenters isn't just about redudancy. But the biggest reason is the latency between the user and the server. Datacenters need to be close to the user to get the data to the user quickly.

    That is why many companies use CDN's and one of the reasons why Google started the SPDY project (because of TCP-slowstart, SPDY tries to make HTTP faster by re-using TCP-connections).

  11. Re:Stating the obvious on Why Waste Servers' Heat? · · Score: 1

    In the Netherlands there is already a project with datacenters and greenhouses.

  12. Re:Big deal. on Oracle Acquires K-splice For an Undisclosed Amount · · Score: 1

    And what about the VM's ?

    Or do you have a cluster with OpenVZ (they do not have their own kernel) ?

  13. Re:No trace, eh? on A Linux Distro From the US Department of Defense · · Score: 1

    Not so much, thet use encryption instead.

  14. Re:Are you on the same planet? on Mozilla Announces Enterprise User Working Group · · Score: 1

    Just say it, corporate users want: security-only updates.

  15. Re:UK govmt still hugely IE6 on IE6 Still Going Strong In China · · Score: 1

    Luckily Microsoft released IE9 to make life easier... euh... well, not so much. But atleast they will release IE10 with Windows 8. Which means an other new version to support. Should be 'fun'

  16. Re:Obligatory on OpenBSD Marches Toward 5.0 Release · · Score: 1

    Actually, if people think OpenBSD's release schedule is a good thing, then I have no idea why people would complain about Mozilla trying to mold their release cycle in a similair fashing.

    Because OpenBSD has been doing what Chrome did from the start: a timed release cycle. Take the features that are done and only release those.

    The Mozilla folks still need to learn a bit I'm sure. They'll probably get the hang of it soon.

  17. Re:They have IE6 because of Windows 2000 on IE6 Still Going Strong In China · · Score: 1

    I thought it was mostly Windows XP without some SP's with also do not support activation and thus have no IE7 or IE8.

    IE6 does support IPv6, if you install IPv6 in Windows XP.

    I've atleast see it send AAAA DNS -queries.

  18. Re:UK govmt still hugely IE6 on IE6 Still Going Strong In China · · Score: 1

    You probably mean something else, because SSL v2 is much older and very insecure:

    'version 2.0 was released in February 1995 but "contained a number of security flaws which ultimately led to the design of SSL version 3.0"'

    http://en.wikipedia.org/wiki/Transport_Layer_Security

  19. Re:Yay cloud! er... on 7 Days With a Google Chromebook · · Score: 1

    With I had mod points. Totally right.

    Hell, even Microsoft will try it with Windows 8...?

  20. Re:Yeah but... on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    You need:

    * the normal stuff to handle email:
    - like a domain
    - like an incoming/outgoing mail server, probably spamfiltering
    - probably a IMAP/POP-server
    - or maybe a webserver for webmail
    - and the a webmail program

    If you want to implement the Verified Email Protocol, this adds:

    You need a webserver for your domain which has a http://example.com/.well-known/host-meta file which points to an URL where the public-key-information can be queried.

    That is all this adds.

    If you want to set this up for users, you probably would want an extra settings page in the webmail-app for setting up the public key.

  21. Re:Yeah but... on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    You don't need to open/close the browser.

    There will be a UI for that, where you choose what identity you want to use for the site you are looking at.

  22. Re:That was a bumpy ride.. on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    Yes and no. This project has been in the works for over 2 years at Mozilla in different forms, among being based around OpenID and other systems.

    The Verified Email Protocol specification has been in the works for a while now too.

    The biggest problem was, I think, that they still needed to solve that not all email-providers would (immediately) implement this, so that is what the BrowserID project is for.

  23. Re:I'm confused about this. on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    I think the private key in the browser is used to generate a key per site, which can be used to verify you own the public key which is related to your email-address.

    But I could be wrong. :-)

  24. Re:Microsoft CardSpace on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    Which is depends on a whole lot of big protocols which are much more complicated than need be.

    Have a look at the specification:
    https://wiki.mozilla.org/Labs/Identity/VerifiedEmailProtocol
    https://wiki.mozilla.org/Identity/Verified_Email_Protocol/Latest

  25. Re:Misses one major problem..... on Mozilla BrowserID: Decentralized, Federated Login · · Score: 1

    Encrypt all the passwords and keys before storing them on disk and have the user provide a passprase before using the browser.

    I expect that is how it will work.