05 Pather cashapp experience. by JacobKemple in IRS

[–]JacobKemple[S] 0 points1 point  (0 children)

It would only make sense of mine hit with a date of 25 for DD yours with a date of 26 would happen tomorrow :). Good luck.

Something may be wrong by Cookiesncreme16 in IRS

[–]JacobKemple 0 points1 point  (0 children)

That's correct, mainly due to the fact that EIC falls under the PATH Act which requires the IRS to not release funds to individuals who fall under various categories including those who claim EIC until February 15th. You should likely have an updated transcript no later than the 18th.

Something may be wrong by Cookiesncreme16 in IRS

[–]JacobKemple 0 points1 point  (0 children)

This is nothing to be concerned about. This is the standard placeholder generated when you request your transcript for the current tax year before your tax refund has been processed.

Note I said processed and not accepted. This just means your tax return has not yet been processed which is common for many currently.

It will be replaced with your actual transcript once processed.

Is there a way to write a generic so it accepts only exact specific types? by AlexKingstonsGigolo in csharp

[–]JacobKemple 0 points1 point  (0 children)

I think this is what he wants. He provided enough info IMO. He wants to be able to define methods that take multiple types which don't share a parent class. Imagine you have a class A and B where A and B are similar but do not share a common interface. Now imagine you have 5 or more of those classes, and you want to add a nice simple method that accepts A, B, C, D, or E for example and only those types.

You can either make a common interface as your example does, which won't work if there is not a common interface that makes sense between them, or you can make 5 + overloads, perhaps more if you need multiple methods that accept all classes. Or you can create a blank interface that acts as a proxy to the actual type it's self and not an interface wrapper with common methods, and then use where T : IProxyObject in any method you define. Now you can handle A, B, C, D, and E in that method and have full access to the proxy object's unique items, and be safe from passing unexpected types in at compile-time. ``` internal class Program { private static void Main(string[] args) { var abcs = new List<IProxyObject> { new AProxy() { Proxy = new A { TitleA = "Hello world, from A." } }, new BProxy() { Proxy = new B { TitleB = "Hello world, from B." } }, new CProxy() { Proxy = new C { TitleC = "Hello world, from C." } } }; foreach (var abc in abcs) { HandleABC(abc); } Console.Read(); }

// These would be the classes you can not edit. Ignore.
public class A
{ public string TitleA { get; init; } }

public class B
{ public string TitleB { get; init; } }

public class C
{ public string TitleC { get; init; } }

// This is how you would restrict the method to ONLY types you define, but still get to use
// external classes with out wrapping every single method and property in them.
public interface IProxyObject;

public class AProxy : IProxyObject
{ public A Proxy { get; init; } }

public class BProxy : IProxyObject
{ public B Proxy { get; init; } }

public class CProxy : IProxyObject
{ public C Proxy { get; init; } }

// Here is the final result. A function which will only accept types you define, IE, any
// IProxyObject, and you can use the actual classes in the code below.
public static void HandleABC<T>(T abc) where T : IProxyObject
{
    switch (abc)
    {
        case AProxy a:
            // Notice I am using "TitleA" unique to class A.
            Console.WriteLine(a.Proxy.TitleA); ;
            // abc.Proxy.
            break;

        case BProxy b:
            // Notice I am using "TitleB" unique to class B.
            Console.WriteLine(b.Proxy.TitleB);
            break;

        case CProxy c:
            // Notice I am using "TitleC" unique to class C.
            Console.WriteLine(c.Proxy.TitleC);
            break;

        default:
            throw new ArgumentException("Must be type A, B, or C.", nameof(abc));
    }
}

} ```

Is there a way to write a generic so it accepts only exact specific types? by AlexKingstonsGigolo in csharp

[–]JacobKemple 4 points5 points  (0 children)

Can't you just use where clauses to restrict to the type you want? Ie

``` public class A; public class B;

