Slashdot Mirror


User: NotInHere

NotInHere's activity in the archive.

Stories
0
Comments
1,793
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,793

  1. Re:Bull on Microsoft Exec Opens Up About Research Lab Closure, Layoffs · · Score: 1

    But it also produces patentable products that can revolutionize the market and allow the company to profit from patent licensing even when they aren't interested in the market that the patent would apply to.

    I know that Microsoft makes a shitload of patent fees from Android devices. Were those patents researched at Microsoft labs?

  2. Just like Bittorrent sync, its highly dependent on your setup. If you run Owncloud on your home router with 1M uplink, your speed is that small. If you run your owncloud on a server with a gigabit uplink, and use google fiber, and you have an SSD in your owncloud server, you might get faster speeds.

  3. Re: Only for root users on Windows 0-Day Exploited In Ongoing Attacks · · Score: 2

    ... and you don't need privilege escalation if you want to write an X keylogger. You only need to be abled to execute code as the user you want to track.

  4. Re: Yikes on Windows 0-Day Exploited In Ongoing Attacks · · Score: 1

    +1

    Why do we need multiple rendering engines? There should be one to rule them all. It seems that even large companies like microsoft can't fix all issues, and microsoft has to maintain multiple rendering engines, like Trident or the Office rendering engine. If microsoft would use trident for office documents, too, and all plug-ins were made in js (or NaCL if you like binary), Office could profit by the huge efforts Microsoft (and Google) puts into securing Browsers.

  5. Re:No postmark date? on The Future of Stamps · · Score: 1

    They could post the stamps (or a merkle tree header of all stamps of the last hour) on the bitcoin blockchain, or any other (cryptographic) notary. Then nothing is "lost in the machine", and you don't have to trust the service's computers.

  6. Re:That's the way the gyoza goes on 3D-Printed Gun Earns Man Two Years In Japanese Prison · · Score: 1

    And legalizing weapons in america goes back to defend yourself from evil people like redcoats, slaves, or federal gvt.

  7. Re:Is Google Losing It? on Google Changes 'To Fight Piracy' By Highlighting Legal Sites · · Score: 0

    Finally some judge understands how the internet works, and now you complain that he has.

  8. Re:Why the hell... on JavaScript and the Netflix User Interface · · Score: 1

    OK, point taken.

  9. Re:Golden Hammer on JavaScript and the Netflix User Interface · · Score: 1

    That "somebody" is W3C. And if Microsoft doesn't implement it in their internet explorer, the fact that it is a "standard interface" is not the fault of "browser vendors", but of microsoft. and browser vendors (even microsoft) have aligned their js implementations.

    So yes, there is no "generally accepted" standard interface, when you define "generally accepted" as being runnable on IE8. But when you can afford to say to your users "get a modern browser" (still don't understand why google discontinued their chrome frame), you can use that standard interface. In the meantime, you can write in HTML5 and provide a flash fallback, there are lots of good libraries that provide you with such a solution without much effort from you.

  10. Re:Golden Hammer on JavaScript and the Netflix User Interface · · Score: 2

    You are right in principle. All it takes is to make the browser a real VM environment with security guarantees, a standardized interface, etc. But that is not going to happen anytime soon,

    ... because the standardized interface has already happened, or is happening: https://wiki.mozilla.org/WebAP...

    The fact that browsers have such a large userbase, and its incredibly easy to make browsers execute potentially evil javascript, js is one of the most secure and best sandboxed languages that exist, that is still powerful. OK there are things as canvas tracking, and webgl shaders. But show me something that supports truly secure accelerated graphics.

    When I run my browser, I choose which file to upload. A program running on my computer can read every file I can read. When an application wants to access my webcam, it asks me. On the desktop the application simply accesses my webcam. On X.org you can even write a keylogger without having extra privileges.

  11. Re:Why the hell... on JavaScript and the Netflix User Interface · · Score: 4, Insightful

    First JVM is not language-specific: http://en.wikipedia.org/wiki/L...
    Second, javascript can be the compile target of LLVM bytecode. You can compile your favourite C program to js. See emscripten: https://github.com/kripken/ems...
    Third, javascript has a very fast but still backwards compatible bytecode like subset called asm.js: http://en.wikipedia.org/wiki/A...
    asm.js can be set as target for emscripten. The browsers supporting asm.js simply JIT it to bytecode, and those which don't still can run asm.js, but way slower.

  12. Re:anonymously sourced evidence? on Florida Supreme Court: Police Can't Grab Cell Tower Data Without a Warrant · · Score: 1

    Unfortunately, as long as it isn't also unconstitutional to hand out candy like candy, nobody cares.

  13. Re:Using a Java plugin to play audio files... on New Music Discovered In Donkey Kong For Arcade · · Score: 1

    Vorbis might be a dead horse (it isn't), but opus really is king. Its MTI codec for WebRTC not without reason.

  14. Re:Using a Java plugin to play audio files... on New Music Discovered In Donkey Kong For Arcade · · Score: 2

    Most likely ZorinLynx uses Safari or IExploder, as the files are encoded as ogg, and those two browsers are the only ones not supporting ogg.

    They can install a codec plugin though.
    http://www.xiph.org/dshow/down...
    https://wiki.xiph.org/XiphQT

  15. You can still say you're OK.

  16. Re:Site broken on Lead Mir Developer: 'Mir More Relevant Than Wayland In Two Years' · · Score: 3, Informative

    from the archive.org headers (X-archive-orig-server), I can tell its cloudflare-nginx they use. What wonders me, as cloudflare prevents slashdotting??

  17. One of the worst points about systemd on Debian Talks About Systemd Once Again · · Score: 5, Interesting

    is for me that it isn't interoperable. Please correct me when I'm wrong, but AFAIK systemd never did anything to create standards their new functionality is compatible with. Instead they only support linux APIs. I recognize that their needs exceed POSIX, but their current approach "lets make everything a hard dependency" is -to be polite- hacky. It doesn't have to be an official ISO standard, a simple document that ensures exchangeability of components inside systemd, and perhaps even makes systemd cross-platform.

  18. Re:Completely wrong on Debian Talks About Systemd Once Again · · Score: 1

    +1 Informative. That Systemd is default isn't criticised by the mail. They only want to "preserve the freedom of our users now to select an init system of their choice, and the project's freedom to select a different init system in the future.".

  19. Re:Given that the mobile world has moved to apps.. on Microsoft's JavaScript Engine Gets Two-Tiered Compilation · · Score: 1

    Except the fact that browser programs are always-online of course.

  20. Re:Given that the mobile world has moved to apps.. on Microsoft's JavaScript Engine Gets Two-Tiered Compilation · · Score: 1

    Browsers are the most secure and privacy preserving way today to execute programs on your computer. They maintain a clear separation between the data on your HDD and theirs, if they need access to your camera they ask you, and it has become really hard to develop an exploit to break out of this sandbox. Because of xkcd 1200, I usually avoid using closed source apps on my desktop, but inside a browser I know it doesn't steal my data, or break something else in my system. Do you remember all those "splash screens" that appeared when you have logged in, advertising some bloaty software? In the browser there are no splash screens. I know, app stores also ensure standards and such, but browsers are still better, as they ensure basic features (copy text, ctrl f etc) I need in everyday computer use.

  21. First on The Great Robocoin Rip-off · · Score: 1

    People who want to do something first should expect a bumpy ride. Having to pay $10k more is part of the word "pioneer". Pioneers clear the path for the masses.

  22. Re:Light on details, however... on Battery Breakthrough: Researchers Claim 70% Charge In 2 Minutes, 20-Year Life · · Score: 1

    The heat problem is a cooling prolem, nothing more. Traditional motors also produce tons of heat, but they are cooled, and everything is fine.

  23. Re:Really? on Confidence Shaken In Open Source Security Idealism · · Score: 1

    Yeah, it might be true that Linux servers are more secure than windows servers, or win desktop, but X comes from an age where people didn't care about per-app isolation, but about per-user isolation. X is, in security terms, broken.

  24. Re:Creating the "Anti-Search" and Other Dark Matte on Google Rejects 58% of "Right To Be Forgotten" Requests · · Score: 1

    In order to annihilate n KG of matter, you needed n KG of antimatter. You couldn't even annihilate this message on your computer with all combined antimatter, the mass of the memory cells this post is stored on your computer exceeds produced antimatter mass.

    (At least I think so)

  25. Re:Is this counting Apple's new encryption scheme? on Snowden's Tough Advice For Guarding Privacy · · Score: 1

    This encryption is only useful when the phone never were unlocked after authorities got suspicious of you. The moment you unlock, it connects to the carrier, the baseband downloads the rootkit (or they use one of the various other backdoors they have), and the authorities get the key, and any other phone content they wish.