Slashdot Mirror


User: mellon

mellon's activity in the archive.

Stories
0
Comments
2,585
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,585

  1. What are you talking about? There is plenty of demand! At least for competent people.

  2. Re:Am I the only one who noticed the irony... on Linus: '2016 Will Be the Year of the ARM Laptop' (softpedia.com) · · Score: 1

    Changing your mind isn't ironic. It's a sign of maturity. Failing to notice that you are part of the problem about which you are complaining, on the other hand...

  3. This is exactly the right thing to do. on German Publisher Axel Springer Bans Adblocking Users From Bild Website (axelspringer.de) · · Score: 1

    I wish more online pubs would do it. I'm not willing to look at ads, but don't mind paying for good content. I hope this works for them.

  4. Am I the only one who noticed the irony... on Linus: '2016 Will Be the Year of the ARM Laptop' (softpedia.com) · · Score: 1

    ...of Linus lamenting that it's hard to find kernel maintainers? Wonder why that might be...

  5. Looks like we have found ULAPG42821DB on NASA's New Horizons Shows Pluto's Moon Charon Is a Strange, New World · · Score: 1

    (a.k.a. La Pig). We should send the Enterprise out there to investigate further...

  6. Re:Sucks on Software Devs Leaving Greece For Good, Finance Minister Resigns · · Score: 2, Insightful

    The problem in the U.S. is not people who don't have skills. People have skills. The problem is that skills aren't valued. If you have skills, you will get paid shit. If you manipulate money, you will get paid a lot. This is why there's been such a geek brain drain into the financial industry. The U.S. does not value working for a living. We value gambling for a living.

  7. Re:Too much code on Amazon's New SSL/TLS Implementation In 6,000 Lines of Code · · Score: 2

    Huh. Never see ITS TECO, have you?

  8. Re:Another great Scalia line on Supreme Court Ruling Supports Same-Sex Marriage · · Score: 1

    Facts aren't debatable. Opinions are debatable. If you want to debate the veracity of claimed facts, it helps to provide evidence that they are wrong.

  9. Re:Another great Scalia line on Supreme Court Ruling Supports Same-Sex Marriage · · Score: 1

    The states do have wide autonomy to govern themselves. However, they do not have the right to treat some citizens differently than others with respect to rights enacted under state law, because this is expressly forbidden by the 14th Amendment. Laws written by legislatures that conflict with the 14th Amendment are invalid and unconstitutional. The thing that's bizarre about Scalia's dissent is his utter inability to get past his own prejudices, even in the face of a very clearly worded Amendment and previous Supreme Court rulings that used the exact same argument.

  10. Re:The Majority Still Has Follow the Constitution on Supreme Court Ruling Supports Same-Sex Marriage · · Score: 2

    If the state establishes a marriage right, it is established by the state on behalf of the people, and it is through the peoples' will that this right comes into existence. The 14th amendment simply says that if some citizens have this newly established right, then all citizens must have it. The state can't grant some rights only to a subset of its citizens.

  11. Re:Another great Scalia line on Supreme Court Ruling Supports Same-Sex Marriage · · Score: 1

    Wow, is public school history that woefully bad now? The Declaration was signed in 1776. The Articles of Confederacy were signed in 1777. The U.S. Constitution, which superseded it, was ratified in 1788. The Declaration is a statement of purpose, not a legal document. It was never ratified by the people, nor by any governing body. The earliest that you can say the United States of America existed as a legal proposition was 1777 when the Articles of Confederacy were signed, but the date at which the currently existing United States of America came into being was 1788, when the constitution was ratified. It didn't actually take effect until March 4 of 1789, when the first Congress came into power. It is certainly true that the words in the Declaration were highly influential in the writing of the Constitution, but the Declaration itself has no legal authority. It is a lovely aspirational document, though, and today's decision is another step in the direction of living up to its stated intent.

  12. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Actually RFC 6434 explicitly states that there is no such requirement.

  13. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Android, AFAIK, isn't used for servers. That said, using DHCP to configure server IP addresses isn't recommended. What you want is to provision the server IP address using whatever orchestration software you use, so that it has the right address on startup.

  14. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Yeah, ND needs work, and is being worked on.

  15. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Actually I used to manage a very large IPv4 network. However, you are correct that I'd never managed an IPv6 network of any size when I was working on RFC 3315, and I don't think any of the other authors had either. And it shows--there are quite a few embarrassing holes in the spec. I'm not going to go down your "what keeps IPv6 from being adopted rathole," because from my perspective IPv6 _is_ being adopted, and I don't feel any need to see it adopted faster. I'm amazed at how much of the Internet I can reach over IPv6, and I'd like people to deploy carefully and correctly, not just think they're doing a drop-in replacement of IPv4 with IPv6 as if they were both the same thing.

  16. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Right. So what do you want to do with DHCPv6 that you can't do because Android doesn't support DHCPv6 IA_NA?

  17. Re:No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    You aren't likely to notice them on a home network with network address translation. If you actually _use_ IPv6' capabilities, having to operate a DHCPv6 server is going to start to seem like a chore.

  18. Re: No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    That's not how IPv6 works. You are trying to run an IPv4 network using the IPv6 transport. IPv6 is not just IPv4 with 2^96 more addresses.

  19. Re: No support for dynamic address assignment?!? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    There are no other hundred-ish host configuration variables in DHCPv6. There are two that you are likely to care about, and they're both also available in the RA.

  20. Re:Static on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    I think you mean a stateless dynamic address, not a static address. Static addresses are manually configured, which nobody wants. RFC 7217 solves this problem by specifying a way of doing stateless auto-configuration without using the MAC address.

  21. Re:Static on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 2

    Anyone who wants privacy?

  22. Re:So what? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    My Android phone works just fine on IPv6 networks.

  23. Re:So what? on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 1

    Right, because peer-to-peer gaming is for losers, and nobody needs more than a few TCP or UDP ports per host, so multi-layer NAT is great, and will continue to limp boldly into the future.

  24. Re:Not Needed on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 3, Informative

    At this point unless you are running an ancient version of your favorite operating system, RDNSS works fine. DNSSL is a Very Bad Idea, so you don't want your host to support that, but it probably does.

  25. Re:Not Needed on IT Pros Blast Google Over Android's Refusal To Play Nice With IPv6 · · Score: 2

    Not true. ICMPv6 router advertise messages can include DNS server addresses, and this works well. Populating hostnames in the local DNS using DHCP really hasn't caught on, even in IPv4. It's a neat hack, but hardly anybody uses it. DHCPv6 also lacks an authentication mechanism, although that's about to change, but in fact ICMPv6 has RA guard and SeND (Secure Neighbor Discovery). So you are exactly backwards on the authentication question.