Slashdot Mirror


User: gorilla

gorilla's activity in the archive.

Stories
0
Comments
1,805
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,805

  1. Re:Bad idea on Solar Surgery · · Score: 2

    Incandescents MIGHT work, but you'd need a bank of them to replace the sunlight. The sun is over 83,100 lumens, and a 100W bulb is 136 lumens, so that's 612 bulbs.

  2. Re:Beautiful! on Damian Conway Publishes Exegesis 5 · · Score: 2

    Don't you have to write it first?

  3. Re:This is a good thing(tm) on BT Loses Case Over Hyperlink Patent · · Score: 2

    RAM? This was WAY before RAM was invented! Here are more details on the IBM 1620, this was in 1959. There was 20,000 core memory locations, each capable of holding a digit, so 300 of them, or 1.5%, would be used for the math tables. They wasted a lot more than that because there were 16 possible codes available for each memory location, but only 10 of them were used.

  4. Re:Oh Yeah? on BT Loses Case Over Hyperlink Patent · · Score: 2
    Here. The quote is the last paragraph, The IBM 1620 did arithmetic by looking up the result in memory table. Addition and multiplication tables were both stored in memory. One could change the tables to do arithmetic in any base less than 10 but then address arithmetic wouldn't work

    The links proves my memory wrong, it didn't just do it for multiplication, it did it for addition too. Weird.

  5. Re:What does this mean for CPAN modules? on Damian Conway Publishes Exegesis 5 · · Score: 3, Informative
    From a programming POV, the distinction between a Perl6 and Perl5 program will be the inclusion at the first line of code of a keyword in Perl6 that's not in Perl5; if the interpreter sees that keyword first, it will treat the source as Perl6, otherwise Perl5.

    This will be for modules, not programs. A Perl 5 module begins with 'package Acme::Foo;'. A Perl 6 module will begin with 'module Acme::Foo'. This is explained in Exegesis 4.

  6. Re:For perspective... on Secret Court: Government Lied to Get Wiretaps Approved · · Score: 2

    I wonder if you compared year by year, you'd find it's a continuously increasing trend. It wouldn't suprise me.

  7. Re:Ugh on Damian Conway Publishes Exegesis 5 · · Score: 2

    In addition, there will be a perl5->perl6 translator, which will let you write in perl5, and easily switch if you want to.

  8. Re:This is a good thing(tm) on BT Loses Case Over Hyperlink Patent · · Score: 2

    Early computers sometimes did exactly this to do multiplication. If you wanted to multiply 4 by 5, you'd go to memory location 45, and grab the value there. This caused lots of fun if somehow the memory got corrupted.

  9. Re:One simple little function... on How Should You Interview a Programmer? · · Score: 2

    But not all programming languages/enviroments have wrap around. Some throw an exception or otherwise stop the program.

  10. Re:GPL Powerless on Sigma Designs Accused of Copyright Infringement · · Score: 2

    I disagree. I think it can be easier to do a binary patch than changing a printf. Anyone can use a binary editor. Compiling a program seems to be more difficult, hence the popularlity of RPM and other packaging systems.

  11. Re:GPL Powerless on Sigma Designs Accused of Copyright Infringement · · Score: 5, Insightful
    if someone infringes upon it, they can just ignore your complaints and take an 'so sue me' attitude.

    They can do this for any license, including one where you only release binaries (I've seen at least one instance where the only difference between two programs is that one had the startup messages patched to display a different message).

  12. Re:Give them a project. on How Should You Interview a Programmer? · · Score: 2

    A programmer doesn't need the skills to install a compiler. For many of them, it's something that someone else has always already done.

  13. Re:Show me the money.... on How Should You Interview a Programmer? · · Score: 2

    My dad has been programming since 1966, and is an excellent programmer with a huge knowledge of concepts, algorithms and different programming languages, but he has never written any code for a hobby, nor contributed to open source. He sees programming as something he's paid to do, not a hobby. I really don't think either of these questions are likely to map well to good programmers.

  14. Re:One simple little function... on How Should You Interview a Programmer? · · Score: 2

    This fails if you have overflow.

  15. Re:I see... on Mac OS X 10.2 "Jaguar" Reviews Pour In · · Score: 3, Funny

    I'm not an american resident, so the only zip code I know is 90210. I suspect that anyone asking for zipcodes gets a heck of a lot of people answering that.

  16. Re:The question is ... on Cremation? Burial? How about Diamonds? · · Score: 2
    This occasionally produces greenish, blue, and sometimes even pink diamonds.

    Yellow is from Nitrogren, blue is from Boron. Green, red, pink and brown aren't caused by impurities - they're cause by irreguarlar crystal structure, which is why you're more likely to see them in modified diamonds.

  17. Re:the arthouse set.. on Report From The Land of SFX · · Score: 2

    Actually, the effects weren't particularly amazing in the original star wars. The explosions in space were a new process, and while rotascope wasn't new, no-one had done anything like light sabres before. Lots of However the space ship shots, and the creature FXs weren't anything which hadn't been seen in many other movies.

  18. Re:Vi and Emacs gene discovered on Vi IMproved -- Vim · · Score: 2

    Even traditional vi does this, with :set showmode.

  19. Re:They're running out of book topics on Vi IMproved -- Vim · · Score: 2

    This is because the default exit status for a shell script is 0. In fact, an empty file works as /bin/true, and it was the traditional one before the lawyers got involved.

  20. Re:Challenge on Broadband To Hit The South Pole · · Score: 2

    yes. Fiber distance depends on the speed, if you have a slow signal it's easier to detect the 0&1's even if they've been spread by distance, but for typical speeds, you can expect to need a repeater about every 2km for multi-mode, and every 10km for single-mode.

  21. Re:Twelve Digits on Longer Bar Codes Coming in 2005 · · Score: 2

    The Z-8000 could address upto 23 bits, but it wasn't available in bulk at the time that the IBM PC was designed. This was the same problem for the 68000, available in samples, but not available in the bulk that IBM required.

  22. Re:Wake up NASA twerps! on New Problem Could Ground Space Shuttle Fleet · · Score: 2
    You seem to dislike the International Space Station, and would be in favour of a manned mission to mars instead. All I can ask is why?

    I've a better idea. Get man out of space. We don't get any benefit from a manned program and we end up with a lot of unneccessary costs.

  23. Re:Twelve Digits on Longer Bar Codes Coming in 2005 · · Score: 2

    If IBM hadn't chosen the 8088, which was 16 bits addressable with an 8 bit bus, then the most likely alternative would have been an 8080, which would have been much worse, as the 8080 could only address 8 bits. Choosing the 8086 would have made no difference, since it was also 16 bits addressable, just with a 16 bit bus instead. The 68000 was not yet in production, and there was no chips with more than 16 bits addressable.

  24. Re:ISBN's on Longer Bar Codes Coming in 2005 · · Score: 5, Informative

    Almost all wrong. Most of the ISBNs you've seen start with 0 or 1 because the first digit(s) identifies the language or country that the publisher of the book is in. 0 and 1 are English, 2 is French, 3 is German, 4 is Japan, 5 is USSR, 7 is China, and 8 and 9 are used for the rest of the world. If it's a really small country, then the first 5 digits could be country code, eg 99912 for Botswana. The second portion is the publisher, the third the book, and the last the checksum. With the expection of the checksum, these are all variable length, so for example 0-340-62839-1 indicates an english language book from a large publisher, while 1-56592-528-9 indicates another english language book from a smaller publisher. The checksum is 11-(sum(digit*(10-position))%11), so the the second ISBN is 1*10+5*9+6*8+5*7+9*6+2*5+5*4+2*3+8*2=244, 244%11 = 2, 11-2 = 9.

  25. Re:CueCats will be fine... on Longer Bar Codes Coming in 2005 · · Score: 2

    UPC-A isn't interleaved. Each digit is comprised of 4 units, 2 bars and 2 spaces. The total width is always 7, and bars/spaces can be 1,2,3 or 4 units long. Also the code is symetrical, so for example 1-1-1-4 and 4-1-1-1 both code for 6. Therefore you can get a UPC Font.