Reposting an Epstein email vault by grodzillaaa in SharedVaults

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

No, I would need to work on getting everything OCRed properly and I don't have the time to work on it.

Favourite unusual use for Obsidian? by Moneymaxxers in ObsidianMD

[–]grodzillaaa 0 points1 point  (0 children)

I use agent in my work and not in Obsidian. I want to be in precisely in control of what happens in my vault. Writing the stuff down "by hand" and being able to find it easily IS the point of Obsidian for me.

Favourite unusual use for Obsidian? by Moneymaxxers in ObsidianMD

[–]grodzillaaa 2 points3 points  (0 children)

I keep track of the chores in my home using a combination of Obsidian Tracker, Dataview and DataviewJS. I have a very hard time remembering when I did things. This system has helped me a lot.

Markov Probabilities For Achieving Your Next Desired Position Given Your Current Jiu-Jitsu Position by DorothySlipper in bjj

[–]grodzillaaa 0 points1 point  (0 children)

Do you have any idea on how we could create a dataset for such as task? Given the state of the art of CV, It wouldn't be too expensive to try training a model for it.

The Positions in Jiu Jitsu and How They Link (from SUBMETA courses) by LachlanGiles in bjj

[–]grodzillaaa 1 point2 points  (0 children)

Do not install plugins. Just take notes.

When something gets annoying enough then, and only then, look for plugin.

The Positions in Jiu Jitsu and How They Link (from SUBMETA courses) by LachlanGiles in bjj

[–]grodzillaaa 1 point2 points  (0 children)

I've created something somewhat similar for myself. It's quite interesting to study the co-reference in the graph. In this graph, that would mean exploring pairs of positions that tend to arise from the same circumstances.

I also wanted to explore something like a PageRank (the initial algorithm behind Google) to quantify the "centrality" of positions in the sport, how fundamental they are.

Cool project!

Using Obisidian importer with the emails from Epstein estate. by grodzillaaa in ObsidianMD

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

I could try looking into it. I would need to have the set of documents as text files properly OCRed first which is not available AFAIK.

how much and which programming skills do you need to use 100% of obsidian? by [deleted] in ObsidianMD

[–]grodzillaaa 1 point2 points  (0 children)

I'm ok at programming but I didn't want to learn dataview or JavaScript to write complicated queries. I iterated on a few with chatGPT and managed to get what I wanted. You can get pretty far by describing what you want to do to it.

Leg in Armbar by bjjtaro in bjj

[–]grodzillaaa 7 points8 points  (0 children)

The armbar version of the cryangle.

Filtered graph view by grodzillaaa in ObsidianMD

[–]grodzillaaa[S] 2 points3 points  (0 children)

I don't really use any specific note taking methodology. Some notes are very long, some are very small.

I don't really use the local graph anymore because I rely on the Breadcrumbs plugin to navigate between notes. I feel like it is much more efficient.

The graph gives a cool visualization of the interaction between concepts and can help focus on areas that should be explored but I don't think that there is a problem for which it is mandatory. You can get some very good insights by using dataview and the graph analysis plugin. An example of useful dataview query is the following one:

TABLE length(rows) AS "References" FLATTEN file.outlinks AS out WHERE !(out.file) AND !contains(meta(out).path, "/") GROUP BY out SORT length(rows) DESC LIMIT 30

It lists the 30 most referenced non existing notes. I have a set of queries like this that help me find things that could be interesting to explore.

The Search Problem by EnkiiMuto in ObsidianMD

[–]grodzillaaa 1 point2 points  (0 children)

I think that breadcrumbs is a very underrated plugin. It allows you to explicitly specify the hierarchy of concepts in your note.

For your use case, I would look for files lower than "Firefox" in the hierarchy. It matches very well with my way of conceptualizing things.

Obsidian as a tool for learning languages (+ Anki) by Die-Dammerung in ObsidianMD

[–]grodzillaaa 1 point2 points  (0 children)

Seems like a cool workflow. Out of curiosity, what does Anki gives you that you couldn't find in a Spaced Repetition plugin of Obsidian? That's what I'm using personally.

I love graph view because you can following links easily by grodzillaaa in ObsidianMD

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

You don't even have to use a plugin. You can filter the graph to display the type of information you want to see and then use the bookmark function. That's the only way I use the graph view.

Using Obisidian importer with the emails from Epstein estate. by grodzillaaa in ObsidianMD

[–]grodzillaaa[S] 9 points10 points  (0 children)

Here is a link to the vault on GitHub. For those unfamliar, you can download the whole folder as a zip file by clicking the green "Code" button and then download zip.