Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:IPv6 and Rust: overhyped and unwanted! (Score 1) 390

But it isn't feasible. On the server side, you can stuff a number of virtual websites behind a single IP, but many customers want their own VM (sometimes for very good reasons).

Reverse load balancers could be an option here if/when IPv4 prices rise to a level where the IPv4 address is a significant part of the cost of a VM.

There are things other than http(s) on the net.

While obviously literally true afaict services other than http(s) and mail are the exception not the rule.

On the client side, there is a matter of administrative control. Who will own the NAT device that you and your neighbors all sit behind so that you can be NATed behind a single IP? Do you want to leave it up to your ISP if a rule can be added to the NAT box so you can ssh into your network through a selected port?

Just because you and I don't like the implications of something doesn't make it unfeasible.

It sounds more like a desperate last resort than a real solution.

Sure.

Compared to that kind of pain, upgrading to IPv6 is a no-brainer.

For better or worse the internet lacks any strong central authority. If it had one maybe we would have had ubiquotous deployment of IPv6 in the 2000s allowing for an IPv4 sunset now.

That hasn't happened though, there are still loads of clients and servers that are IPv4 only (including the one we are discussing this on).

So the choice now is not between "deploy horrible mechanisms to keep IPv4 on life support" and "deploy ipv6". The choice now is between "deploy horrible mechanisms to keep IPv4 on life support without deploying IPv6" and "horrible mechanisms to keep IPv4 on life support and also IPv6".

While i'm in favour of the latter denying that the former is an option is just self-delusion.

Comment Re:IPv6 and Rust: overhyped and unwanted! (Score 1) 390

There's only so much NAT can do

True

and it's doing it now.

Nowhere near it, there are loads of public IPs that have only one or a handful of systems behind them. How many systems you can put behind a public IP will depend on the details of what they are doing and the details of the NAT implementation but I would think 100 machines per internet IP is more than feasiable.

On the server side https hosting traditionally needed one IP per certificate (with each certificate covering either one hostname or a small group of hostnames) but SNI removes that need and with windows XP and andriod 2.x gradually fading using SNI starts to look like a more and more reasonable option.

I don't like the world that ISP level IPv4 nat would give but pretending it's not a feasible soloution is silly.

Comment Re:IPv6's day will come, but... (Score 1) 390

The main differences tech people will see.

1: NAT in ipv6 is strongly discouraged, so public addresses will be assgined on the lan (in addition to link local addresses). Better hope that unstable public addresses don't accidently end up in configuration files etc leading to things breaking when your ISP changes your block.
2: network administrators will see a lot of duplicate work as every subnet will have both v4 and v6 for the forseeable future.
3: it will be interesting to see the impact on internet routing table size. On the one hand there will be a lot less legacy cruft in the IPv6 table and the larger address space gives the option of expanding a companies block rather than given them a second one. On the other hand I could see a lot of medium sized buisnesses who currently use private IP addresses and NAT requesting PI space. And of course the IPv4 and IPv6 internets will be running in paralell for the forseable future.

Comment Re:Well done! (Score 1) 540

At 224 units at a *very* low rate of 500 a month that is 1.4 million a year. Not a bad ROI.

For a 200 million dollar developement that's a terrible ROI. 0.7% and that is before expenses. A more reasonable 5% per annum yeild (before expenses) woudl require charging $3720 per month.

Is a $3720 per month rental considered "affordable" in that area?

Comment Re:Idiotic (Score 1) 591

You can't undo prison time already served but assuming the screwup comes to light before the person dies you can at least release them to live out the rest of the life as a free person. You could also compensate them financially though I don't know if any country actually does that.

Afaict the main reason the USA still has the death penalty is to bully people into plea bargins for life imprisonment (and no I don't think this is a good thing, I think the whole plea bargin system is abhorrent).

Comment Re:Where's the rest of the summary? (Score 3, Informative) 70

The summary is that they are introducing a new http header, this can be used to tell the browser to automatically use https instead of http to request resources used by the page. Thus avoiding "mixed content" warnings without requiring the website operator to go through the whole page (and potentially things like stylesheets referenced by the page) changing urls to https.

Comment Re:Classic brinksmanship (Score 4, Insightful) 108

If someone owns a particular trademark, why not just wait for someone to shell out for the .sucks version, and then lawyer the shit out of them?

If paypal could have shut down paypalsucks.com by "lawyering the shit out of them" don't you think they would have done so by now. I don't see why paypal.sucks would be any different.

Comment Re:Where's the money going? (Score 1) 108

A business that needed a domain for their business probably only needs a few, and persons that wanted their own vanity site didn't really need more than one either.

OTOH I think allowing people to have freedom to move hosting provider for their email and for their personal/hobby site without changing address on each move or more than doubling the cost was a very good thing.

Comment Re:MS is still hostile to open formats (Score 1) 178

UTF-8 is a highly elegant and simple format. I'm certainly not aware of anything anyone has done to make it "extra complicated".

Now unicode itself is massively complicated but afaict that is mostly a reflection of the fact that some human languages refuse to fit nicely into the model of "a sequence of characters placed next to each other from left to right".

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...