Author Topic: Pointless guessing contest!  (Read 8074 times)

0 Members and 1 Guest are viewing this topic.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pointless guessing contest!
« Reply #30 on: February 13, 2006, 03:52:30 pm »
Well, the total time was:
real    10952m54.951s
user    10908m42.713s
sys     30m26.132s

So the total time (real) was about 182 hours, 32 minutes, and 54 seconds. 
That is 7 days, 14 hours, 32 minutes, and 54 seconds.  And yes, I started it on Sunday night of last week at around 1am. 

The total size is 35082616kb
Which is 34260.37mb
Which is 33.457gb

So in the end, nobody went over, so the highest guesses win on both sides:

Part A - Time - Super_X
Part B - Size - zorm

Thanks for playing! :P

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Pointless guessing contest!
« Reply #31 on: February 13, 2006, 08:58:43 pm »
What command did you run? :/
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pointless guessing contest!
« Reply #32 on: February 14, 2006, 12:10:05 am »
Code: [Select]
root@roamer:~# cat lame.pl
#!/usr/bin/perl

use strict;

my $i = 0;
foreach my $file(<stdin>)
{
    chomp($file);
    #$file =~ s/'/\\'/g;

    $i++;
    print "Converting #$i $file\n";

    system("lame -b 192 \"$file\" ./temp.mp3");
    system("mv temp.mp3 \"$file\"");

    print("\n\n");
}

And I used something like this:
Code: [Select]
find ~/music -name '*.mp3' | ~/lame.plto run it. 

It was taking about 1.5 minutes/song, which isn't bad considering it's decoding/converting/encoding to .mp3 on a shit-slow machine. :)

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Pointless guessing contest!
« Reply #33 on: February 14, 2006, 12:15:27 am »
Hahaha. Did it re-tag them all? Hahahah, I hope so. :)
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pointless guessing contest!
« Reply #34 on: February 14, 2006, 12:18:56 am »
Hahaha. Did it re-tag them all? Hahahah, I hope so. :)
Good question! I though lame always distroyed taged ;O
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Pointless guessing contest!
« Reply #35 on: February 14, 2006, 09:27:57 am »
It does.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pointless guessing contest!
« Reply #36 on: February 14, 2006, 10:55:49 am »
No, but I can run my Java program which fixes the tags.  No problem there.