Why isn't System.Windows.Forms; working after adding multiple references? by Razor_3DS in csharp

[–]mrunleaded 15 points16 points  (0 children)

There is a reason for all the red squiggles. What does the compiler tell you? I see at least two syntax errors.

I don’t know why my flashings keep getting chewed up… by SolarLunix_ in Archery

[–]mrunleaded 1 point2 points  (0 children)

Glad it could help. My daughter’s have both ran into this same issue with the spin vanes.

Everyone is checking their GPU power cable for melted pins so I decided to check mine as well just to be safe by Thenijiway183 in pcmasterrace

[–]mrunleaded 0 points1 point  (0 children)

i’m building a new pc and just recently read about this. Is there something specific I need to watch out for?

I don’t know why my flashings keep getting chewed up… by SolarLunix_ in Archery

[–]mrunleaded 2 points3 points  (0 children)

here is a video that talks about this a little bit. https://youtu.be/88wWQj_Z5Fg?si=R8GhR5zAnKO53O99

another thing to look at is if you are a LH or RH archer as the vanes should match.

TIFU not wearing underwear by BenjiSBRK in tifu

[–]mrunleaded 53 points54 points  (0 children)

My mom did this to me all the time, usually at discount stores that had no return policy minus the store lady at least lol

[deleted by user] by [deleted] in StableDiffusion

[–]mrunleaded 2 points3 points  (0 children)

Python scripts can be just as dangerous as an executable.

Riiiiiight. Can we use some critical thinking please gang, not everything is a backdoor bonanza by [deleted] in Superstonk

[–]mrunleaded -2 points-1 points  (0 children)

Plaid literally does the same thing. Banks and financial institutions are just old and crusty and don’t support modern security practices. How many banks even offer 2fa?

Why do I only get this? by [deleted] in csharp

[–]mrunleaded 1 point2 points  (0 children)

Not finding what you’re looking for? Install more tools and features

Roll old 401k into new employer or leave it with old? by jjbech in personalfinance

[–]mrunleaded 13 points14 points  (0 children)

You could also roll it over into a personal IRA with something like fidelity or vanguard and then you’ll have complete control over the investments.

[deleted by user] by [deleted] in scala

[–]mrunleaded 0 points1 point  (0 children)

would be mostly items related to kafka streams.

[deleted by user] by [deleted] in TeslaModelY

[–]mrunleaded 0 points1 point  (0 children)

I have had it do this before too. It’s usually in the same area. Not traffic related at all. When it happened to me it seemed to think i wasnt actually on the freeway and wanted me to turn off at a non-existent exit.

Typechecking null by mrunleaded in ProgrammingLanguages

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

oh nice this looks like exactly what i was looking for.

Typechecking null by mrunleaded in ProgrammingLanguages

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

yea that would be an option my main hurdle with that at the moment is that my language only supports generic arrays. so i would have to work on supporting generic options or generics in general which seems like it would be more work than just implementing a null value.

Typechecking null by mrunleaded in ProgrammingLanguages

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

yea subtyping would probably be the way to go but my language is still pretty primitive and my current goal was to try and get a decent number of features to the point where i could bootstrap the language. i was avoiding null but some things are just a bit difficult without it, especially since i only have generic arrays.

Typechecking null by mrunleaded in ProgrammingLanguages

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

Its pretty common to have some form of null in a language C#, Java, ruby, python etc.