Slashdot Mirror


User: MCRocker

MCRocker's activity in the archive.

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

Comments · 244

  1. No mention of SQRL Login on Android Is Helping Kill Passwords on a Billion Devices (wired.com) · · Score: 3, Interesting

    I'm a little shocked to see an article on FIDO without even a mention of Steve Gibson's competing Secure Quick Reliable Login.

    Although I'm not an expert on this, most reports I've heard is that SQRL, is what FIDO was trying to be.

    One key feature of SQRL is that it only does one of Authentication and Authorization, so it can be used for anonymous login, which would be better for many purposes, such as blog comments where you only need to verify that some response belonged to the same author as some other so nobody could impersonate someone else. Though it looks like FIDO may also do this.

  2. Re: _Does_ Matter for GPL v3 on Why Some Open-Source Companies Are Considering a More Closed Approach (geekwire.com) · · Score: 1

    Good point. I was remembering the first draft before they decided to keep the Affero license separate.

  3. Re: _Does_ Matter for GPL v3 on Why Some Open-Source Companies Are Considering a More Closed Approach (geekwire.com) · · Score: 1

    This is (part of) why GPL v3 was created. If it's online, you have to post the license and source. A lot of companies would prefer to pay a modest license fee to avoid the indignity of having pages like that on their site.

    Many businesses consider GPL to be business unfriendly and use APL instead. I guess this just shows that GPL v3 would have protected their interests better and they wouldn't have to opt for dubious combo licenses. Point FSF.

  4. Re: it is the camel's nose on FSF Supports Today's Boston March Against DRM In HTML5 (defectivebydesign.org) · · Score: 1

    So, you're expecting that they'll start insisting that end users not be able to run Greasemonkey scripts since they might infringe some content creator's rights to present things on your browser as they envision, then, soon after outlaw that pesky view source option?

  5. Topcoder already does this on An Idea For Software's Industrial Revolution · · Score: 1

    Isn't this pretty much what topcoder already does?

    Without having read the actual PDF (naturally), the description basically matches the competitive software component marketplace that topcoder provides. And, yes, like other commenters have mentioned, it seems like a Mechanical Turk style race to the bottom. Thankfully their component model seems a litte broken to me, so, perhaps that's why it hadn't taken over the industry.

  6. Why duplicate Freedom Box? on ArkOS: Building the Anti-Cloud (on a Raspberry Pi) · · Score: 1

    This sounds like the same concept that the Freedom Box Foundation has been working on for a while. It would seem like a better use of resources for these groups to get together and pool their efforts rather than do the same thing twice.

  7. Re:Niche market on Qualcomm Says Eight-Core Processors Are Dumb · · Score: 1

    If you are a software developer, and don't find use for arbitrarily large number of cores... Time to get up to date!

    That's why I'm so excited by the new breed of languages like Scala.

    Sure, there's no silver bullet to automagically solve all parallel programming problems, but languages like Scala have features like Parallel Collections libraries, functional programming and Parallel Domain Specific Languages that can abstract enough of the problems of parallel programming away that journeyman programmers have a decent chance of being able to work effectively with multiple cores.

    I'm somewhat disappointed by the adoption curve. The reluctance to move toward an actual solution to the problem is somewhat surprising.

    This is also the real reason behind NoSQL databases... the need to scale horizontally instead of vertically is the primary driver, not a disdain for SQL.

  8. please stop using the term "intelectual property" on How I Got Fired From the Job I Invented · · Score: 1

    The term "Intellectual Property", is considered misleading by many who advocate for electronic freedom. Please consider avoiding the term so as not to indirectly support the claims of those who want to restrict these freedoms.

  9. May also affect Google Listen on What's the Best RSS Reader Not Named Google Reader? · · Score: 1

    Google Listen, the Android podcatcher that Google designed to work with Google Reader, has been dead for a while now, but it was still usable because Google Reader was still working even if they didn't update the Android app. However, it looks like the demise of Google Reader itself will doom Google Listen to uselessness.

    Of course, Google claims they dropped Google Listen because there were apps out there that did the same thing better, so it's not exactly the end of the world.

  10. Similar filings should trigger obviousness failure on Micron Lands Broad "Slide To Unlock" Patent · · Score: 4, Informative

    First to invent vs. file conflicts could be used to raise the bar on obviousness.

    Obviousness is surprisingly difficult to determine because some of the best and most brilliant ideas are also very simple ideas that seem obvious only in retrospect. So the patent office is deliberately reluctant to interpret the obviousness constraint too rigorously.

    Recently, the US has switched from awarding priority of similar patents to the first one to be filed instead of the first to be invented. Since there is often a very long delay from filing to patent award, during which filers must not publicly disclose their idea, priority becomes an issue more frequently than one might expect.

    It seems obvious to me that instead of struggling with who has priority, the patent office should simply look at two similar patents being filed at about the same time as a failure of the obviousness test because, clearly, two different practitioners of the art came up with similar solutions to a problem. So both patents and any similar future filings should be rejected as obvious.

    This doctrine would have disallowed a lot of patents in the past including the light bulb and telephone, which, while revolutionary were being investigated by several inventors who came up with similar solutions and even filed within hours of each other!

  11. Let the be light on Scientists Race To Establish the First Links of a 'Quantum Internet' · · Score: 3, Funny

    Because Quantum Entanglement is not in the bible.

    "...and god said, 'Let there be photons. And there were photons.'"

    “In the beginning, there was nothing. Then God said, 'Let there be light'... and there was still nothing but, you could see it." :: Groucho Marx

  12. Actual coding is the smallest part of modern softw on Why Coding At Fifty May Be Nifty · · Score: 1

    Actual coding is the smallest part of modern software development not just because of all the meetings agile techniques like Scrum require, but also because we're expected to support the code we write instead of just writing it in isolation, tossing it over the wall and expecting some other sucker to maintain it. The theory is that if the developers have to support the code themselves, then they'll pay more attention to quality, reliability, stability and other factors that improve maintainability.

    Of course other related work like design, documentation, code review, testing, deployment, performance analysis and so on contribute to making actual coding a small part of the whole process.

    Jobs with 20 hour seat-of-the-pants hackathon sessions in some low level language that gets dumped straight to production are increasingly rare.

    The question is whether all of this overhead is worth the effort? If done right, maybe all of this turns coding into professional software engineering that can reliably produce high quality solutions to business needs... or maybe it's just another failed attempt, like waterfall, that adds all sorts of useless overhead to fool management into thinking they have some sort of control.

    So far, I'm thinking that it may actually help, but the jury's out and I think it's highly dependent on your organization and individual team. Even great ideas can be need up by poor implementation.

  13. Mac top bar menus implement Fitts law on GNOME 3.6 To Include Major Revisions · · Score: 2

    The menu bar following the app has always been a feature of the Mac OS. It's nothing to do with using one app at a time, it's to do with the muscle memory advantage of just shoving the mouse to the top of the screen regardless of which application you're using.

    More specifically, it's an attempt to apply Fitts law to computer user interaction. Tog has an article on the thinking behind this.

  14. podcast of Karen Sandler speech about medical devi on Patient Just Wants To See Data From His Implanted Medical Device · · Score: 1

    More from Karen Sandler... IT Conversations has an interesting podcast featuring Karen Sandler talking about her efforts to get source code for her defibrillator.

  15. Just forward your messages to another service on Wozniak Predicts Horrible Problems With the Cloud · · Score: 1

    Um, all you need to do to get your email from one email system to another is forward your messages as attachments form one to the other.

    In fact, the defunct ZOË email archive server uses this technique to import email... of course, it automatically files all of the attachments as separate emails, so it makes it easy. Other clients may require more work.

  16. Google deliberately crowd sources testing on Facebook Invites Hackers To Attack Its Network · · Score: 1

    Along with some interesting revelations, the interview of James Whittaker about his book, How Google Tests Software, included some discussion about effective crowd sourcing of software. Part of his argument is that even the best test engineers are going to miss things that end users find easily, so one way to leverage this is to make it as easy as possible for end users to provide high quality bug reports. He also has a lot of interesting things to say about scaling the testing process.

  17. JavaFX + Scala or Groovy = UI development goodness on The Long Death of Fat Clients · · Score: 2

    I was a little disappointed that, for a topic that mentions JavaFX, there hasn't been any significant discussion about JavaFX at all so far.

    I'm admittedly not a UI developer, but, I've been playing with ScalaFX and looking at GroovyFX and seeing a lot to like (See JavaFX 2.0 and Scala like Milk and Cookies). Combining this stuff with some of the ideas from Morphic and we could get some really compelling UI's that would be hard to do in a browser even with HTML5.

  18. Scala: parallel collections, functional + DSL on Copper-Graphene Nanocomposite Cools Electronics Faster & Cheaper · · Score: 1

    although multicores are good, there just aren't that many decent parallel programmers out there. I (and a few others) find parallel programming easy

    That's why languages like Scala are so appealing.

    Sure, there's no silver bullet to automagically solve all parallel programming problems, but languages like Scala have features like Parallel Collections libraries, functional programming and Parallel Domain Specific Languages that can abstract enough of the problems of parallel programming away that journeyman programmers have a decent chance of being able to work effectively with multiple cores.

  19. Re:Sci-Fi nails another one! Michael McCollum's Ma on Evidence For Antimatter Anomaly Mounts · · Score: 1

    Argh! There's an error with my post... McCollum got the idea from Feynman. Basically that antimatter is just regular matter going backwards in time from the big crunch. So, not a glorious case of Sci-Fi presaging science, but a case of Sci-Fi rehashing interesting science.

    Sorry folks. Bad post and reply to my own post.

  20. Re:Sci-Fi nails another one! Michael McCollum's Ma on Evidence For Antimatter Anomaly Mounts · · Score: 1

    Actually, there's an error with my post (accidentally AC)... McCollum got the idea from Feynman. Basically that antimatter is just regular matter going backwards in time from the big crunch. So, not a glorious case of Sci-Fi presaging science, but a case of Sci-Fi rehashing interesting science.

  21. Sci-Fi nails another one! Michael McCollum's Maker on Evidence For Antimatter Anomaly Mounts · · Score: 1

    Wow! So Michael McCollum got it right in the Makers series where the difference between matter and anti-matter ends up being a primary plot point... which I won't spoil, but maybe these researchers should peak ahead to the last chapter of the second book, Procyon's Promise, to see what the answer is ;-)

    Sorry for accidental duplicate AC post.

  22. If that were true, then they could just use OpenID on Spotify Defends Facebook Sign-Up Requirement · · Score: 1

    If that were true, then they could just use OpenID to accomplish the same goal.

    Many sites that use OpenID for logins make it easy by providing pre-configured FaceBook, Google, and Yahoo buttons along with an 'Other' button for those who want to provide their own OpenID URL. For example, StackExchange sites provide five buttons and a more link on their login page. This makes it trivially easy for most people, possible for most of the rest and provides alternatives for geeks and contrarians.

  23. Spamgourmet.com - disposable addresses on When Does Signing Up Become 'Opting In?' · · Score: 1

    I use spamgourmet.com for disposable email addresses.

    Among other things, spamgourmet lets you set the number of messages that can be sent, so it can be useful for things like placing an order where you need to register, get an email with a link to validate your email address and then get an order confirmation and a few tracking status emails, but then stop accepting anything after that.

    It doesn't catch as many bad actors as I thought it would, but when they do misbehave, it's kind of cool to see the number of deleted messages that never filled my inbox.

    They also have it set up so that it you can reply to messages routed through spamgourmet without giving away your real email address. There's also an alternate domain so that when you're dealing with an actual human being they won't be freaked out by an email address that has the work "spam" in it.

  24. Scala has added parallel collections and has Akka on What Makes Parallel Programming Difficult? · · Score: 1

    The Scala community has tried to move the problem into a more practical realm by adding things like parallel collections, DSL's to abstract out the problem for specific applications and the Akka Project for simpler concurrency.

    Most of the parallel programming discussion I've seen is very complicated and not likely to appeal to those who have to do practical day-to-day business projects. By pushing the abstractions up a level, I think the Scala folks have made parallel programming more accessible for the average developer.

    Ref: Parallel Collections video.

  25. Platypus and Aardvark let you edit ugly pages on Computer De-Evolution: Awesome Features We've Lost · · Score: 1

    That's what the Firefox extension, Platypus is for... unfortunately, it's no longer maintained, but Aardvark can produce similarly readable web pages without out too much work. Combine that with the Greasemonkey script, Autopagerize to join those multi-page articles designed to make you look at a whole new set of advertisements for each paragraph, and you come a little closer to having the experience that Tim Berners-Lee had in mind for the world wide web in the first place.