Slashdot Mirror


User: Phleg

Phleg's activity in the archive.

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

Comments · 792

  1. Re:Quad-core vs. dual-dual-core? on AMD Unveils Barcelona Quad-Core Details · · Score: 1

    As a silly analogy, imagine two cars strapped to each other versus a single car with dual engines but lots of shared components where it makes sense to do so. The one that actually had some engineering and design behind it will likely make better use of resources, rather than the ad-hoc, bolted-together solution.

  2. Re:Quad-core vs. dual-dual-core? on AMD Unveils Barcelona Quad-Core Details · · Score: 4, Informative

    A "true" quad-core means that all of them share the same L2 cache, AFAIK. Basically, performance benefits as they can all use the same high-speed memory cache for L1 misses. This is also extremely useful in the case of multiple processes which aren't bound to a CPU. If process A is scheduled on processor 1, then 2, then 3, then 4, there are going to be a lot of cache misses (since it's in no CPU's L1 cache). With two dual-cores bolted on to each other, processes switching from processors 1-2 to 3-4 are going to incur severe performance penalties as any relevent memory is fetched over the memory bus from RAM.

  3. article on wife's disappearance on Hans Reiser Arrested On Suspicion of Murder · · Score: 1

    I didn't think to send in this article when I read it about a month ago. Basically, it talks about the disappearence of his wife. This is honestly one of the most fucked up news stories I've ever read -- read on about the part regarding "death yoga". http://cbs5.com/topstories/local_story_256204954.h tml

  4. Re:Nothing went wrong. on What Went Wrong for AMD's AM2? · · Score: 1

    This new memory might help also with quad cores and beyond.
    Not really. The huge factor involving multi-core processors is sharing caches. While I'm sure it'll have some benefit, it's not something holding back further improvements.
  5. Re:What I really want to know... on Chinese Lasers Blind US Satelites · · Score: 1

    We can have nukes, but North Korea and Iran can't.
    Precisely. If you would please go read the NPT, of which Iran, North Korea, and the United States are all signees of, I'm sure you would see why this is the case. Or you could continue to join the discussion without any knowledge on the subject whatsoever. That'd be cool, too.
  6. Re:Now we know why all the software is Beta on Good Agile — Development Without Deadlines · · Score: 1

    I disagree. The reason they have this momentum and are in such a powerful position today is probably precisely because of the way they manage these projects. What do you think they did when they didn't have the market share they have today?

  7. Re:3 meetings a week! on Good Agile — Development Without Deadlines · · Score: 3, Insightful

    One is just a weekly status update with your team lead, which seems fine.

    The other two, I'd wager, are probably pretty short, unstructured coordination sessions. Making sure everyone's on the right page, person to person. Also, perfectly fine.

    Meetings aren't necessarily a bad thing; it's the completely worthless, unproductive types that you need to watch out for.

  8. Re:Is anyone else reminded... on Thrust from Microwaves - The Relativity Drive · · Score: 1

    Not only that, but wouldn't it make more sense just to point the fan behind you in the first place?

  9. Re:Why would something like this be useful? on ATI's Stream Computing on the Way · · Score: 1

    I'm not sure why some variant of this argument wouldn't hold true for GPUs, but there is a practical limit to how many cores a CPU can have on-die.

    With the first set of dual-core CPUs, each CPU has its own L1 and L2 cache. However, this isn't optimal -- basically, this heavily favors scheduling processes on the last CPU which they used, to increase the likelihood that needed memory is already in the L1/L2 cache. So, most current dual-core architectures use individual L1 caches per CPU, but a shared L2 cache. This seems to work well for 4 cores on die, and possibly 8.

    Unfortunately, the logic to sort out all the caching interdependencies of any more CPUs than that is prohibitively difficult and time-consuming, having (I believe) an exponential increase in complexity. Thus, it's unlikely we'll see 100 cores on one die any time soon. Who knows, though? Maybe we'll have multiple L2 caches, with each one being shared by 4 cores, then move the L3 on die and have it shared by 4 groups of 4 CPUs. Cache affinity issues then become more of a pain in the ass for the scheduler, but I don't know enough to say.

  10. Re:Not just "mildly" insane on The Internet — Enabler of Guilty Pleasures · · Score: 1

    Bullshit

    Everyone cares what there friends think, it's just that there is a recent trend to cultivate the image that you don't care what people think - but it is still an image, and you are still trying.

    Not really. There are people who go to great lengths to present the image that they don't care what others think, mostly to impress others like that. But there do exist people who simply don't care. They know the friends they have aren't so petty to care, either. Of course, these people like everyone else revel in "showing off" occasionally, but there's a difference between simply deriving pleasure from it and either surrounding yourself with those who demand it of you or having an emotional dependency on doing so.

  11. Re:ummm on Big Tobacco Funded Anti-Global Warming Messages · · Score: 1

    Are you seriously suggesting that 2/3 smokers die from smoking?
    Not only that, but this would suggest that 2/3s of smokers die every year. That's a hell of a turnover rate.
  12. Re:hrmph! on Ultra HDTV on Display for the First Time · · Score: 1

    Atleast books will always have a higher (mental) resolution, it's to bad nobody reads anymore. I'm sorry, I can't understand the strange symbols you've used in your post. Mind posting a summary of your comments to YouTube?

  13. Re:Of Course! on Linux Desktop Ready, Says Mainstream Media · · Score: 1

    Having used Debian sid as my desktop machine for quite a few years, I'm happy to report that if those were problems you experienced with Ubuntu, they shouldn't be for long.

    My iPod (along with other devices) mounts automagically when plugged in, and the program to handle it (Rhythmbox) is opened automatically. MP3 playback (at least for Gnome applications) is dependent simply on having the right gstreamer plugin installed. These are already on Ubuntu as far as I know, so it's probably just a matter of making it installed in a default desktop installation.

    Using Gnome, I don't know about the issues you experienced with Konqueror being slow, but Nautilus is fast enough that I don't ever think about it. Although, I do still usually go to a console to navigate files; it always feels quicker.

    Debian remembers the system volume properly. I think this is simply a matter of having alsa-utils or alsa-base installed. So, for Ubuntu, they should only need to install it by default.

    Slow boot and difficulty of package management are still problems that we need to work on, but those problems are having a lot of time and attention paid to them.

    The cluttered UI feel is probably, in my opinion, simply due to using KDE. I've never held their UI design principles in high esteem. I think when I realized that the clock applet had four fucking panels of options, I was put off the most. Gnome feels quite well-organized and, although supposedly more sluggish than KDE, not so much that the average user would notice. Remember, many of them would be coming from spyware-infested Windows machines.

    The others I'd have some mild commentary for, but I have other things to do. :)

  14. Re:My brother-in-law does sense it on Special Molecule Gives Birds a Magnetic Biocompass · · Score: 1

    I take MARTA (Atlanta transit) into school every day. Once, I had to use a station I'm not familiar with. I normally have an impeccable sense of direction, so I get up on the platform and go to the "Southbound" side. I zone out, the train comes, and I hop in and open a book. About 15 minutes later, I hear the conductor say this is the last Northbound stop, which makes me do a double-take. Even returning to that station later in the night, and trying to figure out the direction I'm facing based on how I drove in there, I still can't understand how the poles "feel" reversed in that area.

  15. Re:But does it have a useable file-save dialogue? on GNOME 2.16 Released · · Score: 1

    Make a .porn folder in your home directory (Hey, real life scenario). Make a pictures subdir, and inside that a few other dirs (teen, goth, whatever you fancy). Now populate those directories with pictures, then try getting to them with Eye of Gnome.
    So let me get this straight. You want a hidden .porn folder that...isn't hidden? What's the point of making it hidden if anyone viewing a directory tree can plainly see it?

    Hidden folders aren't intended to be some kind of spousal security measure, they're there so that configuration and system files can be placed somewhere without cluttering up the important files you made. If you want to hide your porn from a spouse, encrypt it or simply use a different user than she does and remove all permissions except for you.

  16. Re:Still not too bad on Crypto Snake Oil · · Score: 3, Insightful

    In which one is a person more likely to leave their wallet?
    Am I the only person who thinks the correct answer to this question is in his pocket?
  17. Re:Yay! (Sort of) on New Hope for Stem Cell Research · · Score: 1

    And when I say education, I mean education. I don't mean "teach abstinence". I mean "this is sex, this is what goes on, this is what you can catch, and this is how you can do it safely." I'm talking a significant course here, not just a day out of gym class. Fuck, this is probably the most insightful comment in the entire thread. I don't know about you guys, but seeing some of this stuff is more than enough to keep anyone's hormones in check. Ever see a grunting, screaming woman giving birth? It's quite a disgusting process, to be honest. Almost makes you want to pass on the next available offer.
  18. I for one, am glad on 'Stargate: SG-1' Cancelled · · Score: 4, Insightful

    I really like the show. I'd watched it sporadically whenever I saw it was on for several years, but just before season 7, I started torrenting the previous episodes, and watched them all in sequence. The first two seasons were alright, and it started picking up new and interesting story arcs in seasons 3 through 5. Six felt a little rehashed, and seven picked up with Anubis. Eight is where it legitimately should have ended, with the destruction of Anubis and the ending of virtually every side plot.

    With that said, season 9 actually surprised me with how well they managed to do, even with Richard Dean Anderson leaving, Don Davis being gone, and Amanda Tapping out of commission for a few months. Ben, Beau, and Claudia didn't feel right at first, but I gradually came to like the direction the show took; and at least there's always still Daniel and Teal'c. Plus, the Ori have been a pretty damned interesting new enemy. However, I'm glad they're cancelling the show. I'd rather them finish the Ori story reasonably quickly and end the show on a moderately high note (probably not as high as season 8, but high nonetheless) rather than dragging it on and on. While it's commendable how they've handled the transition to the new cast, it's not something that can be kept up indefinitely.

  19. Re:Major New Features on Major New Features in Debian Etch · · Score: 4, Insightful

    At the risk of sounding like a troll, is this not a sign of how far behind the rest of the Linux world Debian has let itself fall? An installation GUI touted as a "major new feature"?
    Actually, this is a pretty reasonably significant step forward. Debian lacked a good installation for a long time, simply because of the vast number of architectures it supports. Debian-Installer was written from the ground-up to support all (eleven? thirteen?) architectures that Debian supports, plus provide hooks for CUIs, GUIs, and scriptable interfaces.

    While the current iteration of the graphical installer only works on AMD64 and x86, it's only a matter of time before it's supported across all capable architectures.

    Also importantly, Debian has finally gotten this done "the right way", in that there aren't any significant hacks to provide nice things like accurate progress indicators, etc., that other graphical installers have used.

    And no, I can't think of any other Linux distro that has "caught up" to Debian in terms of packaging. Debian comes with over 15,000 packaged libraries/software, which is a shiton more than other distributions offer (Ubuntu excepted, for obvious reasons). Not only that, but there's simply no comparison between yum and apt.

  20. Re:The Perceived Threat of Science on Did Humans Evolve? No, Say Americans · · Score: 1

    Science doesn't find facts; it interprets them. It builds models which try and closely predict other related facts (which require independent verification), but never does it directly find them. As an example, our understanding of gravity and the warping of spacetime could be (and probably is) entirely wrong -- simply a shortsighted attempt without enough resolution in our data. But it doesn't matter: for the things we're currently trying to predict, it works within an astounding level of accuracy. Trying to reconcile its differences with quantum mechanics will undoubtedly lead to a completely new understanding of reality (e.g., string theory). It will be wholesale replaced with a new interpretation of our universe, but in no way is its predictive power lessened. It's simply an incomplete view.

  21. Re:Why stop at a bridge? on Stephen Colbert vs The Hungarian Government · · Score: 2, Funny

    Seriously. I don't think Zaire ever going to stop this.

  22. Re:talk about over protective on Big Mother Is Watching · · Score: 1

    Man, your long distance bill would be outrageous.

  23. Re:You forgot one... on UK Street Crime Rise Blamed on iPods · · Score: 1

    No, sadly they didn't.

  24. Re:Actually Useful on Japan Plans 30-Year Supercomputer Forecasts · · Score: 1

    Disclaimer: IANAM.

    I believe the reason this would "work" is because they're looking at general models. Current methods of weather forecasting let us predict small pockets of weather with acceptable accuracy. What these researchers seem to be trying to do is try and generalize over a larger period of time. Although weather forecasts aren't able to determine "City X will have scattered showers and a temperature of X degrees Fahrenheit" past a two-week threshold (or so), extending the time to decades may still allow us the accuracy of saying "80% of hurricanes in the area will strike the eastern coast of Country X, and 10% of them will have winds exceeding XXX MPH".

    Who knows if it will work, though.

  25. Re:NOT a hard drive alternative on A Magnetic Memory Alternative to Hard Disk · · Score: 2, Interesting

    If I were to put together a high-end machine right now I would certainly throw in at least 2 hard drives. A very small 10RPM drive for the OS, programs, and a much larger (but probably slower) drive for storing all my files.
    And you would be making an extraordinarily silly mistake. The OS is loaded from the disk at most once and stored in memory. Data is accessed over and over, giving a *much* better increase in performance if stored on the faster drive.