Slashdot Mirror


User: nullchar

nullchar's activity in the archive.

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

Comments · 577

  1. Re:just friends, no facebook, no cloud on Opera 10.10 Released, Includes New "Unite" Tech · · Score: 3, Insightful

    And you require all of your family to join Facebook, click past their terms of service, and befriend each other?

  2. Fast track to Congress? on School Cancels Cash-For-Grades Fundraiser · · Score: 1

    Seems like the administrators here have done this class a favor and put these kids on the fast track to the US Congress.

    I wonder if the biggest "donor" (whoever purchased the most grades for the students) was awarded a Lobbying Certificate?

  3. Re:heh. I want this. on MIT Grad To Make Digital "SixthSense" Open Source · · Score: 1

    Exactly what I was thinking. I want the "gargoyle" like glasses from Stephenson's (and others) sci fi. Augmented Reality that visually appears like in the TED video, but is instead projected on the inside of the glasses or onto my eyeballs directly. A few high-quality cameras could map the 3D space so the projection could "wrap around the paper towels" or simply hover above it.

  4. Re:The problem is the executable on Arbitrary Code Execution With "ldd" · · Score: 1

    Especially in this case! The poor sysadmin might be investigating this strange executable, and decides to run ldd against it to learn more about it. (Hopefully she doesn't do this as root.)

  5. Re:X10 makes cool stuff for automation on What is the Current State of Home Automation? · · Score: 1

    X10 has had 3rd party open-source / linux support for years. The main problem with the tech is the combination of weak RF wireless and powerline communication. Modern circuit breakers (at least mine does) filter out the powerline communication between circuits. So when you're trying to control the lights across the house from your PC, the RF is too weak to make it there and powerline comm doesn't make it either.

    X10 is nice in that the modules can replace wall sockets, light switches, light sockets, etc. so you can add to your house over time and you don't need much special wiring.

  6. Re:Forgive me if I'm wrong but on Brian Aker Responds To RMS On Dual Licensing · · Score: 1

    Sorry, I was looking at the mysql client code, not the server code. The client code has these FOSS exceptions:

    http://www.mysql.com/about/legal/licensing/foss-exception/

  7. Re:Forgive me if I'm wrong but on Brian Aker Responds To RMS On Dual Licensing · · Score: 3, Informative

    What about this clause that is attached to the GPL in the MySQL code?

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

  8. Re:That's a new one on Brian Aker Responds To RMS On Dual Licensing · · Score: 2, Insightful

    Yeah, apparently as long as [some of?] the source remains GPL, RMS seems okay with dual licensing.

    Stallman's quote:

    This approach was able to provide (1) an attractive platform for developers looking to use FLOSS, and secured MySQL enormous mind share, particularly in supporting content rich web pages and other Internet applications, and (2) the ability for paying clientèle to combine and distribute MySQL in customizations that they do not want to make available to the public as free/libre software under the GPL. With excellent management and considerable trust within the user community, MySQL became the gold standard for web based FLOSS database applications.

  9. Re:I've conducted my own blind tests... on 1/3 of People Can't Tell 48Kbps Audio From 160Kbps · · Score: 1

    Sorry, got my quality settings mixed up, I meant quality 0 (-V 0) for highest VBR bitrates.

  10. Re:I've conducted my own blind tests... on 1/3 of People Can't Tell 48Kbps Audio From 160Kbps · · Score: 1

    If you're using max CBR (constant bit rate), say 320k, it will sound better than a low quality VBR. But why not use VBR Quality 9? You'll hit the 320k+ ceiling when you need it, and save disk space when you don't need it (e.g. silence).

  11. Re:I've conducted my own blind tests... on 1/3 of People Can't Tell 48Kbps Audio From 160Kbps · · Score: 1

    VBR (variable bit rate) is far superior to CBR (constant bit rate) for both file size and audio quality. The only reason to use CBR is to support ancient devices that cannot play VBR.

    I use Grip to rip+encode, with Lame mp3 vbr-new as the encoder. (I like ogg, but I prefer a homogeneous audio-format library, so I'm stuck with mp3.)

    Choose a VBR level that has an acceptable file size for you. For example, encode some CD audio at VBR-New Quality 7. Next, encode the same tracks as CBR 192k. Check the file size differences. Load them in your favorite player (e.g. audacious) and check the properties of the files -- the VBR one may show "189k" for track #1, "207k" for track #2 and so on. The CBR will always show "192k". (Note: the VBR sizes shown in the 'properties' window are just averages, any given "slice" of the song may be anywhere from 64k to 320k or whatever the floor and ceilings are of your encoder.)

  12. Re:Unfortunate on Buying a Domain From a Cybersquatter · · Score: 1

    Incorrect. Domain Tasting has pretty much been removed from the "game" by the new Add Grace Period rules which many registries, including verisign (com/net) adhere to.

    ICANN even reports deletes are down by 84%

    Also, wholesale domain prices, set by the registries (again verisign here for .com, though they did reduce .net somewhat) have increased as well. Even .biz and .info have gone up, and those TLDs are relatively useless.

  13. Re:IT Jesus on A Network Cable Has Become Unplugged · · Score: 2, Funny

    Nice. I'm visualizing something like this suit.

  14. Re:IT Jesus on A Network Cable Has Become Unplugged · · Score: 1

    what, they make you go in naked?

  15. truecrypt wipe on What To Do With Old USB Keys, Low-Capacity Hard Drives? · · Score: 1

    Or remove all partitions, and create one large partition that fills the disk. Then use TrueCrypt to create an encrypted partition. It will write to the entire disk. Works in most OSes. The really paranoid can choose a tripple cipher.

  16. Terrible Photos on The Illuminati Project Pushes For Dark Skies In 2009 · · Score: 2, Interesting

    Only the first photo of the Group is any good at "showing" light pollution. The rest are terrible.

  17. Re:Riiight on Why LEDs Don't Beat CFLs Even Though They Should · · Score: 1

    Agreed. Poor power kills CFLs, while "smooth" power, say from a dimmer switch, will treat incandescent bulbs nicely. I've had incandescent bulbs last over 10 years because they were only run from a dimmer.

    Have you noticed that incandescent bulbs seem to die only when turning them on with a regular switch? It's pretty rare to see a bulb die while the swtich has been on for awhile and the bulb is warm.

  18. Re:pong or tetris on Interesting Uses For a USB LED Screen? · · Score: 2, Interesting

    Tetris has been played on just about everything, I don't see why you can't port a crappy version to this screen.

  19. Re:Linux schedules better than this on Not All Cores Are Created Equal · · Score: 1

    Thanks for the reply. This is a single Xeon core2 quad, 2.6.24 (old, I know).

    I have the following enabled:
        SMP
        NUMA
        SCHED_MC
        FAIR_GROUP_SCHED
        (unsure which affinity is higher.. I can use 'taskset' on a process)

    And the following disabled:
        CONFIG_SCHED_SMT

    And like others mentioned, a true quad-core with shared L2/L3 cache would negate this issue -- until you add another physical chip (total of 8 cores). Will the process be migrated between physical chips? Should it? Could it move "closer" (driver/bus/interrupt handling) to the device the process is interacting with (ram, eth, disk, gpu)?

  20. Re:Linux schedules better than this on Not All Cores Are Created Equal · · Score: 1

    My chip is a Xeon X5450, which is still two dual-cores in a single package.

    Also, /sys/.../cpu*/cpufreq/scaling_governor is "ondemand". But the same behavior occurs if I turn off CPU scaling.

    I thought it might be a "thermal feature" to keep all the cores balanced in temperature. And to examine this better, I should really use a heavy CPU process that uses low I/O, to make full use of the cache. Then possibly boot to a non-SMP kernel and time the differences to ensure the L2 cache moving is a factor.

  21. Re:This isn't news on Not All Cores Are Created Equal · · Score: 1

    I don't know if they've been in the default kernel for "a long time", but they are there now.

    read: http://www.alexandersandler.net/smp-affinity-and-proper-interrupt-handling-in-linux

  22. Re:Linux schedules better than this on Not All Cores Are Created Equal · · Score: 4, Interesting

    Possibly... but it appears an SMP kernel treats each core as a separate physical processor.

    Take an Intel Core2 Quad machine and start a process that takes 100% of one CPU. Then watch top/htop/gnome-system-monitor/etc where you can watch the process hop around all four cores. It makes sense that the process might hop between two cores -- the two that share L2 cache -- but all four cores doesn't make sense to me. Seems like the L2 cache is wasted when migrating between each core2 package.

  23. Lists of TLDs on US Government Responds Harshly To ICANN gTLD Plans · · Score: 1

    Better Top Level Domain (TLD) lists:

    Unrestricted Generic TLDs (gTLDs):
      .com .net .org .biz .info .name

    Restricted US-only sTLDs:
      .mil .gov

    Restricted / Sponsored TLDs (sTLDs):
      .edu .int .arpa .pro .aero .coop .museum .eu .cat .asia .jobs .mobi .travel .tel

    Country Code TLDs (ccTLDs):
      .us .ca .uk .de .fr (etc, etc)

    Arguably, .eu and .asia are ccTLDs as they are treated just like other ccTLDs, yet they do not match the ISO 3166-1 designation of 2 character country codes.

    All gTLDs are completely unrestricted, while all sTLDs have some form of restriction as they are sponsored by some entity which regulates their use.

    Almost all ccTLDs are restricted in some way.

  24. Keywords still live - in China on US Government Responds Harshly To ICANN gTLD Plans · · Score: 1

    China's DNS supports their "Internet Keyword", known in the industry as a CN Keyword. It's the exact same concept as an AOL Keyword, you purchase the word/phrase without a TLD/extension and direct traffic to your website.

  25. Don't forget about .cm on US Government Responds Harshly To ICANN gTLD Plans · · Score: 1

    In addition to Tokelau (.tk), don't forget about the other sellout, Cameroon. Go to any DNS-valid string + .cm. (e.g. 234lihs3-w3l4k.cm)

    Wildcard TLDs are almost as scary as VeriSign wildcarding .com/.net or even the roots!