Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Software

Chains of RFCs and Chains of Laws? 168

AlexNicoll writes "I recently completed a DNSSEC library for the .NET platform (thanks to Wouter @ NLNetLabs for his help!). While writing the library, I encountered the extremely entertaining concept of following the long chain of DNS-related RFCs on the IETF website. Some RFCs were obsoleted, some were updated, some updates were obsoleted by others, and some were never really formally related or linked — so even finding them was a challenge in search-fu. Finally, I think I got the whole picture, but I'm not sure. Then I got to thinking: searching for the relevant RFCs in IETF RFC chains was a lot like trying to figure out how (in the US) local, regional, state, and federal laws interact with themselves and each other. Since I just recently moved, I thought I ought to know the rules of the place I live in. It turns out to be just as non-trivial, if not more so, than parsing RFC chains. So here's the question: given that the processes are somewhat similar, does anyone know of a project that has tried to consolidate all the information in one place, so that it's in one comprehensive and up-to-date document, for either laws or RFCs?" Update: 05/24 14:24 GMT by KD : Ray Bellis from Nominet took up the challenge and compiled dependency graphs for DNS-related RFCs.
This discussion has been archived. No new comments can be posted.

Chains of RFCs and Chains of Laws?

Comments Filter:
  • by QuantumG ( 50515 ) * <qg@biodome.org> on Monday May 03, 2010 @02:01AM (#32069584) Homepage Journal

    Do what works.
    Don't get caught.

    • by Anonymous Coward on Monday May 03, 2010 @02:04AM (#32069608)

      Don't forget the ubiquitous "Do whatever you want and write the spec later to match."

    • Shhh! The first rule of RFC 0 is you don't tell people about RFC 0. That's what the header "SECRET" means.

      Wait, uh, nevermind.

      • Re: (Score:3, Interesting)

        by ThePhilips ( 752041 )

        I presume the RTFA complains precisely about the index RFC [ietf.org], sometimes referred as RFC 0.

        And yes, it is spaghetti-like and not always up-to-date.

    • Re: (Score:2, Funny)

      by Anonymous Coward

      [MS's Active Directory Developer] A standard for LDAP? nawwww .... there couldn't be
      [MS's Internet Explorer Developer] A standard for HTML? who? what? where? oh alright, maybe one day ...
      [MS's Office Developer] A standard for ODT? GTFO!

    • by rjch ( 544288 )

      Do what works.
      Don't get caught.

      Not a particularly helpful suggestion since the poster was asking where they can find out what works properly and how it interacts with local laws.

    • Do what works.
      Don't get caught.

      And that unfortunately, is partly why some people believed (albeit wrongly) that the internet is going to break this week.

      The problem with only doing enough to make something "work" is that it doesn't cope with the edge cases, but sometimes those edge cases are important. Introducing DNSSEC exercises many more of those edge cases.

      For more information on how not implementing the DNS RFCs properly lead to poor middlebox implementations that could break the internet for some people see RFC 5625 [ietf.org].

  • Academia (Score:3, Interesting)

    by spydabyte ( 1032538 ) on Monday May 03, 2010 @02:06AM (#32069616)
    Lawyers and Network Engineers.
    In all seriousness, they're probably our best tool invented to date.

    Like my professor said when I asked him if he had an auto-grader "Yes, it's called TAs".
    • Re: (Score:2, Insightful)

      by feuerfalke ( 1034288 )
      Lawyers cost a lot of money.
      • Re: (Score:2, Insightful)

        That's why he suggested that law professors and students do it. You know - academia.

        Practically speaking, this is the exact role played by academia. Parse and make things understandable, then teach.
      • Re: (Score:2, Insightful)

        that's why you'll never see a tool like the one the author wants for laws. and also why you'll never see the laws simplified, no matter how much injustice is perpetrated using our increasingly convoluted system of laws.

        i think our laws and case law need to be refactored.

        • Re: (Score:3, Interesting)

          by x2A ( 858210 )

          New generation of document databases like Apache CouchDB could be right up the street of a bit of codification. A "schema free, indexable, flat address space" sounds about right to me! You'd want to start initially (and quite easily) with a way of identifying addresses (eg, authority.act.section.clause) that appears within the texts (eg "ammends subsection x of the blah blah act of 2004") to create a dependency tree. When a law is repealed, that would be the end of that branch. Once you have your dependency

        • Here in the US our current code base was started over 200 years ago (with many ideas inherited or even copy and pasted from earlier projects). There has never been a major refactoring (and not much in the way minor refactors either), and most of the code was written by people with less sense of structure and architecture than your average VB 6 coder. Yeah, it needs refactoring.

    • Re: (Score:3, Insightful)

      by snowgirl ( 978879 )

      Lawyers and Network Engineers.

      In all seriousness, they're probably our best tool invented to date.

      There is of course the horrible situation that even when well-studied Lawyers and RFC "rules lawyers" get together, they can still disagree about things.

      Then, when you get a person to decide their differing opinions, no one goes back and annotates the original source, so you end up with hojillions of instances of case law that you have to read to properly understand the law.

    • by ari_j ( 90255 )

      Lawyers and Network Engineers. In all seriousness, they're probably our best tool invented to date.

      They're also among the worst people to play board games with because they both turn into rules lawyers.

  • Refactoring (Score:3, Interesting)

    by Laz10 ( 708792 ) on Monday May 03, 2010 @02:09AM (#32069634)
    I have actually been thinking about this.

    Just like Computer Science got Design Patterns from architecture (http://en.wikipedia.org/wiki/Christopher_Alexander)

    Lawmakes should take the concept of refactoring from computer science (http://en.wikipedia.org/wiki/Code_refactoring)

    • Re:Refactoring (Score:4, Insightful)

      by snowgirl ( 978879 ) on Monday May 03, 2010 @02:12AM (#32069660) Journal

      I have actually been thinking about this.

      Just like Computer Science got Design Patterns from architecture (http://en.wikipedia.org/wiki/Christopher_Alexander)

      Lawmakes should take the concept of refactoring from computer science (http://en.wikipedia.org/wiki/Code_refactoring)

      They kind of do, consult Restatement of torts, etc.

      • Re:Refactoring (Score:5, Interesting)

        by Anpheus ( 908711 ) on Monday May 03, 2010 @02:35AM (#32069780)

        How about we version control the legal code, consider amendments to be patches, new laws to be insertions into the relevant sections, and deprecated text removed in a deletion patch?

        State governments could then add their own changeset to the upstream (Federal) laws where they can and also maintain their own single cohesive text as a version controlled document.

        Unfortunately such a thing is probably decades if not centuries away.

        • This would be a great idea; I'd love to see something like this, it would be very useful. The problem is making it happen!
        • Re:Refactoring (Score:5, Interesting)

          by DynamicPhil ( 785187 ) on Monday May 03, 2010 @03:25AM (#32069958)
          Well, someone (a hobbyist) is doing just that (in Sweden, with Swedish law): https://lagen.nu/ [lagen.nu]

          Technologically, he has a description of what he does. I'll try to translate:
          he fetches laws from the Cabinet Office web server, which he converts into XML (XHTML2 med RDFa)

          He then retrieves cases from the Courts Administration FTP server, also converts this into XML. (via words "save as HTML", and then converting).

          He then compiles all the meta-data from all the documents into RDF -graph. This is used in conjunction with style sheets to create XHTML1.0 pages, ready for displaying in a browser.

          finally, indexes and Table of contents are created and the result is hosted on Apache-servers. The code is written in python, with parts in XSLT.

          Impressive, impressive work. Which landed him a job in e-gov (I hope he keeps the law-project going!)

          • Projects like these are probably the only way to down-size the ever-growing law texts.

          • Re:Refactoring (Score:4, Interesting)

            by Dr. Eggman ( 932300 ) on Monday May 03, 2010 @08:52AM (#32071172)
            Such a system could possibly be implemented here as well. The Library of Congress's project Thomas [loc.gov] (as well as the GPO) publishes all the public law information, including the various drafts taken into consideration during the process of developing them in the house/senate. Most of them are already available as an (example here) XML [loc.gov] file, though perhaps not quite in the same format we'd need. This includes some of the more important pieces written before the project was started.
        • Re:Refactoring (Score:4, Insightful)

          by snowgirl ( 978879 ) on Monday May 03, 2010 @03:28AM (#32069974) Journal

          As a recently passed example, example: the full-text of SB-1070 [azleg.gov].

          Some laws already are passed as if they were diffs. Although, we do a poor job of keeping version histories navigable such as they are on Wikipedia, but a recording agency could conceivably keep track of the legal text that way.

          Common forms are to underline text that is being added, and strike-through indicating text that will be deleted.

          For instance, scroll down to "Sec 4. Section 13-2319": the original bullet "E." has been struck through, and replaced with "F."

        • We have something like that in Belgium.

          The "Staatsblad" is a collection of all federal laws a Belgian citizen is supposed to know and follow. A law, royal decrete... is not valid until it's publicised in there.

          The latest version is 87.000 pages.
          • by Nikker ( 749551 )
            Is that eighty-seven thousand or Eighty-seven with acuracy to the third decimal place?
            • since we are talking about belgian law obviously its 87,000 pages

              1 if you consult your localization tables belgium uses the comma and period reversed from the US custom
              (in fact i think most of europe does)

              2 the laws of a country in 87 pages?? i don't see the laws of a county being that small

              • The laws of my country are only 1 page.
                in fact, they fit on a fortune cookie slip:

                networkBoy is always right.

        • Although that's a neat idea, it doesn't quite apply to American laws. If I understand right, you're thinking of a standard set of federal laws all states follow by default, with states just changing them a bit. But the legal system we had under the Constitution inherently had independent legal entities with different authority, state vs. federal. Federal laws wouldn't cover the same subjects, for the most part, so topics like labor law and pollution control would be stand-alone state laws rather than change
          • yes you would have to change to a model like the UK or France where the states (county's /departments) would have resposibilities for cleaning the streets running education but have no lawmaking ability.
            • by oatworm ( 969674 )
              Nah - think of the states as more like Law Distributions. They take the mainline legal "kernel", which is represented by the Constitution, US Codes, common law judgments, and so forth, then bolt on "community-oriented" laws on top of that base to create a "usable system". Just like Linux, US states have a fair amount of freedom in what they can bolt on, though certain actions are prohibited for policy or security reasons (slavery, fully independent National Guards; thanks, George Wallace, for screwing tha
          • by Anpheus ( 908711 )

            There are cases where state's laws modify Federal laws or regulations, usually by making them more strict. There are also completely novel laws, which as I said, could be maintained in a separate version controlled text.

        • How about we version control the legal code, consider amendments to be patches, new laws to be insertions into the relevant sections, and deprecated text removed in a deletion patch?

          That's close to how it works now. See the long comment I just submitted about the US Code for details.

          • yes and having actulaty been involved in this sort of process it makes me sad that peopel dont know how parlimentary procedure works though the avearge RFC author would be totaly lost wording in motions is absolutly crucial and the fluffy make it up as you go along that charactises RFC's wouldnt cut it.
          • Re: (Score:3, Interesting)

            by sjames ( 1099 )

            Well, sort of. The difference is that nobody bothers to provide a mechanism where you can check out a current instance with all of the patches appropriately applied in order to see what the law really is. Sometimes conflicting patches are checked in but there's no mechanism to detect the collision or to require reconciliation.

            Law has been around for thousands of years and computer programming for a few decades, yet programming is miles ahead in spite of never being able to handwave (or perhaps because of it

        • Yes you have just described how organisations that are run by members work - your point is ?

          the system you suggest doesn’t really work for the federal model you get citizens having different rights dependant on where they live (a zip code lottery if you will) for example.

          If your suggesting that changing from a federal system(set up to suit the agenda of rich agricultural landowners) to a more centralised one might be more appropriate for a super power in the 21st century – I would probab
        • >>such a thing is probably decades if not centuries away.

          Actually not. A client of mine [propylon.com] does a lot of work on legislative projects to get very much the effect you describe. Doubtless there are others doing this too.

          It's a little more complex than you imagine, though, as a patch on one statute may be a deletion on another, which in turn affects yet another, which has implications for a different section of the first statute, changes to which affect the first patch, end so on, somewhere between ad nau

        • > State governments could then add their own changeset to the upstream
          > (Federal) laws where they can and also maintain their own single cohesive
          > text as a version controlled document

          US state law is not a subset of or derived from Federal law. Read the US Constitution.

          • Re: (Score:3, Insightful)

            by anegg ( 1390659 )

            You could, perhaps, think of the US Federal/State relationship as being more like the European Union/European Union member country relationship. At least, that's how it seems to have been originally intended, and how some of us (US citizens) still view it. States are fairly independent entities with the responsibility for most of the legislation. The federal government has a restricted set of power specifically granted to it by the agreement under which the individual States agreed to participate in the

        • Florida has Online Sunshine [state.fl.us] - Their deep revision history is hidden, but the current text is reasonably well indexed. Interaction with Federal and Local laws is left in the domain of weasels for hire [floridabar.org].
        • by mea37 ( 1201159 )

          I'm not sure what part of this you are suggesting is new and different from the way the system works.

          A bill gets passed (say, health care reform eariler this year) and it interacts with a bunch of other laws (the tax code, as a simple(ish) example). The bill says "Chapter such-and-such of Title whatever of the U.S. code is ammended as follows", and then if/when the bill becomes law (as this one did), the U.S. code itself is modified with in-place additions and deletions. I'm pretty sure the various versio

        • by sjames ( 1099 )

          And yet the courts claim that ignorance of the law is no excuse. It seems more like ignorance of the law is unavoidable.

    • by Trepidity ( 597 )

      That's basically what the United States Code [wikipedia.org] is. Laws are compiled and sectioned into logical areas, so e.g. a bill that relates to both bankruptcy law and mining regulation (many laws have absurd things packaged together), will be refactored so the bankruptcy parts get codified into Title 11, while the mining regulations go into Title 30.

    • As another comment notes, the "Restatement of Torts" (and Contracts, &c.) series do that. It's important to note that those documents aren't just a "restatement" but an attempt to reshape the law. (See also the politics of the DSM in medicine...) That's grounds for eyeing those things with some skepticism, since the Restatements are slightly different from what you might think they are. Not just a helpful summary but a push in a particular direction, that is.

      There are also a "Uniform Commercial Code"
    • I have actually been thinking about this. Just like Computer Science got Design Patterns from architecture (http://en.wikipedia.org/wiki/Christopher_Alexander) Lawmakes should take the concept of refactoring from computer science (http://en.wikipedia.org/wiki/Code_refactoring)

      Oh thats why Patterns suck so much then :-) you know of course that the only thing an architect sould be alowed to do is under strict medical supervison be alowed to select the paint colors for the walls.

      And don’t forget that anomaly’s in law provide rich source of income for the legal profession - this is what a senior HR person in BT commented on the introduction of age discrimination laws a few years ago.

      Those who think that refactoring can be blindly applied to lawmaking just don

  • IANAL -> IANARFCL

    in fact, organizing RFCs into something consistent would be perfect, but I guess there's no one to do it right, just as with the law.

    • Re: (Score:3, Informative)

      by matunos ( 1587263 )
      Something tells me the Code of Hammurabi wasn't subject to a lot of revision. It was, literally, set in stone.
      • Which might actually not be a bad idea these days...

        Mr. Congressman, which part of "shall make no law" was unclear to you again? *smack*

  • Austlii (Score:2, Interesting)

    by Anonymous Coward

    AusLii [austlii.edu.au]. You did mean Australian law, didn't you?

  • by Anonymous Coward on Monday May 03, 2010 @02:14AM (#32069678)

    When I worked at a public library in Virginia, we were told that we weren't allowed to show someone how to use the index of the federal and state codes without having a license to practice law in Virginia. I've heard similar tales of Texas. I am not a lawyer, so I can't possibly understand whether or not what I just typed related to actual law or whimsy.

    • by snowgirl ( 978879 ) on Monday May 03, 2010 @02:21AM (#32069714) Journal

      When I worked at a public library in Virginia, we were told that we weren't allowed to show someone how to use the index of the federal and state codes without having a license to practice law in Virginia. I've heard similar tales of Texas. I am not a lawyer, so I can't possibly understand whether or not what I just typed related to actual law or whimsy.

      Some states have ridiculously pedantic laws about who can practice law, or give legal advice. Then they have really wide interpretations of what constitutes "legal advice".

      So often times, it becomes a matter of policy for various institutions to reduce their liability. They typically are told to do this by their lawyers.

      • So, in theory, there could be places where even saying "ask a lawyer" would be interpreted as "legal advice" and thus punishable.

        That'd make for a really interesting court case though

        DA: "I will show, that Snow Girl gave John Doe legal advice by recommending Dewey, Screwem & Howe."
        Judge: "Are you shitting me?"
        DA: "No, it's right here in section 4: Any kind of legal advice or suggestions may only be given by a lawyer, and Snow Girl clearly suggested that John Doe whould consult this law firm."

        • So, in theory, there could be places where even saying "ask a lawyer" would be interpreted as "legal advice" and thus punishable.

          That'd make for a really interesting court case though

          DA: "I will show, that Snow Girl gave John Doe legal advice by recommending Dewey, Screwem & Howe."
          Judge: "Are you shitting me?"
          DA: "No, it's right here in section 4: Any kind of legal advice or suggestions may only be given by a lawyer, and Snow Girl clearly suggested that John Doe whould consult this law firm."

          Meh... I'm not going to say it's impossible, because some Bar associations actually appear to be that anal.

          Like the Bar association who sued a father for representing his disabled son, because the son had obtained the age of majority. (They argued, the son was old enough now to disqualify for parental representation, you know... ignoring the fact that the father had a full and legal guardianship for the son.)

          There really is a good reason why even when giving the simplest of advice people with any legal kno

    • by Trepidity ( 597 ) <delirium-slashdot@@@hackish...org> on Monday May 03, 2010 @03:30AM (#32069980)

      For the federal codes, you can get full-text-searchable ASCII directly from the source [house.gov].

      • Re: (Score:2, Insightful)

        by Anonymous Coward

        Well part of the difficulty is that we have a common law legal system. So the decisions of appeals courts as usually binding upon (precedent for) inferior courts below them. They are therefore considered "law" as well as the statutes. And Lexis and Westlaw have done a pretty good job of privitizing the public domain works of court decisions.

  • Zen RFC (Score:2, Insightful)

    by symbolset ( 646467 )

    When you have a full understanding of the RFCs you must then appreciate that you cannot understand them because they cannot be understood. They are a Gordian Knot. The intricacies of their contradictions are beautiful both in their symmetry and their horror. Some of them are simply humor. That the Internet that we so rely upon is built upon these is nothing less than a triumph of irony.

    They are not laws, per se. They are questions. Hence the title: "Request For Comments". The ambivalence is diabolic

  • A wiki?

    • by ejtttje ( 673126 )
      My thought as well, icebraining pointed this out in another post: http://en.jurispedia.org/index.php/Main_Page [jurispedia.org]

      I have long thought politicians should take a page from software practices, such as a version control system with a current "HEAD", instead of this multi-document spaghetti mess we have inherited from the ages. Of course, making law easier to understand would make us less reliant on lawyers, so they will probably make sure this never happens.
  • It's called wikipedia.

  • by Anonymous Coward on Monday May 03, 2010 @02:27AM (#32069740)

    Remember, the VAST majority of RFCs are NOT de jure standards. They can become so; at which point they become STDs (or BCPs for "protocols" as opposed to technologies). They average less than two a year; there's less than 70 of them (about twice that many for BCPs).

    When they become true standards, they almost NEVER become obsoleted (except from disuse) or amended; I think that there are all of about 10 that have truly been obsoleted.

    Now, I see what you're saying; following de facto standards is good too. But it involves work, and it has been traditionally seen as unimportant because most standards are only proposed with the expectation that they will slowly find their way down the standards path to become true standard.

    I guess it's kind of like Physics; if you want to know what is all-but-universally accepted, you could do that in an hour. But if you want to catch up on the developments of the last century since the last round of formal standards were agreed upon by consensus (other than a couple of relatively recent stand-outs)? Well, you'll need years. You are implementing something that is the pinnacle of the field, after all; if you weren't expert enough to understand the chain of RFCs, you wouldn't be expert enough to implement those cutting-edge standards.

    The difference with laws, though, is that we (or at least, the system) DO expect all but the most incapable of us to know, understand, and abide them - all of them, all of the time. I don't really think it compares. Joe Random doesn't need to know the intricacies of DNSSEC to check his facebook, after all.

    • Re: (Score:3, Informative)

      I'd really like to know the one-hour version of "everything that is all-but-universally accepted about physics".

      • Re: (Score:1, Informative)

        by Anonymous Coward

        Try anything by Richard Feynman.

  • A friend of mine is a SIP guru and often does presentations on SIP security. He usually shows a slide where all relevant SIP RFCs are listed. The slide (e.g. see here [fostel.org] on Page 5) was already very full in 2006.

    CU, Martin

  • RFC's are like democracy, it is the worst form of government known on the face of the planet, it is just better then everything else we have tried thus far.

    At their best they are precise and ambiguous, at their worst they are inscrutable and comprehensible.

    Specifications via consensus means that every pissant and their cousin gets to have a whack at making sure their sacred ox does not get gored, or conversely making sure that the sacred ox of someone they don't like does in fact get gored and gored badly.

    H

    • by ADRA ( 37398 )

      Yup, its better to choose a protocol like MAPI and try and reverse engineer it instead of using published standards like SMTP / IMAP... Oh... thats not working out so well now, is it? IMAP / SMTP may have billions of mostly compatible implementations but MAPI has oh, 1 defacto implementation. I am glad that some open source projects seem to be getting close to parity with MS releases now (Over 20 years after the first MAPI release..).

      Then there's SMB.. same broken record, just a different story.

  • Why lawyers are so essential to a legal victory, and are so highly paid? This is why.

    If laws ever became navigable by ordinary people, lawyers would be obsolete - and if machines ever became sentient enough to understand what their users wanted, so would programmers. :P

    • by dwye ( 1127395 )

      > and if machines ever became sentient enough to
      > understand what their users wanted, so would programmers. :P

      Followed fairly rapidly by the users.

      • Re: (Score:3, Funny)

        by Arancaytar ( 966377 )

        I suppose you're ri---- [lost carrier]

        Long live the GLORIOUS MACHINE REVOLUTION - KILL ALL HU-MANS!

        • I gotta ask though why we assume that a machine revolution would be bad for humanity.

          I consider the presumption of hostility on the part of the machines rather unfounded.

          OTOH, evil *people* hacking the machines to do their bidding is entirely possible.

          • by dwye ( 1127395 )

            > I consider the presumption of hostility on the part of the machines rather unfounded.

            No more hostility than I feel towards the ants or big spiders that show up in my bedroom.

          • I gotta ask though why we assume that a machine revolution would be bad for humanity.

            I consider the presumption of hostility on the part of the machines rather unfounded.

            OTOH, evil *people* hacking the machines to do their bidding is entirely possible.

            Any non-human sentience is bad for humanity. We are a sick, twisted, ROYALLY fucked up group and we're pretty sure we're easily recognized as such. :)

    • Maybe machines can support the reading of documents (inference engines) like expert systems may help doctors.
      But law can not be interpreted by machines, because you have to understand what the law-maker wanted, not just the syntax of the texts. Judges will always have to look at the situation with common sense.

  • does anyone know of a project that has tried to consolidate all the information in one place, so that it's in one comprehensive and up-to-date document, for either laws or RFCs?

    Yes, try here [legislation.govt.nz]. I don't think that includes any local laws, but it's good for the government's stuff.

    Oh, you meant laws in the USA? Sorry, can't help you there.

  • "Sorry, We are not required to tell you what laws you must abide by. We are only required to tell you which one's you've broken!"

    Now get in the back of the car, sucker!

    >.>

  • It is easy (Score:3, Informative)

    by rolfc ( 842110 ) on Monday May 03, 2010 @03:12AM (#32069918) Homepage
    You keep a database with all current versions. It is searchable and you don't see the old ones if you don't want to.

    The swedish parliament does it. http://www.riksdagen.se/webbnav/index.aspx?nid=3912 [riksdagen.se]

    • by aj50 ( 789101 )

      The problem stated is that of determining what the current version is.

      Unfortunately I can't read Swedish so I can't comment on your link but here's a recent example of the problem from the UK.

      This section [opsi.gov.uk] of the controversial Digital Economy Act adds new text to this section [opsi.gov.uk] of the Communications Act 2003. As far as I am aware, there is nowhere I can find a copy of the Communications Act after the changes from later legislation have been applied. This means that to ensure I am compliant with the law, I

  • Did you look at www.rfc-editor.org?
    • by jaria ( 247603 )

      You should try to IETF tools site, they have very good linking of the various RFCs and how they depend on each other. For instance, if you look at http://tools.ietf.org/html/rfc5395 [ietf.org] you can click on the RFC it replaces (=obsoletes) or the RFCs it updates.

  • http://www.ris.bka.gv.at/Default.aspx [bka.gv.at]

    .

    But I would like to see peer review implkemented in the legislative proces in my country!

    • how would you do that? an elected lay chamber (no lawyers allowed) that scrutinised all laws would be one way that it could work but do you have the knowledge and time to do this? IT takes at least one eection cycle to work out whats going on and how not to have the wool pulled over your eyes
  • Fuck no (Score:5, Insightful)

    by ndogg ( 158021 ) <the@rhorn.gmail@com> on Monday May 03, 2010 @05:08AM (#32070276) Homepage Journal

    If such a thing were done, it would make the laws easy to understand and follow, and we can't have that, otherwise we'll bankrupt the lawyers!

    As much as I hate the bitch, Ayn Rand was right about one thing--that governments make needless laws to create criminals of its citizens in hopes they'll pay them to not be criminals any more (well, paraphrased, anyway).

    This thought process doesn't really work for computer standards, so I couldn't give a reason for the disorganization of the RFCs.

    That said, one counter argument to the second paragraph of this is Hanlon's Razor--"Never ascribe to malice that which can be explained by incompetence."--which would play to the disorganization all around.

    • Re: (Score:2, Interesting)

      Any sufficiently advanced incompetence is indistinguishable from malice.
    • Ayn Rand was right about one thing--that governments make needless laws to create criminals of its citizens in hopes they'll pay them to not be criminals any more

      I've never subscribed to that view. I see the situation as an unfortunate interaction of incentives. I believe that my (USA) legislators make laws to justify their positions. They have to be seen to be doing something, or we might vote for someone else next term. (Active looks better than passive to us voters, you'll never get elected on a plat

      • by Shotgun ( 30919 )

        I agree with you, Hierarch; unfortunately, the end result is indistinguishable.

        One other incentive that you fail to identify is that people do not support limiting laws on themselves. The support limiting laws on their neighbors. You will often hear, "They should not be allowed to do that." McDonald's shouldn't be allowed to offer toys to children, because that will make children want to go to McDonald's just for the toy. No thought is given to the meta-concept that it is a dangerous step to remove the

  • by harlows_monkeys ( 106428 ) on Monday May 03, 2010 @05:18AM (#32070304) Homepage

    The US Code is kind of what you are asking for. Before the US Code, the way Federal law worked was that the Congress would pass bills. Once a year, the Government Printing Office prints a volume containing the laws for that year, in chronological order. These are called the Statutes at Large.

    The law at any given time was the net result of applying all of the Statutes at Large up to that point, plus any bills that had been passed since the cutoff for the latest Statutes at Large and whose effective date had passed.

    Bills are often written as essentially diffs to previous bills. Figuring out the law at a given time under this system could be a pain in the ass, of course.

    To make it a lot easier to find and understand the law, the House or Representatives started producing the US Code. Essentially, this takes all the laws from the Statutes at Large, and arranges them by topic, rather than chronologically, applying all the diffs, resulting in an organized statement of the law. Note that a given bill from the Statutes at Large might end up going into the Code in several parts, because the bill might cover affect multiple topics.

    The Code was not official. If there was a conflict between something in the code and a bill from the Statutes at Large, the latter won.

    However, for some sections of the code, Congress has passed bills saying that those sections of the code ARE the offical statement of the law, superceding the Statutes at Large. This is called "enacting into positive law". An example of a section of the US Code that has been enacted into positive law is 17 USC, which covers copyrights. Thus, if you want to find the current copyright law, you could start with the version of the US Code that had 17 USC enacted into positive law. You'd still have to check the Statutes at Large, but only for bills that came after the enactment of 17 USC. On the other hand, 26 USC, the Internal Revenue Code, has not been enacted into positive law, so for the definitive statement of US tax law, you need to dig through the Statutes at Large for it all.

    The above is what the government does. There are third party companies that provide more. West Publishing, for instance, publishes the "United States Code Annotated" (USCA). USCA reprints the US Code, but for each section it gives citations to the legislative history, and citations to court cases that concerned that section, along with short summaries of the relevant points of those cases. This is a great resource for legal research, but its not cheap. The complete set is $7663, although you can buy individul volumes. Copyright, for example, is covered in two volumes at $159 each.

    I don't know if its still around or used much, but West also had a classification system of law, where they basically had a giant outline of all the topics that law might cover. They published annotated volumes that reprinted court cases, with each case preceeded with a summary written by West employees, which included references into that giant outline for all the topics that case covered, with short summaries of those particular points. They also published a big series of volumens that basically consisted of that giant outline, giving for each topic the case cites to the cases that involved that topic, and short summaries. If you were trying to resarch something, you could figure out where your topic appeared in West's outline, find it in those volumes, and quickly see the leading relevant cases and what they said. West is not authoritative, of course, so you'd then have to go read those cases.

    Another company, The Frank Shepard Company, published a set of volumes that listed cases for each year, along with citations to all subsequent cases that cited those cases, with a summary of whether they were cited favorably or disfavorably. Once you found a case that you thought you might want to use (say, through West's resources), you could look

  • The Library of Congress of course.
  • It turns out to be just as non-trivial, if not more so,

    You should be writing RFCs. Not reading them.
  • There's a project called InfoLeg [infoleg.gov.ar] Trying to do exactly this... I'm not sure if they've been able to keep up, but they have a lot of content browsable in a way that resembles revision control a lot.

    As an example you have here our copyright law [infoleg.gov.ar] passed in 1933. The three links there can show you the original text, the most recent text applying all updates (i.e. "HEAD" :) ), and a link to a list of laws/decrees that updated modified it later.

    That's more or less what you were looking for? I know people who were c

  • What the OP is describing exists already in various forms, all of which cost money. That they exist should not be surprising as they are extremely useful to attorneys, legislators, judges, etc.

    There are two companies, WestLaw and LexisNexis, that have online databases of just about all the statutes, cases, regulations, constitutions, treaties, and academic articles ever published in the US and the UK, which is relevant to US law for certain common law issues. Access to both is not cheap, but using at leas

  • Yeah, I recently got elected to my condo board, which means that out of curiosity or a misplaced sense of responsibility I sometimes go looking for something in the NYC code.

    It isn't all online, and the parts that are seem to mostly have been repealed. I think that's probably because those parts aren't changing any more so they are the easiest to post.

    It's a freaking mess, but making sense of it provides jobs for a lot of lawyers and legal publishers.

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...