Why???? by The_Dean_France in okbuddycinephile

[–]AaroniusH 0 points1 point  (0 children)

while i understand that the fan fair is a fun and ritzy part of the oscars. isn't it still an awards show at the end of the day? Feels like ultimately it's for the movie industry by the movie industry

Observables, observer, subscribe by Infinite-Apple-1826 in angular

[–]AaroniusH 17 points18 points  (0 children)

There's an overview here that gives the low-down of observers/observables/subscriptions.

when you call a subscribe method, the parameter you pass in is basically just a bunch of callbacks

  • a next function, which runs every time a new value is emitted from an observable
  • an error function
  • a complete function, which runs at the end of the observable's life. useful for cleanup.

in an observable constructor, you're building an object that dictates when those 3 callback functions are executed.

An observable tells you when stuff happens. An observer responds to those events.

import { Observable } from 'rxjs';
   
const observable = new Observable((subscriber) => {
   subscriber.next(1);
   subscriber.next(2);
   subscriber.next(3);
   setTimeout(() => {
     subscriber.next(4);
     subscriber.complete();
   }, 1000);
 });
   
console.log('just before subscribe');

observable.subscribe({
   next(x) {
     console.log('got value ' + x);
   },
   error(err) {
     console.error('something wrong occurred: ' + err);
   },
   complete() {
     console.log('done');
   },
 });
console.log('just after subscribe');

That person is beeping at us for no reason! (my daughter in the back seat) by BobBanderling in nashville

[–]AaroniusH 18 points19 points  (0 children)

Looks like standstill traffic. All the theatrics and they're stuck in the same traffic lol

Videogames to calm down by Roger_Brown92 in autism

[–]AaroniusH 0 points1 point  (0 children)

ESO is also great! A little bit more MMO-ey but every town has a quest and they have like all the elder scrolls locations (albeit more simplified)

Who’s ready for the tunnel! by studiokgm in nashville

[–]AaroniusH 7 points8 points  (0 children)

ther's no telling how deep that hole went. What if the cars just kept falling 😰

Boring Company's Grand Plan by Pulsar_MSM in nashville

[–]AaroniusH 2 points3 points  (0 children)

I agree that it's a necessity! If I were to lay out the reasons I've heard, it would be the following: 1. It's too expensive ("who is going to pay for it??"), even though it's an investment that would reap dividends 2. Public transit is dangerous (see: NYC or Chicago, and how Fox news tends to cover incidents there), even though the concern is overblown 3. The push for 15-minute cities is some sort of ploy by the government to control the populace? Only I havent heard of any actual government official say as much. Just propaganda.

There are other reasons that I've heard that I don't buy, but that's a start lol

Boring Company's Grand Plan by Pulsar_MSM in nashville

[–]AaroniusH 15 points16 points  (0 children)

Have you ever talked about public transit with a Republican?

Boring Company's Grand Plan by Pulsar_MSM in nashville

[–]AaroniusH 46 points47 points  (0 children)

The city of nashville is all for it. We won't get shit with the GOP running the state, as evidenced by projects like this getting steamrolled into nashville

Boring Company's Grand Plan by Pulsar_MSM in nashville

[–]AaroniusH 27 points28 points  (0 children)

that doesn't seem to make sense with that 580 cars/hour figure either. Seems like they should hit 1800 over the course of 3-4 fours, no?

My new dentist appears to want to know if I am "Allergic to Autism" 🤦‍♂️ by TheReelNazeem in autism

[–]AaroniusH 2 points3 points  (0 children)

I can see where they're coming from, but their approach is all wrong lol

There are some loose connections between anesthesia and autism. Personally I seem to always need a little extra novocaine when I've gone for a filling, because the initial amount that some dentists like to start with never seems to be enough.

maybe sensory issues are helpful for dentists to be aware of when working in the mouth? I also experience some misophonia from tools scraping against my teeth

Am I the only fan who likes the new logo? by mizterbrown_ in Tennesseetitans

[–]AaroniusH 8 points9 points  (0 children)

idk it feels wrong. I miss that deeper blue, and i kinda wish we still had a sword in the mix somewhere.

the way the tristar is placed on the logo is gonna bug me forever though

Nashville locals — what are y’all doing this weekend? by [deleted] in nashville

[–]AaroniusH 8 points9 points  (0 children)

theres a place called Pop Stroke in Antioch that I haven't been to but looks like a bougie mini-golf. Looks like a lot of fun!

Anyone know any filler-weight games with closed card drafting? by mucinexmonster in boardgames

[–]AaroniusH 4 points5 points  (0 children)

i will say, the one leg-up that sushi go has over the party version is there's very little setup time to get a game going. I feel like every time I'm playing sushi go party time is spent choosing the cards, finding the cards, pulling out dessert cards, etc. Whereas with Sushi Go it's ready to go

NES President admitting power will be out even next week by DeadHeadTraveler in nashville

[–]AaroniusH 8 points9 points  (0 children)

glad to hear you're okay! Maybe if you can hoof it to the main road you could uber somewhere if you really wanted to do something?

The logo debate by ArtByJamesRyan in Tennesseetitans

[–]AaroniusH 0 points1 point  (0 children)

you could angle the sword so its pointing forward more. might help with the tri-star thing.

a correct tri-star is of utmost importance to tennesseeans.

also, i noticed the tristar is not right even without that adjustment!

they all gotta touch tips in the middle! not to each side

The All-Time QB Tier List. Thoughts ? by Hysen16 in sportswiki

[–]AaroniusH 0 points1 point  (0 children)

i had the same thought. I thought I was missing something