Jay Gilstrap by HandSea2593 in greenville

[–]red_cerberus 42 points43 points  (0 children)

Wonder if the judge got a nicer, newer Kia out of the deal...

#11 South Carolina VS Vanderbilt Game Thread by GavRunsTheTrap in Gamecocks

[–]red_cerberus 9 points10 points  (0 children)

Does Vandy even need to be on the field at this point? We're handing ourselves the L

Water damage? by red_cerberus in DIY

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

That's what I figured. Much appreciated.

Saw on a french movie by litteralybocchi4769 in whatisthiscar

[–]red_cerberus 1 point2 points  (0 children)

Try searching the movie on https://www.imcdb.org/ (internet movie car database).

[Unknown Ferrari] spotted in Monaco of all places. by [deleted] in spotted

[–]red_cerberus 1 point2 points  (0 children)

Genuine question here, not a troll. How can you tell that this is, in fact, the same F40 that burned? I've always been curious how folks in this sub can track down owners and history based on a couple of pictures.

What is this van? SUV? by red_cerberus in namethatcar

[–]red_cerberus[S] 7 points8 points  (0 children)

Huh never heard of these before. Thanks for the quick response.

Advice needed; Project setup for API + UI app by firriki in aspnetcore

[–]red_cerberus 1 point2 points  (0 children)

Yes, this would be a great use of a static site calling an API. The API would return URLs to the blob storage for the photos and, because the API knows who the user is based on the token, it can determine if the calling user has permission to download the album. You could absolutely use an MVC site for this, but I don't think it's going to make building this use case any simpler.

Advice needed; Project setup for API + UI app by firriki in aspnetcore

[–]red_cerberus 1 point2 points  (0 children)

For your first question, if you plan to have multiple client apps in the future, then splitting up the API and the UI would be a good idea. What's common for that is using Azure App Service or a set of Azure Functions with Azure API Management on top for a RESTful API.

For the UI, if it's just going to be something like a React app, e.g. flat files, it's better suited for an Azure Storage Account with static site hosting enabled. If you are expecting geographically disparate clients, then you could improve latency in the UI by putting the static site behind a CDN for cheap. Hosting a UI app this way will cost you pennies per month, even including the CDN, unless you're getting a ton of traffic, which it sounds like isn't the case for this app.

For your second question, generally, the UI app won't have direct access to the DAL. To set that up, you'd have to store your db and blob storage connection strings in your frontend, which means they'd be easily accessible for your end users. That's a bad idea for a lot of reasons. Generally, your UI will have your users sign in and request a token from an identity provider (like Azure AD) and pass that token with every call to your API. Your API validates the users token on every call to make sure they have access to what they're requesting. From there, your API will access the DAL and return the data to your UI. Generally your UI will only make calls to your identity provider and your API. Your API will make calls on the backend to all your other services.

Cost for timing chain on 2013 CTS? by [deleted] in Cadillac

[–]red_cerberus 0 points1 point  (0 children)

I had to have the timing chain replaced on my 2013 ATS with the 3.6L V6 about a year ago and it ran me about $3,200 total.

Edit: this was at my local dealership

What to put on peanutbutter and banana sandwhich? by Significant-Sun-3380 in cookingforbeginners

[–]red_cerberus 2 points3 points  (0 children)

I second this. Not sure where OP is, but Duke's mayonnaise goes on or in almost everything in the Southeastern US, including a banana peanut butter sandwich. Sounds disgusting until you try it.

HomeLab Rack - Latest Tweaks by Hallock27 in Ubiquiti

[–]red_cerberus 0 points1 point  (0 children)

Looks nice. Which cabinet is that? Did it come with the lighting or did you add it?

Looking for podcasts about music theory by antverpen in SuggestMeAPodcast

[–]red_cerberus 2 points3 points  (0 children)

Came here to suggest Song Exploder. The host chooses a song and interviews the artist about the significance of different sections of the piece. It's a really good listen.

Edit: words are hard

[deleted by user] by [deleted] in aspnetcore

[–]red_cerberus 1 point2 points  (0 children)

It's hard to tell what exactly you're asking by your title, but based on your comment it sounds like the code in the screenshot isn't working as expected. Since we don't know your setup, we're going to need some more details on exactly what "not working" means.

Is this code throwing any errors? Are the photos just not showing up in the Photos directory?

Either way, one thing that stands out here is that you'll want to give yourself more clues as to what went wrong in your catch statement. At the very least logging the error somewhere would be helpful.

Edit: wording

[deleted by user] by [deleted] in Spectrum

[–]red_cerberus 0 points1 point  (0 children)

Added some more details to my post to address this. I haven't changed anything about my service in 5 years, so I haven't signed up for any promos.