Slashdot Mirror


User: petermgreen

petermgreen's activity in the archive.

Stories
0
Comments
10,783
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10,783

  1. Re:This was reported to bugzilla some time ago! on New Mozilla Firefox 1.0.3 Exploit · · Score: 1

    why doesn't someone just write a program to copy the bugs before they get restricted?

  2. Re:Joe Wal-mart on FCC Broadcast Flag Struck Down · · Score: 1

    or he can get hold of grey market kit just like you could still get booze during prohibition

  3. Re:Acceleration on Launch Date for First Solar Sail due Monday · · Score: 1

    yes your altitude will change if your velocity changes

    an orbit is a situation in which the central accelleration due to gravity interacts with your velocity to give a circular path if you accellerate whilst in orbit you will raise in altitude. If you accelerate sufficiantly you will end up on a course that is no longer orbital and fly off into space.

  4. Re:Better for the Linux User on On the Horizon: an Apache-License Version of Java · · Score: 2, Interesting

    yes i said sneaky i didn't say right or wrong i just said sneaky

    lots of projects are now basing on java and if/when sun (or in the worst case whoever buys it from thier liquidators) start tightning the screws there could be some real pain.

    imo java could really do with a free (as in stallman or freer) implementation that actually works properly. BUT much of the drive to create one is removed by the fact that java and its source are a free (as in beer) download.

  5. Re:Kaffe, Classpath... on On the Horizon: an Apache-License Version of Java · · Score: 1

    sure but if they can find out who wrote particular peices of code and get permission they can bring it accross.

  6. Re:Better for the Linux User on On the Horizon: an Apache-License Version of Java · · Score: 1

    java apps can eat up all memory quite easilly if they say forget to remove entries from a global list (in some ways gc can make life worse because you have to make sure all references to an object are gone before the gc will even think about freeing it)

  7. Re:Better for the Linux User on On the Horizon: an Apache-License Version of Java · · Score: 2, Insightful

    reimplementing stuff that people need but that isn't availible as free software is what made it possible to have a completely free software os.

    sun has imo played a very sneaky trick by making java not truely free software but just free/open enough to keep the demand for a clone at a fairly low level.

  8. Re:How to tell if you are a linux fanatic. on Red Hat/Apache Slower Than Windows Server 2003? · · Score: 1

    the great thing about access is the self contained nature of the mdb you can put it on a network drive a floppy or whatever and its a single file that you can use it on any machine that has access with no special setup needed.

    most of the good databases for linux seem to be database servers. Whilst theese certainly are better for many applications i would not consider them a replacement for access.

  9. Re:May not be FUD on Red Hat/Apache Slower Than Windows Server 2003? · · Score: 1

    couple of factual errors in that post

    (unless otherwise stated apache here reffers to 1.x)

    1: apache on unix doesn't use a new process for each request. True each child only serves one request at a time but children lasted for many requests one after another.

    2: apache 1.x on win32 WAS multithreaded (iirc it used a single parent and a single child) unlike the unix versions

    ofc if you use cgi then it has to start a new process for each cgi request and that is going to be slow on windows

  10. Re:I want my planet! on The Sharpest Ever Global Earth Map · · Score: 1

    also iirc esa images are only free for non-commercial use wheras nasa images are public domain

  11. Re:What's the difference? on Ditching Microsoft Could Save Education Millions · · Score: 1

    btw the "BBC" computers were made by acorn

    iirc the BBC held some kind of competition to design a computer for an introductory programming course and acorn won

    the BBC model B was the original the model A was basically a stripped model B It had the same pcb but half the ram and a lot of perhiperal chips missing. It could be upgraded quite easilly to a model B (if you just wanted to run model B software you could upgrade without soldering but if you wanted the ports you had to solder)

    then there was the acorn electron which had as much ram as the BBC B but had a slower clock and a very different physical design (whilst the BBC had space for things like a disk interface on the board the electron had an edge connector on the back).

    then there was the B+ and the master series which added yet more to the line

    i belive some of the archimedies machines had the BBC owl badge on them as well though they didn't have BBC in thier names

  12. Re:News? on How To Conduct Your Very Own Buffer Overflow · · Score: 1

    i don't think serious coders ever really used the likes of basic

    also unless the compiler is very good at optimising stuff things like array bounds checking are going to carry quite a high penalty. Not to mention it doesn't work too well in conjunction with C's idea that pointers and arrays are more or less the same thing.

    the real issue is that C doesn't really have a language level string type (afaict C++ doesn't either but C++ has features that allow you to create one that seems like a primitive to the user) so it has to be done manually with pointers and helper routines which can be error prone to say the least.

  13. Re:Internet Censorship on First Hand Look At Chinese Internet Censorship · · Score: 1

    isn't hong kong a special administrative region that whilst technically part of china is administered in a ver different way with different rules to the rest of china

    at least thats the impression i got correct me if i'm wrong

  14. Re:Several exploits on Apple Release Mega Patch to Fix 19 Flaws · · Score: 1

    plugwash@ppc-osx2:~$ mount /dev/disk0s9 on / (local)
    devfs on /dev (local)
    fdesc on /dev (union)
    on /.vol (read-only)
    automount -fstab [337] on /Network/Servers (automounted)
    automount -static [337] on /automount (automounted)
    fserve:/home/users on /private/automount/home/users (automounted)
    plugwash@ppc-osx2:~$

    seems that it certainly does have /dev there doesn't seem to be a /proc listed there though

    osx does hide it from the luser interface by default though.

    yes osx is more radial than linux in some areas (mostly gui related ones) but most of the archaic unix stuff is still around.

  15. Re:Puts on Tinfoil Hat... on Google Web Accelerator · · Score: 1

    if they have access to run arbitary code on your machine they can just install a new root cert in your browser

    once thats done they can mitm your connections and your browser won't put up any warnings at all.

  16. Re:fighting back with infrastructure on Taking on an Online Extortionist · · Score: 1

    i seem to remember that some fairly high end routers are not really capable of doing that with any speed (ie you can do it but it forces the packet through the cpu)

    you also have to be carefull what you drop when if you have any customers on thier own ip blocks peers etc

  17. Re:I want this machine headless! on iMacs Freshened with 2.0 GHz G5, Bluetooth, WiFi · · Score: 1

    i've only ever seen adaptors for sale for putting 2.5 inch hard drives in PCs never ones for putting 3.5 inch hard drives in systems designed for 2.5 inch.

    not saying they don't exist but i would guess they are only availible through suppliers for retro computing etc rather than suppliers who aim at pc modding.

  18. Re:Good news, even for Sid users. on Sarge is Now Frozen · · Score: 1

    well the freeze means that even if the debian X guys wanted to rush xorg into sarge they wouldn't be allowed to.

    making big changes to unstable at this point is considered very bad form due to dependency issues.

  19. Re:How Debian (really) works... on Sarge is Now Frozen · · Score: 1

    that post was me btw i forgot to login

  20. Re:Good news, even for Sid users. on Sarge is Now Frozen · · Score: 2, Interesting

    http://necrotic.deadbeast.net/svn/xfree86/trunk/de bian/local/FAQ.xhtml#debianplans

    they are NOT going to move before sarge release the x.org issue simply happened too late in the sarge develeopment cycle (remember debian supports a lot more than just i386/powepc/ia64/x86-64) which they must ensure that all the crucial system stuff behaves on.

  21. Re:ThinkPad's have been made in China on Lenovo Completes Acquisition Of IBM's PC Division · · Score: 3, Insightful

    sad as it is such phases seem to be almost a natural part of a countries development.

    Britan went through it (industrial revoloution anyone?). The USA went through it (railroad companies anyone?) As each country develops it seems to go through a phase where is competes purely on price and things like workers rights be damned.

    why do people work in such situations? because they consider it better than the alternatives! I cant see how not buying from such countries helps the workers there.

  22. Re:Why don't major vendors sell Linux PCs? Volume. on Lenovo Completes Acquisition Of IBM's PC Division · · Score: 1

    also i think a lot of smaller white box vendors are pretty much building every box to order anyway (they let you customise basically any part of it.

    ofc the problem with linux for theese white box vendors is making sure they build the boxes with hardware linux likes.

  23. Re:Thank Goodness on Sarge is Now Frozen · · Score: 1

    debian supports many architectures and this is both a blessing and a curse.

    blessing: they are one of the few distors that do and it keeps real geeks friendly with them. If debian didn't support theese architectures it is likely no distro would.

    curse: it slows everything down trying to keep things working on all architectures.

    ubuntu on the other hand is a branch that favours quick release cycles for a few major architectures (very much like fedora/suse/mandrake do)

  24. Re:Unstable, experimental, Ubuntu...? on The Grumpy Groundhog - Ubuntu for Developers · · Score: 2, Interesting

    unstable is where most contibutions are uploaded so it seems perfectly natural for developers to run the system they are compiling and uploading packages to

    testing was and will be (its not right now because debian is in final release freeze) the place where the next stable release is built up. Unless pacakges had problems then prior to the recent freeze they should have made it from unstable to testing in less than two weeks. Hardly an eternity.

    i'm not sure what you mean by holding unstable hostage? sure in the run up to a release more care is needed with stuff that could affect propogations into a partially and later fully frozen testing (mainly stuff like shared libs and key system components) but i don't see anything wrong with that.

    sure devs can test stuff before uploading to expermental but with something as core system as X or APT you can get a really fucked up system if something goes badly wrong with the program so an extra level of checking is needed.

  25. Re:I want this machine headless! on iMacs Freshened with 2.0 GHz G5, Bluetooth, WiFi · · Score: 1

    someone fitted a mac mini inside a pc case and hooked up desktop drives which at least solves the issue of the general shittyness of laptop drives

    he did however have to make a custom adaptor to do it though (the adaptor plugged in to the hard drive connector on the riser and was then connected to a standard ide cable running to the hdd and cdrom fitted in the pc case).