Slashdot Mirror


User: uberleet

uberleet's activity in the archive.

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

Comments · 13

  1. Re:Rating != Consumption, justification for PS on New 1 Kilowatt PSU - Too Much Power? · · Score: 1

    I'd like to point out that there are three common rectifier configurations consisting of:

    half wave - 1 diode
    full wave - 2 diodes (and a center tapped secondary winding)
    bridge - 4 diodes

  2. Battery backed DDR? Just hibernate to disk!! on Flash Drives in Future Apple Laptops? · · Score: 1

    Battery backed DRAM? As in, the kind that has to be refreshed 8000 times a second to prevent memory corruption? It's no damn wonder they can only get 16 hours of battery life.

    What happened to good old SRAM? A real crosscoupled latch. The kind that has almost zero power consumption in steady state?

    My old NES cartridges have lasted over 10 years on a single hearing aid battery. Granted, it was probably only 32 kbit of SRAM, but still.

  3. Transport Protocol w/ KeepAlive on Grand Challenges in Networks for the Next 15 Years · · Score: 1

    DOWN WITH TCP!

  4. I think you misunderstand marketshare ... on Tiger's 200 New Features · · Score: 1

    While it is true that computer sales figures have to add up to 100%, market shares do not have to add up to 100%.

    If each member of the computing public owns a pc that dual boots windows and linux, and a macintosh (heck, let's have it dual boot OSX and linux), then microsoft, apple, and linux each have 100% market share.

    Why is that? Because an application developed for a particular platform (windows, linux, apple) could be purchased and used by any of the people in the computing market place, hence, 100% market share.

  5. Re:Editors, we get it on A College Guide to EA · · Score: 1

    Didn't you mean democrat?

  6. Switch without break, Bush wins! on Obfuscated Vote Counting Contest · · Score: 1
    int i;
    while(1)
    {
    i = getVote();
    switch(i)
    {
    case 0:
    Kerry++;
    case 1:
    Bush++;
    }
    }
  7. Re:Why should I care? on Our Friend, The Meter · · Score: 2, Informative

    No, julesh is actually right.

    An Imperial gallon is 8 Imperial pints. An Imperial pint is 20 fluid ounces.

    This is different than in American Standard units where a gallon is 8 pints, each being 16 fluid ounces.

    Just to make things additionally confusing, the fluid ounce is also defined differently in Imperial (1 fluid ounce = 1 weight ounce) -vs- American Standard (1 fluid ounce = 1.04 weight ounce).

    So, an Imperial gallon really does weigh (160/16 * 1) 10 pounds while an American gallon weighs (128/16 * 1.04) ~8.33.

  8. Re:Why should I care? on Our Friend, The Meter · · Score: 1

    An interesting departure here is in American Standard units.

    A pint here is 16 ounces instead of 20 (though our ounce is slightly different too. A UK fluid ounce of water really weighs about 1 ounce. A US fluid ounce of water weighs about 1.04 ounces).

    Thus, our gallons are 8*16 = 128 ounce weighing ~ 8.33 lb?

    Okay, so not the easiest top of the head conversion factor... How did we end up this way?

  9. Re:Why should I care? on Our Friend, The Meter · · Score: 2, Informative

    A gallon of water is actually ~ 8 pounds. Or 8.345404 to be exact.

  10. Re:Why should I care? on Our Friend, The Meter · · Score: 1

    F=ma works splendidly well in imperial units. You just have to use the imperial unit of mass (slug) instead of the imperial unit of force (pound).

    According to the google caclulator: 1 slug = 32.1740486 pounds

    Well, that's true in Earth gravity (well, at the surface of the Earth (well, at the equator (well, at sea level))).

    • So really,
    • g = 32.some odd feet / sec / sec
    • g = 9.8some odd meters / sec /sec

    which, if you were paying attention to this other article you'll notice a nice correlation.

    Interestingly -- scales can only measure "weight", so a "pound" scale will always be correct. Scales that measure "mass" are only correctly calibrated for one gravitational environment.

  11. Re:Too many apps require Administrator on WinXP SP2 Sacrifices Compatibility for Security · · Score: 1

    This has nothing to do with the operating system, moreso to do with the applications.

    I can write a program that requires read/write access to /etc/passwd, or /usr/bin for instance and guess what? It won't run without root access (or equivalent permission tinkering).

    Most of these apps (for instance, Winamp) were designed for the single user windows 9x enviornment -- That is, these apps use the HKEY_LOCAL_MACHINE tree of the registry and require read/write in the %PROGRAMFILES%\AppPath
    directory. (Corresponding to the /etc and /usr/bin in unix world).

    For proper operation under a REGULAR user account on an NT based machine, they should be using the HKEY_CURRENT_USER tree of the registry, and read/write in the %HOMEPATH% (Corresponding to .files in the home directory and ~/ in unix world).

    Unfortunately, there's no easy way around this -- Windows 9X machines don't support the new semantics, and Windows NT machines require administrator access (or equivalent permission tinkering) to run apps deployed in Win9X style. On top of it all, Win3.1 apps drop INI files directly in the \WINDOWS directory! Truly hell for people developing an application that will properly deploy based on platform.

    The only solution is to phase out old methodologies in favor of new ones
    -- by breaking reverse compatibility with deprecated (APIs, etc) -- and that's what Microsoft is doing with SP2.

  12. Re:I'd rather have this than on Next Generation Stun Guns? · · Score: 1

    Dude, it's five joules.

    The specific heat of water is 4.18 J / g * K.

    Assuming one 100 Kg guy absorbed ALL of the energy, he'd heat up all of ..... 0 degrees?

    That wouldn't tan me very much...

    Now, if they could sustain 10 MW countinuously ....... The guy would heat up 24 K/sec .... he'd evaporate in a matter of seconds!!

  13. RFID is not your enemy on Wal*Mart continues push for RFID adoption · · Score: 2, Interesting

    People love to whine about rfid privacy, consider:

    http://theory.lcs.mit.edu/~rivest/JuelsRivestSzydl o-TheBlockerTag.pdf

    RFID interrogators use a binary tree walking protocol to enumerate tags in the field. Get a tag that responds to every query, and you have effectively jammed RFID interrogation around your person.

    This is just the first of many ideas; very simple but very effective. Just as many people are working on privacy solutions as are working on the rest of the devices.

    It's a very lucrative market after all (privacy sector) because as as we all know:
    1) FUD
    2) ???
    3) profit!!!

    Contrary to popular hysteria, RFID is not your enemy.