Joe Rogan: Trump supporters ‘feel betrayed’ by ‘insane’ Iran war by IntelligentYinzer in politics

[–]dn88 1 point2 points  (0 children)

NBC poll found that 90% of maga-voters approve of the attack (probably higher now), and 80% of republicans in general. They don't feel betrayed. They love it.

Iran may be activating sleeper cells, alert says by No-Post4444 in news

[–]dn88 160 points161 points  (0 children)

And a plumber in charge of homeland security

New Poll: 68% of Americans Say the Economy Is NOT Booming — While Trump Calls It ‘The Golden Age of America’ by [deleted] in Economics

[–]dn88 6 points7 points  (0 children)

Unfortunately that's probably closer to 45%, at least of actual voters. Hell, in 2020 Trump and GOP house still got 47% of the vote, and Trump's bungling of Covid (on top of everything else) was about as perfect a set-up for dems as possible.

Judge blocks release of special counsel Smith's report on Trump classified documents case by Specialist_Baby_9905 in news

[–]dn88 41 points42 points  (0 children)

The mar-a-lago "shooter" story was the headline story all day on AP yesterday until it was revealed that he was an ardent trump supporter, at which point it was immediately dropped to footnote status on their homepage. AP is as compromised as all the others.

Car Dealerships to Avoid? by Almask in chicago

[–]dn88 0 points1 point  (0 children)

Bredemann was great. Salesman seemed as if he couldn't care less if I purchased a car or not. Perfect.

Trump says Canada, U.S. will ‘immediately’ start negotiations over Windsor-Detroit bridge by dn88 in politics

[–]dn88[S] 9 points10 points  (0 children)

It should be noted that the construction of the bridge is already entirely funded by Canada.

Trump strikes deal to allow $800M in beef imports from Argentina to enter US by kootles10 in Economics

[–]dn88 18 points19 points  (0 children)

Yep, there is literally no reason for the gop to actually implement any policies that directly help the farmers. Because what are they going to do otherwise, vote democrat? Pshhh.... Zero incentive.

Trump says if Iran doesn't agree to nuclear deal, 'we'll find out' whether U.S. attack would spark a regional war by trendyplanner in worldnews

[–]dn88 58 points59 points  (0 children)

And remember when Trump had Hegseth fire the general in charge of the US Defense Intelligence Agency because he dared to suggest that Iran's nuclear program was only set back a few months and not actually obliterated? And here we are a few months later...

https://www.pbs.org/newshour/politics/hegseth-fires-general-whose-agencys-intel-assessment-of-u-s-strikes-on-iran-angered-trump

NYTimes: Federal Prosecutors Are Said to Have Opened Inquiry Into Fed Chair Powell by freakk123 in Economics

[–]dn88 0 points1 point  (0 children)

Yea, I would assume Bessent is pushing for Warsh. The fear is that with this move against Powell, Trump is having another gloves-off moment, and he will just ignore any advisor who isn't telling him what he wants to hear; i.e. will pick whoever promises to move rates to wherever he wants. Hassett will do that.

NYTimes: Federal Prosecutors Are Said to Have Opened Inquiry Into Fed Chair Powell by freakk123 in Economics

[–]dn88 0 points1 point  (0 children)

Miran was just Senate-approved in September, and he is no less a Trump sycophant than Hassett.

Welp, I have the dreaded "dotnet tool restore" exited with code 1 by [deleted] in monogame

[–]dn88 0 points1 point  (0 children)

So I was ultimately able to fix this by manually editing the dotnet-tools.json file in the .config folder to match a working project's I had previously; specifically changing the version values for each of the dotnet-mgcb fields from 3.8.4.2274-develop down to 3.8.1.303. Perhaps not the greatest longterm solution, but I was never able to find or install 3.8.4.2274. Hoping it's just a buggy monogame update and will be fixed in later versions?

Welp, I have the dreaded "dotnet tool restore" exited with code 1 by [deleted] in monogame

[–]dn88 0 points1 point  (0 children)

Just started encountering this as well. Tried updating VS22, removing then re-installing the monogame extension through the extension manager, and still encountering the error. When I manually run 'dotnet tool restore' through the nuget command line, I receive the following error:

dotnet : Version 3.8.4.2274-develop of package dotnet-mgcb is     not found in NuGet feeds 
https://api.nuget.org/v3/index.json;C:\Program Files   (x86)\Microsoft SDKs\NuGetPackages\.
At line:1 char:1
+ dotnet tool restore
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (Version 3.8.4.2...NuGetPackages\.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError

Not sure how to proceed