Slashdot Mirror


User: reed

reed's activity in the archive.

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

Comments · 214

  1. Re:Huh? on Microsoft's Virtualization Stance Eying Apple? · · Score: 1

    Well, what about Cocoa for Windows?? Possible??

  2. Re:MS makes even more money on Microsoft's Virtualization Stance Eying Apple? · · Score: 1

    Well, all that means is that there's a more level playing field for apps on OSX.

    If in the future it becomes possible to run OSX in VMWare or something [side note, imagine MS buying VMWare], then that levels the playing field across both Windows and OSX. There's less lock in, and less of a "big decision" when deciding between Apple and Wintel systems, you just choose on personal preference/taste and budget rather than worrying about application compatability.

  3. Should be fine on Closed Source On Linux and BSD? · · Score: 1

    Don't bother with static linking and obfuscation. Make sure that any libraries you're using other than the standard GCC C libraries, (GCC has a special GPL exception for this case, go read it if in doubt) are not GPL (some libraries have BSD-type licenses with little to no restriction on their reuse). If you're using a stock linux distribution out of the box, you don't have to worry about it really; technically someone can request all the source code to that linux distribution, so keep the copies used in each version of your product in a safe place (like with your backup tapes) on CDs or something (including source code packages) just in case. If you modify any of the GPL programs from that distribution, note you have to provide the code for your modified (derived) versions if someone asks for it, but that doesn't affect licensing of your product.

    If still in doubt, just email the FSF with specific and clear but detailed questions.

    Reed

  4. Re:Captcha effectiveness isn't related to difficul on Evolution of the 'Captcha' · · Score: 1

    AFAIK this technique was pioneered by Jeff Atwood with his "ORANGE" captcha.

  5. Re:While it's nice.. on The Secrets of Firefox about:config · · Score: 1

    I actually like using bzr (http://www.bazaar-vcs.org) for version control on local files. I use it for code and configs and just random text files. You don't need to commit to any server, the whole version history is stored locally. bind it to a parent repository on a remote server if you want, or you you can pull it (like a checkout) from any other machine over ssh. (so two backup options there) Such checkouts are treated as branches and can be easily merged back to the parent branch, or sibling branches, etc.

  6. "Hydrogen economy" still has no clothes... on Aluminum Alloy Releases Hydrogen From Water · · Score: 1

    Interesting, but do you know how much energy is required to process aluminum?

    There is no hydrogen economy and hydrogen in *not* a "green" fuel.

  7. Re:So? on The Clueless Newbie Rides Again · · Score: 1

    Well.... you sort of got it right. Decades of serious operating system research since the late 50s actually resulted in systems like IBM's OS for the 360 and MULTICS, all designed with elaborate systems and security, and designed to run on big timesharing or multiprocessing computers. Unix was actually intended to be a simpler OS for smaller, less exepensive minicomputers (the DEC PDP series) with smaller numbers of users (say, dozens instead of hundreds), and is really a collection of smaller hacks, though it still follows some nice OS principles. And yes, it has been redeveloped and refined since the 70s and 80s.

  8. Re:Conservation alternative on Toyota Going 100% Hybrid By 2020 · · Score: 1

    Nuclear might be a solution. Unfortunately no nuclear power plant has ever been truly profitable (if you take away government subsidies in construction, fuel, etc.)

  9. Re:Why "Hybrid cars no better"? on Hybrid Cars No Better than 'Intelligent' Cars · · Score: 1

    Hey, it got on slashdot didn't it? And got everyone riled up about it, didn't it?

  10. Intelligent, likea "driver"? on Hybrid Cars No Better than 'Intelligent' Cars · · Score: 1


    Some cars today have the intelligent systems with sophisticated sensors, and advanced learning and anticipation algorithms. It's called a driver who pays attention to what he's doing and uses a little bit of careful thought. Probably asking to much of most people I guess..

  11. Re:We'll see about that. on A Foolproof Way To End Bank Account Phishing? · · Score: 1
  12. Re:URL checking - similar to adblock on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    How about this: the browser could highlight the domain in the URL. If you were browsing a page at www.amazon.com.evildomain.com, then evildomain.com would be highlighted. That would hopefully make it obvious that you're not at amazon.com.

    Great idea. It wouldn't solve all the problems but it would help a little and it seems like it would be easy to program.


    There's a Firefox extension that does this, of course:

    https://addons.mozilla.org/en-US/firefox/addon/401 4
  13. Re:URL checking - similar to adblock on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    There's a Firefox extension that does this, of course:

    https://addons.mozilla.org/en-US/firefox/addon/401 4

  14. Re:Frameworks on Five AJAX Frameworks Reviewed · · Score: 1

    ++jquery! It's real easy to use.

    I think that Dojo is actually generated from some kind of templates or something, and what is actually included in the output Javascript can be customized. (They include a few diffent downloads with different things available). It would be great if you could do the same thing with jQuery, or even if the .js file had some comments that allowed a script to hack out certain pieces.

    One advantage of jQuery's one .js file (as opposed to different modules with different features in them) is that the browser only has to download it once, even if different pages use different features.

  15. jQuery on Five AJAX Frameworks Reviewed · · Score: 1

    I've found jQuery to be very easy to use, especially for simple stuff. I was up and running with jQuery in about 30 minutes, though I had to implement some UI logic myself-- with Dojo that was already built, but it didn't do what I wanted, so I spent a while struggling with it before giving up.

    jquery -- http://www.jquery.com/

    It's interesting, it basically just does two main things well: 1. provides a nifty function for getting a handle on a DOM element using either XPATH or CSS selector syntax, fairly painless once you figure out the selector/path syntax, and 2. has some functions for sending JSON or XML requests to the server and getting the response sent to a callback function (that's the AJAX part).

  16. What software? on Tech Magazine Loses June Issue, No Backup · · Score: 1

    Anyone know what "editorial software system" (CMS) they use?

  17. Re:Great. How to screw up your system on Seven Essential Tips For Using Ubuntu Feisty Fawn · · Score: 1

    Does Synaptic really "conflict" with the Ubuntu package manager GUI? I doubt it (but haven't checked).

  18. HMDs suck on U.S. Soldiers Hate New High-Tech Gear · · Score: 1

    Yeah, HMDs are just not that useful, except maybe if registration issues in augmented 3D reality display can be solved completely, or it serves as just a tiny area of your FOV for alerts. If it were up to me I'd put all that stuff on a small PDA you can slip out of a pocket when you're in a safe place and are able to focus on it. Then have spatialized audio cues in the audio channel for critical events.

    Having full earphones covering your ears also sounds like a bit of a mistake. You'll be deaf when your battery dies and they become expensive earmuffs.

  19. Rules are for people, not robots. on New Laws of Robotics Proposed for US Kill-Bots · · Score: 1

    Most commenters are missing the point. These are not rules for robots. They're rules for people making robots.

    But either way, the only way to really win the game is not to play at all, of course.

  20. Need some examples? on Death Threats In the Blogosphere · · Score: 1


    Need some examples of the vile comments people will make? Just drop your /. comment threshold down to -1 ...

  21. Why Patents Like This Happen on Linked List Patented in 2006 · · Score: 1


    What probably happened, is this guy came up with a method of implementing a novel data structure. He wrote it in a notebook along with various other things he invented.

    Then lawyers etc. distill those inventions down to patent-speak, which tend to be rather general, and describe the operation of an invention in somewhat general terms-- you need wiggle room to allow for small variations in implementation (e.g. if it was a machine you would say "a rod connects a gear", not "a 3cm diameter brass rod connects a 10cm diameter steel gear", just in case you need to adjust the details like dimension and materials").

    Especially where software is concerned, they tend to go overboard. This is partly due to the nature of software, which is to take pretty abstract ideas and implement them using a ridiculously baroque combination of a zillion weird details.

  22. Simple! on Gadgets You Backpack Around the World With? · · Score: 1

    Take your camera, plenty of spare batteries and memory cards. Take a flashlight and a knife. Maybe a GPS if you want to get fancy.

  23. Re:Rendezvous with Rama on Interstellar Ark · · Score: 1

    Also read Heinlein's "Orphans of the Sky". It's a really short read, but really good.

  24. Re:Not about look on Godwin's Law Invoked in Linus/Gnome Spat · · Score: 1

    Honestly I wonder how anyone participates in gnome. Their mailing lists are really hard to find, and the archive search has been broken for more than 6 months.

  25. Re:It begins on Wikipedia On the Brink? Or Crying Wolf? · · Score: 0, Troll

    The downfall of Web 2.0: people realising that they're providing all the content that's making the site owners rich^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H costing the site owners money for hosting and bandwidth. Fixed that for you.