LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 06-10-2010, 09:04 PM   #1
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
The California budget has been cut so much, the state government can't even spell!


http://7oeyuq.bay.livefilestore.com/...aos.png?psid=1

This goes to show just how much California has cut the state budget (and ROTFLMFAO, it is extremely funny, albeit risqué).

Last edited by Kenny_Strawn; 06-10-2010 at 09:06 PM. Reason: Edited title
 
Old 06-10-2010, 09:11 PM   #2
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
ROTFL.
I really don't like California too much anyway
Also, whats with the pink/purple background?
 
Old 06-10-2010, 09:16 PM   #3
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791

Original Poster
Blog Entries: 62

Rep: Reputation: 56
Quote:
Originally Posted by smeezekitty View Post
ROTFL.
I really don't like California too much anyway
Also, whats with the pink/purple background?
It's the default Ubuntu background starting with the Lucid Lynx (v10.04 LTS). I have 10.10 Alpha 1 (aka the Maverick Meerkat).

And yes, I did get a kick out of this one myself when I downloaded the file.
 
Old 06-10-2010, 09:17 PM   #4
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Was Ubuntu really bold enough to choose a background that 95% of boys and 60% of girls will not like? hehe!
Values are not actually real but likely ~true.
 
Old 06-10-2010, 09:24 PM   #5
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Handboobs are a very important resource. Always remember to read your handboobs!

That Ubuntu theme makes me wanna puke though. Canonical is really trying hard to make Ubuntu not to be taken seriously, and appeal to the tweens apparently.

Last edited by Jeebizz; 06-10-2010 at 09:28 PM.
 
Old 06-10-2010, 10:39 PM   #6
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
That Ubuntu theme makes me wanna puke though. Canonical is really trying hard to make Ubuntu not to be taken seriously, and appeal to the tweens apparently.
While it doesn't really make me "wanna puke" (), I think it does try to imitate Mac OS X quite a bit. Especially since they moved the default theme's window control buttons to the left instead of the right.

I don't like the default background, either. That's why I changed it in my U10.04 VM:

Sure, it's still one of the images that come with Ubuntu, but it's still better (IMO) than the default purple background...

EDIT: On a side note, I think I'm just gonna stop uploading images to LQ and use ImageShack or something instead. It keeps converting my image to a JPEG and scaling it down by 1x1 pixel. It makes it look ugly

My guess is that's because I've gone over half of my upload limit or something like that...

EDIT of EDIT: Here's an ImageShack link. I've removed the attachment.

Last edited by MrCode; 06-10-2010 at 10:44 PM.
 
Old 06-11-2010, 02:07 AM   #7
Dinithion
Member
 
Registered: Oct 2007
Location: Norway
Distribution: Slackware 14.1
Posts: 446

Rep: Reputation: 59
Perhaps "boob" is more natural for the author to write on a keyboard ;P
 
Old 06-11-2010, 02:13 AM   #8
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Jeebizz View Post
Handboobs are a very important resource. Always remember to read your handboobs!

That Ubuntu theme makes me wanna puke though. Canonical is really trying hard to make Ubuntu not to be taken seriously, and appeal to the tweens apparently.
Please #define tween.
Its not a word.
 
Old 06-11-2010, 02:34 AM   #9
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Code:
#include <stdio.h>
#define TWEEN "Someone between 10 and 12"

//The following is my interpretation of Jeebizz's opinion:

int main(int argc,char** argv)
{
    population_init(&argc,*argv);

    Company canonical;
    OperatingSystem ubuntu = {nick = "Lucid Lynx";
                              version = 10.04;}
    Kernel linux;

    while(canonical += ubuntu)
    {
        ubuntu.version += 0.6;
        ubuntu.nick = rand('A','Z'); //never used rand() before; are these the right params?
        ubuntu.appeal--;
           
        if(ubuntu.appeal <= 50)
        {
            ubuntu.audience = TWEEN;
            break; //Fail...?
        }

        kernel.version++;
    }
    return 0;    
}

Last edited by MrCode; 06-11-2010 at 02:45 AM. Reason: cleaned up the code; 'twas a mess, prolly still is a mess :P
 
Old 06-11-2010, 03:02 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
As the old saying goes: "A boob in the hand is worth two in the bra."
 
Old 06-11-2010, 07:34 AM   #11
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by smeezekitty View Post
Please #define tween.
Its not a word.
According to http://en.wikipedia.org/wiki/Tween:

Preadolescence, the stage between middle childhood and adolescence in human development, generally in the age range of 10 to 12 years of age.
 
Old 06-11-2010, 09:37 AM   #12
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Preadolescence, the stage between middle childhood and adolescence in human development, generally in the age range of 10 to 12 years of age.
So I was right! YAY!

Although that doesn't make my C any better. I really need to get some inspiration and/or motivation to write something useful; my C is getting rusty.

Last edited by MrCode; 06-11-2010 at 09:38 AM.
 
Old 06-11-2010, 10:09 AM   #13
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Jeebizz View Post
Handboobs are a very important resource. Always remember to read your handboobs!

That Ubuntu theme makes me wanna puke though. Canonical is really trying hard to make Ubuntu not to be taken seriously, and appeal to the tweens apparently.
^ +1
 
Old 06-11-2010, 10:12 AM   #14
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by MrCode
ubuntu.nick = rand('A','Z'); //never used rand() before; are these the right params?
No.

And you didn't include stdlib.h, which has rand()!

Instead of writing a complex explanation, I'll just tell you to type this command:

Code:
man 3 rand
BTW, man is a great C function reference, I don't know how I did without it!
 
Old 06-11-2010, 10:23 AM   #15
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Instead of writing a complex explanation, I'll just tell you to type this command:

Code:
man 3 rand
BTW, man is a great C function reference, I don't know how I did without it!
I can't decide if you're serious or if you're somehow mocking Sergei Steshenko...

Either way, I knew I f**ked up the rand() call, and I didn't really intend for the code to be executable anyway. It was just meant as a joke.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help with cut command using find. Cut last 8 characters leaving the rest ncsuapex Programming 4 09-16-2009 08:55 PM
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --set deadeyes Linux - Server 14 07-29-2009 04:30 AM
LXer: Sun to cut up to 6,000 workers, 18 pct of staff LXer Syndicated Linux News 0 11-14-2008 03:10 PM
How to use command grep,cut,awk to cut a data from a file? hocheetiong Linux - Newbie 7 09-11-2008 07:16 PM
LXer: State by state, Microsoft responds to creeping threat LXer Syndicated Linux News 0 05-01-2007 07:16 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 08:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration