Slashdot Mirror


User: TheTrueScotsman

TheTrueScotsman's activity in the archive.

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

Comments · 116

  1. Re:Agreed. on Steve Furber On Why Kids Are Turned Off To Computing Classes · · Score: 1

    Is there any reason that you couldn't pick up a cheap computer and learn C yourself?

  2. Re:I Guess I Don't Exist Then ... on Why Wave Failed · · Score: 1

    It was definitely a prototype tool useful for sharing only within a small completely trusted group of individuals.

    Which made it absolutely ideal for a development project involving customers, project managers, developers and testers.

  3. Re:C-sharp on How Can an Old-School Coder Regain His Chops? · · Score: 1

    You can trivially simulate Lambdas in Java by wrapping them in a 'Lambda' class with a single method (Object arg, Object return, generics to taste) with the overhead of a small additional amount of typing.

    I use such a construct almost every day for such things as threaded functional transforms, closures, etc.

  4. Re:I Guess I Don't Exist Then ... on Why Wave Failed · · Score: 2, Insightful

    You obviously didn't have a project which involved rapid-prototyping with customers, copious tickets from various platforms (dev, staging, UAT, etc), numerous draft specifications, code developed from geographically separate sites and timezones, etc, etc.

    Trying to keep all that together in various apps (email, ticket systems, word docs) is very time-consuming and error-prone. Wave was, in my (brief) experience of it, a powerful solution to this problem.

    The O.P. is right, it was pushed to the wrong people. I only knew about it secondhand through a workmate who knew a Google employee. It was too 'cliquey' and only available to geeks who didn't give a screw about it. Real shame.

  5. Re:Already #1 in the US market on Android Outsells iPhone In Last 6 Months · · Score: 0, Flamebait

    Yes, but does anyone care about the opinions of someone who can't manage to write basic English and confesses to activities such as "Facetwitting"?

  6. It's quite clear where this will end up on Android Outsells iPhone In Last 6 Months · · Score: 1

    Android is the 'PC' of mobile phones. Apple is, well, the 'Apple'...

    Eventual share will be 90% Android, 10% Apple.

    Apple haven't really helped themselves with such design atrocities as the iPhone 4 bumper. Feeling that awful plasticky thing in my hand after being impressed by the svelte unadorned original almost made me cry. I can't imagine what Jonathon Ive thinks of it.

  7. Re:They are "obviousness investigators" on iPad Owners Are 'Selfish Elites' · · Score: 1

    Not a religion - what you describe is closer to a cult.

  8. Re:so, not a hole on Wi-Fi WPA2 Vulnerability Found · · Score: 1

    That's as maybe. But then, what about Eve?

  9. Re:Kodachrome is dead. on Last Roll of Kodachrome Processed · · Score: 1

    Indeed it does - in the same way that vomit has a more intense smell than lilac.

  10. Re:Will be a hard pill to swallow... on Apple To Hold iPhone 4 Press Conference · · Score: 3, Insightful

    I'm a fan of Leica cameras; I've got three Ms (all different numbers - 3,4 and 6). The idea of putting a crass rubber bumper on one to fix a design flaw is anathema - they are a thing of ergonomic beauty and a joy to hold. Is this what Steve had in mind when he introduced the 4 and compared it to a Leica?

  11. Re:Not sure if this is right... on A Close Look At Apple's A4 Chip · · Score: 5, Funny

    That sounds like the basis for a religious text.

  12. Re:Threads on Parallel Programming For the Arduino · · Score: 1

    Why write our own? Because we love doing it!

    As for that old chestnut, CSP: I'll quote the Bard:

    "There are more things in heaven and earth, Horatio, Than are dreamt of in your philosophy."

  13. Re:Threads on Parallel Programming For the Arduino · · Score: 2, Interesting

    I did Occam in the 80s and server-side Java now. Java is way more powerful for parallel processing and the simplification in Occam (essentially a built-in parallel functional transform aka the 'threaded for loop') can be replicated with a fairly simple Java library that almost any experienced programmer has written for themselves. I literally use one every day. Only newbies are wrestling with Thread.start() and mutex locking. Everybody else has abstracted this long ago.

  14. Re:So What? on Scribd Switches To HTML5 · · Score: 1

    That's why you should fear HTML5. If Flash dies, those adverts will become trickier to block. Sure Noscript may do it if the script host is different, but they'll work around that.

  15. Re:I've seen worse, though not in this century on Black Market May Develop For IPv4 Addresses · · Score: 1

    Not quite. SG Warburg was bought by SBC (Swiss Bank Corporation) and became SBC Warburg. SBC merged with UBS later in the decade. Cool place SBC Warburg. It had wall-to-wall NeXT machines, the taste for which SBC had inherited from O'Connor.

  16. Re:I smell EVIL on Microsoft Signs Android Patent Deal With HTC · · Score: 2, Insightful

    The fragmentation is only at the level of the top level GUI - almost like the difference between Windows Classic and the more recent styles. The apps will still run unchanged on all Android phones (assuming Android version compatibility) and that's the important thing.