Slashdot Mirror


User: tomuo

tomuo's activity in the archive.

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

Comments · 14

  1. If you read "The Madness of Crowds", Tulip mania is even closer to cyrptocurrencies. At the height of the Tulip bubble, people were trading pieces of paper that "promised future delivery of a Tulip". The good tulips themselves were time consuming items to cultivate, so "exchanges" were set up at street corners to trade the paper promising future tulips. No-one verified that any particular piece of paper was tied to a real tulip, so the last person holding it eventually found it worthless. Everyone agreed that having pretty colored tulips in your home would be nice (i.e. ICO promises), but in the meantime just trading the paper gave you a profit. The actual value of the tulips was small.

  2. Re:NOT! on Apple iPad 2 As Fast As the Cray-2 Supercomputer · · Score: 1

    Processor clock speed doesn't equal sustained MFLOPage. As soon as the program counter jumps somewhere outside the instruction cache, you get hit with an eternity (in processor terms) delay waiting for the cache to get filled again by some algorithm that tries to predict where the Program execution will go next. Modern CPUs, both x86 and ARM types, rely on cache size to a huge degree. At the end of the day, the bigger cache size wins for real life problems, and that's a crucial spec that's hard to find for these vendor specific devices.

  3. Re:Bolt it to a wall on Ask Slashdot: Best Protection Plan For Your Phone? · · Score: 1

    This problem is already solved. http://www.thinkgeek.com/product/8928/

  4. Re:Wow. on Apple Confirms iPhone 5 Preorders Top 2 Million In 24 Hours · · Score: 1

    This always nags me. Did you actually sell your stock and realize that gain, or is it still on paper? If you did sell your stock, then you'd have none for when the stock goes up to another insane level? Did you have the foresight to buy many dozens of shares originally so you can sell them off one at a time so you still have some left? Apple stock is a one-way elevator, except when it stops and you fall off. You have to get off at some point to get your money out. If you sold them all, you've got nothing left in this game.

  5. Woot! Got one. on Google Funds Raspberry Pi And CS Teachers For UK Schools · · Score: 1

    On launch day I managed to get my email address entered in the RS website a few hours after the official start, didn't think I was anywhere near the front of the queue. Last week I got an email with the order token, and now I have it! (California) Ordered a laser cut clear case off ebay.uk, that came quickly too. Looking forward to bringing it up with my 8 yr and 6yr old sons this weekend.

  6. Re:I'm not sure I understand on How Far Should GPL Enforcement Go? · · Score: 1

    What does Sony lose by using stock Busybox and putting the tarball on FTP?

    This deserves an answer. Consider the cost of compliance - making sure that FTP stays up and doesn't bit-rot the files, keeping account of the version of busybox used in each released product and its various versions (hardware revisions and software). Making sure that customer support world-wide knows how to answer questions related to GPL and point them to the FTP area. Busybox compliance checking always starts with a simple email to your customer support, and if your out-sourced customer support gets the answer wrong, the next step is a laywer-written letter to corporate HQ, then people inside the company start clucking like a chicken about how much this GPL stuff is costing them in discussion meetings and memos about how to remedy the compliance problem. Repeat that a few times and its obvious the solution is to prefer non-GPL libraries.

  7. User Hacking the product on How Far Should GPL Enforcement Go? · · Score: 1

    Absolutely correct. There will also be users who start down the path of loading modified software into the product they bought, screw it up and then complain loudly to the manufacturer that it's broken. Unlike the "I hit it with a hammer" case, its never going to be obvious that the user is the one who willfully bricked the device, so the manufacturer is going to end up replacing it every time. This is a huge drain on profits, so Sony is making the business decision to prevent this happening. Sound decision, I'd do the same.

  8. Re:Emm on Emacs Has Been Violating the GPL Since 2009 · · Score: 1

    The tools you used to compile the binary don't have to be free (libre or beer). For GPLv2, it is a courtesy to include instructions on how to compile, which would include saying "you need to purchase xyz compiler, version abc". For GPLv3, this was made specific, you have to include the project files (e.g. makefile or proprietary format) that a user can use to recreate the binary if they owned the same tools. It works for you as well, you don't have to include instructions on how to use your source with any other compiler, just because the requester says "all I've got is gcc".

  9. Re:Content is king.. on Major Release of Miro Aims to Compete With iTunes · · Score: 1

    Not 100% correct. iTunes (US) is DRM free. Other country''s iTunes (e.g. JP) still have plenty if not all DRM'ed AAC files.

  10. Re:Why can't they make up their minds on SSDs Cause Crisis For Digital Forensics · · Score: 1

    Search youtube, there are several vids of people who let loose a rm -rf / to see the death throes of a linux eating itself.

  11. Re:Makes sense on Nielsen Ratings To Count Online TV Viewing · · Score: 2, Interesting

    Wrong. TIVO has had a relationship with Neilsen for a few years already. When I had a TIVO, they asked me if I wanted to be a Neilsen TIVO user, which I agreed to. TIVO updated the OS to a special version shortly after. The usual Neilsen behaviour rules applied: please use the TIVO remote to turn the TV set on and off so they don't count the time playing to an empty audience.

  12. iPhone currently Free in Japan... on iPhone Has 46% of Japanese Smartphone Market · · Score: 1

    I think it has much to do with the fact that iphone cell plans in Japan are reasonably priced. http://plusd.itmedia.co.jp/mobile/articles/0912/01/news076.html (Japanese) Zero up front expense. The price of the iphone is amortized over the 24 month contract, then it is yours outright. Unlimited packets for 4410 yen (around $50 / month)

  13. Re:Got an e-mail from the SFLC this morning on SFLC Sues 14 Companies For BusyBox GPL Violations · · Score: 2, Informative

    No. You have to let the user have the exact same version you used. Pointing to a 3rd party website (even if that is the original author) may be a newer or later version with different compatibilities from the version used in the product. There is no guarantee that that website maintains tarballs of all legacy distribution versions. This is spelled out in the GPL.

  14. Re:I can hear upper management screaming now on SFLC Sues 14 Companies For BusyBox GPL Violations · · Score: 1

    From what I read of Busybox, it provides init and a shell, both of which are used implicitly during bootup of the device. There is no way to strip Busybox from the release or shipping verison. Everything else is certainly only useful to the dev.