Domain: arstechnica.com
Stories and comments across the archive that link to arstechnica.com.
Comments · 9,494
-
Re:The original article about the patents infrigemHowever, if you look at the most recent ars technica article, you will see that there is a note that negates the entire rest of the article.
http://arstechnica.com/news.ars/post/20070402-vona ge-hangs-up-on-verizon-patent-infringement-with-ne w-agreement.html
After the story ran, Ars was contacted by a Vonage spokesperson that claimed that the agreement with VoIP, Inc. has "nothing to do with the patent situation." She described the deal as another termination deal similar to those Vonage has signed with other carriers, reiterating that the agreement was unrelated to the Verizon agreement.
-
Re:What the Christ are you talking about?
My name is not Alex, but from what I read here and did verify by looking at the url's that were posted, It appears to be a valid comparison of yourself and your arstechnica colleagues methods and doings online. I found it very similar in how you and Jay Little and Jeremy Reimer operate also. Especially considering you are also an arstechnica member and upon searching http://episteme.arstechnica.com/eve (your forums), I see you in particular, while posting as starkruzr, have done more than your share of attempted putdowns and such of apk along with many arstechnica people. I find it funny that you are able to do so, because you must be blind to the fact he has run circles around 99% of you in terms of actual accomplishment in this field. You acted here and on arstechnica, just like your colleagues Jeremy 'no degree, no certification, and no pro experience in the field of computer science on all 3 accounts' Reimer (good name for him, it does fit the bill), and Jay Little. Like them it also appears you have been caught lying about yourself as well as others here from what I have read thus far. I am a slashdot reader who came upon this when it was discussed on forums I attend online and decided to investigate instead of listening to the opinions of others for or against you or apk. I must say that was I you, that from now on, I would pick your battles more wisely. You are trying to cut down somebody who is far in advance of yourself, and your fellow arstechnica forums board members, judging by how much he has done in the arena of computer science vs you arstechnica forums board people, including yourself. apk or his friends have asked you, each of you in the windowsitpro.com forums url, and yoursel here the same question he asked you. Each of you avoids answering at any cost, every time. Since you try to put him down and fail in the light of evidences he put up which are valid, it seems apk is correct on that much, that you all talk and criticize he and others rampantly, but only perhaps 1% of arstechnica forums people have actually done something worthwhile. I don't find that too impressive, considering your friend Jeremy Reimer basically called your pack 'the best and brightest' online. I must admit after reading this, I found you all quite otherwise, as well apk having caught all of whom were named here in this thread exchange in lies and other misdoings online. Interesting discussion. A pity he had you on the ropes the whole time I felt and that all you are left with is name calling and other dispersions on his character with no actual proofs. He on the other hand, had much of that in well ordered fashion, perhaps too much of it, because I nearly died laughing reading it all.
-
Re:et another ridiculous summary headline...
Only if they continue to use Verizon's IP.
-
The original article about the patents infrigement
-
Re:The X86 is a pig.
My understanding is that modern processors don't run x86 natively either, but are doing highly optimized translations of x86 instructions on the fly. The path for this way of doing things was blazed by the likes of Transmeta and HP. Read Ars Technica's CPU theory and praxis articles for more information.
-
Re:Let me guess...
"There's no reason why they couldn't ditch 60 percent of the transistors on the chip, most of which are for legacy modes."
I think 50% of the transistors on a modern cpu are cache, you could call that legacy stuff. But the 60% figure makes no sense. For the real, seldom used, legacy instructions, less time is spend on optimizing them in Microcode. And the microcode does not take THAT much space on a cpu.
Some sources:
Cpu die picture, est 50% = cache
P6 takes ~ 40% for compatibility reasons. And as the total grows, the percentage should DECREASE, not INCREASE. If the amount grows it is for performance reasons, not compatibility reasons.
However when you count the source "XenSource Chief Technology officler" it is not surprising that backwards compatibility gets that much attention. A main reason virtualization exists is to run older platforms so they are compatible. -
Re:In all fairness...
Verified problem with PS3 Bluray playback which is NOT the same as game playback, and at NO time did I conflate the two. I don't know what your problem is, why the facts are so annoying to you, but no matter how much you pose and posture, you can't change the facts. Read the links - READ them, don't skim them. You are wrong, you've been wrong since your first post, and that's not going to change until you change your position.
-
Re:In all fairness...
What are you talking about? When have you ever seen a 720p native display refuse 1080i input?
About 2 minutes ago, in my Rec room. Infocus 5000, Firmware 753-0363-10, Brandware 753-0363-02, Bootcode 002-1082-00. That's what I'm talking about. You feed this thing 1080i and you get 1/2 vertical screen of bright green squish.
What does this mean? Well, that your complaint about being unable to watch a Blu-Ray movie on the PS3 due to lack of display support is completely bogus.
No, what it actually means is that you don't know what you're talking about, that there are 720-only capable displays out there, and that you didn't do any research before you shot off your ignorant mouth. For instance, one quick Google search turned up the problem at IGN, avforums, arstechnica, joystiq and many more, both user forums and more technical forums. So lets just drop the "it's not a problem" nonsense right now. It is a problem.
-
This story is legit.
See this arstechnica article from Jan 17 2007.
http://arstechnica.com/news.ars/post/20070117-8639 .html -
Re:Oh it's driving demand all right
Check out this article on Ars for the word from the horse's mouth, as it were.
-
Re:Microsoft should worry until...NTFS is perfectly case sensitive. The Win32 interface to it generally isn't, but can be if you ask for it. AFAICT, Java is the one that decides to use filesystems in a case-insensitive manner, because that's what it asks for when it calls functions like CreateFile. Interesting then, that nothing deals with case sensitivity and that "MyFile", "myfile", and "MYFILE" all resolve to the same file. Try it sometime. I vaguely remember there's some esoteric thing you can set, but you'll break 99% of all windows programs if you use it. (Something about the POSIX subsystem dropped since XP came out, IIRC.) BTW, I'm talking absolute edge case software like Notepad (ships with the OS!) and Word. Windows has a good BSD style "*nix subsystem" too. Yep, that's one bang up set of tools. Not even SSH. Telnet. Yep, keeping up with the times. Real UNIX integration there.
OK, so that was perhaps a bit harsh. But who runs this? I've never seen it in the wild. I've seen Cygwin everywhere, which is a much richer *nix shell environment, but I don't like it. (BTW, this is how I found out how shitty Windows file system case support is. I had to rename the files in Cygwin to see them. I believe it defaulted to all uppercase first.) It's too bad that OSX has such kernel scaling problems, what with very coarse locking (somewhat improved in Tiger) and the necessity to use slow BSD user threads (as opposed to Mach kernel threads). Those things are going to need to be fixed before 16 or 32 cores are worthwhile, and I hope they don't have to break too much compatibility to do it. It'd be interesting to see what those numbers are on Intel cores. That paper is almost 2 years old. I'm thinking it may have improved some. It is true that the coarse locking was ameliorated in Tiger but not removed. Either way, that article is virtually irrelevant to today's systems other than to point out the pThread issue, and that MySQL does/did have issues on OSX. It's fine for my dev usage, but I've never heavily loaded it, so can't say I've ever run into this particular set of bottlenecks. -
Re:Installing Linux=Piracy
He must work for the BSA. That would explain both his LSD induced view of the facts and his counting Linux use as piracy. See
http://arstechnica.com/news.ars/post/20050614-4993 .html and http://www.theage.com.au/articles/2002/07/20/10268 98931824.html for more info. (Note the date: this has been going on for a /very/ long time) -
Re:Two problemsWhy would the threads bump into each other? SMT is supposed to utilize execution units that are otherwise idle, and no processor fully utilizes their execution units all the time, not even so-called brainiac designs like K8 and Core. That requires perfect ordering of instructions and their dependencies and ensuring that you always have (say) 3 integer instructions, 2 floating point instructions, a load, and a store, in every clock cycle. An IPC of 2 that you declare as "good", usually means a utilization of maybe a quarter to a half of the execution units a modern x86 CPU has available.
I think ShapeGSX says it best in the following Arstechnica thread: http://episteme.arstechnica.com/eve/forums/a/tpc/
f /174096756/m/823008258731/p/3It's just the way it is. Until compilers manage to write code with no dependencies and sprinkle the correct percentage of each instruction type in the in-flight window to keep every execution unit filled on every clock cycle, there will be free slots in the execution units. There is no way around it. You might as well take advantage of the free slots.
There was a lot of good discussion about SMT in that thread. You should read it.
By far the dominant CPU activity in most code these days is waiting for load/stores to be fulfilled. And processors like Sun's Niagara address this by allowing up to 4 threads to be scheduled in a single core at the same time, so that it can batch memory requests from all four threads at once. The SPARC cores in Niagara though, really have only one execution pipeline, so only one thread is actually executing per clock cycle. But the throughput of the CPU as a whole is still increased, since the core will switch the executing thread out when one hits a stall in memory access. Simultaneous multithreading is even better in that it actually lets instructions from more than one thread execute within the same clock cycle, utilizing wide CPU architectures better.
There are implementation caveats, sure. The Pentium 4 had certain microarchitectural features (load address speculation and replay) that caused some threads to greatly decrease in efficiency. But this is not a problem inherent to multithreading, and indeed processors like IBM's Power6 and Intel's Itanium2 have decided to implement it, to great success. Pretty much every high-performance CPU company these days makes a chip that implements core-level multithreading in one form or another. AMD is the only one that doesn't.
And the reason why Alpha does not currently have multithreading, was that EV8 (what would have been the 21464) was cancelled when Compaq/HP's Alpha Design Group was transferred to Intel. EV8 (nicknamed Arana, from the Spanish for "spider") would have implemented 4-way simultaneous multithreading in a high-performance, short pipeline, wide architecture.
Anyway, sorry if I come off as high-handed, but I couldn't let a ridiculously naive statement like "The core2 and AMD64 don't have enough bubbles to warrant it." stand.
-
Re:Microsoft should worry until...
There's a ton of Java developers out there. Their code does not run on MS OSes in general in production. Their tools are generally OS agnostic as well. In fact, in general, their tools run better on non-MS OSes. (Something about case-sensitive file systems)
NTFS is perfectly case sensitive. The Win32 interface to it generally isn't, but can be if you ask for it. AFAICT, Java is the one that decides to use filesystems in a case-insensitive manner, because that's what it asks for when it calls functions like CreateFile.There's the additional advantage that it's a *nix subsystem, which happens to mesh nicely with our targeted deploy environments.
Windows has a good BSD style "*nix subsystem" too.I'd love to see a 16 or 32 core Mac Pro in the near future - imagine the processing ability of such a system.
It's too bad that OSX has such kernel scaling problems, what with very coarse locking (somewhat improved in Tiger) and the necessity to use slow BSD user threads (as opposed to Mach kernel threads). Those things are going to need to be fixed before 16 or 32 cores are worthwhile, and I hope they don't have to break too much compatibility to do it. :) -
Re:Erecting XXX domain faces stiff opposition
C'mon, at least cite your source.
-
Re:Bogus Test
However, as a pretty damn safe rule of thumb, no system is going to run faster on equivalent hardware after being virtualized.
Oddly enough, that's not as true as you'd think. I know that HP and IBM both had projects to virtual hardware (not in exactly VMWare style virtualization, more like a JIT optimization) where software ran faster after being virtualized. By about 20% if I remember correctly. HP's project was Dynamo and IBM's was DAISY.
Virtualizing a CPU at runtime in a JIT-optimization fashion can actually lead to a significant speed up. Some of this might have been pulled into CPU's by now, but I'm always surprised that more technology isn't moving this direction. Ultimately optimization at runtime has more information then at compile-time, and thus can apply optimizations not otherwise available.
Kirby
-
Re: PS3 content
As a long-time PC gamer, I can't bring myself to buy an XBox 360 at all. Every time I look at one, I'm reminded that under the fancy plastic casing, it's just a rather non-upgradeable PC inside. There's *never* going to be a single piece of software developed for XBox 360 that can't run identically on a modern PC, because they're using the same architecture
Uh, no. It's actually a fairly exotic 3 core, in-order CPU. Are you thinking of the original Xbox? -
Hope Someone Thought This Through...
Nice sentiments, but there are some questions that arise...
It is important to note that though Speakeasy will now be a wholly owned subsidiary of Best Buy, we will continue to operate as a standalone, independent operating division with headquarters in Seattle.
Ok, but for how long? More often than not, mergers or acquisitions end up with the old management getting replaced over a period of time by new management, who often want to make their mark... often to the detriment of customers and/or employees.
A product offering such as VoIP, which has immediate compelling appeal to most SBs based on cost savings and simplicity, is an attractive value proposition that allows Best Buy to round out its solutions menu for small businesses.
In light of the recent enjoinder against Vonage, will BestBuy find itself in a similar situation with SpeakEasy's VOIP tech? If so, will this dilute SpeakEasy's value to BestBuy? And what could the consequences be?
I just hope this turns out well for the SpeakEasy employees, and customers who decide to stick with them (for the near-term anyway). -
More articles about RIAA's "Success" in Round IHere is more on the RIAA's "success", and lack thereof, in Round 1:
-
Re:Along these lines...
If there is no indication that providers are even looking down a non-neutral path
Actually, the whole thing started when SBC/AT&T specifically said they desire to tier the Internet. It is not difficult to understand the motivation of the telecoms if you look at how SBC/AT&T and Verizon/MCI managed to end up on top of the telecom reconsolidation frenzy. -
Get on the BusMore of the PCI Express experts who are somehow "wrong" while you, a nobody, are somehow right. Let Jon Stokes explain it to you:
In a point-to-point bus topology, a shared switch replaces the shared bus as the single shared resource by means of which all of the devices communicate. Unlike in a shared bus topology, where the devices must collectively arbitrate among themselves for use of the bus, each device in the system has direct and exclusive access to the switch. In other words, each device sits on its own dedicated bus, which in PCIe lingo is called a link.
Those links together are collectively known as a bus, though everyone knows it's switched. Because, like ethernet through a switch, it is used like a bus, though many bus problems are solved by the switch.
That's the reality. If you insist on dogmatism, you can get off the bus, and lose track of the actual use of these technologies. -
Re:Along these lines...
What is currently happening that needs to be fixed by this law? Forcing websites to cough up to be given a high bandwidth access to end users would be bad, but (AFAIK) that's not happening.
Yet. There have been noises lately from corporations who wish to cash in on mergers which have created large blocks of internet subscribers. Noteably the CEO of SBC has been making serious threats to change the way the internet works by charging content providers to have access to SBC customers.
And make no mistake about it, SBC's intention is to charge every content and service provider a toll to have access to customers on SBC's broadband connections.I see no reason to make a law to solve a problem that doesn't exist.
The reasoning is that telecoms like SBC are becoming broadband ISPs and ISPs have managed to stay clear of the common carrier status. THIS is what SBC and others want is to drop the common carrier status so the FCC can no longer regulate them and they can begin to cash in on the monopolies they are building by extorting Google and others for the profits SBC's CEO covets. -
How much will this suit cost Diebold?
When I heard this story on the morning news here in Boston, my first reaction was, "why are they suing over losing a measly $9 million contract?" My guess is their legal bill if they were to pursue this to the end would easily run to seven figures. According to the article, Diebold's attorney stated that "the company is not alleging any improprieties by the secretary of state's office. Instead, it is saying the office acted in good faith but made a mistake in the selection." MA Secretary of State Galvin doesn't think there's any reason to re-open this matter; I doubt the courts will either.
What's especially surprising is that this move comes after a recent Diebold SEC filing suggested that Diebold is considering leaving the voting machine business because the bad PR the company has received is starting to affect its much more important ATM business. Banks don't want to put a machine in front of its customers whose manufacturer gets accused of building shoddy voting equipment every time an election is held. -
Re:Prosecuting childrenMy point is that some kids recognize and some kids don't recognize the "evil" in theft and physical damage, but no kid 7 years old REALLY understands why copyright violation is "evil". What if the Boy Scouts help brainwash the kids into believing so without actually teaching them about the issues?
-
Re:The Ultimate .ForwardAgreed, no one should be forced to travel to another country to say they don't work there. But, you seem to imply that Spamhaus was somehow forced to represent themselves in this case. They weren't, and they didn't even show up anyway. In the end of it all, they'll probably wind up counter-suing for legal costs incurred over the whole venture. About your idea with court systems not processing litigation. I don't know about this. If a court thinks it doesn't have jurisdiction, it should just get bumped up to a higher court who could have jurisdiction, all the way until it reaches the supreme court. It's fairly trivial in this case, as it all worked out in the end, which you'd know if you read anything about what happened _after_ the default ruling.
The federal judge overseeing the e360insight v. Spamhaus case has ruled against a motion to yank Spamhaus' domain name out from under it.
After that, I can't really understand what the big deal is about. Sure, the $11 million fine is still up in the air, but Spamhaus won't pay it, and it seems it pretty much cannot be compelled to do so (at least not by trying to knock it off the internet). They just need to finish the appeal process and everything should be just fine.Had Spamhaus made the "no jurisdiction" argument at the onset, it may very well have gotten the case dismissed. Instead, it finds itself in the undesirable and difficult position of having to appeal a summary judgment. Spamhaus is "working with lawyers to find a way to both appeal the ruling and stop further nonsense by the spammer," Linford told Ars Technica.
http://arstechnica.com/news.ars/post/20061020-8037 .html/
I hate spammers, I think Spamhaus is fantastic. But it doesn't change the situation at hand, which is that there is potentially or allegedly illegal activity going on in servers located within the U.S. Someone is liable for it, and most likely it's the individuals operating those server. The problem is (for e360 anyway) there are hundreds if not thousands of them, and they can't be bothered with that many individual lawsuits. So, they went straight for the company causing them problems, and fell flat on their faces while doing it. I guess you can get mad at the U.S. court for it "thinking" that it had jurisdiction over a foreign company, but that's just the way the system works. As I said before, at the face, it appears that some illegal activity is happening on servers located in the U.S. Someone in the U.S. is liable for that, and e360 alleged that it was Spamhaus. Be mad that Spamhaus acted like retards over the whole thing, not at the courts for doing their job. Otherwise you've just got your sights on the wrong target, just like e360 did. I think a much bigger issue, one that's actually worth getting pissed off about anyway, is that the activity in question (blocking spammers) is actually possibly illegal in the U.S. The most fantastic part about all of it, is that it isn't in the U.K. -
Re:How did Spamhaus lose?
The fact that the judge was a total moron who was unable to see through a pathetic tissue of lies shows how dangerous it would have been to have allowed any person from Spamhaus to become a literal captive hostage in the US while this was being sorted out.
Look, don't call the judge a moron. He's not. I can't bring myself to call you a moron, though you are obviously ignorant of the facts here. The way the courts work here, and in most other countries, is that the courts assume that they have jurisdiction. I don't mean casually assume, but rather, bound by law to assume they have jurisdiction. It is up to the plaintiff to declare that the courts hold no jurisdiction over them. This is what happened, this is what is supposed to have happened. This is how the system works. So stop sullying the judges good name, will you? Not only is he just doing his job, but he's doing a good job of it too:The judge, Charles Kocoras, is chief judge of the District Court in Northern Illinois and was last month awarded the Chicago Bar Association's highest honor, the Justice John Paul Stevens Award. This is not a guy who hands out his verdicts like candy.
http://arstechnica.com/news.ars/post/20060915-7757 .html/ -
Re:How did Spamhaus lose?
This is old anyway.
Should read: "This is old news anyway"
Read these: http://arstechnica.com/search.ars?Tag=spamhaus/ -
Riddle me this...
Take the NFL's copyrighted copyright statement before their games. "This broadcast blahblahblah may not be reproduced without our permission".
There's currently a fiasco regarding whether or not a Ms Wendy Seltzer could put that video up on YouTube. A lot of people say that she it is a fair use to do so, since she is doing it for the educational purposes.
But, I wonder, what about everyone ELSE who views the video, outside the educational context?
The greater implication is that, given your statement about creating a larger work, when I create the larger work and I use YouTube as the platform for a piece of this work, what happens to everyone else who can look at YouTube...minus the larger work? -
Re:DX9
...the percentage of Mac desktops can only go up.
Really? Because their notebooks aren't doing so hot. I'm pretty sure the same principle could apply to Apple's line of desktops as well. -
Digital album sales are strong
Digital album sales are strong
"Last year the industry saw about $2 billion in revenues from online music sales, and nearly $800 million of that stemmed from single-track sales, according to the International Federation of the Phonographic Industry's report. That leads me to estimate that at least 40 percent of sales are singles, which means that this quarter we could see something in the range of 70 million "singles" sold digitally.
The question is: how often does a consumer opt to buy just one or two songs off an album rather than buy the whole thing? This phenomenon must affect the top of the music charts quite viciously. I know I'm reluctant to buy an album, especially anything approaching a "hit album," unless I know that there's more than 2 to 3 songs on it that I like. Otherwise, I don't want to take the "risk."
But to answer the question of how often, let's just estimate based on what limited information we have. Given the estimate of 70 million digital singles, we could say that the ratio between consumers buying digital songs and entire CDs is approximately 1:1.22. That's quite a leveling. If my estimates have been conservative, the balance may be tipped even more in favor of digital singles."
http://arstechnica.com/news.ars/post/20070321-acco unting-for-the-big-plunge-in-music-sales-the-digit al-singles-effect.html -
Valve was already working on this
so maybe it wasn't on the PS3 but valve seems to take a more practical apoach.
This Article has some good info on what Valve is doing to bring threads into gaming.
Personaly I'd rather use their model because it's more utilitarian and less 'Because I can'. -
Re:Declared guilty?
I think this would set a precedent, i.e. every person who is sued by the RIAA has just to prove that they are not guilty and reclaim the attorney's fees. Which means their model would be screwed, for every person they sue, they would have to prove that the person was responsible for sharing and/or inciting to share copyrighted contents. If they would fail to prove one or the other, the precedent would force the RIAA to pay back the attorney's fees, which would be a big change. I do not know if the precedent could cause past plaintiffs to reclaim past attorney's fees. But without trolling, I can say that arguments and proofs from the RIAA are such bulls... From the link at the bottom: According to RIAA filings, Michelle Santangelo, 20, has admitted to illegal downloading at the age of 16. Robert Santangelo, 16, was implicated by his best friend, who said that the two traded copyrighted songs online. Robert would be accused of sharing copyrighted contents at 11, 5 years ago ! How can this be considered as 'fair'. If I was sued by the RIAA over such stupid claims I would reclaim my hourly salary for not being able to work and a compensation. What next ? "RIAA sues a taxi driver for sharing hand drawn picutres of Superman(c) when he was 10" ? Read also this related story: - http://arstechnica.com/news.ars/post/20061103-815
0 .html -
Re:hmmm...
Not only is it doing fine, but that cycle is a vital part of the industry. Every time the hottest new style is stolen by the lesser companies, the big fancy companies use it as an opportunity to come out with the next style.
http://arstechnica.com/news.ars/post/20061124-8283 .html/
I tried to think of how this could be a plausible business model for the music industry, but either it's already happening, or it doesn't seem to fit. Unfortunately, I doubt there is a record exec that actually appreciates musical "style". If they did, they'd understand the derivative nature of music, and wouldn't be having DJ's arrested for copyright infringement. Hopefully one day they'll behave just like how the all-grown-up fashion industry behaves; you don't see Prada suing the pants off of high school girls who bought knockoff handbags. Hell, you don't even see them sue the makes of the knockoff's. They just ditch their old stuff, and make new stuff for the people to buy. -
Re:I Got it!Yep. He even said so himself in a letter to Ars Technica. Of course since his writing implies that he's bat-guano crazy insane, I have a feeling that not much of anything is going to actually happen.
On a side note, if someone does buy Take-Two for double the price, doesn't that just kinda fit their name?
-
AT&T/Cingular Blocking Phones from VoIP Servic
Meanwhile, AT&T/Cingular is blocking its cellular customers from calling into free conferencing services that use VoIP for competing with AT&T/Cingular.
Network Neutrality: it's not just for the Internet. It's just one way we need to protect ourselves from the AT&T monopoly (or its duopoly with Verizon) that America worked so long and hard to obtain 20 years ago. Which AT&T has worked so long and hard since then to endrun, nearly back to its original market control, in a much larger market. A market that expanded only because of the divestiture. -
SSL and iptablesThis article is okay, in spite of a multitude of grammatical errors (and personal peeves), and in spite of the poor writing style. However, there are atleast two factual errors in the piece.
quoted from page three:IPsec encrypts each individual packet, so it can be applied to all IP traffic, unlike the widely used SSL, which only works on top of TCP.
This is untrue. SSL is virtually protocol agnostic. If it isn't (or, atleast, if it doesn't run on anything but TCP), then how do they explain my OpenVPN SSL VPN operating over UDP?
also quoted from page three:On the BSD/Linux side, a good choice in this regard is the pf firewalling package, because unlike iptables, ipfw, or ipf, it supports both IPv4 and IPv6 and allows rules that apply to both.
I'm unsure of ipfw and ipf, but iptables certainly supports IPv6 (although it is somewhat separate from the original iptables -- it has its own executable and kernel code, for instance). This is atleast true since 2.4.34, which I'm currently running on one of my servers. -
SSL and iptablesThis article is okay, in spite of a multitude of grammatical errors (and personal peeves), and in spite of the poor writing style. However, there are atleast two factual errors in the piece.
quoted from page three:IPsec encrypts each individual packet, so it can be applied to all IP traffic, unlike the widely used SSL, which only works on top of TCP.
This is untrue. SSL is virtually protocol agnostic. If it isn't (or, atleast, if it doesn't run on anything but TCP), then how do they explain my OpenVPN SSL VPN operating over UDP?
also quoted from page three:On the BSD/Linux side, a good choice in this regard is the pf firewalling package, because unlike iptables, ipfw, or ipf, it supports both IPv4 and IPv6 and allows rules that apply to both.
I'm unsure of ipfw and ipf, but iptables certainly supports IPv6 (although it is somewhat separate from the original iptables -- it has its own executable and kernel code, for instance). This is atleast true since 2.4.34, which I'm currently running on one of my servers. -
Re:It looks like...
i wont sweat it. people can drink the kool-aid all they want, facts are facts. i've owned every playstation and xbox console. if i am not allowed to criticize the xbox BC, who is?
we cant bury our heads in the sand. a promise was made, and now they are backing away from it and telling us that we dont know what we are talking about. i just want what was promised to me as an investor into the xbox brand. i dont want to hear criticism of a company that [even at their worst] has provided BC for 2300 more titles than MS has been capable of.
instead, how about more proof? these from MS itself.
--
"Our goal remains to get every game to be backward compatible. The only things influencing what games we're working on are how popular the title is, and how easy it is to make backward compatible. Several original Xbox games on the list already have Xbox 360 counterparts."
http://www.xbox.com/en-US/games/backwardcompatibil ityfaq.htm
"Xbox.com: What criteria do you use in choosing which Xbox games will be backward compatible on Xbox 360? How far back into the Xbox game library are you going to go?
Todd: When we say Xbox library, we mean the entire Xbox library. This ranges all the way from our launch in 2001 up to games that haven't even shipped yet.
Xbox.com: By what date do you plan to have all original Xbox games backward compatible?
Todd: We're continuing to work hard to certify as many original Xbox games to work on Xbox 360 as possible; we'll be adding to the list regularly."
http://www.xbox.com/en-US/games/backwardcompatibil ityqa.htm
"...the company eventually plans to support the entire catalog for the original Xbox on the Xbox 360."
http://arstechnica.com/news.ars/post/20051112-5558 .html -
Re:Could be very usefulThen they can tell Adobe, because Apollo doesn't run on Linux. According to this article, a Linux version is planned.
-
Re:Define Good Standing
According to this it was Alabama not Florida.
http://arstechnica.com/news.ars/post/20051122-5613 .html
In Florida they are still working on it. Though, I don't think his status is still good standing.
http://gamepolitics.com/2007/02/03/jack-thompson-f aces-florida-bar-disciplinary-hearing/ -
Re:Aw poor Scoble
Are you sure about that?
Seriously, MS still envies google in that area. For all the hot air Ballmer spews about googles' "cute" apps, and how their hire rate is "insane".... MS has lost this round of the search match, they're not able to compete. Look at the emphasis they've put on it. Why pay people to use windows live if you don't care? Microsoft is becoming the one thing that Bill Gates hoped he'd never see.... a lumbering behemoth not dissimilar to the old IBM. They are having diffifulty keeping up with the present, just look at vista for connfirmation. (Disclaimer: I don't mind vista).
But vista brings forth features that I've had in linux for years. gkrellm does a great job as a sidebar, without the resource usage. The latter part of... scratch that.... MOST OF XP's cycle was spent chasing holes and vulnerabilities.
I like vista, and see it being fairly well adoped in a few years time. But it's not a forward looking technology, just as Live Search isn't forward looking. They care, but there isn't much they can do about it besides pay people to use it. -
Re:Is Roland Piquepaille paid for Slashdot stories
Given that his stories do tend to be fairly interesting, does it really matter if he's making money by submitting them here?
Of course! Making money off of someone else is evil! Just ask ultrasocialists like SBC/AT&T and Rogers cable, who think that people who make money from them are evil! -
Re:N?
To answer my own question: This reviewer says he tested the device in 802.11n/5 GHz mode: http://arstechnica.com/reviews/hardware/airport-n
. arsSo I guess the answer is yes, you can get 802.11n, 5 GHz devices now. (At least one, anyway.) What sucks is that it can't run on both 2.4 and 5 GHz at once, so unless you have all 5 GHz devices, you'll have to run on 2.4 GHz or you'll have to get another base station for the older devices.
-
Wrong...
...it's roughly 5.67137278 × 10^28 IP's per person
Or, as a recent Ars article put it (much better than I ever could):
To put this into perspective: there are currently 130 million people born each year. If this number of births remains the same until the sun goes dark in 5 billion years, and all of these people live to be 72 years old, they can all have 53 times the address space of the IPv4 Internet for every second of their lives. Let nobody accuse the IETF of being frugal this time around.
-
Re:finally!Good point. Sony claims 90% of PS3 users have watched a BR movie. If the PS3 is in large part responsible for driving these BR title sales, I'd say Microsoft gambled and is currently losing by backing HD DVD with no Xbox integration.
This report would seem to indicate it's the PS3 winning the battles in the early stages of this format war - moreso than standalone players.
FT Arstechnica article,As of the end of 2006, only 695,000 consumers owned either a Blu-ray or HD DVD player. 270,000 of those were HD DVD players; the other 425,000 were Blu-ray. The overwhelming majority of Blu-ray players are PS3s--only 25,000 standalone Blu-ray players had been sold at year-end. Just over half of the HD DVD players sold were Xbox 360 add-ons.
-
Re:Exactly
Yes it does. The DVD recordable standards didn't support burning CSS protected data on discs until very recently, and there is no hardware/media that supports the new spec out yet, so yes, making a backup requires circumventing the CSS. If making a backup was just a simple matter of copying the DVD, then what would be the point in using the CSS in the first place?
-
A bit more about the book and where to buy
The review doesn't mention this, so I thought I would since I know many Slashdot readers also read Ars, but may have missed this.
If you buy the book from Ars, shipping is free almost anywhere on earth (if the USPS ships there, so can we). Yes, we charge more than Amazon, but it's a good deal if you want to support Ars. We also include a free year of access to the Ars PDF Library, and we'll also be giving our customers a free copy of the digital edition when it's available later this year.
-
Re:Question: Do cards have to support it?
And lo and behold, there is movement:
VMWare Fusion Beta 2 comes with "Experimental 3D Acceleration"
OK, so it's only for Macs so far. But that's a step in the right direction...
VMGL -- this one won't work for Windows guests, but can be used for Linux guests. A similar approach could definitely work for Windows guests, but you'd need to write a DirectX-compatible driver that translates the DX API calls into paravirtualized OpenGL API calls. Tricky, but I imagine possible. -
Re:I've had the opposite
On the other hand, when it sucks, it can suck bad. See this crazy story.
-
Re:My experience mirrors everyone else's
You're not the only one -- see this crazy story.