GYERO ARCHIVE

Status
Not open for further replies.

BBdK

Heisman
Sep 21, 2003
159,783
74,127
0
lass TextScramble {
constructor(el) {
this.el = el
this.chars = '!<>-_\\/[]{}—=+*^?#________'
this.update = this.update.bind(this)



False, Booker. #FreeAdnan




}
setText(newText) {
const oldText = this.el.innerText
const length = Math.max(oldText.length, newText.length)
const promise = new Promise((resolve) => this.resolve = resolve)
this.queue = []
for (let i = 0; i < length; i++) {
const from = oldText || ''
const to = newText || ''
const start = Math.floor(Math.random() * 40)
const end = start + Math.floor(Math.random() * 40)
this.queue.push({ from, to, start, end })
}
cancelAnimationFrame(this.frameRequest)
this.frame = 0
this.update()
return promise
}
update() {
let output = ''
let complete = 0
for (let i = 0, n = this.queue.length; i < n; i++) {
let { from, to, start, end, char } = this.queue
if (this.frame >= end) {
complete++
output += to
} else if (this.frame >= start) {
if (!char || Math.random() < 0.28) {
char = this.randomChar()
this.queue.char = char
}
output += `<span class="dud">${char}</span>`
} else {
output += from
}
}
this.el.innerHTML = output
if (complete === this.queue.length) {
this.resolve()
} else {
this.frameRequest = requestAnimationFrame(this.update)
this.frame++
}
}
randomChar() {
return this.chars[Math.floor(Math.random() * this.chars.length)]
}
}

// ——————————————————————————————————————————————————
// Example
// ——————————————————————————————————————————————————

