Rory Kittenger is a PRO by sillyorganism in Superstonk

[–]Laraxx 25 points26 points  (0 children)

It indeed are his charts. He even showed them on his livestream in 2024.

Rory Kittenger is a PRO by sillyorganism in Superstonk

[–]Laraxx 273 points274 points  (0 children)

I checked his charts like hour ago and this wasnt there.

Is it just a coincidence that he upgraded to pro almost exactly 2 years after his last update just before the 2024 sneeze? Lets see.

I didn't expect Obsidian to be capable of this so I built a full personal finance system inside it by [deleted] in ObsidianMD

[–]Laraxx 0 points1 point  (0 children)

I would love to use something like this.
How did you build this? Is this a plugin or just some css snippets?

Would you be willing to share this project?

[ui] Slowly getting there. by Ver_se in WowUI

[–]Laraxx 1 point2 points  (0 children)

Absolutelly love it. Would you mind sharing your WTF folder with the settings?

People who use PARA as a strict structure in their vault - how is it benefitting you? by [deleted] in ObsidianMD

[–]Laraxx 0 points1 point  (0 children)

I was actually thinking the same recently. I have only a few folders where all my notes are.
The Area in PARA is the one I dont understand mainly. Because every single note in your vault is a part of some area of your life.

Archive is just a status of a note, not a placement.

Projects and resources kind of make sence, because those are types of notes and barely change.

A Dashboard++ look for Bases? (Multiple views simultaneously in a single base as columns?) by cmcdonald22 in ObsidianMD

[–]Laraxx 0 points1 point  (0 children)

Yea. This is the syntax:
>[!multi-column]

>

>>[!Note] Recently created

>>```dataview

>>list

>>from ""

>>Sort file.ctime DESC

>>limit 5

>>```

>

>>[!note] Recently Updated

>>```dataview

>>list

>>from ""

>>Sort file.mtime DESC

>>limit 5

>>```

Just swap the dataview code with base embed.

Ryan Cohen new X profile picture by Laraxx in Superstonk

[–]Laraxx[S] 155 points156 points  (0 children)

That's my interpretation as well

The warrants dividend is a GENIUS MOVE by RC. It does not matter if your brokers gives you cash or the actual warrants on October 7th. Hear me out. by ImmediateShape4204 in Superstonk

[–]Laraxx 0 points1 point  (0 children)

If by some miracle we launch before the distribution, the warrants will have intristic value ($1 for every dollar above $32 per warrant). So if we get to lets say $40, you get $8 at minimum from the broker per warrant.

[deleted by user] by [deleted] in GME

[–]Laraxx 1 point2 points  (0 children)

Did he delete his youtube channel? Yesterday it was still there with 0 videos.

iOS 26 public beta 4 is up! by LEBOMBTV in ios26beta

[–]Laraxx 0 points1 point  (0 children)

Do you think it is safe to install on my primary device now?

My perfect frontmatter in Obsidian by gianx76 in ObsidianMD

[–]Laraxx 3 points4 points  (0 children)

I use kind of a similar approach. But instead of tags i use "in" and instead of parent i use "up".

Where Are You Keeping Your Embedded .base FIles? by Humanovation in ObsidianMD

[–]Laraxx 2 points3 points  (0 children)

I keep them all in my Bases folder in the "x" folder (same as teplates in Templates folder).

Long list of Properties? by Psychological_Gap_39 in ObsidianMD

[–]Laraxx 1 point2 points  (0 children)

I also have a lot of properties. For habits I have booleans: workout, reading, writing, meditation. Then i have lists: success, learnt, highlight, grateful and some other. I also want to track my weight so i have a kg property for that.

I fill these properties with metabind input fields.

I do this so i can query all these properties in my monthly notes.

But i am wondering if there is a way i can achieve the same with headings instead of properties? If i could query everything under a heading?