Slashdot Mirror


User: Salsaman

Salsaman's activity in the archive.

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

Comments · 1,393

  1. Re:They should *all* be co-operating on Linux Vendors to Standardize on Single Distribution · · Score: 3, Informative
    "The Linux community is notorious for thumbing their noses at standards."

    You are correct, but only for proprietary standards. Open standards are generally gladly welcomed by the Linux community.

    The Linux Standard Base is becoming more and more popular with distributions, since following the guidelines means that a package created for one distribution should install and work smoothly on all compliant distros. All Linux distributions will eventually have to follow the LSB recommendations, or risk not being compatible with commonly released packages, and losing their user base.

    I think the LSB's work is a Good Thing all round both for the distributors and for end users and developers.

  2. Re:They should *all* be co-operating on Linux Vendors to Standardize on Single Distribution · · Score: 2
    A commonly funded core - that's what the Linux Standard Base is.

  3. Yeah right on The Empire Stumbles · · Score: 2
    "...these kids balked at mega-hype, rediscovered earnestness, simplicity, the love story, some patriotism..."

    For a minute there, I was hopeful that somebody had actually made their own independant film through their own initiative, and marketed it over the net without the involvement of any of the big distribution companies.

    Then I read on and realised you were talking about how one Hollywood blockbuster had outsold another Hollywood blockbuster. Oh well. Yawn. I am sure Spiderman is a good film.

  4. Re:Crew Members on Manned Mars Mission Some Way Off · · Score: 1
    And RMS :-)

  5. Re:"H2O ice reserves" ? on Manned Mars Mission Some Way Off · · Score: 2
    I disagree.

    Surely it's better to extract raw materials from an uninhabited ball of rock than from our own planet. I think the Chinese have the right idea. Start mining the moon, and maybe we won't screw up the Earth so much.

  6. Re:Politically Correct Ideas on Manned Mars Mission Some Way Off · · Score: 1
    Hmmm...Starvin' Marvin in Space...

  7. Re:putting it all together on Mozilla RC3 Released · · Score: 1
    What, in Mozilla ?

  8. Re:Heres the post everyone should read first on Mozilla RC3 Released · · Score: 2
    If IE has won, then by your logic, Opera should give up too.

    So I take it you won't be using Opera any more ? After all, it would be extremely stupid to use a product that you think should die.

  9. Bugsy Malone on Slashback: Swiftness, Ender's, Streams · · Score: 2

    Anyone remember Bugsy Malone ? It's a gangster film where all the roles are played by child actors; and no, it isn't too corny, but as I remember it it's a pretty good 'Untouchables' style romp (except the guns fire pies I think - it's been a long time since I last saw it).

  10. Re:emusic, for god's sake! on Vivendi Offering MP3 Song for Sale · · Score: 2
    128K ??? If I'm paying for mp3's I expect at least 192 or 256K.

    Why would you buy something that sounds crappier than a CD ?

    And 'They Might be Giants' ? Yeah I remember them, they were big when I was at school - which was about 15 years ago.

  11. Re:Interesting strategy on KaZaA Collapses · · Score: 1
    And people still wonder why there is a recession in the US...

  12. Re:Nice on MS Cites National Security to Justify Closed Source · · Score: 2
    Actually you can limit the number of filehandles and memory. You can do it (as root) using setrlimit(). You can also limit the cpu time, maximum file size, and the number of processes.

  13. Re:MOSIX + porting on Porting Linux Software to the IA64 Platform · · Score: 1
    That's fine unless you're doing low level memory work, and you want to do integer (or long arithmetic) operations on pointer types.

    I was writing my own binary search array handling routines and I needed to return signed values and so on.

    But thanks for the tip about using longs :-)

  14. Re:Nice on MS Cites National Security to Justify Closed Source · · Score: 2
    The fact is that an application crashing should not bring down the entire OS.

    That is a sign of very poorly designed software.

  15. Re:You think that's bad? on Microsoft Opts-In Hotmail Users · · Score: 1
    Why are you surprised ? This is Micro$oft we're talking about.

  16. Re:Shaky start on a risky road... on FF XI Goes Live in Japan · · Score: 2
    I don't know if the movie venture they mean is FF: Spirits Within, but I thought that was a pretty good film - good enough to make me want to go out and buy a copy on DVD.

  17. Re:MOSIX + porting on Porting Linux Software to the IA64 Platform · · Score: 2
    I don't think automatic porting would be possible.

    You'd have to have a compiler that was smart enough to recognise when a pointer was cast to an int and then instead cast it to a long.

    But now your code has changed, instead of a variable being an int, it's now a long - this is bound to cause problems elsewhere in your code !

    I learnt this lesson long ago when somebody tried to compile a C program I'd written on an Alpha machine, and it complained about casting pointers to ints (I'd wrongly assumed pointers and ints would be the same size on every architecture).

    What I do now is to typedef a pointer_t which can be either int or long, and make sure to use that everywhere pointer arithmetic is required.

  18. Re:The company's breakthrough is on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: 2

    "The main problem i see is in the transit of the electrons/energy across several atoms etc..."

    Already been done - that's how a transistor works. With a transistor though, the gap is on a much smaller scale (cross section), so any cooling effects will be far outweighed by other inefficiencies in the system.

  19. Post got a bit mangled, read this instead on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: 2
    Ooops, Slashdot doesn't seem to like less-than signs in posts.

    So here goes again.

    It could work in theory I think, due to the Heisenberg uncertainty principle. The electrons could 'borrow' some energy on the cold side, which allows them to tunnel through the gap. They then return the borrowed energy on the hot side. Provided the amount of 'borrowed' energy * the time they borrow it for is less than h (Planck's constant) then this is allowed by physics.

    A potential gradient across the gap reduces the chance that electrons can tunnel back in the other direction. You have to provide power to create this potential gradient, which is where the 80% efficient figure comes from.

    The company's breakthrough is apparently making this gap with enough area that electrons can move en masse through it, thus providing a large cooling effect.

  20. Re:Quantum Tunnel in reverse? on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: 1
    It could work in theory I think, due to the Heisenberg uncertainty principle. The electrons could 'borrow' some energy on the cold side, which allows them to tunnel through the gap. They then return the borrowed energy on the hot side. Provided the amount of 'borrowed' energy * the time they borrow it for is A potential gradient across the gap reduces the chance that electrons can tunnel back in the other direction. You have to provide power to create this potential gradient, which is where the 80% efficient figure comes from.

    The company's breakthrough is apparently making this gap with enough area that electrons can move en masse through it, thus providing a large cooling effect.

  21. Re:Of course! on Microsoft Urged Linux Retaliation · · Score: 2
    Maybe because Intel jumped when Microsoft told them to.

    That doesn't mean this memo didn't have an effect, maybe Microsoft just got what they wanted.

  22. Re:Entrance/Exit Point on Do Strangelets Pass Through Earth? · · Score: 3, Funny
    You notice occasionally in the press, reports of odd explosions which are normally put down to gas leaks and such, and in most cases this is probably the truth.

    However, a small fraction of these *could* be due to strangelets hitting the Earth. It's not very scientific, but a search on Google for 'unexplained explosion' comes up with over 14,000 items...

  23. Re:Architect, idealist, pragmatist William McDonou on This Place is Not a Place of Honor · · Score: 2
    Thanks, I enjoyed that.

    Have you seen Bruce Sterling's Viridian Design it's also similar and a very good read.

  24. Re:Skull and Cross Bones on This Place is Not a Place of Honor · · Score: 2
    If our descendants are cannibals, a little bit of nuclear waste probably isn't going to make things much worse.

  25. Just a suggestion on NASA Parts Scroungers Resort To eBay For Parts · · Score: 2
    Maybe they should get some of Sally Struthers friends to appeal for parts...well it worked on Southpark !