Domain: opennic.org
Stories and comments across the archive that link to opennic.org.
Stories · 3
-
Slashback: Favoritism, Alternacy, Moo
Slashback with more on handheld everything-boxes, a softer review of the new Sharp Zaurus, raising money for open technologies, Gateway's singing cow, and getting around with alternative root servers -- all below. Enjoy. Update: 04/12 06:41 GMT by T : There's an update below in the part on alternate root servers, too. A double-barrel of Mossberg. Dave Aiello (author of our recent review of Handspring's Treo all-in-one handheld) writes with nice update for anyone thinking of shelling out for one: "Walter Mossberg did a comparative overview of the Handspring, Kyocera, Samsung, and RIM integrated PDAs and phones in the first edition of 'The Mossberg Solution' (a new column he is writing)."Speak of the devil -- Arrgh writes: "PC Magazine has posted a more favourable review (4 out of 5 stars) of the Zaurus--they had none of the sync problems Walt Mossberg wrote about."
Give money to these guys, please. Jeff Gerhardt of the American Open Technology Consortium writes after the post about this "GeekPAC" on Slashdot.
"Although the last 24 hours was one hell of a pain in the ass, at 4:00 am we were through with that second draft and in large measure due to the constructive comments from the /. community. Yes I got a lot of nutty emails about how I should be working on more important issues like global warming and ending "greed" (can you believe that one??? how the hell can we do that.), but for the most part the comments were well thought out. As a whole I think that the whole /. community should be proud.
In particular I have pages of operational suggestions and contact names across the US. The suggestion that has tickled me the most is a suggestion for a fund raising methodology for the "PAC" organization. This came from a couple guys who were debating the idea between the two of them, until it really solidified into a plan. And, we are going to do it. The plan is simple and uses the thing we love so much, technology.
We will set up a series of paypal account links, having created a category for every House or Senate member that appeals to our overall goals and objectives. If then there is a news item about an issue and one of these "good guy" politicos does something to help the cause, the PAC will write a 2-3 sentence quote that will happen to have the paypal link included inside the quote. Media sites will then be able to include the link as a part of the quote, because afterall its news right (wink wink)!!!!
This would then facilitate the people _out there_ to throw a buck at the good guy as a impulse purchase to show gratitude. It need some refinement, but I think it provides portals an opportunity to provide a political opportunity to their communities, without looking too overtly political in the process."
No more Portable Monopoly. Dr.Jones writes "...well, not really. It seems Portable Monopoly is being forced to give up their web address 'Due to legal issues with Hasbro over the usage of the word "monopoly"'. Fortunately, they will have a new site up next week (Triton Labs), and they're still on target to ship the lighting kit next month. Seems like a bit of a stretch on Hasbro's part though."
Not as much of a stretch maybe as Parker Brothers claiming the word clue.com.;)
Do cows wake up and smell the Rosen? prostoalex writes: "Newsfactor has a story on Hillary Rosen expressing dissatisfaction with Gateway's ad campaign. Who would have thought?"
... and routing around it. With a nice detailed followup to a recent Ask Slashdot post, Dr. Zowie writes: "For those who want to use alternative DNS roots but are stuck behind port-80 proxies, a simple solution may exist, thanks to several folks who wrote in to suggest it. Section 5 of RFC 2068 gently deprecates using relative URI's in HTTP requests, and in fact most web clients generate absolute URI's even though relative URI's are allowed by the standard. My ISP's not-quite-transparent proxy directs outbound port 80 packets correctly if (and only if) there's a relative URI in the request. A little 10-line local proxy that munges absolute URI's into relative URI's before emitting them to the ISP seems to solve the problem for now: I can retrieve all the nice goodies that most of you can't at www.dev.null, , www.computer.geek, and paradox.null.
Oh, and if you live near the Colorado front range and aren't a purist about routing, Peak to Peak is a pretty good outfit for dialup and DSL service. Their tech support is extremely accessible and quite good (though our views differ on the correctness of payload-switched routing)."
Update: 04/12 06:41 GMT by T : Richard Sexton writes: "While it's great to see your continued coverage of Open Roots can I just put in a quick plug for ORSC? We're older and have way more tlds.
The coordination amongst Open Roots takes place at IRON; for lack of a better term, it's the Open IANA."
Kissing and making nice. panker writes "Sun had previously given JavaRanch a cease and desist order because of a trademark issue. Sun is now backing down and being friends. Slashdot covered the first half of this issue earlier."
-
How to Work Around Broken Port-80 Routing?
Dr. Zowie writes "My ISP places an opaque (intended to be transparent) web proxy between me and the rest of the world. It is causing me problems due to misconfiguration or misdesign. My question is twofold. On the micro level, what can I do in the short term to work around the broken routing (in the long term, I switch ISPs if it's not fixed)? On the macro level, what can we as a community do to prevent breakage of the net on a global scale by poorly designed routing hacks?"Dr. Zowie continues: "I use a regional ISP with otherwise-very-good policies. However, they seem to be intercepting anything that comes from my home net on port 80, so that they can ``transparently'' cache web requests based on the payload of those packets. The proxy seems to work rather well in most cases: I never noticed it until I started using OpenNIC. Then I found that some web pages that should have resolved OK through the OpenNIC system failed even though routing on different ports worked OK.
"I did some experimentation using ``telnet'' on port 80 directly, and found that packets are being routed based only on the payload regardless of the original destination address: I can (for example) retrieve the Slashdot front page by using ``telnet www.google.com 80'' and asking for "http://www.slashdot.org http/1.1". The tech support folks seem to be stonewalling me: the main contact tells me that the behavior is "not broken" even though it clearly violates RFC 1812, the standard set of rules for IP routing.
"The practice of ``transparent'' proxy routing seems to be growing more widespread. It appears to break the internet standard in a way that works for most folks for now, but that breaks port 80 usage in general. Looking ahead, this breakage seems like a growing nightmare waiting to happen. At the very least, I expect more instances of my particular problem to appear as folks give up on the corporate hegemony of ICANN. More insidiously, transparent proxy routers break the layered nature of the internet protocol and restrict the flexibility that made it work in the first place. One would hope that such proxies would at least act like routers when the fancier proxying fails, but at least my ISP's doesn't. What about your ISP's?" -
How to Work Around Broken Port-80 Routing?
Dr. Zowie writes "My ISP places an opaque (intended to be transparent) web proxy between me and the rest of the world. It is causing me problems due to misconfiguration or misdesign. My question is twofold. On the micro level, what can I do in the short term to work around the broken routing (in the long term, I switch ISPs if it's not fixed)? On the macro level, what can we as a community do to prevent breakage of the net on a global scale by poorly designed routing hacks?"Dr. Zowie continues: "I use a regional ISP with otherwise-very-good policies. However, they seem to be intercepting anything that comes from my home net on port 80, so that they can ``transparently'' cache web requests based on the payload of those packets. The proxy seems to work rather well in most cases: I never noticed it until I started using OpenNIC. Then I found that some web pages that should have resolved OK through the OpenNIC system failed even though routing on different ports worked OK.
"I did some experimentation using ``telnet'' on port 80 directly, and found that packets are being routed based only on the payload regardless of the original destination address: I can (for example) retrieve the Slashdot front page by using ``telnet www.google.com 80'' and asking for "http://www.slashdot.org http/1.1". The tech support folks seem to be stonewalling me: the main contact tells me that the behavior is "not broken" even though it clearly violates RFC 1812, the standard set of rules for IP routing.
"The practice of ``transparent'' proxy routing seems to be growing more widespread. It appears to break the internet standard in a way that works for most folks for now, but that breaks port 80 usage in general. Looking ahead, this breakage seems like a growing nightmare waiting to happen. At the very least, I expect more instances of my particular problem to appear as folks give up on the corporate hegemony of ICANN. More insidiously, transparent proxy routers break the layered nature of the internet protocol and restrict the flexibility that made it work in the first place. One would hope that such proxies would at least act like routers when the fancier proxying fails, but at least my ISP's doesn't. What about your ISP's?"