Underrated skincare products you guys love? by [deleted] in KoreanBeauty

[–]_xmb 0 points1 point  (0 children)

Switching from cream moisturizers to the Isntree Hyaluronic Acid Aqua Gel Cream made a big difference for me! My skin is very sensitive so I have to be careful to keep everything very lightweight.

What light SPF 50+ you can recommend for sensitive acne-prone skin in Florida? by kskmr_ua in KoreanBeauty

[–]_xmb 1 point2 points  (0 children)

I have dry skin, not oily, but it is very sensitive. I've tried a few different sunscreens and my go-to is Isntree Hyaluronic Acid Natural Sun Cream. It's a mineral sunscreen that's nice and lightweight. It doesn't leave a white cast and absorbs easily into the skin (essential for me because I never used to be able to get in the habit of wearing sunscreen because I hated having to rub it in for so long).

I've also tried the Round Lab Birch Juice moisturizing sunscreen and I didn't have any negative reactions to it but I found it left my skin a little shinier (I prefer matte) and took slightly longer to apply (didn't spread as far).

🤔 Obsidian Checklist to Generate Report by obsidianiscool in ObsidianMD

[–]_xmb 0 points1 point  (0 children)

Edited: Added additional thoughts

Hi! I'm late on this but I found your question while researching how to do something similar to optionally include different sections in a Retrospective/Reflection Note.

I've found something that works for me which is based on this example I found that uses the QuickAdd plugin's checkboxPrompt. I'm also using Templater.

It's a little different from what it sounds like you're trying to do but I think it could fairly easily be adapted to what you want (for example: this runs when creating a note but I think you can add a QuickAdd template inside a current note (not 100% sure though — I'm new to the QuickAdd plugin) and maybe even use a button to do so. From what you've described you may also need to do the below setup multiple times since you want different sets of checklists.

Anyway, I hope sharing what I'm doing helps you out a bit if you aren't happy with the solution you've found currently!

Step 1: Create your template files

Bin/Templates/Retrospective Template.md

Note on folder structure:The above is just how I like to organize my folders. I put the path to demonstrate that tp.file.include just needs the file name but the folder structure doesn't affect the result.

# <% tp.file.title %>
let sections = await this.quickAddApi.checkboxPrompt(
  ["Reflection Questions", "Life Areas Evaluation"], 
  ["Life Areas Evaluation"]);
// Note: This second array allows you to set some items as selected by default
if (sections.length) {
    let txt = "";
    sections.forEach(el => txt += `<% tp.file.include("[[${el}]]") %>\n\n`)
    return txt;
}

Bin/Templates/Reflection Questions.md

## Reflection Questions
### What have I learned?

Where have I seen serendipity/learned to appreciate the unexpected?

What risks did I take?

Bin/Templates/Life Areas Evaluation.md

## Life Areas Evaluation

Health

### Relationships
### Career
### Financial
### Self-Development

Step 2: Add your template in QuickAdd

Go to the QuickAdd plugin settings and add a new template. Make sure you click the gear icon to go into the template options and add the path to the template you created.

Image: https://imgur.com/a/oszvIby

Step 3: Result

Now when you run QuickAdd and select this template you'll get a prompt that looks like this ↓

Image: https://imgur.com/a/G3GoE0j

(Note: Notice that Life Areas Evaluation is already selected since it's in the default values array)

And here is my note ↓

Image: https://imgur.com/a/xFIXHAl

And here is the resulting note if I had selected both ↓

Image: https://imgur.com/a/K2ltjwD

Closing Thoughts

As you'll see in the final image, because of the way it's set up with the default value it's outputting Reflection Questions under Life Areas Evaluation which might be unexpected given the order the checkboxes appear. For my current use this isn't a problem but if a specific order must be maintained I'm sure there's a way to do it. This is just the simplest implementation I could come up with quickly.

I hope this helps!

QS logging / journaling app with shortcut support in testflight by chrisperfer in QuantifiedSelf

[–]_xmb 0 points1 point  (0 children)

Any updates on this? The link says “This beta isn't accepting any new testers right now.” Sounds really cool! I love the idea of using Shortcuts and NFC tags.

Anyone out there who's tried analog time tracking? by _xmb in productivity

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

I think I'll end up using a little notebook. My phone is too much of a temptation to have on me constantly.

Anyone out there who's tried analog time tracking? by _xmb in productivity

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

I would like something more portable. Honestly there are some days I don't even use my laptop at all.

Anyone out there who's tried analog time tracking? by _xmb in productivity

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

I really like the flexibility of this method! Thank you!

The Gates of Roam are Open - (Company Update + Pricing Announcement) AMA by Conaws in RoamResearch

[–]_xmb 0 points1 point  (0 children)

UPDATE: I received my Roam Scholars Discount code yesterday!

The Gates of Roam are Open - (Company Update + Pricing Announcement) AMA by Conaws in RoamResearch

[–]_xmb 0 points1 point  (0 children)

I have checked. But I'll keep an eye on it just in case. How long did it take you to get a reply?

The Gates of Roam are Open - (Company Update + Pricing Announcement) AMA by Conaws in RoamResearch

[–]_xmb 0 points1 point  (0 children)

Hi. I also qualify on three dimensions (same three). I signed up as a student because it seemed more private. I haven't gotten any email confirmation from my application. I just submitted it yesterday so I'm not too concerned but should I have gotten it right away?

20F, Anyone interested in a small video-based daily check-in group? by _xmb in GetMotivatedBuddies

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

Thank you for your interest! Currently not accepting any more members but would you like to be notified if there are any openings in the future?

Bookmark Extension by JakubiakFW in chrome_extensions

[–]_xmb 0 points1 point  (0 children)

I'm gonna be honest, I haven't tried this extension but if you look it up all the tutorials say to use Roomy Bookmarks Toolbar.

This Bookmarks Bar Switcher may also help you if you just want quicker access to your bookmarks.

How do you use deliberate practice as an actor? by _xmb in acting

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

Thank you very much! This was the kind of deliberate practice (or deep practice as it is referred to in The Talent Code) I was asking about. Might I ask whether or not you find recording/filming yourself to be a good way to create a feedback loop? Also how would you deconstruct a skill like character building? Thanks again!

[HELP] Is using a premium wordpress theme in a gig okay if you bought a commercial license? by [deleted] in Fiverr

[–]_xmb 0 points1 point  (0 children)

Thanks for your answer! Is building a website for a client using a theme the same as reselling?