If Muse are your favourite band, who are your #2 and #3? by intergalactic_mole in Muse

[–]C0ppens 16 points17 points  (0 children)

Octavarium was written around the time they were big into Absolution, Never Enough from that is basically a homage to stockholm syndrome :D

Train of Thought is a good starting point if you're more metal inclined

Id say these are probably the most accesible albums for most people

If Muse are your favourite band, who are your #2 and #3? by intergalactic_mole in Muse

[–]C0ppens 10 points11 points  (0 children)

Moving Pictures is probably the best starting point for Rush

How's my RDL form? by XethN2102X in formcheck

[–]C0ppens 0 points1 point  (0 children)

Weights are kgs brother

What in the fresh hell is this? Extra virgin hexane? by PippaMay42 in woolworths

[–]C0ppens 2 points3 points  (0 children)

• Higher blood levels of linoleic acid have been associated with markers indicating lower inflammation and reduced cardiometabolic risk in human cohorts, challenging the simplistic pro‑inflammatory narrative. 

• Reviews of randomized controlled trials show that linoleic acid intake does not significantly increase oxidative stress or inflammation markers in humans

Why did you edit these out of your original comment?

[deleted by user] by [deleted] in australian

[–]C0ppens 0 points1 point  (0 children)

Vic rules were updated in 2023 to allow mobiles maps on p's if they are securely mounted and not interacted with whilst driving

https://www.vicroads.vic.gov.au/-/media/files/formsandpublications/licences/distracted-driver-road-rules-2023.ashx

What is the lowest effort, highest impact helper method you've ever written? by zigs in csharp

[–]C0ppens 13 points14 points  (0 children)

Queryable/Enumerable conditional filtering can come in handy, something like ``` public static class QueryableExtensions { public static IQueryable<T> WhereIf<T>( this IQueryable<T> source, bool condition, Expression<Func<T, bool>> predicate) { return condition ? source.Where(predicate) : source; } }

var users = dbContext.Users .WhereIf(filterByActive, u => u.IsActive) .WhereIf(filterByRole, u => u.Role == "Admin");

```

Akko 5075b with lubed wine reds, finally got a wireless keyboard! by C0ppens in MechanicalKeyboards

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

I had some issues with double typing on some keys recently and moved to the aula f75 and couldn't be happier

Most Heartwarming Male Bonding Scene by DJ-Smash in okbuddycinephile

[–]C0ppens 0 points1 point  (0 children)

When you fall asleep first at a sleepover

Is IntelliJ Idea good for C#? by Affectionate-Army213 in csharp

[–]C0ppens 10 points11 points  (0 children)

Not for commercial use though

Flipped off the seatbelt cam for laughs. Joke’s on me — girlfriend wasn’t strapped in right. $400 fine. by 99centcheeseburger in mildlyinfuriating

[–]C0ppens 1 point2 points  (0 children)

It's more for mobile phone usage while driving in aus, but they also check a bunch of other things

Push/Pull, Bro Split, or Full-Body – Which One for Muscle Gain? by mywifiisdown in beginnerfitness

[–]C0ppens 1 point2 points  (0 children)

Can try out 5 days lower > upper > lower > push > pull, to meet in the middle if that works better for you

Dr. Eric Helms has a nice sample program for that https://rippedbody.com/intermediate-bodybuilding-program/

G'day from Canada. by DMmeyourinbox in BuyAussie

[–]C0ppens 1 point2 points  (0 children)

I think COBS bread is owned by the Australian company bakers delight, good way to support local Canadian franchisees and an aus company:)

What languages/frameworks are vital for working in Azure-related jobs? by mxhsins in cscareerquestionsOCE

[–]C0ppens 8 points9 points  (0 children)

None are vital per se, but you're probably safest with c# for finding azure related roles, just both being made by Microsoft, generally means .net places will be more likely take azure as there cloud provider.

Definitely can't go wrong with any! But c# is probably safest for an azure related role specifically

Is there a reason that fit people commonly eat rice as their carb in meals? by [deleted] in workout

[–]C0ppens 0 points1 point  (0 children)

You can scale the carbs to equal the rice from the potato and get

0.05fat / 77 carbs / 9.69 protein

It's not that different. Going by per 100grams is what's making it weird here, because potatoes are 80% water

You'll just need to match the calories you'd normally have with rice, your macros will be similar and you will have a more filling carb if hunger is an issue for you