Slashdot Mirror


User: xutopia

xutopia's activity in the archive.

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

Comments · 764

  1. Re:My first barrier, on Trivial Barriers to Personal Linux Use? · · Score: 1

    gee thanks but still no column mode.

  2. Re:My first barrier, on Trivial Barriers to Personal Linux Use? · · Score: 1

    I think you fail to address the issue. Under windows I was very happy with Ultraedit and it's column mode and all of its features. I cannot find anything close to it under linux. Nothing.

  3. You can rate his article on Is Open Source Fertile Ground for Foul Play? · · Score: 2, Interesting

    it currently has a score of 2/5. Once the /. effect is done we should all create an account and rate it as low as it can go.

  4. Now if only MySQL had subqueries on MySQL Administrator v1.0.1a-Alpha Released · · Score: 1, Insightful

    cause I sure as hell would like to see them!

  5. what is OPIE? on OPIE Finally Works With Original Sharp Zaurus ROM · · Score: 0, Offtopic

    am I supposed to know about this?

  6. Re:Why reinvent the wheel? on Building A Better Package Manager · · Score: 1

    easy to use to me is double-clicking an icon that says "Setup". Sure you could explain harder ways to install things than apt-get is but I, like the parent story, talk about desktop, not console.

  7. try something that makes sense on Cybercafes - A Dying Trend? · · Score: 4, Interesting
    like a laundromat with two rooms. On for cleaning and one for surfing. And don't fuck up the OS. Install whatever you want, Windows, Linux(preferably if you want to save money) but by all means do not cripple your users with a totally locked down system.

    My worst nightmare was having to send a resume and not having a net connection at home yet (moved the day before). I had my resume on my palm but couldn't install the software to grab it on Windows nor was I allowed to boot using Gnoppix (wouldn't boot from CD). I had to go across town to a friend's house to send the damn resume.

  8. Re:Learn from Apple on Building A Better Package Manager · · Score: 1

    depends what you mean by sophisticated. I have not been able to install something yet without having to type something. And I still have no idea where the icons are for new apps and how to put them in my Applications panel. Mac takes care of all of this. It does it the other way around. You install a package by choosing where you want it to be and voila you have your installed app.

  9. Re:Why reinvent the wheel? on Building A Better Package Manager · · Score: 0, Troll

    apt isn't easy to use and isn't a desktop app.

  10. Re:Random issues I have with Javascript on Learn How to Program Using Any Web Browser · · Score: 4, Insightful

    1) You have three options as you said but there are others as well. document.title = 'str' or window.status = 'str'. I think it is a wonderful way to start. First time I saw printf() I was really lost.

    2) the prototype is only there if you want to add a function after you instantiated an object. There are much better ways to add a method to an object since javascript 1.0.

    If you were to build a function with a method you can do it very easily without using the prototype construct (ie inside the class definition) :

    function MyClass(str)
    {
    this.name = str || null;
    this.changeDocTitle = function()
    {
    document.title = this.name;
    }
    }

    var myObj = new MyClass('Beer');
    myObj.changeDocTitle() // your document title will change to "Beer"

    Now the Array object is a great example of when you should use the prototype construct. Say you wanted to add a method to all array objects to check if it contains an item. Here is how you would do it :

    Array.prototype.contains = function (obj)
    {
    for (var i = 0; i < this.length; i++)
    {
    if (this[i] == obj) return true;
    }
    return false;
    } // You could then check to see if an array contains something with a simple method :

    var myArray = [1,2,3,4,5,6,7,8] // shorthand array definition

    if (myArray.contains(3))
    {
    alert("My array contains 3") // of course this one is alerted.
    }
    else
    {
    alert("My array doesn't contain 3")
    }

    The prototype construct is actually really handy here for objects which have already been defined. Using it in any other circumstances is still possible but it isn't a good way to program IMHO.

    3) nope JS wasn't designed for that but for people to learn for, switch, do and while loops it is very handy. You cannot expect someone just wanting to learn a bit about programming to directly dive into a Java/Swing/SQL environment, there needs to be stepping stones to get there. ECMAScript (Javascript) does that quite well.

  11. ECMAScript (Javascript) is an awesome way to learn on Learn How to Program Using Any Web Browser · · Score: 1

    it is a simple and clean way to learn about loops and variables for a beginner. It looks enough like other languages so that someone can easily move on to harder meatier stuff. I can't think of a better way to learn myself.

  12. Re:I suppose this is flamebait or a troll but... on MySQL: Building User Interfaces · · Score: 1

    you do have a good point, however have you ever tried to install PG on Windows? It's a bloody nightmare!

  13. quick let's patent! on "Port Knocking" For Added Security · · Score: 1

    before someone else does!

  14. I've heard this kind of marketing crap by MS b4 on Xbox for $99? Xbox 2 in 2005? · · Score: 1, Insightful

    it's all about making us wait to see if it will be 99$, in case we'd be thinking about buying a different console which would cost less.

  15. Re:KOffice vs Open Office on Koffice 1.3 Released · · Score: 1

    and MS Word, oh and Excel too!

  16. when I trained for cycling on RedOctane Pushes DDR For Weight Loss Market · · Score: 1

    I wanted to be able to go head to head with other people around the world on a stationary bike fitted to calculate my wattage output against my weight, taking into account my speed and what wind force I'd have to work against. I'm still waiting. I'd take any /. on any day! ;)

  17. what did you expect? on Electronic Burglary in the Senate · · Score: 0

    them to act like little fairies?

  18. I hate the way they rate keyboards on A Glance At 24 Keyboards & Mice · · Score: 1

    one of my desires is for a silent keyboard. One that reduces dramatically the amount of noise when I hit the key. Sure other factors are nice but right now if I wanted to change keyboard it would have to be because of the noise this one makes.

  19. how does a company benefit from this? on Currency Detection Discovered in More Products · · Score: 1

    seriously how can they companies benefit from adding a piece of hardware/software that prevents such usage of their product? Doesn't it higher their costs?

  20. who kares? on KDE 3.2 Release Candidate 1 Debuts · · Score: 0

    I'd understand if this was a major release but this is a release candidate. The interested people are on the kde mailing list to know of any news.

  21. check out silverorange's intranet on Best Web Forums for Businesses? · · Score: 1

    they have something excellent for such a thing.

  22. LOL popups! on Pop-Up Ads Lead to Consumer Revolt, Ad-Blocking · · Score: 0, Redundant

    hahahahaha! I've not seen any since I started using Mozilla Firebird! hahahaha

  23. I have three words for men on TV's Missing Men Still Flocking To Games? · · Score: 1
  24. I use Firebird, Venkman debugger and the on Seeking Good DHTML Debuggers? · · Score: 1

    Web Developper Extension.

  25. people are so lame on Microsoft Agrees to Stop Hijacking Music-Shopping · · Score: 1

    don't you see? Since they control the online shopping music pages and that their IE has all kinds of weird proprietary features to it they'll just use HTML and other crap that will break other browsers. Then people who want to use the online music shop will believe that all other browsers suck compared to IE and stick to it anyways.