Slashdot Mirror


User: Amigan

Amigan's activity in the archive.

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

Comments · 74

  1. SciFi or Fantasy? on Ask Slashdot: Good, Forgotten Fantasy & Science Fiction Novels? · · Score: 1
    From a SciFi perspective, I' still love Larry Niven - almost everything he's written. Of course, Ringworld is still the ultimate.

    Alan Dean Foster (who novelized the Animated Star Trek series), has a set of novels revolving around Philip Lynx (Flinx) and his minidrag - Pip. His lesser known series is more fantasy based - Spellsinger...

  2. right of first refusal? on Dealing With an Overly-Restrictive Intellectual Property Policy? · · Score: 1
    My employer also has such a policy. It even goes to covering things in business areas that they might get involved in.

    One thing I have learned is that while they have the right of first refusal, if they choose not to pursue the idea, I can ask to have it reassigned back to me and pursue on my own. That might be your only option, assuming what you're pursuing doesn't compete with your current employer.

  3. Premise of Transformers 3? on Psychics Say Apollo 16 Astronauts Found Alien Ship · · Score: 1

    Wasn't this the premise for the last Transformers movie ( Transformers: Dark of the Moon ) due out on video soon (or already available)?? Sure sounds like a publicity stunt for the movie to me.

  4. FCC rules already struck down by Federal Courts on Obama To Veto Anti-Net-Neutrality Legislation · · Score: 2
    OK, I'm confused.

    The FCC chose to re-implement rules that were already struck down by federal courts. By re-implementing something that the courts have viewed as outside the power of the FCC, it could be argued that this is a power grab. The proposed law, promised to be vetoed, is Congress' attempt to define the role that the FCC has - and codify what was already ruled upon by the courts.

    Why should the FCC have the power?

  5. CS is really problem solving on Ask Slashdot: What To Tell High-Schoolers About Computer Science? · · Score: 1
    Problem solving in the real world that is.

    Problem: how to predict the water flow over different shaped nuclear fuel rods
    Approach:

    • a) build many differently shaped fuel rods; measure water flow
    • b) use algorithms from Computational Fluid Dynamics to model/simulate

    Solution: which approach gives the easiest way to tweek a shape?

    Problem: Predicting weather
    Approach:

    • a) have multiple weather stations reporting data, manually predict based on previous experiences and limited algorithmic models
    • b) use same data and have very complex mathematical algorithmic model(s) that represent weather where each of the inputs is a different variable, calculate results

    Solution: refining the model used in b is easier as it is much more fine grain

    Very few people work in pure Computer Science.

    jerry

  6. Hybrid that gets 20MPG?? on $529M DOE Loan Spawns $97K Made-in-Finland Cars · · Score: 5, Insightful

    So for $89K you get an electric vehicle that doesn't go as far as the Chevy Volt (which costs $40K)? As a hybrid, it gets the equivalent of 20MPG? I thought the goal of the electric car was to do better than the gasoline powered vehicles. Tesla at least is all electric and has that wow factor. What was the business model that allowed the US Government to invest $500+M??

  7. Re:A Warren Buffet said himself on White House Proposes "Wealthy Tax" · · Score: 1
    I find it interesting that Warren Buffet is more than willing to pay more - nothing has stopped him as there is a section on the tax form to voluntarily contribute more.

    Maybe if he paid himself a salary commensurate with his income as opposed to the $100K annually he gets - he'd actually be impacted by what the president proposes. Instead, he collects his income from capital gains (taxed at 15%). Of course, if he paid himself a comparable salary, then he'd also have to pay SS+Medicare.

    On the other hand, his company (Berkshire Hathaway), has been locked in a 10yr fight with the IRS as to how much money they should pay. http://www.theblaze.com/stories/obama-suporter-warren-buffetts-co-hasnt-paid-some-taxes-since-2002/

  8. Re:It doesn't matter. on What Today's Coders Don't Know and Why It Matters · · Score: 1

    It all comes down to scale ultimately. It's rare in the computer science field to see code that runs x% slower than a more optimized version, at both very small and very large scales. Coders that don't know how the hardware and lower level software interfaces work tend not to write very scalable code because they have no ideas how the computers actually work, and even less of an idea of how a lot of them work.

    I work in the HPC field where codes are constantly being ported from one OS/hw to another - it could be the same OS on different hw or a different OS on the same hw. Of course the weirdest port is when it's to a completely different OS and hw combination. Optimization in my case is efficient memory utilization along with fast performance - made even harder by hw constraints (32 bit v 64 bit) or the lack of Virtual Memory support in the OS - which constrains the application to the physical memory. Squeezing every "ounce" of performance is mission critical to the HPC application. Getting the right answer seconds/minutes/hours later than another platform makes slower platform non-competative. Hand optimization of certain codes may be able to get the "lost" performance back - but without understanding that compilers don't always generate the best code, and that scientists writing the code are generally not CompSci folks means that making an application run faster/better/more efficiently is generally possible, if the extra effort is applied.

  9. Re:Make work on Book Review: Software Build Systems · · Score: 1

    As long as your target is current hw/sw, then being able to use 8-12 core machines as build engines is nice. Unfortunately, commercial customers don't upgrade as often as one would like, so supporting older versions of the OS is generally required. Depending on the OS, it may/may not run on recent hardware, which limits what kind of build machines you can actively support. Most hw/sw vendors provide backwards compatibility (something compiled on Solaris 8 runs on 9, 10, 11), but you should never count on forward compatibility (something compiled on Solaris 9 is all but guaranteed NOT to run on Solaris 8).

  10. Re:complexity on Book Review: Software Build Systems · · Score: 1

    Obviously you've never been involved with Enterprise level software construction. Most folks refer to it as 'build', but I'm a fan of Steve McConnell's term - software construction. Large applications that support multiple platforms can take a long time to build - especially if you're doing binaries and not Java bytecode. Scratch builds (ie, directly from source) are the way to guarantee that the code in the repository is the code that produces the product, but it's not economically feasible to have product dedicated build machines - from a space/utilization perspective. That means that build machines are shared resources - and that makes scratch builds even slower. In industry, large projects/products are the norm - not the exception.

  11. I've done both on Can For-Profit Tech Colleges Be Trusted? · · Score: 1
    I have a BS/MS from brick-n-mortar schools, and a PhD from an on-line institution. This institution got caught up in the "diploma mill" congressional hearings several years ago, and has since gone belly up :-( I can tell you from personal experience that I worked *harder* getting my on-line degree than I did on either of the two earlier degrees. Granted, I was a working professional pursuing the degree this time around, rather than a single, straight from high school, student.

    I wasn't saddled with heavy debt, but the fact that the institution I attended required you to pay for the entire degree in the first 10 months was there as an incentive to actually do the work required. They also had an additional fee for every month past their expectation that you didn't finish. The goal was to get you to complete. Unfortunately, since the degree is non-accredited, I cannot use it as proof to any local Universities if I want to be an Adjunct Faculty.

    Having the additional degree did help me get my present position.

    • BS Computer Science (Univ of South Carolina - 1983)
    • MCS Computer Science (Texas A&M University - 1985)
    • PhD Computer Science (Kennedy-Western University - 2002)

    jerry

  12. Re:Against who? on Russia To Help NATO Build Anti-Missile Network · · Score: 1

    Ironic though. Here we have the one country that was supplying the Islamic Republic with missile technologies and nuclear capability, and now it is going to join NATO in defending against the same? Must truly be nice to be able to play both sides of the fence and "win" on each ($$$ from Iran and defense from NATO)... jerry

  13. Re:Buckminster Fuller's Dymaxium car (1933) on The Rise and Fall of America's Jet-Powered Car · · Score: 1

    IIRC, the "Modern Marvels" TV series had an episode dedicated to failed automobile technologies. The Chrysler Turbine was mentioned - the major reason cited for not introducing the car was the fear that the general public would not gravitate to a car that would not start moving forward when you hit the gas pedal after coming to a complete stop. 0-60 was not an impressive number, and there was no engineering at the time that could overcome the problem.

  14. openFOAM on Best OSS CFD Package For High School Physics? · · Score: 4, Informative

    Check out openFOAM. You might find that it meets your needs.

  15. What about gov't supplied free prepaid cellphones? on Proposed Law Would Require ID To Buy Prepaid Phones · · Score: 1
    The US federal government has a free cell phone policy for those that cannot afford it. These phones are prepaid, guess we'll have to track all of them too.

    jerry

  16. Schumer opposes IDs to vote, but to buy a phone? on Proposed Law Would Require ID To Buy Prepaid Phones · · Score: 4, Insightful

    I would think that it's more important to prove you can vote than show an id to buy a tracfone. Obviously, Chuckie doesn't. jerry

  17. Form disabled message on A Broadband Survey That Asks the Right Questions · · Score: 1

    Took the poll, submitted, received message that the form was disabled...

  18. Apple IIgs doesn't make the list? on The Worst Apple Products of All Time · · Score: 1

    This was gonna be the Amiga buster - as the Amiga was released with much more capability than the original Mac. As an Amiga killer, it didn't happen. Commodore killed the Amiga by itself.

  19. Make Magazine! on Science Gifts For Kids? · · Score: 1

    My 13yr old son has found Make Magazine to be wonderful read. Their associated store has some great stuff.

  20. Re:Took similar course, but as a college junior on What Belongs In a High School Sci-Fi/Fantasy Lit Class? · · Score: 1

    The professor referred to this concept as "Vagina Dentata" For more on that topic, see wikipedia

  21. Took similar course, but as a college junior on What Belongs In a High School Sci-Fi/Fantasy Lit Class? · · Score: 4, Informative
    We did a book a week. Some of it was tough sledding. I doubt that will be a viable speed for HS - where the student's won't be buying their own copies.

    We spanned HG Wells (Time Machine) through Larry Niven (Ring World). A lot of it depends on how the material is presented. My prof at the time was a repressed poet, and went into the deep meaningful relationships in Heinlein's "Double Star" and swore that the author was seeing a shrink while writing the book. We also went through the original Foundation trilogy where the prof kept pointing out how the administrators of the planet were going through a feminization and had an oral fixation. During the discussion of "Dune" (and again later in "Ring World") there was pointing out of the male fear of falling into a hole - especially a hole with teeth.

    Personally, I would look at the older scifi (golden age, 30s-50s) for technology that they proposed and see how long it took to actually implement. Then look at technology mentioned in contemporary scifi and see how close we are to getting there.

    jerry

  22. Re:Depends on the situation on Suitable Naming Conventions For Workstations? · · Score: 1
    We took it the extreme, having a set for development and another set for production use. Machines were named [pd]NOSLevel.
    • d1sol26 implies Development machine 1, Solaris 2.6
    • p1solx26 implies Production machine 1, Solaris-x86 2.6

    For every d there was a p. Numbers were reused with each version of the OS. Issue became remember which machine N had the application that you needed.

    jerry

  23. Ownership? on Open Source's Battle In Africa · · Score: 3, Informative

    The last time I checked an M$ Eula, you don't actually own any code you pay for. you are actually paying a use license. M$ retains ownership rights to the software.

  24. Open source help desk suggestions on Best FOSS Help Desk Software For Small Firms? · · Score: 5, Informative

    Here's a website that lists many of the open source helpdesk options: http://www.opensourcehelpdesklist.com/ The only one I have experience with is ZenTrack and both the users and helpdesk folks found it easy to use. jerry

  25. Re:RSI? Get a Kinesis Advantage on The Best Keyboards For Every Occasion · · Score: 1

    I'll agree that the kinesis keyboards are great - though they take a bit of time to adapt to. But once you do so, you never want to go back to a standard type again. Since they were always out of my price range, I instead went for a KeyTronic FlexPro (mid-90s) keyboard. This keyboard has an adjustable wrist rest *and* an adjustable keyboard elevation angle. For my money it was a great investment 13yrs ago - and still going strong albeit with a 5pin (AT) -> PS/2 adapter at home, and a 5pin->PS/2->USB adapter combination at work. I'm not the only one who thinks highly of these keyboards: http://www.emailbattles.com/2006/04/24/other_aadehidhca_ia/ jerry