Slashdot Mirror


User: FranTaylor

FranTaylor's activity in the archive.

Stories
0
Comments
2,921
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,921

  1. Re:Cool hack on JavaScript Decoder Plays MP3s Without Flash · · Score: 1

    ". Compared to a Silverlight solution, the JS player is 3.5 times larger (535kb vs 154kb), uses about 3.6 times as much CPU power (25% vs 7%), and has to have significant modifications to work in multiple browsers."

    Can you please tell me what modifications are necessary to use the silverlight plugin on my Solaris SPARC system? You say it works in multiple browsers so I would like to test your assertion.

  2. Re:Fragmented much? on CyanogenMod: the History of an Android Hack · · Score: 1

    Why don;t you tell us about how many engineers and test systems Microsoft needs for their "standard" platform.

  3. Re:Fight Fire with Fire on A New Approach To Reducing Spam: Go After Credit Processors · · Score: 1

    What makes you think that placing fraudulent advertisements is legal? At best they are inducing their customers to commit crimes.

  4. Re:Really? on Why Thunderbolt Is Dead In the Water · · Score: 1

    Did they deprecate drive multiplexors in SATA?

    http://www.cooldrives.com/cosapomubrso.html

  5. We ARE just pushing around little blocks now on JavaScript Gets Visual With Waterbear · · Score: 1

    They are called ASCII characters and depending on what environment you are using, these little blocks have well-defined rules as to which blocks you can plug together and what the results will be if you make particular patterns out of the blocks.

  6. We have poor calling semantics in our code on JavaScript Gets Visual With Waterbear · · Score: 1

    Ask anyone who has ever tried to wire two programming languages together: the problem is that there is no coherence in the semantics of how we pass things around between modules.

    Thanks to loose programming techniques with languages like C and C++, there is no way to determine the semantics of a function call by looking at its signature. 'const' is a lame half-hearted attempt to help but it's totally inadequate.

    Until we solve this problem we will never have successful visual programming aids or even much in the way of automated code generation.

    Long ago in MIT 6.170 they taught us the importance of writing formal function call signatures, but in our rush to implement everything ASAP these details are left aside.

  7. Broadcast, too! on Ask Slashdot: Are You Streaming-Only For Home Entertainment? · · Score: 1

    HDTV reception gear is quite inexpensive compared to cable fees.

    We use MythTV but I understand other packages work as well.

    The quality is excellent, much better than Hulu or Netflix for the same show.

    You gotta invest in some disk storage if you want to keep more than a few days worth of shows.

  8. Don't mention MIT please. Ruins your bashing. on Bashing MS 'Like Kicking a Puppy,' Says Jim Zemlin · · Score: 1

    Yeah let's not bother to mention that Kinect is basically technology that they purchased from the MIT Media Lab.

    Let's not bother to mention that Kinect is just like every other Microsoft product: someone else's technology.

  9. Re:Anti-trust is always bad on Internet Explorer Antitrust Case Set To Expire · · Score: 1

    It is precisely the openness of Firefox etc that makes them better browsers.

    If you want to debug your web application you are free to dive right into the browser's source in your debugger and figure out what they are doing with your content. IE will never have this capability (at least for the masses) whereas it can be easily enabled in firefox by simply installing the debug package.

  10. As it is supposed to be on Chrome May Drop the URL Bar · · Score: 1, Interesting

    Finally after all these years the browser is feature complete!

    URLs were never meant to be part of the user interface. They were always meant to be hidden. Look at them. Do you really think they were designed to be typed by humans? For further proof, read the historical notes from the w3c archives.

  11. Re:Phone "external monitor and input" standard on Dual-core Smartphone Runs Android and Ubuntu · · Score: 1

    Ever heard of "X Windows"?

  12. Re:ARM needs to get real on Dual-core Smartphone Runs Android and Ubuntu · · Score: 1

    You can do all of that stuff. Just plug your big monitor and your real keyboard into your phone.

    "Why would I want to have to fetch my phone and hook it to my TV, meaning I can't easily use it as a phone if needed"

    Why not? Presumably all the connections are wireless. I saw a commercial just last night with a person talking on their smartphone as they surfed.

  13. Re:Outlook on Compared and Contrasted: OpenOffice V. LibreOffice · · Score: 1

    -Instant search of large mailboxes - can any of the applications you list do near-instant, as-you-type searches of inboxes that are 20GBytes or larger? heck, how do they handle mail of that volume? It's not as ridiculous as you might think, I've got several users with PST files that large

    Yes I do that every single day with Thunderbird on a crappy laptop and it works just fine. I have 9 years of hourly automated test run reports in a single folder. They are all indexed so I can search them all in a snap.

  14. Re:Sales Taxes as implemented are anti business. on Amazon Pulling Out of Texas Over $269 Million Tax Bill · · Score: 1

    It is actually quite simple. Tax is charged for the transaction when the item is handed to its final destination whether it is is a gift or whatever. The tax is charged for the transaction of handing over the goods. It happens in some jurisdiction and that jurisdiction is owed the taxes. If you buy a ringtone or some such where there is no handing over of goods, well they have no choice but to assume that it is delivered to your residence.

    And if the appropriate sales tax is not charged by the vendor then it is your responsibility to pay it.

    It is really not much pain for amazon to figure out your taxes. They just use a big look-up table. They have to pay someone to maintain it but that is a rather small task for them. Look at all the other stuff they have to figure out in order to sell you something.

  15. Re:Bah runtime on Google Brings Design-By-Contract To Java · · Score: 1

    So you need to profile your code too! What else is new? This is a tool, not a panacea.

  16. It's just syntactic sugar anyway on Google Brings Design-By-Contract To Java · · Score: 1

    You can do all of this range checking yourself manually in your code if you want, there is nothing new here.

    These annotations just do the dirty work of pumping out the boilerplate code. You could do it yourself with an emacs macro or some such.

  17. Re:Back to the 80's! on Google Brings Design-By-Contract To Java · · Score: 1

    google "6.170" and you will find that the work at MIT predates eiffel by many years.

  18. Re:No side-effects AT ALL?! on Google Brings Design-By-Contract To Java · · Score: 1

    Well if you program correctly you will never have to worry about that, will you?

    This is the ENTIRE IDEA.

  19. Re:Trademarked on Google Brings Design-By-Contract To Java · · Score: 1

    Holy moly what a crappy trademark. It will fail the moment it is challenged. That term has been in common use for many many years. That's not a trademark, it's bad lawyering work.

  20. Re:Pattent problems? on Google Brings Design-By-Contract To Java · · Score: 1

    WTF are you talking about? Design contracts have been around since the 70's at least. Come on can't you do any research at all before you post?

  21. Re:Java does not have buffer overflows on Google Brings Design-By-Contract To Java · · Score: 1

    You didn't read the article did you? This has nothing to do with buffer overruns.

  22. Back to the 80's! on Google Brings Design-By-Contract To Java · · Score: 1

    The software engineering group at MIT (Liskov, Guttag, etc) have been pushing for this since the early 1980s. Guttag told us in lecture that he tried unsuccessfully to get these concepts built into the Ada specification.

  23. Re:Not portable. on Post-Oracle Purchase, How Is Sun's Software Doing? · · Score: 0

    The enterprises that use java and pay for it do not suffer from such problems.

    You say "java is dead" but it runs many many web sites. Your personal experience is meaningless.

  24. Re:Around with no customers... on Post-Oracle Purchase, How Is Sun's Software Doing? · · Score: -1, Troll

    As a university you have been paying nickel and dime prices for your products and you will be better off with Linux anyway. Oracle knows this full well and they will not miss your piddling contract.

  25. Re:BigAdmin XXXXXXX on Post-Oracle Purchase, How Is Sun's Software Doing? · · Score: 1

    "Google nearly any Sun product"

    Why not try their Oracle's search on their page? They have moved a lot of stuff around lately and google hasn't found it yet. This is a google issue, not an Oracle issue. Everything I have looked for is still there but I will admit that I did have to look around a bit.