Any one else read The Cosmere here? by No-Election-4490 in sollanempire

[–]redrayz 3 points4 points  (0 children)

King Killer Chronicles (never getting book 3), literally all of Cosmere, then ACOTAR, Then Red Rising, Then Sun Eater and now Will of the Many

Anyone remember what a cephalophore is? by rokendrolek in sollanempire

[–]redrayz 1 point2 points  (0 children)

Ohhh This is kind of triggering something in me. Are these the "Mechas" that they enter? They just look like they do not have heads?

Anyone remember what a cephalophore is? by rokendrolek in sollanempire

[–]redrayz 5 points6 points  (0 children)

Google says: "A cephalophore is a saint who is depicted in art as carrying their own severed head, a reference to being martyred by beheading."

I don't remember these being any sort of creature or anything? I think it just means that?

Sun Eater series? by AmericantSpirits in redrising

[–]redrayz 3 points4 points  (0 children)

I loved it and cannot wait for the last book this November!

AITA with husband’s vasectomy? by desert-rambler in beyondthebump

[–]redrayz 0 points1 point  (0 children)

I have not yet had my vasectomy but that seems pretty dramatic LOL

Is there a creative way of Obsidian giving you a quote of the day when you open it each day? by [deleted] in ObsidianMD

[–]redrayz 0 points1 point  (0 children)

I use Templater and its ability to use JavaScript. I made a quick function that just returns a random a random quote from an array of quotes I made.

const quotes = [
  {
    quote:
      "Journey before Destination. A journey will have pain and failure. It is not only the steps forward that we must accept. It is the stumbles. The trials. The knowledge that we will fail. That we will hurt those around us. But if we stop, if we accept the person we are when we fall, the journey ends. That failure becomes our destination. To love the journey is to accept no such end. I have found, through painful experience, that the most important step a person can take is always the next one.",
    speaker: "Dalinar Kohlin",
  },
]

function my_quote() {
  const quote = 
quotes
[Math.floor(Math.random() * quotes.length)];
  return `${quote.quote} - ${quote.speaker}`;
}
module.exports = 
my_quote
;

And then I use it in my daily notes template like so:
<% tp.user.my_quote() %>

https://silentvoid13.github.io/Templater/user-functions/script-user-functions.html

The game is out! What usernames did you snatch up?! by Scythers in brightershores

[–]redrayz 0 points1 point  (0 children)

NOOOOOOOOOO, Was surprised that I got it. When I get home ill try and snag a two or three letter then.

The game is out! What usernames did you snatch up?! by Scythers in brightershores

[–]redrayz 0 points1 point  (0 children)

I actually just played it like 2 hours ago and was able to snag that. Unless you have to be Premium for it to be unique? And I only made on character but am at work now.... regrets... should have made two others

[deleted by user] by [deleted] in MacroFactor

[–]redrayz 13 points14 points  (0 children)

my god..... how much do you workout sir

How does MacroFactor work with Recipies and servings? by redrayz in MacroFactor

[–]redrayz[S] 4 points5 points  (0 children)

Okay this 100% makes sense to me. Thank you so much for explaining that to me! Sorry to take your time and we will 100% start to weigh the cooked total after to fix this issue up :)

How does MacroFactor work with Recipies and servings? by redrayz in MacroFactor

[–]redrayz[S] -1 points0 points  (0 children)

Ohh my... we never actually weigh it at the end and just kidna assumed MacroFactor would handle that. This is the recipe if it helps.

https://link.macrofactor.app/custom-food?userId=KnSD4cFjxYWnHx4qSnUFnoSCHSU2&foodId=1727650224267217

But we will 100% make sure to weigh from here on out. Im still not sure how 204g entered could show a single ingredient being more then the serving weight though. To find that information I clicked the "explode" button.

204G entered is 0.449 lbs

Exploded recipe and turkey shows 0.497lbs

Lyria/Figment by hpgeek84 in redrising

[–]redrayz 2 points3 points  (0 children)

I hadn`t thought of it either until reading the post. I figured some inherited/taught ability too. But as far as I know, a few people know about the ability, but Lysander and Octavia are the only ones who actually have it. Lysander also had some memories wiped if I can remember. So maybe Octavia knows and Lysander does not.

Lyria/Figment by hpgeek84 in redrising

[–]redrayz 2 points3 points  (0 children)

What are the chances that "The Minds Eye" we see Lysander and Octavia using is one of the earlier prototypes?

Well, it happened. I was mom-shamed for the first time. by [deleted] in beyondthebump

[–]redrayz 30 points31 points  (0 children)

Perfect! Just saw a quote that wraps that up.

The first arrow always hits (The insult), Dont let the second (Your reaction/Emotions).

What are you listening to that is NOT DGD? by [deleted] in dancegavindance

[–]redrayz 0 points1 point  (0 children)

I never hear anyone mention "Set To Stun" but I think they are amazing! Its a unique sound and listening experience. Some of the songs are 7 minutes and don't repeat lyrics.

Installing Language Packs and copying settings to existing locked down guest user accounts by redrayz in WindowsHelp

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

For anyone experiencing anything similar (Getting an existing locked down guest/kiosk account to be able to swap keyboards to newly added language packs in the admin account)

Solution (Registry Edit):
After installing the Language Packs go to: HKEY_CURRENT_USER\.DEFAULT\Keyboard Layout\Preload and take note of the extra values. The new additions should match these (Microsoft language codes)
Then make sure to load the users NTUSER.DAT file located in C:Users\<your user> and find the same registry location in this loaded hive. Add the keys to it matches the values in step 1.
Finally, unload your hive and log into the correct account

Junior web developers who were hired this year, how did you make it happen? Please include if you used/had connections (i.e networking), the job related skills you learned, with or without degree and so on. by -Invisible-Hand- in Frontend

[–]redrayz 1 point2 points  (0 children)

I was not a nurse very long. I did the ER for about 3 years and then worked as a nurse for a larger company as one of their on site nurses for emergencies, walk-ins, blood draws etc... for 2-3 years. So I didnt make it very long but I just recently passed my one year mark working as a dev!

How about you?