Slashdot Mirror


User: RBurbidge

RBurbidge's activity in the archive.

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

Comments · 7

  1. The real secret of time travel on The LEP Collider Will Be Closed Down · · Score: 1

    Everyone knows time travel requires a vessel that is larger on the inside than outside. If its exterior resembles a British police call box with a flashing light, so much the better.

  2. Re:Ripped off by silly TV series on The Shockwave Rider · · Score: 1

    Joe 90

  3. Re:Thanks for the Asterix! on F*cked Company Cease-And-Desisted · · Score: 1

    Asterix was a Gaul. Does that make him Gaulois, or is that a cigarette?

  4. Lego make one, don't they on Lego Mindstorms DJ · · Score: 1

    Lego do have a software Lego - I forget the name at the moment but it does exist (at least, I bought one in the UK about 2 yrs ago).

  5. Re:This is why we hack kernels on Other Uses For The Linux RAM Disk? · · Score: 1
    Isn't that basically putting what's most important process into the ram disk to make it run extremely fast?

    No. They are two completely independent things.

    Presumably putting the web server into the kernel makes it faster by reducing the context switching between kernel and user mode.

    A Ram disk is fast because it emulates a disk while removing those mechanical components that take so long to respond.

  6. Re:Early C history on An Interview with Brian Kernighan · · Score: 1

    High tech! Our VM technology allowed in-situ execution in sideways ROMS with transparent page switching... those were the days.

  7. Re:Early C history on An Interview with Brian Kernighan · · Score: 1

    Are there any BCPL programmers left? I spent several years in the mid-80's, writing embedded applications for 6502-based PCs (rack-mount BBC Microcomputers, if you can believe such a thing) using a DOS-based cross-compiler targetting a interpreted virtual machine on the 6502 (shades of Java - nothing is new!). The language is a bit odd (TEST .. THEN .. OR) but I still have a soft spot for it.