Jump to content

A bit of Basic to help you all understand Vista


Sparda

Recommended Posts

BAD = 1;

DRM = BAD;

VISTA = DRM;

IF (VISTA = BAD)

{

PRINT "Don't get Vista!";

}

This is just some anti-Vista propaganda I came up with lol, but really any one should be able to do the if automatically in there heads if you have any programming background.

BAD = 1;

DRM = BAD;

VISTA = DRM;

I thought a anti-Vista propaganda thread was necessary ;)

Link to comment
Share on other sites

Here's for those who speak Delphi ;)

var

  DRM: String;

  BAD: String;

  VISTA: String;

begin

  BAD:= 'crippled';

  DRM:= BAD;

  VISTA:= DRM;



  if VISTA = 'crippled' then

  ShowMessage('Dont get Vista! Its ' + BAD);

end

I'm just wondering if it will be anyway possible to play HD content legally in Linux. For DVD's, you had to only pay the licence and make the software, but now it seems that you have to build the whole OS.

If treated like a criminal, might as well act like one. *Swithing to the dark side*

Link to comment
Share on other sites

If I remember rightly its illegal to play DVD’s on Linux, I remember years ago trying to track down libdvd (and associated libs the names I can't remember) was the hardest thing...ever.

#include <stdio.h>





main()

{

 int DRM;

 int vista;



 DRM =1;

 Vista = 1;



 if(DRM+vista == 2)  printf("vista sucks");

 else                          printf("vista still sucks");  //probably wont compile, but who cares.

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...