Slashdot Mirror


User: neonsignal

neonsignal's activity in the archive.

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

Comments · 438

  1. Re:Hello Moto on Qt Becomes LGPL · · Score: 1

    I don't agree with this blind assertion that the GPL is more "restrictive" than the BSD. Exactly who are we talking about? Sure, it can be a bit more complicated for a developer trying to work with code from different sources, but the people that matter are the users. With BSD licensing a middleman can take away rights from the end user.

    The GPL is a way to try to make sure that the end user is more likely to have freedom.

    Freedom is a more complex idea than just "anybody can do what they want". The ability to place constraints on others (which is what the BSD license allows, and which most commercial licenses actually do directly) results in a less free world when looked at from the point of view of the whole society.

    Obviously the GPL is not perfect, but to call it 'corrupt'? Weird.

    The BSD license is a compromise. A pragmatic one that allows the participation of 'amoral' corporate players, who don't care how restrictive they are, since all that matters is the bottom line.

  2. Re: like having 256 registers on 30th Anniversary of the (No Good) Spreadsheet · · Score: 1

    It was almost like having 256 registers. Except that no-one ever saved them when they made a procedure call, so they ended up being 256 global integers, and you had to keep a list of what they were all used for so you didn't stomp on someone else's variables...

    About as useful as the secondary register set in the Z80... (yeah, I know, fast interrupt handlers, etc, but still a waste of silicon).

    I did like the Z80, but it was probably familiarity as much as anything; the newer processors (eg the Atmel AVR series) have much cleaner instructions sets.

  3. That's what happens... on Ice Beard · · Score: 1

    when you have a runny nose on a cold day.

  4. another foolish idea on New Font Uses Holes To Cut Ink Use · · Score: 1

    We could just switch to Dutch, then we can all spell 'the' as 'de' and save heaps of letters!

  5. Re:1 billion is not uncommon for some things on Logitech Makes 1 Billionth Mouse · · Score: 1

    and vegemite, don't forget 1 billion jars of vegemite :-)

  6. Re: the use of more brain "power" on Study Confirms Mobile Phones Distract Drivers · · Score: 1

    Or a more specific hypothesis, that talking to a person who is not in the car requires the use of the parts of the brain that are required for spatial-temporal reasoning.

    Now just to fit the MRI in the car.

  7. Re: IT'S NEEDED *NOW* on Twenty Years of Dijkstra's Cruelty · · Score: 1

    Needed? So why didn't the world fall apart when the fandangled realtime airline-pricing-optimization system got delivered two years late, way over budget, and full of bugs?

    Twenty years after Dijkstra wrote this, the situation has not improved; arguably it is worse. Programming has changed from a mere craft to sorcery. How do we solve a problem now? Consult the oracle of google, randomly select an entry, and cut and paste some magic code or call some totemic library. Still doesn't work? Chant some testing incantations. After a while the customer decides that they've run out of time, and decides that near enough to spec is good enough (after all, the spec is not very formal, and can be stretched to fit the program!).

    Sure, I'm exaggerating. But when nine out of ten 'software engineers' don't even know what an invariant is, there is a failure of education. Especially now, when most programmers are not coming out of elite universities (which still teach computer science), but out of tech courses.

    No, we don't use formal principles to design our complex software projects. But it isn't because time doesn't permit. It is because we don't know how to.

    We call it software engineering, but traditional engineering does work from formal principles, and then refines the parts of the construction. We know that doesn't work for software, because of orders of magnitude more complexity, and interactions between parts of the system. Symbolic digital computation is a paradigm shift.

    Why does it matter? Because we aren't just talking airline systems. Twenty years ago the big deal was the missile defence system 'star wars', which was to be a larger software project than anything in existence at the time. The potential harm from the failure (at runtime) of such a project is not worth contemplating. Maybe your airline system is not important (!), but some of us write code that has life threatening consequences if it fails. So we welcome any advancement in the theory of programming, and in the teaching of that theory.

  8. Re: sex on An Ethical Question Regarding Ebooks · · Score: 1

    guess you must be Gene XY.

  9. consider a desktop on Computer For a Child? · · Score: 1

    I haven't found the laptop keyboards to be great for a two year old; way too flimsy. I don't even let the older ones near the laptop; they just need to throw one tantrum and those keycaps would disintegrate. The typical desktop keyboard is fairly robust (as long as you keep food and drinks away from it, and discourage them from prying off the keys).

    Another issue I have observed for young children (ie, <2yo) is that it takes them some time to realize the connection between moving the mouse and the motion of the cursor on the screen. They all seem to figure it out eventually, but I think they could have been using the computer much earlier if it had been a touch screen.

    You've got to be pretty selective with software: do they use visual/aural cues (rather than written ones); how easy is it to exit the game, are they simple enough so that they don't frustrate the child; do they give hints; can you get stuck?

    Some of the children's television websites have a good selection (BBC, Australian ABC, Children's Television Network, etc) covering different ages.

    Of course, a computer screen isn't a substitute for tactile toys (building blocks, mud etc). But there is a middle road here.

  10. downloading is stealing on What The Banned iPhone Ad Should Really Look Like · · Score: 1

    What about those ads that show cool froods downloading a movie in 4 seconds? Isn't that false advertising too?!

  11. will not be officially released until 2009 on Internet Explorer 8 Delayed Until 2009 · · Score: 1

    so, to fit with MS naming conventions, perhaps it should be called "Internet Explorer 2008".

  12. What happens when... on Taking a Look at Nexenta's Blend of Solaris and Ubuntu · · Score: 5, Funny

    > you... unplug its Linux kernel, and plug in a[n]... OpenSolaris kernel...

    What happens?

    Neither Linus nor Richard are happy.

  13. in communist Kerala... on Boycott Novell Protesters Manhandled In India · · Score: 1

    ...information activist wants to be free

  14. Re:Compare with the present, not the past on How Do You Justify the Existence of IT? · · Score: 1

    though I guess you should leave out the line item about keeping up your slashdot account

  15. Re:Obviously First-world problem on How To Cut In Line and Not Get Caught · · Score: 1

    Some interesting anecdotes here.

    I liked the Cuban stories, of finding out who is the last to join and then just merging with the crowd.

    Seems like Cubans use a linked list, Brits use a vector, and Indians use a heap!

  16. reuse good code and rewrite bad code! on Reuse Code Or Code It Yourself? · · Score: 1

    Seriously though, new requirements that come in after a project is written are often hard to fit into the framework.

    That doesn't necessarily mean always writing from scratch just so modifications can be made more easily. Quite often the advantages of a well written library (good coverage of a domain, a worked over design, tested by multiple users, and quick to incorporate) outweigh the ability to precisely meet each new requirement.

    No point in perfectly meeting requirements if the project is never finished (conversely you could argue, no point in finishing if you can't fulfil the core functionality!).

  17. before we go any further... on Low-Bandwidth, Truly Remote Management? · · Score: 1

    you don't live in mountains in a country that ends with -istan by any chance?

  18. uncooperative humans on Packs of Robots Will Hunt Down Uncooperative Humans · · Score: 1

    how about uncooperative 2 year olds?

  19. Re: fly-by-wire on Qantas Blames Wireless For Aircraft Incidents · · Score: 1

    When it comes to a wired system and something goes wrong, it could be hardware noise, it could be programming bugs.

    Nine times out of ten you'd have to place your money on a firmware fault.

    (And I'm not casting aspersions on firmware engineers, myself included).

  20. Re:Coming soon to tech support chat. on New Contestants On the Turing Test · · Score: 1

    If the taskbar is stuck on the side of the screen, press 1.
    If the screen background says "Safe Mode", press 2.
    If your computer starts up with seven beeps, press 3.
    If Word is running extremely slowly, press 4.
    If there is smoke coming out of the computer, press 5.
    If the screen is bright blue, press 6.
    If you can't work out how to turn off Windows, press 7.
    If you have accidentally deleted the system directory, press 8.
    If you have forgotten your password, press 9.
    Otherwise hold the line and a bot will be with you shortly.

  21. Re:Better approach? on Optical Character Recognition Still Struggling With Handwriting · · Score: 1

    Yes, your second point is correct. Tablet recognition is not quite the same, because it typically records the strokes as they are made, rather than scanning the result. It has information about timing and sequence of actions, and can easily ignore pressure/width and small breaks.

    An interesting experiment is to write characters on the tablet in unusual ways (eg, starting at the opposite end of a '7', drawing a letter in out-of-order segments, etc). It will look the same, but the recognition software will struggle to decipher it.

  22. Re:Poster child for why we have GPL on Getting Paid To Abandon an Open Source Project? · · Score: 1

    Yes, the non-competition clause here is surprisingly strong, if it really is "forever". In my (limited) experience, many employment agreements and contracts have only a restricted non-competition clause (typically two years after the end of the contract). The intent is to prevent competitors from head-hunting just so they can grab some IP. Though these days they do tend to cover work outside "normal" hours.

  23. Re: four different versions of Linux on my laptop on How Big Should My Swap Partition Be? · · Score: 2, Funny

    while on the other hand, some of us sad people have gone through four different laptops while still using the same version of linux...

  24. Re:where's that eternal golden braid on IBM Wants Patent On Finding Areas Lacking Patents · · Score: 1

    Exactly. They call it "creation of additional IP". Their word creation is newspeak for finding prior art that hasn't been codifed yet.

  25. what's the big deal with writing a few comments? on What To Do Right As a New Programmer? · · Score: 1

    Yes, I'll second that. For example, a well written and generic sort routine will be called "sort", and will handle just about anything that is thrown at it. You write a call to sort, and it is redundant to have a comment that says "sort container X". But it makes a lot of sense to say why X is being sorted, or why at this point in the code, or how it fits into the bigger context.

    The comments act to describe the bigger picture; like paragraph breaks in code to describe the semantics of a group of lines. Or abstracts summarizing a whole class, so that there is no need to read the entire code just to understand roughly how it works.

    The primary reason we don't have the compiler checking our comments is not because we don't want to, but because we don't know how to. A little bit of English can convey a lot more meaning than a whole swathe of code, though less precisely. You can live and breathe code, and still not be aware of the programmer's intention without a little hint from the comments.

    Every generation seems to make this assumption that code can be 'self-documenting'. Code can be a wonderfully precise way of describing some concepts, almost mathematical. But that doesn't mean that all concepts can be contained in a self-documenting piece of code.

    You work on programs of hundreds of thousands of lines of code, and uncommented code really does become unmanageable. It isn't that hard; another 20% extra effort as the code is written...