ADVERTISEMENT

GYERO ARCHIVE

Status
Not open for further replies.
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,',
 
Which one are you choosing?

327c4fc92280d8c2f7fd72813efd8a73--truck-humor-coffee-truck.jpg
Strawberry sundae crunch or choco taco. Chipwiches are aight, but the M&M ones are :100points:
 
  • Like
Reactions: cawoodsct
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)
 
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.
 
Props to NPR and Koenig for really F’ing up a good thing with Serial, by the way.
 
  • Like
Reactions: drxman1
Darius Bazley going to G League instead of Syracuse?!?

I guess don’t FAARRR CAL for not recruiting him after all.
 
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
 
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 assholes, 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
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.
 
-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.
 
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.
 
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.)
 
re: BH dark rye. I liked it. Wouldn't work with bourbon I wouldn't imagine. But the rye I guess balances the sweetness of the port.
 
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 shit would fly here.
 
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.
ADVERTISEMENT
ADVERTISEMENT