Slashdot Mirror


User: TeknoHog

TeknoHog's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:China's Explanation on Google.cn Attack Part of a Broad Spying Effort · · Score: 1, Offtopic

    Hu cares about penis size anyway?

  2. Re:blah @ DynDNS on DynDNS.com Acquires EveryDNS · · Score: 1

    I do seem to recall that I originally had signed up as a "dynamic" IP, and they discontinued my domain since it hadn't changed in a month or so, maybe that's what happened to you?

    I use DynDNS with DHCP addresses, but they are practically static. Nevertheless, there is no problem, as long as the update script (ddclient) is running periodically. When a host record hasn't been updated in 30 days or so, there is a warning email, and after some time that hostname is dropped. Thus occasionally I have had to re-register a hostname, but that is not a huge problem.

  3. Re:Not at an all an expert but... on The End Of Gravity As a Fundamental Force · · Score: 4, Insightful

    The upshot then is not that you get the right value for G at the end but that you get Newton's inverse square law (up to a scalar) which by itself would be really impressive even if one can't a priori get the value of G.

    The inverse square relation comes easily from the fact of 3 spatial dimensions. The gravitational flux from a mass is spread out over a surface of a sphere, whose area is proportional to the square of the radius. It is a perfect analogy of electric fields.

    It is possible to derive the same form in many different ways. It is a nice exercise to play with alternative theories of gravity, and see how they are similar or different. However, general relativity has a crucial deviation from the inverse square law, which results in the anomalous orbit of Mercury, for example. This does not mean GR is the final correct answer, of course.

  4. Re:Please name names on Why Oracle Can't Easily Kill PostgreSQL · · Score: 1

    IIRC, distributed.net uses Postgres, but their statistics server is down at the moment, so I cannot confirm it...

  5. Re:Let's just get this out of the way, shall we? on 400 Years Ago, Galileo Discovered Four Jovian Moons · · Score: 2, Funny

    Magnifico!

  6. Re:Y2K16-Bug? on 2016 Bug Hits Text Messages, Payment Processing · · Score: 1

    Y2K10 would be 200010. Silly contractions...

    Then again, in electronics 2K10 would be parsed as 2.10 thousand, or 2100.

  7. Re:Baud vs bps on A Brief History of Modems · · Score: 1

    OK, but I'm still confused. Mathematically,

    data rate = bandwidth * log(1 + S/N)

    so the constant of proportionality is determined solely by the signal/noise ratio. What you're saying is that the signal/noise ratio is tending towards a constant. This may be true for a certain type of communications channel, under the same line conditions, but I don't see how this can be true more generally. For one thing, it doesn't matter how clever the modem is, if the line is particularly noisy.

  8. Re:Baud vs bps on A Brief History of Modems · · Score: 1

    Today we tend to saturate the capacity of our channels so "bandwidth" and "data rate" are usually reasonably proportional, if not actually equal.

    I'm afraid you have really missed the point, not just my earlier post but the overall discussion. An example modem can use a bandwidth of 2400 Hz, which also means 2400 baud, while delivering 9600 bits per second. The reason is that a single transition in the signal can contain multiple bits of information, in this case 4.

    For more mathematical details, see http://en.wikipedia.org/wiki/Shannon-Hartley_theorem

  9. Re:Baud vs bps on A Brief History of Modems · · Score: 1

    Perhaps this is one reason why people today say "bandwidth" when they mean data rate (aka channel capacity). It's easy to confuse "baud" with bits per second if you're not technically oriented. Baud rate corresponds to bandwidth, you need 2400 Hz of bandwidth for 2400 transitions per second. Higher bandwidth means a potentially higher data rate, so again this is probably easy to confuse. Then we also have "broadband", which again has nothing directly to do with data rates.

  10. Re:I just pictured an oil sheik... on The Last GM Big-Block V-8 Rolls Off the Line · · Score: 1

    That's a good one.

    No, wait, that's a bedouin.

  11. Re:Intel and Linux on Intel Launches Next-Gen Atom N450 Processor · · Score: 2, Informative

    I also have a small tangental question. I always hear about huge performance gains that can come from properly writing code to take advantage of SSE2,3,4,etc instruction sets. I also hear that almost no one does write code to take advantage of these instruction sets. If Intel really wants to push their hardware, why not write such optimizations for the Linux kernel?

    The kernel doesn't do much CPU-bound processing. It is math and media libraries where these vector instructions would be actually useful. You can already have some of their advantages using a decent compiler. Basically, that means different binaries for processors with different capabilities, so your average binary distro is not going to have any fancy instructions. I suggest trying Gentoo if you actually want to use your modern CPU.

  12. Re:RTFA, please on Intel Launches Next-Gen Atom N450 Processor · · Score: 2, Informative

    RTFA: "The graphics core is a basic DX9 instantiation that is a kin to Intel's GMA500 graphics core in the previous generation Intel 945G chipset"

    I have a 945GM system whose graphics part is called GMA950. It uses the common opensource Intel drivers. On the contrary, GMA500 aka Poulsbo is the problematic one with closed drivers.

    http://en.wikipedia.org/wiki/Intel_GMA

  13. Re:Yes on CrunchPad Being Re-branded As JooJoo · · Score: 1

    IMHO, "joo" more accurately means "yeah", being quite an informal version of "yes". Doubling it up does not mean more affirmative, in my experience; "Joo joo" is often used in the sarcastic sense "Yeah, right" though it does depend on the context and intonation.

  14. Idling vs. doing something useful on SETI@home Project Responds To School Firing · · Score: 1

    A computer that is truly idling consumes, for example, 100 watts without doing anything useful. The same computer running a distributed project, consumes for example 150 watts, while contributing to scientific research. Therefore, in many cases a distributed project has a much better bang/buck ratio.

    Of course, scientific research is being done in any case. If there are no volunteer computers, then it is the research institutes that spend money on computers and electricity. In either case you could argue that money is being wasted, if you think science has no value.

  15. Re:Support Kodak's printers send the others a mess on What Do You Do When Printers Cost Less Than Ink? · · Score: 1

    Separate ink cartridges and print heads have the advantage of easy refilling. Monolithic cartridges are also fairly easy to refill if you know the drill (pun intended).

    I am mostly interested in black and white printing, so I just refill with ordinary fountain pen ink, using a pipette or a syringe.

  16. Re:Btrfs: kill off ext# please! on Linux Kernel 2.6.32 Released · · Score: 1

    It's time for the ext-based filesystems to die. They are a technology that was obsolete a decade ago.

    ReiserFS was set to kill them off, but unfortunately found another victim first... JFS and XFS only work well in certain high-end niches.

    In my experience, JFS offers most of the benefits of ReiserFS, while being lighter on CPU. So it is definitely not just for the high end. It has also turned out more stable than Reiser, though in the recent years this has evened out.

    On some of my machines there have been consistent problems with using JFS on the root partition, but this may be due to the init scripts. No data has been lost, though, and on non-root partitions JFS has consistently been rock solid for me. This includes a number of x86, PowerPC and ARM machines.

  17. Re:In defense of SETI-guy on SETI@Home Install Leads To School Tech Supervisor's Resignation · · Score: 1

    Put it this way. Let's say someone on his own initiative runs program on ALL of Exxon Mobils workstations. If the program accomplishes nothing, the guy might wind up getting fired. But... if the program finds a cure for cancer, you can certainly bet that Exxon Mobil would be running ads about how they cured cancer and how great they are, and the guy would at least get a trial promotion for being successful.

    Case in point: A record Mersenne prime was found by running a distributed project at the UCLA math department, and now the department has been awarded half of the EFF prize of $100,000.

  18. Re:SETI on SETI@Home Install Leads To School Tech Supervisor's Resignation · · Score: 1

    Way to go with your god :: alien comparison. Seti@Home is a scientific endeavour, and the current software does traditional astronomical research besides the alien stuff. Personally, I think finding ETI is pretty unlikely in practice, but at least it is possible to verify for a scientific fact if it ever happens.

  19. Re:SETI on SETI@Home Install Leads To School Tech Supervisor's Resignation · · Score: 1

    Imagine living in the 18th Century. You don't believe in electricity, and you don't understand the interest about scientific research.

  20. Re:golf balls? on Air Cannon Ties Pirates In Knots · · Score: 2

    Quote: "fire a payload of golf balls"

    Do you yell "fire" or "four" before you trigger this weapon?

    Fore.

  21. Re:Golf balls? Ropes? Parachutes?! on Air Cannon Ties Pirates In Knots · · Score: 1

    And that's why my hovercraft is full of eels. I've had it with these motherfucking eels on this motherfucking hovercraft!

  22. Re:So technically on Is That Sushi Hazardous To Your Health? · · Score: 2, Informative

    Or anyone who uses acronyms in conversation, particularly if they actually spell them out..."I mean, I was like, O-M-G! And she was all like, T-M-I!"

    Neither of those is an acronym, they are just plain old abbreviations. You don't pronounce them as words like "omg" or "tmi".

  23. Re:Sweet. on NVIDIA Ships Decent DX10 Graphics Card For Under $100 · · Score: 1

    Integrated Graphics SUCK.

    Take Quake 3, for example. Using my old 64MB GeForce 4, I can pretty much nail the 999FPS barrier.

    Now, take the onboard GeForce 6150, with 256MB of RAM. It can't pop more than 140FPS.

    It has consistently been like this for at least a decade.

    I believe your numbers, but my point is that there is a market for non-gaming systems. For lots of people including me, integrated graphics DO NOT SUCK.

    The earlier point was also that integrated graphics "suck" by implementation, not any inherent qualities due to being integrated. It just happens that many people are happy with less graphics power (and the subsequent total silence and low power consumption), so it makes more sense to leave the gaming monsters as optional.

  24. Re:Sweet. on NVIDIA Ships Decent DX10 Graphics Card For Under $100 · · Score: 1

    Integrated graphics aren't bad by design, just implementation.

    Quite true.

    This or better could be integrated, but instead what ends up as integrated graphics is the most bottom barrel POS that is barely capable of displaying a desktop wallpaper.

    Actually, integrated Intel graphics are perfectly capable of nice 3D and video, just not the latest games. The older of my two Intel systems has a 855GME from around 2004, and it plays 720p H.264 and Tuxracer just fine. These days I mostly use the 3D capabilities for molecular visualization. I have also tested all the fancy desktop effects, though I do not like using them in practice.

    Most importantly though, I like to use open source drivers without any extra hacks, meaning mainline Linux and Xorg. So I'm not really sure what I'm doing in a discussion about DX10 ;)

  25. Re:Distributed Post! on Pirate Bay Shuts Down Tracker, Switches To Distributed Hash Table · · Score: 3, Funny

    Checking hash... 420 Not Found