Slashdot Mirror


User: tobiasly

tobiasly's activity in the archive.

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

Comments · 514

  1. Re:No story here, move along on Brain Injury Turns Man Into Math Genius · · Score: 1

    You're misinterpreting my response. I very specifically said I agree that there's no evidence that he's a math genius, at least not yet. GP seemed to imply that he was making *everything* up though. Or maybe I misunderstood him too. All I'm saying is that his claimed ability to see things differently than everyone else seems to have credence.

  2. Re:No story here, move along on Brain Injury Turns Man Into Math Genius · · Score: 3, Informative

    The neuroscientists who have been studying his brain seem fairly convinced he's not making it up. Though calling him a "math genius" doesn't necessarily seem warranted (at least not yet... maybe it's a case where formal study will allow him to apply his abilities more specifically?), I don't think they would diagnose him with what they're calling acquired savant syndrome without some evidence.

    Maybe read the book? Even the top negative review seems to give weight to his claim:

    http://www.amazon.com/Struck-G...

  3. Re:I'd seriously think about a dedicated router on Ask Slashdot: Which Router Firmware For Bandwidth Management? · · Score: 1

    WHERE HAVE YOU BEEN ALL MY LIFE???

    I must have been using the wrong search terms.. I scoured NewEgg up and down for something exactly like that Edgerouter Lite but kept coming up empty. I knew there had to be something between some crappy consumer router that I prayed I could get a halfway-decent firmware running on, an uber-expensive business-class rackmount unit, and building my own micro PC. Many thanks, I'm ordering one now...

  4. Re:No doubt IE is losing share but.. on IE Drops To Single-Digit Market Share · · Score: 1

    w3schools.com really? That's best data set OP could come up with??

    As I was scrolling through this month-by-month tally of 10 years' worth of usage stats, trying to pick out trends, I just kept thinking to myself: if only there were some way to visually represent a large dataset of numbers and their relation to each other over time... maybe some color-coded lines or something... I dunno, just spitballing here

  5. Re:SubjectsInCommentsAreStupid on Why Does Facebook Need To Read My Text Messages? · · Score: 2

    Uninstalled the app, started using FB via browser. For my low intensity usage it's still perfect. Also links to click and youtube embeds work seamlessly now.
    Got no messenger installed too.

    A thousand times this. The line for me was when my recent camera pics popped up in the app with a caption "do you want to post these to Facebook"? Uhh, fuck no Facebook and stop rifling your grubby mitts through my pics without asking me TYVM (Dropbox, Twitter, Google+ all have similar functionality but have an explicit settings for this).

    This is also a weakness in Android permissions IMO: many apps ask for USB access to store their own data but that means they can read everything under /sdcard including photos.

    Now I use the mobile site, plus Slice if needed. The only drawback is that apps which require Facebook to login now require an OAuth web dialog where I have to log in again, whereas before the Facebook app showed the confirmation with no re-auth required.

  6. Re:MEGA Windows sync client on Kim Dotcom Just Launched His New Music Service With His Own Album · · Score: 3, Funny

    or Dotcom if they were on fire.

    That would take a LOT of piss...

  7. Re:conduit in anticipation on New Home Automation? · · Score: 2

    If he's running conduit there's no reason whatsoever to run all those unnecessary cables through it. The whole point of conduit is it makes it possible to pull whatever you need if and when you need it. I have conduit to at least three walls of each room in my house but I've only pulled cat 6 and tv cable to the specific walls I need at the moment. Why waste the money installing useless cable?

    Because maybe then some broadband company later on will come buy up all your dark fiber. Profit!

  8. Re:Liberal tears make the best lube on Congressman Accepts BitCoin For His US Senate Run · · Score: 1

    Is this the same Steve Stockman who has this gem?

    I didn't follow your link but if he accepts Bitcoin and he's a Ruby coder then maybe we finally have a chance at a tech-savvy congressman!

  9. Re:Will the Government Listen? on eBay Founder Pleads For Leniency For the PayPal 14 · · Score: 1

    If an angry mob smashes up some shops fronts, but police only catch 14 people you wouldn't charge them with the total damage of the entire mob, as well as the cost of upgrading security to protect against an angry mob in the future. You would charge each individual according to the damage they actually did.

    No, it's not just about making the target of the attack whole, there is also a punitive aspect in order to discourage others in the future. The actual amounts in this case do seem excessive, but it has to hurt enough that future "anonymous cowards" seriously think twice before jumping in. Part of the mob mentality is thinking "there are so many of us, there's no way they'll catch me" and this shows that's just not true.

    Look, I dislike PayPal as much as anyone but vigilante mob justice isn't the answer and there has to be more than a slap on the wrist.

  10. Re:I want everything for nothing on Review: Puppet Vs. Chef Vs. Ansible Vs. Salt · · Score: 1

    And it works, because many geeks are antisocial sorts who rather than organising their labour will happily walk over each other just to get that little bit of green. Then, when the race to the bottom has been reached, they'll bitch about everyone else being better treated, rather than stopping to ask why it happened and striving to improve their collective lot.

    Organized labor? Uh no, we're too smart for that. I can't speak for everywhere else but where I live there are plenty of well-paying development jobs and I've never seen the type of behavior you describe among my peers.

    Every sufficiently old once secure job is now tenuous or non-existent. What is secure today will be tenuous in a decade's time.

    Yes, it is a field where you must keep your skills up to date and be willing to switch jobs if market or other conditions dictate. If you stay in one position too long and let your skills stagnate you do run the risk of becoming obsolete.

  11. Re:What about Git? on Microsoft Warns Customers Away From RC4 and SHA-1 · · Score: 2

    Git is a great system, but it relies on SHA1. If SHA1 has feasible attacks, is git going to stay on SHA1 or will it move to something more secure? Can it even do so without breaking compatibility?

    SHA1 as used in Git proves that a particular commit has the contents and the ancestors that the person with the repo says it does. It prevents two different people from saying, "this is what the source looked like at this point in time". So in practice, coming up with a collision attack in that scenario wouldn't be much use because whatever you come up with to generate the collision obviously isn't source code :)

    That said, replacing it with something else would essentially involve rebasing the entire repo, which would certainly be inconvenient but not insurmountable. They could probably even have a backwards-compatibility mode where it recognizes both SHA1 and some other algorithm and clients could gradually switch to the next one.

  12. Re:All joking aside... on Linux Kernel Running In JavaScript Emulator With Graphics and Network Support · · Score: 1

    Let me see if I understand you correctly. You have no problems handing over your SSL credentials to a web site so you can do remote admin? Does your employer know you do this?

    I'm not sure which "employer" you're referring to; these are my own websites and yes I understand the security implications and take appropriate precautions.

  13. Re:All joking aside... on Linux Kernel Running In JavaScript Emulator With Graphics and Network Support · · Score: 1

    If you have web access, then you can download PuTTY. Much simpler/easier than waiting for an OS to load in your browser ... just to run "ssh".

    The wait time of the demo really wasn't that unreasonable. Installing Putty isn't possible if I'm on a platform it doesn't support or on a device where I can't install or run additional software.

  14. Re:All joking aside... on Linux Kernel Running In JavaScript Emulator With Graphics and Network Support · · Score: 1

    Yes some web based SSH clients are better than others, but I assume the response time would be much quicker than emulating an entire OS as running an SSH client within it.

    Did you try the demo? I was quite surprised at how snappy it was. Point taken that the definition of "hacky" is subjective :)

  15. Re:where do you not have ssh available? on Linux Kernel Running In JavaScript Emulator With Graphics and Network Support · · Score: 1

    Considering that most smartphones will happily run a terminal program...and you can get bootable linux on a usb stick or a whole linux computer on an HDMI plug.

    I'm talking about a device where installing additional software or plugging in a physical device that I probably don't have with me anyway is either not possible or not desirable.

  16. All joking aside... on Linux Kernel Running In JavaScript Emulator With Graphics and Network Support · · Score: 1

    There are many times when I need to do remote admin on a machine from a location where I don't have SSH available. Currently that usually involves some type of hacky browser-based terminal emulator. Actually running a Linux based OS in the browser would be perfect for such occasions, assuming I'm someplace where making outbound port 22 connections isn't a problem.

  17. It's just part of an ongoing study.

  18. I'm sure they'd admit as much on Larry Page and Sergey Brin Are Lousy Coders · · Score: 5, Funny

    I remember reading an interview with one of them several years ago (I believe it was Brin), where they talked about the original homepage. At a time when other search engines were cramming as much crap onto their homepage as possible, Google stood out for being very minimal and serving up "just results" very quickly.

    He said they were amused when people gave them compliments for taking such a bold move and assumed it was an intentional departure, but in reality they just didn't know HTML and cobbling together a single form and crappy logo was pretty much all they could manage (or were interested in).

  19. Re:so tell me again... on Microsoft, Apple and Others Launch Huge Patent Strike at Android · · Score: 5, Insightful

    No, I'd prefer an intelligent discourse of experts, perhaps moderated by a competent paralegal with years of experience researching such things.

    PJ, this post is for you. We NEED you. Please reconsider.

    A thousand times this :( It's so sad that we don't have Groklaw to help sort this all out for us. Mr. Florian woke up with a massive hard-on this morning, spewing his usual hypocritical diatribe about how Google brought this all on themselves by not caving in the past. I can't stand the thought that he's the only "tech patent expert" who will be quoted in the news on all of this.

  20. Re:so tell me again... on Microsoft, Apple and Others Launch Huge Patent Strike at Android · · Score: 1

    I would say that, if admissible, this "invention" (PDF) completely prevents any company from displaying ads alongside search results, killing Adsense:

    But that's a big "if". If the wording is too broad, it will be easy to find prior art. Hell, the old Archie-based internet could be seen as doing this.

    However I think that Google will go the other way. What is a "search argument"? I would think it's words such as "and", "or", "like" that are used to narrow the results. At least as a computer scientist, that's what the term usually means. Even though Google has these arguments available, the vast majority of searches don't use them.

    There are plenty of other terms in the patent that can be beaten to death and shown to not apply. The thing about patents is that each claim is taken in its entirety. If Google can show that any of those bullet points don't apply to them due to their specific wording, they don't infringe.

  21. Re:Be afraid on Magma Reservoir Under Yellowstone Is Much Bigger Than Previously Thought · · Score: 2

    The last Caldera in that region of the country morphed into The SCO Group.

    Luckily for us they were able to arrange their own extinction-level event before becoming a danger.

  22. Re:Hurr durr on Antigua Looks Closer To Legal "Piracy" of US-Copyrighted Works · · Score: 1

    You should read the actual article! This guy really likes his exclamation points!!1

  23. Re:Don't buy HP! The new ones need non-free driver on Ask Slashdot: Best SOHO Printer Choices? · · Score: 1

    Ah, thanks for that. It really is a pity, even more so that they go to such great lengths to hide it. Digging around a bit more from your example I found this page which explains in detail which printers require the binary plug-in and what functions it's used for.

  24. Re:Don't buy HP! The new ones need non-free driver on Ask Slashdot: Best SOHO Printer Choices? · · Score: 1

    Sadly, most of HP's new printers don't print unless you install their non-free driver. This includes their laterjet printers.

    HP used to be the most reliable for free software drivers, but not anymore.

    Do you have more info on this? Last time I was in the market (which was a couple years ago), HP had far and away the best free driver support. They contribute them upstream instead of making you download separate files and try to install them, and everything "just worked". My multi-function laserjet prints, scans, and duplexes, all over the network, with zero configuration or bother from me.

    They have an entire website dedicated to their efforts to support open source, their list of supported printers has any recent printer I can find, and their most recent release notes indicate they're still adding features, printers, and supported distros (notably Ubuntu 13.10 Beta and OpenSuse 13.1 Beta).

    They do have a list of printers which are are unsupported due to IP issues but those still seem to be far and away the exception, not the rule.

  25. Re:The reason people attack you, Mr Shuttleworth on Mark Shuttleworth Complains About the 'Open Source Tea Party' · · Score: 1

    On the other hand, you've shown on several occasions that your goal with Ubuntu is to take the effort of thousands of volunteer developers and sell it and the Ubuntu install base for personal profit.

    He's making a profit off Ubuntu? I'm not so sure about that.