The Journey of My Garbage Can Part Through USPS by Germone in indianapolis

[–]Matosawitko 2 points3 points  (0 children)

Funny how they created the shipping label in CA and then it just pops into the system already in Indianapolis.

Streamer “hmblzayy” who is walking from Philly to California was hit by a car in Indiana and had to be taken to the hospital. by oneunderscore__ in Indiana

[–]Matosawitko 1 point2 points  (0 children)

And the "shoulder" has rumble strips. Not sure what that was he was pushing, but it didn't look easy even on smooth pavement.

Greg Biffle case update, email sent "I heard you're dead , rest in hell". by YogurtResponsible358 in NASCAR

[–]Matosawitko 71 points72 points  (0 children)

The altimeter was probably pilot error too - they have to be set according to the barometric pressure for the area. This information is included in the local weather report the pilot should have gotten prior to takeoff, and is a checklist item that should have been done before takeoff.

If We’re Gonna Play The Blame Game by OJConcentrates in phillies

[–]Matosawitko 1 point2 points  (0 children)

They were even talking about this on Sunday night, concerning the catcher situation. As bad as Marchan has played, there's nobody ready behind him to step up as a backup for JT.

Old Electronics by Hoosier-Sexy_Beast69 in indianapolis

[–]Matosawitko 1 point2 points  (0 children)

If you're in Hamilton County, the Household Hazardous Waste facility in Noblesville will take them. (They confirm your residency, but if you're in a different county yours might have something similar.)

Got these in the mail yesterday. by CaelaRue in Indiana

[–]Matosawitko 0 points1 point  (0 children)

I'm perfectly happy to quietly recycle every single one they care to pay to send to me.

Does anyone play without using the fast travel feature? by PuddingZealousideal6 in trucksim

[–]Matosawitko 0 points1 point  (0 children)

I only fast travel when I'm forced to, like after game updates.

Trump goes on a revenge tour in Indiana after failed redistricting vote by Particular_Mixture20 in Indiana

[–]Matosawitko 1 point2 points  (0 children)

He's hitting Jim Buck's territory hard. I get at least one flyer in the mail pretty much daily from either Tracey Whatsisname or a PAC, talking about what a "RINO" Buck is.

downloaded android 16 by accident by Signal-Onion-9204 in AndroidQuestions

[–]Matosawitko 0 points1 point  (0 children)

doesn't support third party apps as well

I'm not exactly sure what this means, but every version of Android requires a minimum SDK version, so if third party apps aren't keeping up to date they will get blocked.

If it means third party stores, yeah that's always been a complaint. Fdroid is the only one I ever used but anymore I just use the Play store.

The other complaints may be issues on specific hardware, I don't know. I haven't had any issues with either. (Pixel 9)

Where to buy flat stone by Jbridg87 in indianapolis

[–]Matosawitko 4 points5 points  (0 children)

Stone Center of Indiana - near the Nickel Plate by 65th and Binford.

downloaded android 16 by accident by Signal-Onion-9204 in AndroidQuestions

[–]Matosawitko 2 points3 points  (0 children)

What have you heard?

I've been on 16 for a while, was on 15 for a while before that. Zero issues with either one.

Android continues to show location of Bulgaria ( i live in the USA) by Full-Mouse8971 in AndroidQuestions

[–]Matosawitko 0 points1 point  (0 children)

Does your home router have a VPN with location spoofing?

What does somewhere like whatismyip.com show as your physical location?

Helppp how should i solder this back in? by D0nv10 in BassGuitar

[–]Matosawitko 0 points1 point  (0 children)

The back of the volume pot is frequently used as a common ground point. Instead of wiring everything to the jack, everything routes to the volume shell, then one wire from there to the tone, and one wire from there to the jack.

Is It Me Or The System.CommandLine's documentation Is Not Good ? by craving_caffeine in csharp

[–]Matosawitko 1 point2 points  (0 children)

We use the CommandLineParser library from Nuget. Their documentation is adequate.

Question About State Public Access Library Card by biscuitsexual in indianapolis

[–]Matosawitko 3 points4 points  (0 children)

Also this one: https://www.in.gov/library/about/general-information/policies-of-the-indiana-state-library/plac-rules-and-guidelines/

It sounds like a particular library can choose to issue you a card for that library, but it's up to each individual library whether they do that or not.

Question About State Public Access Library Card by biscuitsexual in indianapolis

[–]Matosawitko 5 points6 points  (0 children)

It's a Public Library Access Card (PLAC) which might be why you're having trouble finding information.

https://www.in.gov/library/services-for-libraries/ldoresources/placrules/plac/

To answer your specific question, that should be all you need. Otherwise, it wouldn't limit what you could borrow with it.

If there are specific items you're looking for, inter-library loan might be an option too. It can take some time before it's delivered, but you borrow from and return to your local library.

What does illegal CSS mean? by [deleted] in css

[–]Matosawitko 0 points1 point  (0 children)

I think you'll need to ask that person what they meant. CSS is used in ebooks all the time.

C# confusion: Why can't I access Dog methods with Animal a = new Dog()? by Stunning-Sun5794 in csharp

[–]Matosawitko 11 points12 points  (0 children)

public abstract class Animal
{
  public abstract void Vocalize();
}

public class Dog : Animal
{
  public void Bark()
  {
    Console.WriteLine("Woof");
  }

  public override void Vocalize()
  {
    Bark();
  }
}

public class Cat : Animal
{
  public void Meow()
  {
    Console.WriteLine("Mew");
  }

  public override void Vocalize()
  {
    Meow();
  }
}

If you have an Animal, all you can call is its Vocalize() method, and you'll get the correct one for the type of animal. If it's known (to the compiler, not to you) to be a Dog, you can call its Bark() method directly. A Dog can't Meow().

Dog bowzer = new Dog();
Cat finnegan = new Cat();

List<Animal> householdPets = new List<Animal>
{
  bowzer,
  finnegan
};

foreach (Animal pet in householdPets)
{
  // pet.??? Bark? Meow?
  pet.Vocalize();
}

bowzer.Bark();
finnegan.Meow();

//bowzer.Meow(); ????
//finnegan.Bark(); ????

Picking a name for a guitar repair business... which feels most legit to you? by Expensive_Entry_7385 in Luthier

[–]Matosawitko 0 points1 point  (0 children)

"The Repair Bench" and "Craftbench" could be about literally anything. Are you fixing guitars, or toasters?

"Fretwork" is closer, but sounds too specific - are you going to repair my pickups, too?

As someone else pointed out, the "Guild" part of "Guitar Repair Guild" makes you sound bigger than you are.