Slashdot Mirror


User: kc8apf

kc8apf's activity in the archive.

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

Comments · 165

  1. Re:Que the griping about data over powerlines: on Ham Radio Served as Main Link to Disaster Area · · Score: 4, Informative

    Right, but the side receiving the signals from those in the disaster area aren't in a disaster area. BPL noise interferes with the reception of the emergency traffic.

  2. Re:Not very when I graduated... on How Important is a Well-Known CS Degree? · · Score: 1

    I don't know about the majority of schools, but at my school, which has a quite good CS program, the professors are brilliant, but cannot write good/maintainable code at all.

    Ask them about how to approach solving a problem and they can draw the structures and describe the algorithm, but if they can write the code, it's atrocious.

  3. Re:Am too. on Microsoft Patents 'IsNot', Enlists WTO · · Score: 2, Funny

    at least I can still use else if and elif

    Thanks for helping get rid of that elsif abomination!

  4. Re:EARTH TO MAC ZEALOTS: on Earth Simulator, G5 Cluster Drop In 'Top 500' List · · Score: 3, Insightful

    While you are correct that clusters are not the ultimate solution for high performance computing, single-image computers are not a great solution either. They require specific optimizations to be done for the particular system and do not lend for easy system upgrades.

  5. Re:Porting isn't that easy on Why Apple Should Port Games · · Score: 1

    What you are missing is that hardware is the least of your worries when porting. The OS will have different calls to do things. The binary format is different. The same type of function for the OS may do it differently. And so on.

    Porting from one OS to another even on the same architecutre is a pain the ass.

  6. Re:I've seen this before... on Gentoo Ricer Comparison · · Score: 1

    I run a gentoo mail server and there have been a few package updates that broke it. Part of it has to with using more obscure packages (pam-mysql, etc), but still, a package shouldn't be marked stable until it's been tested. For some of the server stuff, they just don't test it.

  7. Re:repeat after me on Wardriving Worries Residents · · Score: 1

    So if two people are having a conversation by shouting across a plaza and I walk to a spot where I can hear one or both sides, I'd be wiretapping?

    I know the FCC likes to claim that signals broadcast are not public property, but when you broadcast something, anyone within range is going to pick it up. Why would that be a violation of wiretapping? It's not like you actually tapped into the system at all. It was already giving you the conversation.

  8. Re:Don't you mean 'earlier' 2.6 kernel? on Xandros Releases Open Circulation Edition · · Score: 2, Interesting

    You misunderstood the parent. Some earlier versions of distributions assumed that if you wanted to automatically partition a drive that you wanted to erase everything on it rather than just use the free space. Lots of new users accidentally wiped their windows partitions because they didn't know the consequences.

  9. Re:Just curious on Yellow Dog Linux Gets 64-Bit Version For G5 · · Score: 3, Insightful

    I put linux on my Xserve. It's a server. Linux fit the problem better. No GUI overhead, easier to maintain, etc.

    For G5s, the person generally is either using it as a server or for sciTech work, such as long simulations or massive calculations.

    The sciTech programs are typically written on linux x86 systems and then someone else gets the job of finding the best system to run them. Putting linux on a G5 ends up being easier than getting the initial developer to port the app. Not to mention it gives a consistant interface for all the systems regardless of architecture. This has the nice side effect of making it easier for the admins to maintain the systems and keep up to date on whats new.

  10. Re:questionable... on Microsoft WiX Code Released to SourceForge.Net · · Score: 4, Funny

    I not sure what's worse, the fact that you took the time to write such a long satirical post, or that you actually were moderated Informative for a while.

  11. Re: can we expect... on Cincinnati Gets Broadband Over Power Lines · · Score: 2

    > Every other person in developed countries has a pocket-sized radio that will let them talk to anyone in the world.

    Of course, amatuer radio is present even in undeveloped countries and in some cases is the only way to communicate with someone other than the locals.

    Don't assume that simply because the Internet has changed how communication is done that it is the end-all solution. What happens when an attack brings down the core routers? The Internet isn't quite as capable of routing around failures as everyone hopes.

    As for commercial radio, even with walkie-talkies, you can't even come close to the distance, variety of services, independence of infrastructure, or ease of setup that amatuer radio offers.

  12. Re:Just Cincinatti? Vendors in three states... on Cincinnati Gets Broadband Over Power Lines · · Score: 2, Informative

    Obviously you've missed the part about amatuer radio being a sanctioned FCC emergency service. It's there when others fail.

  13. Re:nocking sequence is a weak security. on "Port Knocking" For Added Security · · Score: 1

    OT, but ECC (elliptic curve cryptography) is as strong as RSA with smaller keys. A 160-bit ECC key is just as strong as a 1024-bit RSA key.

    This is possible since the underlying problem in ECC is much more complex and requires more time to attack for a given key length.

  14. Re:compilers on Intel to Increase Stages in Prescott · · Score: 1

    Put on OS X, CHUD includes one of the best tools for profiling, Shark.

  15. Re:OS? on SmoothWall 2.0 Linux-Based Firewall Released · · Score: 2, Informative

    Quite simply, I have things on my wired home network that I don't want anyone on my AP to access. Using a linux box to handle routing and firewalling between the Internet, wired, and wireless networks does something that software firewalls (like ZoneAlarm) can't do and that would cost over $300 for a hardware firewall to do the same.

    If i've already got an old machine laying around from my last upgrade, why waste money on the hardware firewall?

  16. Re:based partially on SPEC benchmarks on Apple G5 Ads Banned In UK · · Score: 3, Informative

    Maybe you should take a minute and actually look at what _you_ are comparing. The scores quoted by Apple for the Intel machines explicitly stated that GCC was used as the compiler to remove the compiler as a variable. The published scores on SPEC's website do not. You are comparing cows to telephone poles.

    Now, comparing G5 results with GCC to x86 results with GCC is pretty fair when you are comparing the hardware only, not the software. That is what they claimed to be showing.

  17. Re:Morse is not a prefix code on Morse Code Migrating To The Net · · Score: 1

    Actually, there is a certain period of delay between letters and words. Thus it is quite easy to determine what is intended simply by listening for the pause.

  18. Re:Apple blowing smoke up everyones arse again! on New G5 Power Macs "Fastest Desktop In The World" · · Score: 3, Informative

    As noted earlier, both systems used GCC 3.3. That is where most of the loss can be attributed.

    As for the question about HyperThreading. On a SPEC int or fp run, the test is single threaded. HyperThreading in this case only serves to help with the OS overhead a bit.

    In the case of a SPEC rate run, hyperthreading actually hurts performance. This is due to the fact that to fully load down the system, a copy of SPEC is run for each processor the system sees (in the case of a Dual Xeon with HT, 4). Considering SPEC int and fp tests use all the available units of the respective type, HT would be unable to do anything useful as a single thread would be using all the particular units and the second thread on the processor gets stalled.

    So, if you disable HT and run only 2 copies of SPEC for a rate run, the overall throughput is greater because the threads complete faster since they aren't stalling.

  19. Re:XP vs 2000 in the application (Hyperthreading) on Building A Homemade Chess Supercomputer · · Score: 4, Informative

    Having just done some serious testing on a couple of hyperthreading capable machines (dual Xeon 3.06GHz and 3.0GHz P4), I can say a bit about it's effects on programs. If the code is multi-threaded (I didn't read the article to see if his is and this is meant to be really general) it will be distributed over all the "processors" equally. This works great for programs that have 2 very different threads. However, for an app that is very int or very fp intensive in multiple threads, hyperthreading actually hinders overall throughput.

    This is due to the fact that hyperthreading is still limited to the number of functional units in the processor. For code that is very intensive on a particular type of unit (int or fp), you basically end up with a stall condition on the virtual processor while all the functional units of that type are used by the first processor.

    Hyperthreading is better suited to cases such as a user using a 3d modeling program and a MP3 player. The MP3 player will hopefully end up on one virtual processor and use the int units while the 3d modeling will end up on the other and use the fp units. This would allow both to run in parallel on the same processor.

    So, if you are using a very int or very fp intensive, multi-threaded app, turn off hyperthreading. If you are a typical user running many programs that use both int and fp, then turn it on.

  20. Re:A Mirror on Longhorn M4 Build Review · · Score: 1

    Of all the times for me not to have mod points.....

  21. Re:I am so sick of the peacequeers out there on The Riddle of Baghdad's Battery · · Score: 1

    And we support Israel because.......

    It's not so cut and dry when you consider that we aide what the rest of the world considers a terrorist nation.

  22. Re:Thats it, people. on NES PC · · Score: 2, Funny

    Just because the linux people want to be like NetBSD doesn't mean they are wrong.

  23. Re:Hairspray is for girls on Potato Bazookas · · Score: 4, Funny

    And after you done with wussy air, you move on to better things like CO2. We had a friend at a welding supply shop that got up 80lb tanks of CO2. Hook that up to a potato cannon, add a 3/4 turn brass valve and you've got a lot better cannon than air.

    The initial test of it shot it out the door of the place i was working, over the parking lot (12 cars), across 5 lanes of traffic, over a Kroger's and associated parking lot, and into the field behind it. We deemed it a success.

    Now, propane we were a bit leary to try.

  24. Re:I want a refund, too on Windows Refund Day II · · Score: 2

    But you could have asked for no peas when you ordered couldn't you?

  25. Re:Alphas on End In Sight For Alpha · · Score: 5, Informative

    Which is now known as Tru64. Of course, depending on what manual page you look at it, the name varies from OSF/1 to Digital UNIX to Tru64.