Author Topic: You're evil!  (Read 6947 times)

0 Members and 1 Guest are viewing this topic.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: You're evil!
« Reply #15 on: May 26, 2006, 09:08:04 pm »
Ah, I didn't know you could do (x|).  Cool!

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: You're evil!
« Reply #16 on: May 27, 2006, 03:15:09 pm »
That also includes gvi and xvi.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: You're evil!
« Reply #17 on: May 27, 2006, 07:20:50 pm »
(g|x|)vi(m|)

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: You're evil!
« Reply #18 on: May 27, 2006, 09:12:54 pm »
It is possible to have g and not m, isn't it?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: You're evil!
« Reply #19 on: May 27, 2006, 09:14:32 pm »
You suck at regular expressions.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: You're evil!
« Reply #20 on: May 27, 2006, 09:24:50 pm »
Yeah, I do, hence the "isn't it?".
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: You're evil!
« Reply #21 on: May 27, 2006, 11:51:59 pm »
*

There we go.  :D
And like a fool I believed myself, and thought I was somebody else...

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: You're evil!
« Reply #22 on: May 28, 2006, 02:19:00 pm »
You suck at regex, Blaze. "*" is not a wildcard, therefore it'd only pick up things like "blaze*sucks*at*regexs" which have a * in them.

You mean "".
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: You're evil!
« Reply #23 on: May 28, 2006, 04:19:27 pm »
* is a 0 or more quantifier, so "joe suck(s*|z*)" would match "joe suck", "joe sucks", "joe suckz", "joe suckssssss", "joe suckzzzzzzzz" or anything of that sort.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: You're evil!
« Reply #24 on: May 28, 2006, 04:28:41 pm »
That also includes gvi and xvi.
Ah, that's true.  Doing a proper regex would have to completely separate vi from all the rest, I think. 

Perhaps: (vi|(g|x|)im)

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: You're evil!
« Reply #25 on: May 28, 2006, 05:14:03 pm »
Another fairly well known Richard Stallman quote:

Quote
Why GNU `su' does not support the `wheel' group
===============================================

   (This section is by Richard Stallman.)

   Sometimes a few of the users try to hold total power over all the
rest.  For example, in 1984, a few users at the MIT AI lab decided to
seize power by changing the operator password on the Twenex system and
keeping it secret from everyone else.  (I was able to thwart this coup
and give power back to the users by patching the kernel, but I wouldn't
know how to do that in Unix.)

   However, occasionally the rulers do tell someone.  Under the usual
`su' mechanism, once someone learns the root password who sympathizes
with the ordinary users, he or she can tell the rest.  The "wheel
group" feature would make this impossible, and thus cement the power of
the rulers.

   I'm on the side of the masses, not that of the rulers.  If you are
used to supporting the bosses and sysadmins in whatever they do, you
might find this idea strange at first.

Quote from: older slackware man pages
       This program does not support a "wheel group" that restricts who can su
       to super-user accounts, because that can help fascist  system  adminis-
       trators hold unwarranted power over other users.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: You're evil!
« Reply #26 on: May 29, 2006, 08:15:39 am »
Quote from: older slackware man pages
       This program does not support a "wheel group" that restricts who can su
       to super-user accounts, because that can help fascist  system  adminis-
       trators hold unwarranted power over other users.

That almost sounds like a joke.  Hard to say, though.  I like it, anyways :)

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: You're evil!
« Reply #27 on: May 29, 2006, 12:46:14 pm »
Hahaha.  I wouldn't be too surprised if that's a real quote, but I'm not sure.