Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Escape From Noise

google THIS posted:

Posting in BYOB should trend your post count towards the closest funny number.

Adbot
ADBOT LOVES YOU

Roth

google THIS posted:

Posting in BYOB should trend your post count towards the closest funny number.

:hmmyes:

Goons Are Gifts

google THIS posted:

Posting in BYOB should trend your post count towards the closest funny number.


alnilam

google THIS posted:

Posting in BYOB should trend your post count towards the closest funny number.

curated funny number list:
69
420
666
4200
6969
42069
69420
69666

mock-up code, well it's real code it's just probably not at all compatible with the forums' code

code:
import numpy as np
import sys

funny_numbers = np.array([69, 420, 666, 4200, 6969, 42069, 69420, 69666])
current_postcount = int(sys.argv[1])

N_old = current_postcount #Solely for printing the output later

#Find which funny number we are closest to
which_funny_number = funny_numbers[np.argmin(np.abs(current_postcount - funny_numbers))]

if current_postcount < which_funny_number:
    current_postcount += 1 #Increment post count
elif current_postcount > which_funny_number:
    current_postcount -= 1 #Decrement post count
#Else do not change the postcount at all, stay at the funny number

print("Horray, you posted! Postcount changed from",N_old,"to",current_postcount,", trending towards",which_funny_number)
successful code test
code:
  $ python funny_number_test.py 70
Horray, you posted! Postcount changed from 70 to 69 , trending towards 69
  $ python funny_number_test.py 69
Horray, you posted! Postcount changed from 69 to 69 , trending towards 69
  $ python funny_number_test.py 80
Horray, you posted! Postcount changed from 80 to 79 , trending towards 69
  $ python funny_number_test.py 300
Horray, you posted! Postcount changed from 300 to 301 , trending towards 420
  $ python funny_number_test.py 800
Horray, you posted! Postcount changed from 800 to 799 , trending towards 666
  $ python funny_number_test.py 4000
Horray, you posted! Postcount changed from 4000 to 4001 , trending towards 4200



ty manifisto

alnilam

I'll take this straight to the admins where there is a 0.01% chance it will be implemented and I won't blame them one bit, this forum is a house of cards



ty manifisto

Manifisto


alnilam posted:

curated funny number list:
69
420
666
4200
6969
42069
69420
69666

love this, except for the 8008, 80085, and 8008135 erasure (also 5318008 if you're a completionist)


ty nesamdoom!

Pot Smoke Phoenix



Smoke 'em if you gottem!
The square root of 69 is ate something

https://i.imgur.com/QKTkerO.mp4
Sig elements by Manifisto and Heather Papps
Sig File protected by SigLock. do NOT steal this sig!

alnilam

sorry also i misspelled hooray lol



ty manifisto

ELI PORTER

I posted on Something Awful and all I got was this lousy t-shirt
69 is a funny number, but it's no "laughing matter" to request that sex move from your loved one.

nut

embarrassed that i find 3 funny

Goons Are Gifts

alnilam posted:

I'll take this straight to the admins where there is a 0.01% chance it will be implemented and I won't blame them one bit, this forum is a house of cards

Let's make this our new mod project, bribe Jeff long enough that this becomes reality anytime between now and 20 years from now, we can do this


take the moon

by sebmojo

alnilam posted:


successful code test


holy poo poo lol

my prayers are with this project

----------------
This thread brought to you by a tremendous dickhead!

Adbot
ADBOT LOVES YOU

Stoner Sloth

take the moon posted:

holy poo poo lol

my prayers are with this project

hell yeah, good luck and godspeed al!







sigs by the awesome Manifisto, Vanisher, City of Glompton, Pot Smoke Phoenix, Nut, Heather Papps,Prof Crocodile, knuthgrush, Ohtori Akio, Teapot, Saosyhant, Dumb Sex Parrot, w4ddl3d33, and nesamdoom!! - ty friends!

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply