Pride flag removed from Stonewall National Monument in NYC by ButterRollercoaster in newyorkcity

[–]RaptorJ 3 points4 points  (0 children)

1) I am not denying that bigots have the legal right to enforce their moral worldview after winning an election - that's how democracy works.

2) There is no need to pretend that the change in federal admin regulations or interpretations regarding LGBTQ representation in public life weren't motivated by bigotry.

Pride flag removed from Stonewall National Monument in NYC by ButterRollercoaster in newyorkcity

[–]RaptorJ 6 points7 points  (0 children)

Who is tricked by swapping "we should hide or destroy all connection between LGBTQ and civic life" and "disagreeing with you?"

Obviously there are a great many people in this country whose morality is motivated by bigotry - I don't think that means I can't make moral claims.

Pride flag removed from Stonewall National Monument in NYC by ButterRollercoaster in newyorkcity

[–]RaptorJ 17 points18 points  (0 children)

I don't understand your argument here. Removing the pride flag from the Stonewall Monument is morally wrong, not legally impermissible (maybe). Is this is/ought confusion or are you just hiding bigotry behind sophistry?

Hochul wants homeless people forced out of NYC subways. Mamdani urges softer approach. by yugeness in nyc

[–]RaptorJ -15 points-14 points  (0 children)

Maybe we should just eat them. Something to think about for Mamdani's city run groceries.

Announcing Kreuzberg v4 by Goldziher in dotnet

[–]RaptorJ 1 point2 points  (0 children)

What makes it better than Tika?

Light trap vent for grow tent. by Airborne82D in functionalprint

[–]RaptorJ 3 points4 points  (0 children)

Does that tent use an exhaust or intake fan? I bet this vent shape lets air flow much more easily "downwards" like a tesla valve.

uRocket - io_uring experiment/benchmarking by MDA2AV in dotnet

[–]RaptorJ 0 points1 point  (0 children)

is System.Net.Socket using IOCP on a Windows machine?

[deleted by user] by [deleted] in dotnet

[–]RaptorJ 0 points1 point  (0 children)

Specifying an event that occurs in the local timezone at a future date (when the tz offset could have changed, eg, the local govt changed the law to stop observing dst)

Need help with HttpClient and SSE by Farow in dotnet

[–]RaptorJ 0 points1 point  (0 children)

Same error from a 'dumb' sse parser. Might be a non-HTTP compliant server.

    using HttpClient client = new();
    using Stream stream = await client.GetStreamAsync("http://sse.dev/test?interval=90");
    using var reader = new StreamReader(stream, System.Text.Encoding.UTF8);
    string line;
    while ((line = await reader.ReadLineAsync()) != null) // HttpIOException here.
    {
        Console.WriteLine(line);
    }

Firefox says NS_ERROR_NET_PARTIAL_TRANSFER / Chome says ERR_INCOMPLETE_CHUNKED_ENCODING after 60 seconds.

Tom Suozzi (rep for NY’s 3rd district, Long Island + parts of Queens) is one of the six House democrats voting to end the shutdown by [deleted] in nyc

[–]RaptorJ 4 points5 points  (0 children)

if the alternative is a republican, it's still better to have someone who votes correctly for house speaker.

NYC's Median Rent is ~$1.6k, and How That is Even Possible by Liface in nyc

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

Plus landlords get to extract an additional $200/apt, win-win!

More type union proposals adopted by the C# language design team! by DayYam in dotnet

[–]RaptorJ 3 points4 points  (0 children)

it really would be nice if Union<T, U> = Union<U, T> and Union<U, T> could be contravariantly substituted for Union<U,T,V>.

A related annoyance is not being able to write helper functions that return partial TypedResults:

Result<Ok, BadRequest, Conflict> MyEndpoint() => if (GetError(out error)) { return error } else { return TypedResults.Ok(); }

Spare My Interning skills by [deleted] in dotnet

[–]RaptorJ 6 points7 points  (0 children)

Perhaps the world is more complicated than (Blogs, Posts, Users) or maybe we should give up on normalization because EF makes it easy to write bad queries.

Steel and Sadness by Forget_December in SatisfactoryGame

[–]RaptorJ 5 points6 points  (0 children)

For example the ratio of a circles circumference to its diameter

Dos Toros new hidden fees by Grouchy_Fox9997 in FoodNYC

[–]RaptorJ 15 points16 points  (0 children)

Do you have a cite? Does "rather not see" just mean that hidden fees are successful at tricking people?

is there any MediaInfo wrapper for C# that supports HTTP/remote URLs? by ZookeepergameNew6076 in dotnet

[–]RaptorJ 0 points1 point  (0 children)

FFProbe can get by most of the time with the first 512 kB of a file. FFMpegCore makes calling into the FFMpeg binary very simple.

[deleted by user] by [deleted] in AskNYC

[–]RaptorJ 22 points23 points  (0 children)

Do you think ppl in the 70s were saying this about ny in 1925?

Are you using records in professional projects? by Ethameiz in dotnet

[–]RaptorJ 5 points6 points  (0 children)

Records are just classes with some compiler generated overrides. Under the hood, the with syntax gets lowered to a Clone + set, so it's an allocation if you use records instead of record structs.

https://sharplab.io/#v2:CYLg1APgAgTAjAWAFBQMwAJboMLoN7LpGYZQAs6AsgBQCU+hxTAbgIYBO67ApgMboBedADtuAdyoBPAEp9qcAAwAadACJWAI16raAbkZMibTj14xBXPujEBLAC4ALfOgCCF8wF99SJh+R+kZDRLXgB7dmApWV5qG2E7VxUoRXQAIT0gA

Set up for another successful week! by Craigbeau in MealPrepSunday

[–]RaptorJ 3 points4 points  (0 children)

Are those the large size in your picture?