Slashdot Mirror


User: andyr

andyr's activity in the archive.

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

Comments · 80

  1. Signup is Linux-illiterate on Metaverse Launched? · · Score: 2
    Hmmm - Signup process ..
    • Age
    • How did you hear about us ?
    • Do you make friends online, play games ?
    • Run a JavaScript Hardware checker (fat chance)
    • Or Fill in details (Operating system, processor speed, RAM)
    • Video Card .. (hmm - I run Linux Thin Client), connection speed
    • Name, email, address, we may mail you a CD
    Abort ..
  2. Re:"Stalker's" website on Meet the Spammers · · Score: 2
    What a fascinating read. I salute the dedication of the writer to track all this stuff down - yes the spammer is a scumbag.

    Thanks for posting the link.

    Cheers, Andy!

  3. Re:Since when is the 8080... on AMD's 64-Bit Chip · · Score: 2
    The 8086/8088 could be considered to be compatible with the 8080. Even though they could not run 8080 binaries, a dis-assembly/re-assembly pass could create a functioning executable.

    To put it another way, the assembly language was backwards-compatible. You could not have done the same with, say, the 6800 or 6502, as which flags were set on add, flag types, etc. were not the same between those processor families.

    You could take an 8080 binary, run it through a (fairly simple) translator, and be up and running.

    Cheers, Andy!

  4. Re:Why two ethernet controllers? on nForce2 Preview · · Score: 3, Informative
    I can't think of any legitimate use for *two* ethernet controllers other than in a broader network application

    I can think of two.

    • DSL modem (many of which use ethernet) and a regular LAN. I am told you can just put the modem on the LAN, but on my Linux gateway I could not make that work.
    • Thin client - very handy even at home, use your clunky old PC as an X-Terminal onto a server, 100BaseT private connection de-congests the (maybe 10BaseT) LAN
    • Cheers, Andy!

  5. Re:Not the only supersonic passenger jet on New Supersonic Jet Test Less Than Successful · · Score: 2
    I gather the engines were not as good as the Concorde. Concorde had the Rolls Royce Olympus engines - superb, old design first used on the Lightning, and susequently on th Vulcan.

    I heard that the Tupolev TU-144 needed afterburners to pass through the sound barrier, and possibly also to remain there.

    It is quite difficult to design an engine that must have all air going through the engine at subsonic speeds, for the air surfaces like turbine blades to work, and yet propel the plane at supersonic speeds. Think about it.

    The answer is the nozzle at the back.

    Cheers, Andy!

  6. Goonhilly on Live Via Satellite · · Score: 4, Informative
    Visited Goonhilly some time ago. It has a number of dishes now - from the very old ones, the biggest, to the new ones. The old ones had to track small, weak satellites in low earth orbit, and consequently had a large diameter and had to slew fast.

    The newer ones are smaller, and often fixed, pointing to satellites in geo-stationary orbit.

    There there are a pair of microwave dishes (in and out?) that look small, but carry all the terrestrial traffic to/from Goonhilly.

    At the time (12 years ago ?) Goonhilly carried almost all Europes transatlantic traffic.

    Cheers, Andy!

  7. Re:Who's this? on BitchX 1.0c19 IRC Client Backdoored · · Score: 0, Redundant

    % See http://www.ripe.net/ripencc/pub-services/db/copyri ght.html

    inetnum: 213.77.115.0 - 213.77.115.255
    descr: Datacom
    descr: Warszawa Bemowo
    country: PL
    admin-c: AW7760-RIPE
    tech-c: RW7118-RIPE
    status: ASSIGNED PA
    mnt-by: AS5617-MNT
    changed: tkielb@cst.tpsa.pl 20000915
    source: RIPE

  8. Wizzy Digital Courier on Ghana's Digital Dilemma · · Score: 2
    Plug

    At Wizzy Digital Courier we are putting together a system that can deliver Internet content in third world countries.

    Read the site for all the details, but in a nutshell it implements bandwidth by carrying data physically on a hard drive instead of passing it down a telephone line.

    Using 802.11b wireless ethernet cards at either end, a vehicle that makes regular trips to rural areas - be it to deliver people, beer, or bread - can become a conduit for Email and web content.

    It uses Linux, UUCP for the transport, and WWWoffle web proxy. The proxy allows requests made at a remote school to be passed back to a well-connected server, which scrapes pages, and passes the content back to back-fill the remote proxy.

    Cheers, Andy!

  9. That is what killed Wordstar on Version Fatigue · · Score: 2
    When Wordstar - the most popular CP/M word processor - upgraded to Wordstar 2000 (well before the millenium ..) they changed everything.

    Everybody knew ^S^D^E^X left/right/up/down and the ^K file commands. It flowed as naturally to the fingers as vi commands do today :-)

    I cannot imagine what possessed them to change all the keybindings - but it killed the product stone dead.

    Cheers, Andy! [ showing his age ]

  10. Re:See, here is the problem... on Internet Routes Around South African Gov't · · Score: 2
    You can read "Principles for Delegation and Administration of ccTLDs" on ICANN's site.

    A little further down we read :-

    • 4.4 The delegee should recognise that ultimate public policy authority over the relevant ccTLD rests with the relevant government or public authority.
    • 4.5 The delegee should work cooperatively with the relevant government or public authority of the country or territory for which the ccTLD has been established, within the framework and public policy objectives of such relevant government or public authority.

    It is questionable that Mike Lawrie is following those directives.

    Cheers, Andy!

  11. Re:Why your dad says that... on AOpen Debuts The Funniest Motherboard Ever · · Score: 2
    So how do they get stereo out of a single tube? It looks too small to be the two-tubes-in-one variety.

    It seems the tube is a Sovtek 6922 - which this page references as followed by one Sovtek 6922 double triode per channel.

    Cheers, Andy!

  12. Re:He's right... on RMS Condemns "UnitedLinux" per-seat License · · Score: 3, Informative
    All United Linux are saying, like Caldera did, is that the binaries will have per-seat licensing.

    The source code would, naturally, be freely downloadable, if you want to roll your own.

    Cheers, Andy!

  13. Re:To a man with a hammer... on Open Meta Tools Make It Big · · Score: 4, Informative
    Use LDAP as a library card file? Perhaps you could, but that sounds like a classic database application to me. Powerful search functions? Like SQL?

    The Lightweight part of LDAP means that it is optimised for reading, and does not expect to be written to very much. Databases, on the other hand, could be considered heavyweight because, with transactions, they can guarantee the accuracy of the data.

    You cannot run an airline reservation system on LDAP. If I update LDAP information, the next few readers might get stale data.

    LDAP is thus lighter on resources, and, IMHO, would be a better tool for a library index.

  14. They spammed Usenet, not your mailbox on Laurence 'Green Card' Canter Has No Regrets · · Score: 1, Informative
    In case people don't read the article :-) remember they spammed Usenet. Usenet occupied a much more central role in geek life back then, but Usenet is definitely an Opt-in environment - you expect to find kooks on Usenet.

    I think they even crossposted - meaning that a good newsreader would mark the message as already read in cross-posted groups.

    But you could not crosspost to all groups - so one did read the same message too many times - hence all the vitriol .. They were the folks people loved to hate ..

    Cheers, Andy!

  15. Re:System? on RedHat 7.3 beta (skipjack) is out · · Score: 1
    The redhat 7.0 installer (anaconda, python, etc) would run in 16 Meg. From 7.1 on, it needs 32Meg just to install. Grrr. The operating system itself - a mail and WWW server - runs happily in 16Meg - why can't the installer do the same ? I am recycling old computers here, and am stuck at RH7.0 installer.

    Cheers, Andy!

  16. A worthy Newspaper - don't be fazed by the title on Internet Use Becomes More Purposeful · · Score: 3, Offtopic
    The Christian Science Monitor is a quite excellent paper.

    It has one religious article, that you are free to ignore. THe rest of the reporting is superb - they have their own reporters, so it is refreshingly free from Reuters / AP Newswire rehashes. Often as not, I read the news months before the mainstream press finds it newsworthy. It is great for International issues.

    Cheers, Andy!

  17. Toms Root/Boot is configurable on Linux on a Floppy: Intro to Mini Linux Distros · · Score: 2, Informative
    I have been using Tomsrtbt for years now. It had some glitches when the ext2 filesystem was extended, but these were fixed a while back. However, I use ext3 as my filesystem because I can still use Toms Root/Boot. There is a whole collection of 'extras' - mostly kernel modules and so forth, that you can use to create a customised boot disk. You can even rebuild it under itself - no other installation necessary.

    And lets not forget BusyBox - which makes most of these distributions possible. Even Red Hat boot disks use BusyBox these days.

    Ra for Tom.

    Cheers, Andy!

  18. Re:Bad for wildlife on Nuclear Mutant Flies Are Good For Africa? · · Score: 2, Informative
    The tsetse fly is a very important element in the preservation of wildlife in Africa

    Two cases stand out :-

    • Kruger National Park only retained its biodiversity for as long as it did because of the Tsetse fly.
    • Hluhluwe-Umfolozi park in Zululand is all that is left after a widlife killing spree at the turn of the century in a failed attempt to eradicate the fly.
    Cheers, Andy!
  19. Lynx will never show up on these stats on Linux On the Desktop: 0.24 Percent? · · Score: 4, Insightful
    Since the stats are gathered in one place, a hitcounter, my lynx-browsing will never be tallied, as I do not download those little GIFs. Even under Galeon I flag it to not download pictures from other sites - so I will not show up there either.

    Cheers, Andy!

  20. Re:IBM's BIOS was OPEN SOURCE! on Cringely On Gates' Free Software Connection · · Score: 1

    Except that the BIOS was written by IBM under consultation with Microsoft.

  21. Continuous learning on Is A "Well-Rounded" Education a Good One? · · Score: 1
    I was fortunate enough to study at Cambridge University. I studied Engineering -- and spelling :-)

    All forms of Engineering. Mechanical, structural, soil mechanics, Electric machines, control theory. It has stood me in good stead.

    One survives ones childhood - and education. One does not, on the whole, choose it. My education stood me well. I support a broad education.

    Only those reading newest first will see this - so what.

    Cheers, Andy!

  22. Re: South Africa surfing on ICANN Meeting off to Shaky Start in Uruguay · · Score: 1
    No - South Africans surf .com/net/org as well.

    Why ?

    • Because South African companies like those addresses - makes them 'international'
    • Because hotmail doesnt have a .za address
    • Because google.com returns search results from the world, and the world is a .com place
    I know Alan Levin because his office is next door to me - he is usually right in his pronoucements. The digital divide is very real in a country where my (internet) phone bill is the same as my rent.

    What am I doing about it ? See Wizzy Digital Courier

  23. Programming languages for parallel machines on Ask Chuck Moore About 25X, Forth And So On · · Score: 1
    How do you rate occam as a programming language for multiprocessor machines ?

    Cheers, Andy! PS. My Transputer stuff ..

  24. Re:What is Forth on Ask Chuck Moore About 25X, Forth And So On · · Score: 1
    > I recall a company creating a transputer
    That was Inmos - a British Microelectronics company. It was a regular CPU - not FPGAs. However, it did have a stack architecture. It was a parallel processing machine - 32 bit, integer, floating point, and onboard microscheduler to allow fast (20usec) context switches. To properly implement parallelism between processors, it is also necessary to do parallel processing on a single CPU. This is because it is always more important to keep other processors busy than to get on with your own jobs. The Transputer had a CPU, onboard 4K RAM, and four high-speed communication links to its brethren, each with their own DMA engines. You can find out more from RAM's transputer page. I have my own transputer stuff too.

    Cheers, Andy!

  25. Re:Rest of the article on @Home UDP Lifted · · Score: 1
    The original /. announcement .. Excite@Home response

    The article also comments on the declining role of Usenet. I quote:-

    "But the threat of a ban failed to ignite an outcry from its customers, a symptom of the dwindling use of Usenet. Once a venerable platform for online discussions, the influence of Usenet newsgroups has progressively declined, according to analysts and those in the industry".

    I love /. - but its news has a half-life measured in hours, practically Chat. Usenet has a half-life measured in days, diligently archived by Deja News.

    I prefer that for considered discussion.

    Cheers, Andy!