Slashdot Mirror


User: ettlz

ettlz's activity in the archive.

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

Comments · 1,428

  1. Re:Sniffing? on Keep SSH Sessions Active, Or Reconnect? · · Score: 4, Interesting

    If you're worried that the possibility someone is going to perform an MITM attack on you is greater than infinitesimal

    ...or the DNS cache gets poisoned, as I once saw. (Thankfully, SSH does a reverse lookup as well and checks the result matches the input, and bails if they don't.)

  2. Re:Happens in other OSes, too. on Microsoft Looking Into Windows 7 Battery Failures · · Score: 2, Funny

    That and certain drives also have a mind of their own and ignore any hdparm APM setting after a short while in favour of their own, absurdly aggressive setting. One I have (by default) unloads after 8 seconds of inactivity and the only way to change it is by some obscure DOS utility that I can't get to work. 8 seconds is crazy-low, and because the typical interval for disc activity on a Linux system under enthusiastic use is typically 10-15 seconds (or even when a bit idle, as lots of other things touch the filesystem in the backgrounds), the heads spend a lot of time loading and unloading. It's possible to tune the Linux VM subsystem to ouch the disc less often, but in practise doesn't make much of a difference. Windows XP does exactly the same. The disc manufacturer says Linux should not wake up the disc so frequently, but I don't see how that squares with the way a modern, multitasking operating system works; things touch the filesystem, and this must be synced in good time (I don't want 30 seconds' worth of dirty data just sitting in RAM). And besides, disc manufacturers should just make discs and leave VM policy to kernel designers.

  3. Re:Not experience this on Microsoft Looking Into Windows 7 Battery Failures · · Score: 2, Informative

    ACPI does not normally (and from what I've seen, never) export any controls over battery charging, or even allow the user to choose power supply. The job of handling power is usually done by the embedded controller and its firmware, which also handles any charging (along with circuitry designed specifically for the job). This is designed for optimal performance of the system in mind and usually works very well. The operating system just monitors the state of the power supply and can make demand-related decisions (CPU power-state, screen brightness, sleep/shutdown) based upon a chosen policy. If batteries really are packing up early in the manner suggested, this is more likely down to a hardware/firmware/miscellaneous-ACPI-EC-horkage defect in the notebook itself, not the operating system.

  4. Re:3D on Next Linux Kernel Due Early March · · Score: 3, Informative

    Because 3D requires a lot more complex heavy lifting that I don't want in the kernel when it fucks up. Teletype is quite lightweight by comparison.

  5. Re:Faraday Cage on Tower Switch-Off Embarrasses Electrosensitives · · Score: 1

    the rest of us poor suckers would do it too.

    Install a wire cage in exchange for getting my leg over?

    Yeah, I'd do it.

  6. Re:Blakes 7 on What SciFi Should Get the Reboot Treatment Next? · · Score: 1

    another British show from that era that might be worth another go around is U.F.O.

    1980

  7. Re:Did he find a message? on New Pi Computation Record Using a Desktop PC · · Score: 2, Funny

    Well given (I think, though may be wrong on this) that pretty much any finite sequence of digits will show up in the decimal expansion of pi at some point, there should be a raster image of a circle in 1s and 0s buried in it somewhere. Along with a greyscale raster of Goatse.

  8. Re:Paying for More Slack Space on HDD Manufacturers Moving To 4096-Byte Sectors · · Score: 1

    I believe a filesystem with tail-packing support would overcome this.

  9. Re:Stocking stuffer on IBM's Newest Mainframe Is All Linux · · Score: 1

    The entry-level model has two processors. That's, like, much less than 4096!

  10. Re:Does Sarah O'Connor has anything to do with it on Intel Kills Consumer Larrabee Plans · · Score: 1

    Sarah O'Connor? Would she be the mother of Jonny O'Connor from County Cork, who'll lead humanity to victory in the war against the machines and the English?

  11. Re:KMS on Linux Kernel 2.6.32 Released · · Score: 1

    So don't load the DRI modules. Or are they doing away with the video BIOS all together?

  12. Re:FP on New Aluminum-Ice Rocket Propellant Tested · · Score: 0, Troll

    Frosty piss y'all...

    I don't think you should be finding much aluminium in your piss.

  13. Re:Inverted perceptions and Llanelli on Microsoft Advice Against Nehalem Xeons Snuffed Out · · Score: 1

    I didn't know there was actually anybody living in Llanelli. Went there a few months ago, I thought it was the town The Specials were singing about.

  14. Re:Article is trollbait on OpenSolaris Or FreeBSD? · · Score: 1

    Heheh, yeah... way to flush out all the FreeBSD zealots.

  15. Re:You must suck at maths. on IBM Takes a (Feline) Step Toward Thinking Machines · · Score: 1

    They're called orders of magnitude.

  16. Re:144 terabytes of main memory on IBM Takes a (Feline) Step Toward Thinking Machines · · Score: 2, Funny

    Yeah, that's a whole lot of por—oh, dear God, no!

  17. Let's run this in reverse. on IBM Takes a (Feline) Step Toward Thinking Machines · · Score: 1

    OK, so it takes nigh-on 150,000 processors to simulate a moggie brain at 1/100th of the usual speed. So now I have a handle on what such a brain can pull. See, I have some physics problems to solve, and there's the stray cat that hangs around outside my flat...

  18. Re:It's Still Windows on Microsoft Plugs "Drive-By" and 14 Other Holes · · Score: 1

    Windows is a hybrid kernel. Linux puts a lot more into kernel mode/real mode than Windows does.

    Oh come on now, "hybrid" kernel is nonsense marketspeak; all the high-level services such as networking and filesystems and drivers run in the same address space. How they chat to each other is irrelevant here, NT is a monolithic kernel. And what the hell is a configuration database, the Registry, doing as a kernel service? And then there's GDI etc. --- (up until recently used to be) a kernel service.

    The only thing I can think of that runs in kernel mode in Windows and not in Linux is the graphics system

    The thinnest end of the graphics wedge (namely, modesetting, GPU multiplexing and memory management) is now being pushed into the Linux kernel, where such low-level hardware stuff should be. The GL heavy lifting and provision of a high-level graphical system (e.g. windowing, viz. X) is done in userspace, where it should be. The problem with Windows used to be that a lot of the latter was also a kernel service. Flickering displays are quickly becoming a thing of the past these days as typically the optimal resolution is chosen early on when the relevant DRI module (i915 or radeon, so far) loads.

  19. Re:The Win32 Way on How Google Uses Linux · · Score: 1

    So what does it do if I allocate a couple of hundred megabytes and then don't use them?

  20. Re:Never even heard of it on Microsoft Opening Outlook's PST Format · · Score: 1

    I don't use Microsoft products, but am I missing something here? What is .pst used for exactly?

    Dunno. Think it's something the "need-a-machine-to-run-my-life" types use.

  21. Re:Easily foiled on Of Encrypted Hard Drives and "Evil Maids" · · Score: 1

    Evil maids are easy to spot because of their goatees.

    Whoa, what kind of room service are you getting?!

  22. Re:Something is wrong with Win7 power management on Windows 7 On Multicore — How Much Faster? · · Score: 4, Interesting
    I believe fan control in a protected-mode operating system operates in one of the following ways.
    • ACPI embedded controller, a separate microprocessor in the chipset that runs its own firmware (typically packaged alongside the BIOS) that monitors the temperature and controls fans in manner orthogonal to the goings-on of the rest of the system.
    • System-management mode where, upon detecting some thermal condition, the chipset puts the CPU into a special operating mode that executes a particular piece of BIOS code presumably to emulate the above. In this case, SMM BIOS code is executed. This happens without the knowledge or control of the operating system.
    • Protected-mode ACPI control whereby the OS kernel runs the ACPI tables (read from the BIOS on boot) on a virtual machine. These tables include some bytecode to activate the fan once a trip-point is reached. x86 binary found in the BIOS is not invoked here.

    The first is clearly the most desirable, as SMM is just plain wrong, and hardware protection should not rely upon the stability of the operating system.

    What's happening in your case could be a problem with the EC somehow becoming confused, which is likely either a BIOS or EC firmware bug.

  23. Re:Finally, some sense on UK Musicians Back Watered-Down "Three-Strikes" Rule · · Score: 1

    Hi, I'm posting from the future. At first I thought, "Don't worry, be happy", but then it was more like, "It's gonna be a hard days night" and now it's pretty bad, almost "Heaven knows I'm miserable @#%^H!*( NO CARRIER

    Shit, are people still listening to The Smiths in the future?

  24. Re:stfup on Shuttleworth Suggests 1-Way Valve For User Experience Testing · · Score: 1

    stfud, in Python:
    import socket
    stfusock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    stfusock.bind(('', 8))
    while True:
    stfusock.listen(1)
    conn, addr = stfusock.accept()
    data = conn.recv(0)
    conn.send("STFU!\n")
    conn.close()

  25. Re:I've just lost... on TI vs. Calculator Hackers · · Score: 1

    RPN FTW!

    And RPL. Probably the best-engineered calculator run-time ever.