Slashdot Mirror


User: Twylite

Twylite's activity in the archive.

Stories
0
Comments
851
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 851

  1. Summaries of new technologies & techniques on Ask Slashdot: What Training Helps Older Programmers Most? · · Score: 2

    Succinct summaries of new (but proven) technologies & techniques. For me it's less about how to learn, and more about what to learn. Having an idea of what new technologies & techniques have been developed (and/or are becoming popular), what problems they solve for me, what trade-offs are involved, and what alternatives exist, helps to direct my learning. In other words a trade or hobbyist magazine that focuses on focuses on technology in the 'early majority' area of the adoption curve, across programming disciplines.

  2. Re:Don't sweep it under the rug as collateral dama on "Internet's Own Boy" Briefly Knocked Off YouTube With Bogus DMCA Claim · · Score: 1

    Alternatively we need a legal precedent that a false claim of ownership of Copyright in a work is tort (e.g. trespass to chattels) as the real owner is deprived of the use/benefits of the work; moreover if the claim was made dishonestly (the claimant knew it to be false) then the claim should be tantamount to theft. Such a precedent could potentially be established in any common law jurisdiction.

  3. Re:Everybody is wrong... on Robert McMillen: What Everyone Gets Wrong In the Debate Over Net Neutrality · · Score: 1

    That is you choosing your service provider and access level (dialup, dsl, cable, etc.), which is not a net neutrality issue. At a push it could be interpreted as protocol-specific traffic priority which is a grey area (some people consider it a net neutrality issue, others don't).

    Non-neutral behaviour can only occur when two service providers interact, like so: you want to ship a parcel to Bob, but there is no courier that does door-to-door service in both your area and Bob's area. So you ship the parcel with your courier, and pay for a particular service level (overnight door-to-door). Your courier delivers the parcel to Bob's courier (and pays Bob's courier according to some inter-courier agreement), who delivers the parcel to Bob's door. Neutral behaviour occurs when Bob's courier delivers the parcel like any other they handle, even if they can't meet the service level you asked for from your courier. Non-neutral behaviour occurs when Bob's courier delays the parcel delivery because they received it from another courier rather than directly from the sender.

    Notice that both Bob and you are screwed by the behaviour of Bob's courier.

    The Wired article misses this by focusing on how - if you are a large company - you can send through more than one courier, selecting the one most convenient for the intended recipient. This obviously makes delivery faster because it cuts out one leg of the parcel's journey; and it would make delivery faster with or without neutrality requirements. The article ignores the actual problem of non-neutral behaviour where the parcel is actively delayed (over and above the natural journey time) by one of the couriers in order to force the sender to deal directly with them rather than having the option of sending via another courier (and accepting the naturally longer journey time).

    The big weakness of this analogy is that in the real world you can readily choose between one of several courier on a per-parcel basis, but few individuals or small companies can choose between ISPs on a per-connection basis.

  4. Re:Mind reader on Ask Slashdot: Communication With Locked-in Syndrome Patient? · · Score: 1

    This. Wikipedia has a Comparison of consumer brain–computer interfaces that covers devices from Emotiv, Neurosky and others.

    Searching for Emotiv, Neurosky or "BCI" (brain-computer interface) plus keywords like "disabled" or "ALS" or "locked" produces a couple of results on improving communication with limited physical control, e.g. this and this. I'm sure there are plenty of others.

    Another approach is software like Dasher, which turns gestures from various sources (including eye tracking) into text. There appears to have been some work to integrate Dasher and BCI.

  5. Re:Crowdfunding is the future of all movies and TV on Ask Slashdot: Is Crowd Funding the Future of Sci-Fi? · · Score: 1

    But to get there we need to move from crowdfunding-as-advance-purchase (which is how most Kickstarter campaigns are set up) to crowdfunding-as-investing.

  6. Re:New users don't know about CLI on Ask Slashdot: Command Line Interfaces -- What Is Out There? · · Score: 1

    findstr has POSIX basic regular expression support (almost) and has been available since Windows 2000.

  7. Re:Open source browsers? on Tim Berners-Lee, W3C Approve Work On DRM For HTML 5.1 · · Score: 1

    You are in the category "I agree with you". I think DRM will prevent fair use of materials as well as prevent them from falling into the Public Domain at the end of the limited Copyright period, and there needs to be recognition of these problems right now in order to protect society's interests. A straightforward solution is to make technological protection an alternative to Copyright protection - you can chose either one, but not both.

  8. Re:Open source browsers? on Tim Berners-Lee, W3C Approve Work On DRM For HTML 5.1 · · Score: 1

    (All DRM is purposely designed to break content. It provides absolutely no benefit to the user)

    Breaking content in a standard way, which can then be unbroken in a standard way (likely to be cross platform and supported by your browser); as opposed to only being unbroken by a dodgy Windows-only rootkit supplied by the content distributor.

  9. Re:Open source browsers? on Tim Berners-Lee, W3C Approve Work On DRM For HTML 5.1 · · Score: 4, Insightful

    Indeed. Encrypted Media Extensions, W3C First Public Working Draft 10 May 2013:

    This proposal extends HTMLMediaElement providing APIs to control playback of protected content.

    The API supports use cases ranging from simple clear key decryption to high value video (given an appropriate user agent implementation). License/key exchange is controlled by the application, facilitating the development of robust playback applications supporting a range of content decryption and protection technologies.

    This specification does not define a content protection or Digital Rights Management system. Rather, it defines a common API that may be used to discover, select and interact with such systems as well as with simpler content encryption systems. Implementation of Digital Rights Management is not required for compliance with this specification: only the simple clear key system is required to be implemented as a common baseline.

    That rationale (as I've heard it explained) is that media (video/audio) content distributors are going to implement DRM, so the Hobson's choice is between giving them a standard interface (HTML EME) or having every distributor create their own proprietary media player (probably platform-specific with embedded rootkit).

    If you believe that all media should be gratis, or you believe that all media should be open and consumers should be trusted to pay for non-gratis media absent any technological protection, then you will view EME as a bad thing.

    If you believe that Copyright should be able to exist on media and that authors and/or distributors should be able to charge for the video/audio, and you believe that technological protection measures may have some impact to reduce non-paid use of such media, and you believe that it is in the interest of consumers to have standards for these sort of things, then you may view EME as a good thing.

  10. Re:like different users? on Apple Receives Patent For Accessing Sets of Apps With Different Passcodes · · Score: 1

    Sounds more specifically like Role Based Access Control (RBAC). You can define RBAC with a Subject (identity-based access control with roles) or without a subject. In the latter case authentication is tied to authorising a role, rather than authenticating a subject who has (or can authorise) a role.

  11. Re:Why bother with pupil dilation? on Paralyzed Patients "Speak" With Their Pupils · · Score: 1

    Certainly seems like a more promising idea than pupil dilation. Wikipedia has a comparison of BCI hardware.

  12. Consumer bill of rights for digital goods on Is It Time To Enforce a Gamers' Bill of Rights? · · Score: 1

    More generally we need a consumer bill of rights for digital goods. When the copyright on these goods expires they must enter the public domain; the assumption that they do is part of the justification for granting a copyright monopoly. DRM prevents goods from entering the public domain. A consumer bill of rights should require that either (i) digital goods protected by copyright are free from DRM (conversely you can choose to use DRM but you lose the benefit of copyright protection); or (ii) any person or organisation that employs DRM to protect copyrighted digital goods must provide the digital good(s), DRM design specifications, source code and keys to a designated government office that will verify that the provided keys/source/tools can unlock the DRM and then hold everything in escrow for the term of the copyright. There would of course be an administrative fee associated with (ii), and if the fee is not paid then the information under escrow is released into the public domain.

  13. Re:It does measure Oxygen saturation to deduce pul on Fingerprint Purchasing Technology Ensures Buyer Has a Pulse · · Score: 1

    At a glance the patent seems to be for a very specific approach to measuring pulse oximetry. The approach seems near identical to US patent 5737439 Anti-fraud biometric scanner that accurately detects blood flow. In any event the basic technique for using pulse oximetry for liveness testing is described in Sandstrom, "Liveness Detection in Fingerprint Recognition Systems", 2004 and Hill & Stoneham, "Practical applications of pulse oximetry", 2000. The use of two IR absorption measurements is not novel (see patent 5737439).

  14. Re:Predictions? on BEST Study Finds Temperature Changes Explained by GHG Emissions and Volcanoes · · Score: 1

    Thanks for the link, although it doesn't actually explain whether the formula is derived from observation or from physical principles. As it turns out (with a bit of digging): both. It's an approximation that is sensitive to your choice of C and C0 (in IPCC: current and pre-industrial CO2 concentrations) and fits well to both empirical observations and theoretical expectations within a reasonable range of CO2 concentration. A detailed explanation can be found at http://scienceofdoom.com/2010/02/19/co2-an-insignificant-trace-gas-part-seven-the-boring-numbers/ .

  15. Re:Yeah yeah, we have seen this before on Google Declares War On the Password · · Score: 1

    Used alone these devices can effectively prevent trojans from sniffing password entry, and can guarantee high entropy in the user secret which will prevent brute-force attacks (like password guessing).

    Used alone these devices are ineffective against man-in-the-browser and various spear-phishing attacks, and (unlike passwords) are vulnerable to physical theft. Password protecting the device reduces the vulnerability to physical theft.

    The minimum security requirement for an authentication device is that it has its own trusted user interface, and requires PIN or biometric authentication via that interface, per login/transaction.

  16. Re:Predictions? on BEST Study Finds Temperature Changes Explained by GHG Emissions and Volcanoes · · Score: 1

    "The annual and decadal land surface temperature from the BerkeleyEarth average, compared to a linear combination of volcanic sulfate emissions and the natural logarithm of CO2."

    Why the natural logarithm? Do we have a hypothesis to explain why the overall forcing effect of CO2 follows the natural logarithm of atmospheric concentration? Why a linear combination with volcanic sulfate? Does the forcing of sulfate have a linear relationship to the natural logarithm of CO2? Or is this just the mathematical transformation that makes CO2+sulfate changes fit the plot of change in mean surface temperature?

    In the absence of sound theoretical answers to these questions, these are interesting but not compelling plots. The IPCC4 report (for example) goes into far more detail about our theoretical understanding of climate forcing from different components, and how projections are built up from this understanding that apply correctly in retrospect, leading to a more compelling argument for climate change.

  17. Triage on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 1

    I've dealt with a similar problem on a smaller scale (500K files, 120Gb). I started by generating hashes over all my current properly-organised files using hashdeep, and parsed the output into a database (columns filesize, hash, path, filename, mtime) using a custom scripts. Then I wrote another script to walk through the archives finding and deleting files that matched those already in the database; the script also used the database to keep track of its walk so it could be stopped and restarted. This halved the size of the archive material before I had to start trying to understand what was there.

    From there I identified pivotal directories in the archive - ones I could reasonable assume to be recent or more complete (for example, based on backup date) - and added them to the hash database, then walked the rest of the archives culling duplicates again. Lather, rinse, repeat and you rapidly reach a point where you have a small number of directories with a lot of de-duplicated data, and a large number of directories with small amounts of possibly-duplicated data that can be handled by a free dedup tool.

  18. Re:Single Sign-On on Ask Slashdot: What's Holding Up Single Sign-On? · · Score: 1

    It stretches the eggs into multiple baskets, allowing an attacker to choose one of multiple points of attack.

    FTFY

  19. Re:Privacy issue in Europe on Ask Slashdot: Are Smart Meters Safe? · · Score: 1

    Some smart meters also track time of use, and use on different circuits (e.g. lights, plugs, and a fixed appliance circuit that can be remotely switched off to reduce load on the grid). Some people consider this sort of information to be private. For example if the meter communicated this information regularly and the communication and/or central storage was insecure, it could be used to determine when you are on holiday.

  20. Re:Enough of this attitude on Photographer Threatened With Legal Action After Asserting His Copyright · · Score: 1

    What you describe is an aspect of copyright law that needs to be fixed. In many jurisdictions photography is never a work for hire, so you get these ridiculous situations where your wedding photographer can hold you to random. The law needs to be clear that photography may be a work for hire, and the conditions under which it is a work for hire, then the owner is (correctly) the person or organisation that hired the photographer.

  21. Re:Who loses out on FCC Boss Backs Metering the Internet · · Score: 1

    By "product" are you meaning "outcome of the intrastructure", or "what gets sold to customers"? Assuming the latter, the product is a tuple (total bits transferred, speed of transfer). Both are resources that are limited by contention for access to physical infrastructure.

  22. Re:Who loses out on FCC Boss Backs Metering the Internet · · Score: 1

    And as we all know the "pipe itself" is free. It costs not a red cent to manufacture fiber-optic cable, nor to lay it on the ocean floor and across a continent, and the relays and switches and routers are all free, as is the electricity to run them. When the pipe reaches saturation and page load times increase and videos cannot be streamed in realtime then you just turn the "bandwidth" dial up a notch and the New Infrastructure Faerie magically creates new pipes and equipment and perpetual energy, and they lived happily ever after.

  23. Re:Their wet dream on FCC Boss Backs Metering the Internet · · Score: 1

    If all heavy users just left, rates for light users would go up. Total cost remains the same, divided by less users. But its a biased phrasing of the question.

    If heavy users never joined (or were capped), rates for all users would be less. There is less contention for bandwidth at infrastructure level so total cost is reduced.

  24. Re:A week? on Who's Pirating Game of Thrones, and Why? · · Score: 1

    So $85 for 3 months and you get a ton of crap you don't want, or download precisely what you want for $36. Oh wait, you can't do that because the on demand download will only be available after the season airs on cable.

  25. Re:it would work as intended. more resources for f on Ask Slashdot: What If Intellectual Property Expired After Five Years? · · Score: 1

    > Writing is just playing slow. Your shortsighted question has no horizon.

    Deep meaningful bullshit you speak, hmm?

    > If you spend your time just composing, I doubt you intended it heard. If you wanted it heard you would play it for as many as could hear. Honestly musicians should get paid more because they actually work. Composers just kind of wank if they aren't working musicians or write jingles for the needy well-heeled.

    So a concert violinist should be paid more than the composer of the symphony ... the composer of course being unable to perform the symphony because it requires 100 instruments.

    > On the other hand we don't need an industry for anything , really, From the ground up it can be done at home by a band and some friends with some moxie. From booking gigs by email, to recording,mixing,mastering.

    Ah, now I understand. You are unable to tell the difference between a garage band recording done in the garage, and the studio recording of a great song performed by consumate professionals and properly engineered, produced and mastered by other professionals.