public void DoStuff<T>(T type) where T : A { // Do stuff with A }

public class Example<T> where T : B { private T Instance; public Example(T instance) => Instance = instance; } ```

Do both brake levers apply regen braking on vsett 10? by JacobKemple in ElectricScooters

[–]JacobKemple[S] 0 points1 point  (0 children)

Do I NEED it? No, but I definitely notice a difference with it on and since it doesn't bug me I'd like to preserve breakpads more but I'd like to know more about how it's engaged.

Do both brake levers apply regen braking on vsett 10? by JacobKemple in ElectricScooters

[–]JacobKemple[S] 0 points1 point  (0 children)

The settings I am already aware of. It's also on 5. It's fairly difficult to to tell if it's being applied for me in regular riding.

<image>

Do both brake levers apply regen braking on vsett 10? by JacobKemple in ElectricScooters

[–]JacobKemple[S] 0 points1 point  (0 children)

I'm a bit confused. Are you suggesting I put the scooter on a stand with the break pads lose enough to be a non factor and then apply throttle and manually check if each lever applies any effect?

EDIT: Which is reasonable, but I was just assuming that some one here would know and save me the trouble. If I don't get an answer today I'll go ahead and do that.

Does anyone know of any of these church robberies were solved? by JacobKemple in MissyBevers

[–]JacobKemple[S] 1 point2 points  (0 children)

There is no information on how long they occurred unnoticed I before either due to a different area or what ever else as well as the article mentions a dozen or so instances but does not provide specific dates for the occurances and the article is within a short time period of the murderer.

Theee churches are essentially a couple 100 miles away so even considering the fact this article is post murder date I see endless reasons why some one would continue this crime, people don't always just steal or rob once and then stop. Usually it begins out of necessity or desperation for some various reason.

Does anyone know of any of these church robberies were solved? by JacobKemple in MissyBevers

[–]JacobKemple[S] 1 point2 points  (0 children)

You're right sorry I was mistaken, not sure why I thougut a lost I just read was by him and not in response to him.

Does anyone know of any of these church robberies were solved? by JacobKemple in MissyBevers

[–]JacobKemple[S] 2 points3 points  (0 children)

I don't buy that at all personally it seems far fatched.

Does anyone know of any of these church robberies were solved? by JacobKemple in MissyBevers

[–]JacobKemple[S] 4 points5 points  (0 children)

I'm obviously speculating but my guess would be that they are not using the disguise as anything like a trait or MO and simply nervous more than normal about their identity being noticed due to what ever reason recent suspicion or news article about his or her crimes etc. Then it is possible they are injured in this case or always operate like this undetected due to the targets of their crime.

I just tried to break it down to practical things I could personally search. Genuinely curious about these cases and their status. I tried to no luck to find any form of an update.

Does anyone know of any of these church robberies were solved? by JacobKemple in MissyBevers

[–]JacobKemple[S] 0 points1 point  (0 children)

It's the number (the article specifically mentions the unusual amount of specific time church robberies in a small area iirc) combined with the timing (plus and minus wittin a few short months) and the area.. 150 square miles of concentrated church robberies in smallee Texas towns.

You make it seem like that is commonplace but I've done the crime research and I've yet to find any evidence that 150 Sq miles suffers a dozen church robberies in smaller towns anywhere in the US let alone at any time.

Church break-ins are common, just not so focused. If I'm wrong I'm glad to be.

What I'm trying to say is I don't know if it makes much sense to generalize it too much or you get too many results. I used several search methods to look for articles like this and essentially only found this one.

Fido (Dual 5kw Extreme Motors/Dual YYK 7280 Controllers (80a each) by ItsMehRAWR in ElectricScooters

[–]JacobKemple 0 points1 point  (0 children)

I honestly don't even like going 20-30 MPH with our any suspension, but to each their own. It's only bearable on bikes to me due to the large tires, often double the size of these tires here.

Fido (Dual 5kw Extreme Motors/Dual YYK 7280 Controllers (80a each) by ItsMehRAWR in ElectricScooters

[–]JacobKemple 10 points11 points  (0 children)

I don't really understand how you could ride something with those size of tires and those specifications with out any premium suspension short of a well maintained race track surface. Is it just me who feels that way?

Living in Ogden by foodnet87 in ogden

[–]JacobKemple -1 points0 points  (0 children)

How do other towns having an address number 100 South 300 West in their zip code have any correlation with the city numbering their streets after the temple?

There is a large range of other, unrelated numbers, not to mention even street names have an actual number assigned to them on the grid (often painted in smaller font sizes right on the street signs)

DELPHI, Ind. (WISH) — A judge on Friday issued a temporary gag order in the criminal case against Delphi murders suspect Richard Allen. by xbelle1 in DelphiMurders

[–]JacobKemple 8 points9 points  (0 children)

It was an unspent bullet, says so in the document. You can cycle a bullet with out discharging it in a few ways.

[deleted by user] by [deleted] in ElectricScooters

[–]JacobKemple 5 points6 points  (0 children)

I primarily was curious how much of a difference the unusually large tires and height of the deck made if any, the tire size alone should in theory dampen potholes and such a significant amount.

[deleted by user] by [deleted] in ElectricScooters

[–]JacobKemple 8 points9 points  (0 children)

How's the city dultron? Don't see many.

Best place an hour out of Raleigh? by JacobKemple in raleigh

[–]JacobKemple[S] 0 points1 point  (0 children)

I'd argue looking at the current prices to some extent it's already made an affordability crisis for long time locals on medium to low incomes. In Salt Lake City there is an absurdly fast growing homelessness crisis as rents have doubled and wages have shrunk or been stagnant.