diff --git a/Stock.txt b/Stock.txt deleted file mode 100644 index 80bd659..0000000 --- a/Stock.txt +++ /dev/null @@ -1,40 +0,0 @@ -TODO: check out malaysian airlines? - -http://futureoflife.org/invest/ - -alternativy: Betterment, Nutmeg - -Vanguard total stock market ETF: VTI - -Tickers: - UPRO (3x SP-500) - BLKB (Berkshire Hathaway) - QQQ - -MCSI (Morgan-Stanley Capital Intl.) -Russell 3000, Wilshire 5000, REIT (real estate idx fund) - -emerging markets - -Stocks: - - USA stocks: FSTMX, POMIX, VTSMX - - developing countries: VSIIX, VDMIX - - emerging markets: VEIEX - - YAO (all china), HAO (low-cap china), TAO (china real estate) - -Real estate: VGSIX, bonds: VBMFX, cash: FORXX, VMMXX - -"spider" SP500 -"snake" Total Stock Market Fund - -VTI, IWV = total USA -VEA, EFA = emerged markets -VWO, EEM = emerging markets -VT (VEU), ACWI (EWI) = global markets - -sell losses (at end of year) -ETF on margin: "no"? - -P/E low over expected margin -GCBLX = green century balanced fund diff --git a/configuration.ttl b/configuration.ttl index 9a03fff..7fc94eb 100644 --- a/configuration.ttl +++ b/configuration.ttl @@ -1,7 +1,7 @@ -:megalocap :note "Lenovo X230" . -:feynmann :note "Nejstarsi notebook (Asrock)" . -:vakarian :note "HP 4530s" . -:dragon :note "Server" . +:megalocap rdfs:label "Lenovo X230" . +:feynmann rdfs:label"Nejstarsi notebook (Asrock)" . +:vakarian rdfs:label "HP 4530s" . +:dragon rdfs:label "Server" . :megalocap :note "Test-server kazdou hodinu" ; :note "Androidovy path (/opt/android-sdk/platform-tools)" ; diff --git a/decin.ttl b/places/decin.ttl similarity index 100% rename from decin.ttl rename to places/decin.ttl diff --git a/praha.ttl b/places/praha.ttl similarity index 100% rename from praha.ttl rename to places/praha.ttl diff --git a/sf.ttl b/places/sf.ttl similarity index 100% rename from sf.ttl rename to places/sf.ttl diff --git a/viden.ttl b/places/viden.ttl similarity index 100% rename from viden.ttl rename to places/viden.ttl diff --git a/programs.ttl b/programs.ttl index 41a0b04..fb2347c 100644 --- a/programs.ttl +++ b/programs.ttl @@ -203,8 +203,6 @@ $ vagrant destroy""" . :note "stretching tables: 'tabu' package" ; :note "\\citet{Erdos65} \\citep{Erdos65} \\citep*[see][chap. 2]{Erdos65}" ; :note "equation environment: allows label, ref; automatically numbered ((+subequations exist))" ; - :note "\\overbrace{something}{overbrace description}, podobne underbrace" ; - :note "cases env for piecewise functions" ; :note "multiline subscript: substack" ; :note "\\renewcommand{\\qedsymbol}{ajlasdf}" ; :note "align*, align (aligned equations)" ; diff --git a/rails.ttl b/software/rails.ttl similarity index 100% rename from rails.ttl rename to software/rails.ttl diff --git a/software/ruby.ttl b/software/ruby.ttl index 4bd6983..5b1ea94 100644 --- a/software/ruby.ttl +++ b/software/ruby.ttl @@ -46,8 +46,6 @@ ActiveRecord calculations Rails services -%i: symbol array syntax - rspec: its("phone_numbers.size") { should == 2 } its([:key]) { should eq(value) }: na hashe TODO: jak RSpec dela, ze jde udelat 'def'? diff --git a/rubygems.ttl b/software/rubygems.ttl similarity index 100% rename from rubygems.ttl rename to software/rubygems.ttl diff --git a/vim.ttl b/software/vim.ttl similarity index 88% rename from vim.ttl rename to software/vim.ttl index bb43f35..3aa56a9 100644 --- a/vim.ttl +++ b/software/vim.ttl @@ -2,17 +2,11 @@ rdfs:label "Vim" ; :note "makeprg: muze obsahovat %, ktere se expanduje na soubor" ; :note ":R ls -la = scratchbuffer ls -la" ; - :note ":Sex = split explore" ; :note ":bufdo s/co/naco/ge" ; - :note ":enew" ; :note "ZZ" ; :note "Ctrl-F = obrazovka dolu, Ctrl-B = obrazovka nahoru" ; - :note "U: undo na tomhle radku" ; :note "help: Ctrl-] = prejdi, Ctrl-T = zpet" ; :note ":set textwidth=80" ; - :note "gq(pohyb) preformatuje" ; - :note "{gq} = reformatuj odstavec" ; - :note ":marks" ; :note "'' nebo ``: pred poslednim skokem" ; :note "<> = zacatek/konec vizualni oblasti" ; :note "C-N, C-P" ; @@ -22,7 +16,6 @@ :note "\\| v map?" ; :note ":map xx ..." ; :note ":silent !echo ..." ; - :note "[m ]m == move by methods in structured language" ; :note "list, listchars: highlighting of trailing spaces, tabs etc." ; :note "'r ' je priblizne opak J" ; :note ":set spell => [s ]s zg(add to dict) z=(suggest correctly spelled words)" ; @@ -32,7 +25,6 @@ :note "g-/g+ = prechod v case +- (jine undo)" ; :note "set iskeyword-=_ zpusobi, ze _ oddeluje 'slova'" ; :note "aw = 'predchozi slovo'" ; - :note "zz = vertikalne vystred" ; :note "it = inside tag (textovy objekt)" ; :note "bind key to run (how do I bind quickly?)" ; :note "`` == jump between last marks" ; @@ -86,10 +78,8 @@ gj, gk move by visible lines /.../e move to end of matching text (also e+1, e-1 etc.) /...\\_s.../ match space or line break - g? rot-13 s the same as cl S the same as cc - U undo all changes on the same line C-W p goto previously active window C-W r/R rotate windows @@ -110,7 +100,6 @@ [{, ]} prev, next block [(, ]) prev, next subexpression [/, ]/ start of comment, end of comment - gD, gd goto definition, only in current function text objects: a( = a) = ab a parenthesized block @@ -119,11 +108,5 @@ aw, ap, as word, paragraph, sentence """ . -:vim :note """ - Marks: - `[ = start of pasted text, `] = end of pasted text, - `[V`]>> indentne pasted text -""" . - :vim :note "Editing text at the speed of thought: #52 (75/329)" . :vim :note "Medved: pomlcka misto mezery pred kterou nic neni" . diff --git a/stock.ttl b/stock.ttl index c0104d2..9104377 100644 --- a/stock.ttl +++ b/stock.ttl @@ -37,3 +37,45 @@ gstock:URPO rdfs:label "UPRO - 3x leveraged SP-500" ; :todo "check out" . gstock:BLKB rdfs:label "BLKB - Berkshire Hathaway" ; :under :stock . + +gstock:VTI rdfs:label "Vanguard total stock market ETF" ; + :under :stock . + +:stock :todo "check out malaysian airlines?" ; + :todo ; + :note "alternativy: Betterment, Nutmeg" . + +:stock :note """ + Tickers: + UPRO (3x SP-500) + BLKB (Berkshire Hathaway) + QQQ + + MCSI (Morgan-Stanley Capital Intl.) + Russell 3000, Wilshire 5000, REIT (real estate idx fund) + + emerging markets + + Stocks: + - USA stocks: FSTMX, POMIX, VTSMX + - developing countries: VSIIX, VDMIX + - emerging markets: VEIEX + + YAO (all china), HAO (low-cap china), TAO (china real estate) + + Real estate: VGSIX, bonds: VBMFX, cash: FORXX, VMMXX + + "spider" SP500 + "snake" Total Stock Market Fund + + VTI, IWV = total USA + VEA, EFA = emerged markets + VWO, EEM = emerging markets + VT (VEU), ACWI (EWI) = global markets + + sell losses (at end of year) + ETF on margin: "no"? + + P/E low over expected margin + GCBLX = green century balanced fund +""" . diff --git a/try.ttl b/try.ttl index 0206cf3..9fbbbdd 100644 --- a/try.ttl +++ b/try.ttl @@ -15,7 +15,6 @@ ("Lucid dreaming (reality checking)") :under :try . ("Automatic thought & behavior sampling at random intervals") :under :try . ("Cooking with meat replacements") :under :try . -("Buy tempeh") :under :try . ("Steem") :under :try . ("Dual N-back test for enhancing general cognitive ability") :under :try . ("gRPC") :under :try .