Slashdot Mirror


User: SlashWombat

SlashWombat's activity in the archive.

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

Comments · 306

  1. Re:Wow on AU Goverment To Break Up Telstra; Filtering News · · Score: 2, Informative

    I used to work for Telstra about 15 years ago and it was thought by most employees at that time that the initial Telstra "split up" was laughable, and was not going to do anything for competition. After all this time, it seems laughable that they are only just considering some bum kicking. This will all become mute should the government implement the national broadband they seem intent on at present as this will spell the death knell for the copper voice/ADSL that most Aussies currently connect via. As it stands, so many let their home phone go, and use their mobiles for everything. (Except for ADSL ... and you dont need the voice once connected!)

  2. Re:so... on Maori Legend of Man-Eating Birds is True · · Score: 4, Funny

    Deadly spiders? New Zealand has no snakes and only one species of poisonous spider

    That's because the Maori's ate them all. Seriously, the bloody Maori's are the only native race to ever get a treaty from the vicious pommy bastard tribe!

  3. Re:Don't be a policeman on Australian ISPs Asked To Cut Off Malware-Infected PCs · · Score: 4, Insightful

    The Aussie Government has both good and bad ideas WRT the internet. On the good side, is genuine broadband via a new fibreoptic backbone at an estimated cost of 43e9 dollars. On the bad side is the excretable idea of mandatory filtering. (Which can easily be circumvented ... thus making those who do wish to view kiddie porn even more anonymous!)

    Having said all that, it is NOT the Aussie government advocating this action! Perhaps the errant public would be well served by their ISP informing them that their machine is infected. As it stands, I see machines that are "typhoid Mary's", So infected with trojan's, virus's and other malware that it is amazing they still work at all. The average user doesn't have a clue there is a problem beyond complaining that their machine is slow. (Which is often why they "upgrade" to a "faster" machine! Seems very fast until the new machine gets infected ... takes about a week!)

  4. Re:Should it be salvaged? on Can the Ares Program Be Salvaged? · · Score: 1

    It seems to smack of gross incompetence. Where did all the money go? One has to wonder how many people ought to be sacked over this, from engineers through to accountants.

    I imagine the Russians could have developed a dozen different launch vehicles for this sort of money. I believe that NASA already uses Russian Rocket engines on several launch vehicles, so totally outsourcing a development program shouldn't seem too outlandish!

  5. Re:damage on Amazon Offers To Return Pulled Orwell Ebooks · · Score: 1

    Irrespective of whether they had the right to ship the book in the first place, it was wrong to delete the book from what is essentially not their property.

    Fool me once, shame on you, Fool me twice, shame on me.

    Their are other places to buy books!

  6. Re:Vaccum Tubes? on UK's Oldest Computer To Be "Rebooted" · · Score: 1

    H'mm, while I agree with the sentiment, I wonder about the reasoning. For instance, some of the most linear power amplifiers I have ever seen used vacuum tubes. Vacuum tubes are inherently more linear than solid state devices. Granted, these amplifiers were 200 watts to 100 kW and were RF amplifiers, but that makes no real difference.

    Secondly, it has been shown via double blind testing that virtually no one can hear distortion if it is below about 1.5%. Fact is, most speakers produce more distortion than the connected amplifier, and yet, the amplifier is the target of very low distortion. (Probably because it is easy to make amplifiers reasonably linear, just by increasing the amount of negative feedback.

    Curiously, a measurably low distortion on an audio amplifier doesn't necessarily mean the Amp "sounds" good. I have actually demonstrated this myself, when comparing 4 different 200 watt (transistor) amplifiers. (Same speakers, pre-amps, just different power amps) All had distortion below/around 0.001%, yet they all sounded different. (And I have "tin" ears ...)

  7. Re:nightmares on Microsoft Pushes For Single Global Patent System · · Score: 1

    If an invention truly had merit, and was so unique that no-one else can copy it, it is plainly obvious that it will not be patented. They will be made by the inventor, or his company!

    The idea that patents should be covered by international law certainly is not new. Anybody outside of the USA who has looked at patenting an invention must have thought this was a good idea, if only due to the vast amount of countries that have their own patent systems. Even the European Economic Community has one for each member country, and to rub salt into the wound, has one for the whole EEC. The shear cost to cover appropriate target markets means that to cover all potential infringers is cost prohibitive! Then, countries like China are not signatories. (And, China is the most likely to infringe ...)

  8. Re:Um, I'm doubtful on US Call-Center Jobs — That Pay $100K a Year · · Score: 1

    I guess this means that now we will be getting phone calls at tea time with the speaker having a US accent instead of an Indian one.

  9. Re:One word.. on Dirty Coding Tricks To Make a Deadline · · Score: 1

    Agreed ... people who do not like GOTO have no idea what they are talking about. To begin, the underlying compiled machine code is actually full of goto's. Secondly, Kernighan (or was it Ritchie?) Only suggested it was bad, but that it did have its place. (From memory, he also said that that the original C compiler actually had two GOTO's within)

  10. Re:Pretty easy on Thanks For the ... Eight-Track, Uncle Alex · · Score: 5, Funny

    Of course, you could use paper ... but then you take the risk that people will still be able to read 17 years into the future!

  11. Re:Sure, but... on One Crime Solved Per 1,000 London CCTV Cameras · · Score: 3, Informative

    While its fine to have 1000's of camera's, you need humans to view the output. Sure the camera can be recorded for later viewing, but, someone still needs to look at the recording. Digital lets you run the video relatively fast scanning for "events", however, there are limits (around 10..25X) At some point, the hard disk (I assume, not a tape) gets near to full, and the video data ends up being deleted. Assuming the camera is coded in MPEG4, there is around 1 gigabytes per hour to store (yes, I know, you can do better than 1 gig/hour. ) so you might be able to store approx 10 days on a 250 gig HDD. So, unless something has been found in less than 10 days, and copied to a less volatile medium, it is probably lost for evermore!

    I personally suspect that not all camera's are even permanently connected to a recorder.

  12. Re:Ethical question on Air Force & NASA Fire Off Green Rocket · · Score: 2, Informative

    I agree ... its only the Yanks that think aluminum is a reasonable way to spell
    it. Every other element they spell correctly.

    Next, lets pick on the yanks for avoiding metric measurements ...

  13. Re:"Open Source" hardware on Open Source Russian Vacuum Fluorescent Tube Clock · · Score: 2, Interesting

    Truth is, how much simpler can electronics (and programming) get than a clock ... The basic "algorithm" once you get your reference frequency low enough (... generally 1 Hertz) is -> divide by 60 = seconds, divide by 60 = minutes, divide by 12 (or 24 if you prefer) = hours. Using a micro, you put the divides in an interrupt routine. You can chose to display at the end of the interrupt, or in the main loop.

    I have seen (smart) 12 year olds build digital clocks using the relevant TTL/CMOS dividers, with the displays being either LED or Nixie tubes. (The difference between LED or Nixie is in the type of display driver chip.)

    However, I wish the authors well. Don't see many people building anything electronic these days, probably because the price of consumer electronics is way lower than the price of just the parts! (IE: DVD player for under $20 is just one common item ... couldn't even make the case for that in any western country.)

  14. Re:Is really a bad, bad idea... on NASA May Outsource · · Score: 1

    The companies I have seen try outsourcing have generally done it as a way to remove significant amounts of "dead wood". (That is, the bureaucracy that has grown way beyond a reasonable size due to "successful" empire building by various employee's, or a large amount of idiots have been hired over the years, but will not leave their secure job, even though it is obviously beyond them.)

    The outsourcing usually only lasts 2..3 years before the gouging by the contracted companies causes a re-evaluation, and the out-sourcing is reversed. Thus the company has a chance to hire fresh blood, and continue (for a while) as a lean - mean machine! (By gouging, I mean the project costs running way above estimates, the project timeline not even close to original estimates, etc.) And, all this was based on nearly complete projects that were handed to the contractors to finish.

  15. Re:Does this mean on A Broken Heart Really Does Hurt, Scientists Claim · · Score: 1, Funny

    As a /.er, you have to get a girlfriend before you can move to the "dump" phase.

  16. Re:At Apple, employees just work on Apple Allegedly Sought Non-Poaching Deal With Palm · · Score: 1

    Apple has always been a fun target ... They actually deserve to be! The fact is they are definitely more evil than M$. (citation required) Apple is designed for the simpleton ... why else would their mouse only have one button? (Hint, they don't want to confuse their customers more than they already are.)It used to be more fun when Apple used Motorola/IBM processors, as the Apple Fanboys would always bite on this subject, even though they couldn't differentiate between shit and clay.

  17. Re:But the beauty is on US Navy Tries To Turn Seawater Into Jet Fuel · · Score: 1

    I knew it wouldn't be too long before the carbon dioxide from sequestration was found to be more useful making new fuel to just poke back into the ground. Clean coal my arse ... All the CO2 captured will eventually be burnt as fuel!

  18. Re:Fix one thing, break another... on Gardeners Told to Give Exhausted Bees an Energy Drink · · Score: 1

    Of course, if the bees leave it for a few days, it becomes mead. So all the bees that sample it then will be paralytic by the time they get back to their nests.

  19. Re:FARK on How Artificial Leaves Could Generate Clean Hydrogen · · Score: 1

    Whoosh indeed.

    I suspect the person either is thinking buckyballs, or more likely something like C8H18. (petrol, or gasoline if your american).

  20. Re:Pardon? on Parents Baffled By Science Questions · · Score: 1

    Where do babies come from? and Where do idiots come from ... Same question really!

    Come on guys, this is /. You don't really expect these types of questions answered here. (Alternatively, where do girls come from?)

  21. Re:A wiki for Bilski and other swpat issues on Supreme Court Review of Bilski Heats Up · · Score: 2, Insightful

    I was always under the impression that patents were to protect novel ideas that were unlikely to be obvious to anyone that was working in the field. This I find acceptable usage of patents! However, many patents that are granted by the USPTO are NOT novel. The problem with business and software patents is that they are either obvious but have been applied to computing, or they are well known but no-one has applied for the patent before, since it was "obvious". The obvious fix is that any patent that is granted should perhaps have a two year probationary period, during which the patent office could receive objections from other interested parties. The patent should then be reviewed, based on any/all received information. This would freeze out many of the bogus patents that are issued (mainly to trolls who would never use the patent they own anyway!

  22. Re:INCORRECT USAGE on New Company Seeks to Bring Semantic Context To Numbers · · Score: 1

    Technical terms have meanings, encouraging ignorant people to use them incorrectly isn't good for anyone.

    Really? The one that pisses me of is how quantum has come to mean something truly big, where its original usage is something incredibly small!

  23. Re:ugh on How Famous OS Logos Got Started · · Score: 2, Informative

    If you want to get really technical, Red, Green and Blue are the additive synthesis primary colours, and Yellow, Cyan and Magenta are the subtractive synthesis primary colours.

  24. Re:breaking my heart on Times Are Tough For Nigerian Scammers · · Score: 1

    Since the article states that the most exploited race is "Americans", what does this say about relative IQ's?

  25. Re:Sunflowers aren't so bad on Poor Passwords A Worse Problem Than Poor Antivirus · · Score: 2, Insightful

    Especially since jpeg/mpeg gets a large percentage of its compression through deleting high frequency detail during the DCT pass. So unless the note is very close to the camera, the text will disappear in the compression process!

    The thing that really is a pain is the IT admin insisting on monthly changes to the password. So you might use a strong passphrase (say 20 characters long) but in the end you use the minimum, and put it on a post-it note so you don't lock yourself out of the system. (And, since most IT admin think their related to god, asking them for help is like grovelling in shit, something very few people enjoy!)