Slashdot Mirror


User: mini+me

mini+me's activity in the archive.

Stories
0
Comments
1,828
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,828

  1. Re:New encryption scheme on UK Government Wants Private Encryption Keys · · Score: 1

    Better yet: One key decrypts your regular files. Letters to grandma, pictures of your baby, etc. And the other decrypts your super secret terrorist plans. Both from the same encrypted volume.

    Give them them only the former and it will look like it worked, yet they still won't have access to the secret data.

  2. Re:Black is the new black on Apple Unveils New Macbook · · Score: 1

    Sounds like a good business move to me. An extra $200 earned on those who must have black. But the black model looks like it belongs in a generic PC manufacturer's line-up, so I'm not sure who would actually want one. Maybe it will look better in real life.

  3. Re:Better email on Why Email is a Bad Collaboration Tool · · Score: 2, Insightful

    The system should be designed so that emails can never be silently lost.

    Care to share exactly how you would ensure that is true? It can't be solved at the protocol level, the receiving end could make a mistake, or simply lie.

    What if the admin accidently pointed my mailbox to /dev/null. Once /dev/null reads the contents of the e-mail, it is read as far as the software is concerned. You'll think I read the e-mail while I'm blissfully unaware that you ever sent it. Redesign e-mail all you want, but it's impossible to guarantee that any form of computer information exchange happens successfully when you aren't in control of the receiving end.

    Yes it's annoying having to guess if your e-mail made it or not, but this problem can only truly be solved socially.

  4. Re:BitTorrent still has a better incentive scheme on Will OSX Build In Torrenting? · · Score: 2, Informative

    The term operating system gets thrown around to mean a lot of things. I don't think you're going to see a BT kext. But it's not unreasonable to have it show up farther up the abstraction level, such as in the software update application. Strictly speaking, that may not be part of the operating system, but it is in the minds of many.

  5. Re:No there's MySpace on Do Kids Still Program? · · Score: 1

    When I was in high school a few years back, our programming lesson consisted of looking at Fortran code on the overhead. We didn't have access to a compiler so we couldn't even put the program to use.

  6. Re:Yet another thing XML complicates... on Ajax and the Ken Burns Effect · · Score: 1

    The X in AJAX stands for XmlHttpRequest, which, despite the name, actually has nothing to do with XML.

  7. Re:Don't agree with global warming on Cleaner Air Adds To Global Warming · · Score: 1

    Here in Ontario our farmers are about ready to get out of the business altogether. The crop prices are so low that it's impossible to maintain the operation any longer.

    Granted the majority of the problem is due to U.S. food subsidies, but even still, if the food supply was as short as you claim they should still have no problem selling their crops for a fair price.

    Distribution may be a problem, but there is still plenty of surplus food.

  8. Re:Am I missing something? on RIM Chairman Wants Changes to U.S. Patent Law · · Score: 1

    I'm not a big software patent fan, but I fail to see how a software patent is different from a physical object patent.

    For example, I don't like software patents because when computer company A patents their great new widget that improves computer usage efficiency by 99%, no other program can use that widget. That hurts me as a computer user.

    But the same problem exists in the real world. When car company A patents a great new fuel system that cuts fuel usage by 99%, no other car company can use it. Just buy car company A's car you say? But car company B has a patent on tires that never wear out, which is just as desirable as the fuel system. We'll assume for all intents and purposes that the patent holders aren't willing to license their patent, thus it's impossible to buy the car you want.

    The patent system may work where the patent covers the entire product, but when the patent only covers a small part of a larger system it starts to fall apart rather quickly.

  9. Re:FP? and Why? on Apple Officially Releases Beta Dual Boot Loader · · Score: 1

    More sales?

    Why would you buy a run of the mill generic PC that can only run Windows, when you can buy a Mac that runs Windows and MacOS X?

  10. Re:Why is it called web "2.0" on The State of Web 2.0, The Future of Web Software · · Score: 1

    Web 2.0, in my opinion, is the machine web (i.e. web services). Where web 1.0 was designed for human consumption, web 2.0 allows the computers to have the same abilities we have with HTML services. All of the web 2.0 companies are web 2.0 companies because they provide an API, not because they use AJAX and large fonts.

    But nobody agrees with me, and the name is pretty silly anyway, so feel free to encompass all the social/AJAX/web services/betas/large fonts/gradients/ruby on rails/etc. terms under the web 2.0 umbrella.

  11. Re:CSS... on Will Internet Explorer 7 Have Any Impact? · · Score: 1

    The only people who care about proper rendering are the people who make the site.

    As long as the user can access the information with ease, it doesn't matter to Joe Average that the is in the wrong spot.

    As long as the site was still viewable in FF, they aren't going to complain. There is no reason to.

  12. Re:Windows is slow? on Why Windows is Slow · · Score: 1

    Even on a brand new system, XP always feels sluggish to me. Perhaps some tuning is possible to help the situation, but the out of box experience is very important.

    Compare that with the Mac where I've had the load into the 9s and the GUI was still as responsive as ever. Windows with a load that high would be totally unusable in my experience.

  13. Re:Wife wont get Vista For Christmas on Heads Roll As Microsoft Misses Vista Target · · Score: 1

    "The reason for that is they expect that sales of computers as gifts during the Christmas season will be slow since people will see that the new version of ms-windows is 1-3 months away so will delay purchasing."

    Unless the company is running on such a thin budget that they'll be broke in 1-3 months after Christmas, that should be seen as a good thing. They will get their sale anyway, albeit delayed. And they just might sell something else at Christmas time to fill the gap.

  14. Re:Works for me on Database Business Problems at Oracle? · · Score: 1
    What the fuck is a "terrabyte"?

    A terabyte of terrestrial (GIS) data?
  15. Re:Simple to avoid. on Beware Your Online Presence · · Score: 1

    What if someone else has the same name? If I search for my name through Google I come up with another guy who works on the same kind of stuff I do. Someone who is just casually searching for me might not even notice that it's actually someone else. I've even had a client who did the search thing and asked if I had moved, thinking the other guy was me.

  16. Re:Now, more buzzword-friendly? on Exploring Active Record · · Score: 1
    You often need to take a view of data across many tables

    What's so hard about that?
    @table1 = Table1.new(params[:table1])
    @table2 = @table1.build_table2(params[:table2])
    You're not confusing ActiveRecord with Scaffolding are you? Nobody uses the latter in the real world.
  17. Re:I'm trying to learn RoR, but I have some issues on Apple Publishes Ruby On Rails Tutorial · · Score: 1
    Why use the migration?

    Because migrations...
    • are database independent
    • handle schema versions automatically
    • are written in Ruby


    The real question is, why not use migrations?
  18. RSS feeds on What Do You Want in a Job Website? · · Score: 4, Interesting

    I want the jobs to come to me.

    I already subscribe to a couple of job sites that offer feeds and have had great results using them. I wouldn't even consider manually searching for jobs at this point.

  19. Cocoa for Windows on Apple to 'Switch' to Windows? · · Score: 1

    Perhaps what he means is that Apple will release Cocoa support in Windows. Applications natively built for OS X, will look like OS X on Windows (which people seem to like for whatever reason), and that means more OS X apps since it you've got a great cross-platform toolkit at your disposal.

  20. Re:And So It Begins... on First Mac OS X Virus? · · Score: 1

    and it's targetted at the average non-technical Mac user who thinks that you are supposed to turn a computer off by pressing the power button. ;P

    I turn my Mac off with the power button :/ It's nice and handy beside the keyboard and pops up a nice display asking me what I want to do. Much easier than finding my way to the Apple menu or remembering keyboard shortcuts.

  21. Re:They have a point... on GIMP Not Enough for Linux Users? · · Score: 1

    the MacOS APIs (Carbon and Cocoa) do not exist on other platforms.

    In a loose sense, Cocoa does. There's YellowBox, which is essentially Cocoa, not to mention GNUstep. Cocoa on OS X has evolved so they aren't entirely compatible anymore, but with some care you can technically write a Cocoa program that will run on other platforms.

    Also, Photoshop is no stranger to X11. It's doubtful they maintained the X11 version, but who knows? It might just be a recompile away from running on Linux.

  22. Re:I've heard worse on More Bad News About Global Warming · · Score: 1

    Warm day? The entire winter has been a "warm day" here in this part of Canada. I'm not sure we've even had a day that remained below the freezing point during the entire season thus far.

    Even an entire year of abnormal weather is no indication of an real trends, but it's more than just a single day abnormality.

  23. Re:that's great, but... on Is Ethanol the Answer to the Energy Dilemma? · · Score: 1
    If you're so stoned out that you can't keep a normal job, you'll probably steal stuff.


    It's too bad there wasn't a law against stealing... oh wait. By that logic we should make downloading any type of file illegal because the downloaded file might infringe on someone's copyright.
  24. Re:Trap! on Jobs' Invitation To Microsoft a Trap? · · Score: 1

    I think you mean: xPod Micro

  25. Re:What about the possibility of avoiding lock-in? on What is the Intel Switch Costing Apple? · · Score: 1
    We're talking about Apple: one of the most proprietary computing companies ever.


    Despite the relatively low market share, Apple seems to be one of the only companies that is able to push open standards on the industry.

    I don't thing they're going to worry about avoiding vendor lock-in.


    Why not? Every business, no matter what you do, should worry about vendor lock-in. Look how many times Apple has jumped ship already. If they somehow found themselves using a chip that made it impossible to switch to anything else in the future it would be a terrible business move on their part.