const phrases = [
'Neo,',
 

Brandon Stroud

All-Conference
Feb 5, 2018
2,312
4,637
0
Which one are you choosing?

Strawberry sundae crunch or choco taco. Chipwiches are aight, but the M&M ones are :100points:
 
  • Like
Reactions: cawoodsct

joeyrupption

All-American
Jun 5, 2007
8,686
7,455
0
lass TextScramble {
constructor(el) {
this.el = el
this.chars = '!<>-_\\/[]{}—=+*^?#________'
this.update = this.update.bind(this)



False, Booker. #FreeAdnan




}
setText(newText) {
const oldText = this.el.innerText
const length = Math.max(oldText.length, newText.length)
const promise = new Promise((resolve) => this.resolve = resolve)
this.queue = []
for (let i = 0; i < length; i++) {
const from = oldText || ''
const to = newText || ''
const start = Math.floor(Math.random() * 40)
const end = start + Math.floor(Math.random() * 40)
this.queue.push({ from, to, start, end })
}
cancelAnimationFrame(this.frameRequest)
this.frame = 0
this.update()
return promise
}
update() {
let output = ''
let complete = 0
for (let i = 0, n = this.queue.length; i < n; i++) {
let { from, to, start, end, char } = this.queue
if (this.frame >= end) {
complete++
output += to
} else if (this.frame >= start) {
if (!char || Math.random() < 0.28) {
char = this.randomChar()
this.queue.char = char
}
output += `<span class="dud">${char}</span>`
} else {
output += from
}
}
this.el.innerHTML = output
if (complete === this.queue.length) {
this.resolve()
} else {
this.frameRequest = requestAnimationFrame(this.update)
this.frame++
}
}
randomChar() {
return this.chars[Math.floor(Math.random() * this.chars.length)]
}
}

// ——————————————————————————————————————————————————
// Example
// ——————————————————————————————————————————————————

const phrases = [
'Neo,',
this.update = this.update.bind(deez nuts)
 

_Chase_

Heisman
Jan 22, 2004
33,895
33,391
113
Free little piece of advice to Adnan. Shave the beard and get a respectable haircut. Don't, and risk Billy Joe Patriot thinking he's a terrorist and convicting him regardless of evidence.
 

BBdK

Heisman
Sep 21, 2003
159,783
74,127
0
How so? S-Town was unreal.

2 out of 3 (which includes the 2 best podcasts ever) isn't too shabby.
 

MaxPowerrr

Heisman
Feb 9, 2006
38,504
41,065
0
Darius Bazley going to G League instead of Syracuse?!?

I guess don’t FAARRR CAL for not recruiting him after all.
 

BBdK

Heisman
Sep 21, 2003
159,783
74,127
0
S Town was a fascinating story, all around. Worshipped.


-What's the wedding DJ scene saying about Bazley? Shew wee I can't imagine ole Jimmy's tears & whining if that happened, LOL

Edit: looks like it's done already. LOLOLOL
 
  • Like
Reactions: buckethead1978

BBdK

Heisman
Sep 21, 2003
159,783
74,127
0
In all seriousness, could be a pretty landmark decision for CBB & the elite recruits...especially if it works out for him.
 

catlanta33

Heisman
Aug 27, 2013
78,926
19,571
0
Per Wiki, janitors score a 14 on the Wonderlic.

Also, per common sense, when you do the Heisman pose and fumble the game away after, you probably aren't going to score very high.

#endinggenerationalpovertybutalsogivingnotsmartpeoplelotsofmoneytospendatcheesecakefactoryandpossestuff
 

joeyrupption

All-American
Jun 5, 2007
8,686
7,455
0
I'm in the early development stages of a podcast with a non-gyero lawyer buddy. Lots to address, frankly.
No matter what you do, I think the key is having segments - even if they are a essentially a ruse. Otherwise you’re just another couple of rambling white guy ********, and there is no sense of progression to the content, IMO.

But what do I know, I’m just the auteur of the greatest film criticism podcast of all time, NBD.
 
  • Like
Reactions: SAECATFAN

BBdK

Heisman
Sep 21, 2003
159,783
74,127
0
Thoughts on the Basil Hayden Dark Rye?

Looks a little weird (touched with Port?) but the Krogers had it for $28, so I scooped.
 
  • Like
Reactions: Bonzo_Cat

drxman1

Heisman
Nov 5, 2008
19,464
10,914
0
Haven’t had that one yet.

Have Jefferson’s Cabernet cask, woodford brandy cask, belle Meade sherry cask...it’s an interesting twist.

Buddy is giving me one of his barrel picks tonight. 1792 single barrel full proof. Excited to try.
 

PuffyNips

Heisman
Nov 13, 2001
38,024
19,724
82
-What's the wedding DJ scene saying about Bazley? Shew wee I can't imagine ole Jimmy's tears & whining if that happened, LOL

Edit: looks like it's done already. LOLOLOL

Actually talked to him last night. He said that kid and his whole family had to come live with him and his ex-wife several times due to electric being turned off, evicted, etc.

Kid has a couple of sisters and they can really use any money they can get. That was before my friend knew he was going G League. He was talking about how happy he was that it looked like he would be in the NBA in a few years.
 

drxman1

Heisman
Nov 5, 2008
19,464
10,914
0
Was kind of humorous, while at liquor barn this guy was asking for Pappy. The clerks kind of chuckled, no we don’t have any and don’t know when it’s coming. Was like he was trying to get a res at Dorsia.

I mention to him if he really wants it go to Justin’s House of Bourbon...but it will cost you.
 

UKStoleMyFish

All-American
Dec 31, 2002
12,031
6,416
0
Just got around to reading the Ringer article UCL linked.

Of the teams in the Final Four...
  • Only one potential lottery pick
  • All are "system" teams "who play like NBA teams"
  • Small lineups
  • Spread the floor
  • Shoot from most efficient spots on the floor, i.e., the paint and the 3 point line (so... no contested 18 footers?)
  • 3 of the 4 are top 15 in the country in 3 pointers taken per game
  • The other one (Loyola) plays slowly, but is 15th in the country in 3 point percentage (40%)
  • 3 of the 4 are top 15 in the country in three point accuracy
  • All 4 start a combo forward or a stretch 4
  • 2 of the 4 start a stretch 5
  • All 4 teams are top 20 in the country in assists

Percentage of shots taken from three point range:
  • Villanova: 47%
  • Michigan: 43%
  • Kansas: 41%
  • Loyola: 36%
  • Kentucky: 25%

Percentage of shots that are 2 point jumpers:
  • Villanova: 20%
  • Kansas: 21%
  • Loyola: 22%
  • Michigan: 26%
  • Kentucky: 38%

WHAT THE HELL ARE YOU DOING TO EARN YOUR PAYCHECK, STATBOY JOEL JUSTUS


(I do think we'll look a lot more like this next year, tho.)
 

UKwizard

Heisman
Dec 11, 2002
21,313
13,878
113
I like Nova and I will be eternally grateful they crushed UNC's soul at the buzzer and they could very well win it this year again but over the last 5 years they have been boom or bust with 3 of the 5 years they are out in the second round to 8 seeds and a 7 seed. Not sure that **** would fly here.
 

ktatum

Junior
Mar 18, 2004
8,034
260
0
Had Ready Player One on my desk for three months. Decided to see the movie last night on a whim. Typical Spielberg. Not outstanding, but solid. Had about as much early to mid 90’s stuff as the 80’s. 7/10. Will finally read book I think.
 
Status
Not open for further replies.