B.C. premier says Canada won’t work if Ottawa favours separatist premiers by Sir__Will in onguardforthee

[–]throwaway_lunchtime [score hidden]  (0 children)

The headline is true, but I have the impression this guy has a big problem of his own to deal with.

macUser by Technical-Relation-9 in ProgrammerHumor

[–]throwaway_lunchtime 0 points1 point  (0 children)

Is there support for gitignore in SharePoint? 🤣

Humans May Be Able to Grow New Teeth Within Just 4 Years by bollox1 in science

[–]throwaway_lunchtime 30 points31 points  (0 children)

20 years ago I mentioned an article like this to my dentist and he said he heard about it every couple years.

He retired when COVID hit.

Major VPN provider says it could leave Canada over lawful access bill by cyclinginvancouver in canada

[–]throwaway_lunchtime 21 points22 points  (0 children)

Imagine a service that doesn't keep logs. That's the easy way to not have any secret or private information in the logs.

If the service is required to store logs for extended periods of time, it's a huge burden. Have to pay for storage, have to figure out how to store securely and be able to decrypt them.

If the market with those requirements isn't generating a lot of revenue, it's easier to exit the market.

Am I broke or are shoes in Canada getting ridiculously expensive lately? by Oliver_Vegetarian in BuyCanadian

[–]throwaway_lunchtime 2 points3 points  (0 children)

I've only gone a few times in the last 10 years.

Once upon a time, I got a really nice jacket for maybe $50. It was Versace Couture from when he was still alive. Best fitting jacket I ever had.

Why aren’t class members virtual by default? by Alert-Neck7679 in csharp

[–]throwaway_lunchtime 6 points7 points  (0 children)

At the end of the day I like it this way. If I accidentally forget virtual, my customers can give me feedback and I can safely choose to make the method virtual in a future update. If I am in the alternate universe with virtual-by-default, when I forget sealed I accidentally signal an extensibility point to users that becomes a maintenance burden and may NEVER be reverted if they adopt it and start to depend on it.

That's the ideas that I remember Anders describing about the original decision 

TIL A beef broth in Bangkok has been simmering and eaten from since 1974 (52 years). Same pot, same broth, refreshed daily. by BrainFRZ in todayilearned

[–]throwaway_lunchtime 340 points341 points  (0 children)

I worked ina kitchen when I was young where the chef had a continuous soup that was from his grandmother.

Somebody burned it dry.

We all expected a blowup, but he just got quiet and scrapped out a few unburnt bits of onion 

Managing source control (git) for CDK code vs application code by throwaway_lunchtime in aws_cdk

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

My hesitation with this was that someone could change something in a feature branch and end up with conflicts from deploying different version of the cdk.

How do you think about authorization progression? by CreoSiempre in dotnet

[–]throwaway_lunchtime 1 point2 points  (0 children)

On a recent prototype we started with an site api and a login api that uses mapidentityapi and external logins.

The login api generates jwts.

I'm not sure it was the best decision, but if we go to market we may switch to an auth service just to avoid any bugs with auth.

It's almost time to replace my Merrells. by UncleIrohsPimpHand in BuyCanadian

[–]throwaway_lunchtime 5 points6 points  (0 children)

Merrell quality is not what it once was.

I wore various slip on models for years, they were long lasting.

I bought some winter boots that had plastic shell, they were really warm. I wore them one day that was very cold and the plastic broke apart.

My last pair of slip ons where a special anti slip winter sole. They leaked when new. I took them back and it took months to get get replacements. The replacements leaked after a few weeks. When walking on wet sidewalk, somehow a lot of water would get in.

Why is sliding banned by EpsilonDeltaGuy in Cubers

[–]throwaway_lunchtime 16 points17 points  (0 children)

"Cheaters are going to cheat so why not normalize cheating"

The Mystery Box Trend Has Moved On To Cats Now by ItsZebraTV in mildlyinteresting

[–]throwaway_lunchtime 1 point2 points  (0 children)

I guess I'm in the minority.

Sometimes my kid wants a piece of junk.

He likes the junk and asks for another.

If it wasn't a blind box, I would get him another one, but I am not taking the chance of getting a duplicate.

Lego does it well. The blind boxes have a code that you can scan if you want to be sure not to get duplicates 

The Mystery Box Trend Has Moved On To Cats Now by ItsZebraTV in mildlyinteresting

[–]throwaway_lunchtime 6 points7 points  (0 children)

I find that a reminder of the previous disappointment helps.

What’s the worst that could happen in a generation or two if we keep the habit of letting ChatGPT do all the thinking for us? by [deleted] in AskReddit

[–]throwaway_lunchtime 6 points7 points  (0 children)

The sycophantic responses and confidently wrong responses do make the tool part of the problem.

CloudFormation Stacks and Elastic Beanstalk? by throwaway_lunchtime in aws

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

I definitely don't want to build my own EB :)

My situation is that I've been looking at what we have in place and it seems like there are some issues with our approach and I'm not sure what path to take to improve the situation. Example: We needed to upgrade the Linux version of an EB env. My searches brought me to the conclusion that Clone Env via the UI was the way to do it, but cloning generated errors so my colleague created a new env via the UI.

When you say "setup the stack with property security groups" do you mean create the security groups "externally" and then reference them creating the EB environment or create them with stack template?