Slashdot Mirror


User: bikiniAtoll

bikiniAtoll's activity in the archive.

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

Comments · 11

  1. Re:Apple marketing has improved on Apple I Replica Creation · · Score: 0, Redundant

    If it is only $1, why not just send them a cheque?

  2. Re:GCC on Abandoning Header Files? · · Score: 1

    Function prototypes were a feature added to C when it became an ANSI standard to help avoid errors. The behaviour you are seeing is certainly normal - that is the way things would have worked back in the K&R days.

  3. Re:If the Celeron is named after celery... on AMD Plants Turion Line of Mobile Chips · · Score: 1

    In the words of Augustus, velocius quam asparagi coquantur...

  4. Re:Good advice... on Joel Gives College Advice For Programmers · · Score: 1

    Well if Marxist Hacker is as marxist as his name would indicate, then for ideological reasons he probably believes everything is a commodity... at least my understanding of Marx's reasoning about the fall of the capitalist system is his belief that price competition between competing capitalists would erode profit to the point where profit would no longer exist and there then there would be no capitalists.

    I agree with you - I think that most software development has always been service based rather than product based, and there are always going to be areas where people are going to prefer local developers to foreigners.

  5. Re:WTO? on Ubisoft CEO Speaks out Against EA Move · · Score: 2, Informative

    Google about the softwood lumber dispute with Canada. The US continues to impose duties despite the WTO repeatedly ruling in favour of Canada.

    As to whether or not that counts as "major"...

  6. Re:EA disease is spreading on EA Trying to Buy Ubisoft Shares · · Score: 1

    Yes, because from what I've heard ubisoft has an oh-so great reputation for treating their employees well...

  7. Re:Disenchantment on Cube Farm · · Score: 1

    My wife works for an organization that deals with a lot of first nations people. Some of them have digits as well as letters in their names.

    Nice try though.

  8. Re:Getting Maried Bad for Math? on Russian May Have Solved Poincare Conjecture · · Score: 1

    A counter example to your claim:

    Leonhard Euler had 13 children, lived to be 76, published over 800 papers, half of which were in the last 17 years of his life (after he went blind), according to wikipedia .

  9. Touch screens not completely useless on Getting Touchy-Feely With Tablet PCs · · Score: 1

    I work for a company that makes low cost military flight simulators for prototyping of new equipment. Often we will use touch screen monitors to mock up instrument displays.

    In terms of rapid prototyping, it is quite easy to modify a display, and the touch screens allow for interaction with the various knobs and dials.

    It is mostly appropriate for displays that do not normally allow for that much interaction, as the pilot is missing the tactile cues that are present with a physical knob, and so the touch screen requires more attention and is more difficult to use than a physical knob.

    One problem with working with touch screens is that after a while you tend to expect all LCDs to be touch screens and end up poking them inappropriately.

  10. Strictly speaking on With XML, is the Time Right for Hierarchical DBs? · · Score: 1

    Strictly speaking the relational model doesn't specify how data is stored, only how it is retrieved. XML is a storage format; there is no reason why a relational database couldn't use XML for storage.

  11. Slackware is minimal, beautiful on Is Slackware Fading Away? · · Score: 1

    Like many people, Slackware was my first distro, back in 1996. There is nothing wrong with a minimal distribution - I downloaded the disk sets one at a time over my 14.4 modem. You learn a lot from having to work with the minimum.

    I play with NetBSD today for the same reason. The default install doesn't even set up networking for you.

    If I want something on my system, I will download the source and compile it. That way you know exactly what the dependencies are and what is on your system. Its more fun that way.