Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Caveat Emptor (Score 1) 314

When I think of "functional counterfeit" CPUs, I think of lower performance parts being marked as higher performance parts. This popped into my mind, because I purchased a few Core2 Duo E8500 CPUs last year, that refused to automatically show up as E8500s... Instead, they showed up as a lower end processor (E8200, I think), despite external markings, but showed up as E8500 when I manually set the multiplier and clock in the BIOS.

Comment Re:Caveat Emptor (Score 5, Interesting) 314

The fact that such obviously counterfeit parts made through Newegg's supply chain is a little bit unnerving... I know that Newegg said that these were "Demo Boxes"... but from the video that I had seen, these boxes included badly made tamper-evidence stickers and holograms. This leads me to wonder if "functional counterfeits" of Intel/AMD processors have been sold by Newegg.

Comment Going the Asterisk route would be EXPENSIVE:( (Score 1) 405

I love Asterisk as much as the next guy, but it DOES NOT SOLVE THE PARENT's problem on its own... The original poster wanted a way to sync phonebook directory and view call logs. Asterisk can do the call logs, but VOIP phones and an auto-configuration system is really needed for shared/distributed directory. Unfortunately, that's where the cost starts going up.

PBX In A Flash, combined with an assortment of Aastra or Polycom VOIP stations (cordless also available) gets my vote; there are modules for PBXIAF (FreePBX modules) that allow for phone configuration and centralized directory updates. Yay for free software. Unfortunately, good entry-level SIP VOIP phones are still around $200 a piece, and I doubt that the original poster expected to shell out $800 just to get his phonebook shared between his phones.

Add another $200 if he wants the ability to use his existing landline (entry-level Sangoma card).

Comment Re:Correct me if I'm wrong... (Score 1) 536

Wasn't TCP designed for just this? Guaranteed transmission?

Kind of; it can guarantee transmission via an acknowledgment packet returned to the sender. TCP also includes a CRC checksum that helps weed out bad packets. However, (not 100% sure about this) the checksum is just a 1 bit flag that is checked against the 1's complement of the payload. This means that it's great if there is just a small error in the transmission, but will result in a false-good packet if there are multiple transmission errors.

The better solution would be to use a protocol that works on TCP or UDP, but has a more robust error detection/correction method. Bittorrent, for example, splits files up into chunks, then creates a 160bit hash of each chunk. Each chunk is compared against the hash upon being recieved, and retransmitted if it does not match. This means that the probability of a malformed chunk being accepted by the bittorrent client is very very very low.

Comment Re:if they do that (Score 1) 476

We have virtualization now - If I can run a legacy app in a dos box, who cares what the actual hardware is?

Unfortunately most of the software that the general public wants to run is only available in x86 binary form. This means that emulation, as opposed to virtualization, is required when running them on a new architecture.

On the other hand, open source software apparently loves to jump architectures... Firefox on ARM--weeeeeee!:)

Comment Re:Internet Axiom: The internet is slow (Score 1) 812

If you want to know how much bandwidth you use over the course of a day/week/month, simply install DD-WRT or Tomato (I prefer Tomato) on your router, and look at the bandwidth logs.

Now, my two cents: I don't mind if my ISP throttles my bandwidth or puts a cap on it, as long as that is what I agree to when I sign up. However, if I pay for an unmetered service, it better be unmetered!

When I pay for a 6mbit unmetered connection with a guaranteed downstream of 5mbits, there is no reason for me to find that my connection is being throttled to below 5mbits âoefor the betterment of other users.â If the ISP can't support having 6mbit users, then it shouldn't sell the service, or it should raise the price to afford the infrastructure to support 6mbit users.

Likewise, if I am paying for what is advertised as "unlimited" service, there shouldn't be a cap, period. If ISPs want to cap their internet service, go for it; Iâ(TM)m sure that thereâ(TM)ll always be a competing ISP that will sell unmetered service.

That being said, I am COMPLETELY opposed to any kind of traffic shaping that decreases transfer rates based on content or endpoints. Net neutrality is essential to the usefulness of the Internet.

Next, we should all start dragging that $200bn Telco fiber issue back into congress. Ok, ok, everyone has heard this before. I will stop now;)

Slashdot Top Deals

Nothing in progression can rest on its original plan. We may as well think of rocking a grown man in the cradle of an infant. -- Edmund Burke

Working...