summaryrefslogtreecommitdiff
path: root/index.md
blob: 3170c04be4bb487a67ffbbccaf948e0cfa1dfe9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
"Writing converts your ideas from vague to bad. But that's a step forward, because once you can see the brokenness, you can fix it."

Money (the kind worth having in any case) is usually downstream of character and relationships
Character (mental/physical health and skill) —> relationships —> wealth

3 -> 6 -> 9

Input --> System --> Output

Thesis --> Antithesis --> Synthesis


[arcanum](arcanum/index.md)

[[Trading]]

[Finance](Finance/index.md)

[cs](cs/index.md)

[food](food/index.md)

[[Woman]]

[[Business]]


There's already a theory of everything in mathematics. It's called logic.


solar lion 15min - merkaba...



# need to see the logs when open vimwiki and close vimwiki
nvim -Vvimwiki_logs.txt .local/share/vimwiki/index.md



going towards the corporation as governement ... spoke with kittykat


cancel crossover bin

Is my left ctrl also a win key  ????


  {
    "yacineMTB/pyrepl.nvim",
    dependencies = { 'nvim-lua/plenary.nvim' },
    config = function()
      require("pyrepl").setup({
        url = "http://localhost:5000/execute"
      })
    end,
    keys = {
      { "<leader>p", function() require('pyrepl').run_selected_lines() end, mode = "v", desc = "Run selected lines" }
    }
  },