Slashdot Mirror


User: C.W.+Moss

C.W.+Moss's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:People are looking at this from the wrong angle on BPI Sue AllOfMp3 In British Courts · · Score: 1

    Exactly right. It seems the only succesful weapon they actually have is fear. Instead of pursuing a change to their moral (i.e. pirating is theft), which is obviously a very hard task, they opt for the much easier solution: we know what you're doing online.

  2. Re:Sick on Online Revenge · · Score: 1

    Well in that case, I think it's a pretty crappy situation for the poor guy. Maybe there's gonna be a counter-counter-attack... : )

  3. Re:The Political Pirate Party on ThePirateBay.org Raided and Shut Down · · Score: 1

    I think people need to realize that they're not using their democratic right cleverly, when their vote goes to protect the rights and riches of the few. This is exactly what copyrights on media is these days and it's a symptom of a democracy that is not working for the better of the majority.

    This might not be the intention either; it just might be that most people think it's great that the wealth isn't shared equally. Afterall, this does create popstars, idols, dreams etc. for the ordinary people. I don't think it's worth it though. Why shouldn't everybody have cheap access to culture? There's plenty incentive to be a musician even without the millions of dollars, just look at old geezers like Tom Waits and Bob Dylan.

  4. Re:Sick on Online Revenge · · Score: 1

    Maybe it was a stolen laptop; in that case it seems the measures taken are quite unjustifiable.

  5. Re:Matter of Personal Preference? on Web Development - The Line Between Code and Content? · · Score: 1

    If you're spitting out html-code, then Zope has a very powerful approach to keeping things separated. Rendering html from content usually involves very few types of operations, the most important being a database search query and looping through the resulting arrays (and subarrays etc.). For this Zope has the TAL macro language and it embeds very naturally in xhtml-code. You actually can't avoid outputting correct xhtml. As a content management layer, Plone does end up being rather convoluted, but once you get to know where everything is located and how it's put together, the application logic is very... well, logical.