Date updated.

This commit is contained in:
kor 2018-07-17 23:13:01 +12:00
parent d2ec5f5b06
commit 46d4eb82e7
2 changed files with 51 additions and 4 deletions

View File

@ -266,6 +266,7 @@ RV BATTERY RANT
TAGS : offgrid
NOTE : Rant
SEEN : true
PROJ : Van
HYPER LIGHT DIFFICULTY
LINK : https://www.gamasutra.com/view/news/269957/How_Hyper_Light_Drifter_balances_difficulty_with_fairness.php
@ -541,7 +542,7 @@ TOP SLATE STAR CODEX
REVI : true
TAGS : psychology, society, research, philosophy
UNDER THE SKIN: JORDAN PETERSON
UNDER THE SKIN: J PETERSON
LINK : https://youtu.be/r2S58rH0PAw?t=1h1m38s
TYPE : podcast
Date : 12018-07-06
@ -1030,7 +1031,7 @@ ACID BODHISATTVA
THE DOORS OF PERCEPTION
LINK : https://www.erowid.org/psychoactives/writings/huxley_doors.shtml
TYPE : article
TAGS : psychedelics, psychology, philosophy
TAGS : psychedelics, psychology, philosophy
DATE : 12018-07-14
SEEN : false
REVI : true
@ -1329,7 +1330,7 @@ LOW TECH MAGAZINE
TYPE : list
DATE : 12018-07-16
SEEN : false
TAGS : history, solarpunk, env
TAGS : history, solarpunk, env, offgrid
GWERN
PERS : neauoire
@ -1502,4 +1503,49 @@ INTERNAL FLIGHTS
SEEN : true
REVI : true
NOTE : Amaze
LICENSE ZERO
PERS : cblgh
SRCE : Merveilles
LINK : https://licensezero.com/
TYPE : tool
DATE : 12018-07-17
TAGS : code, web
SEEN : true
CATASTROPHE JOURNAL
PERS : cblgh
SRCE : Merveilles
LINK : https://seths.blog/2018/07/a-catastrophe-journal/
TYPE : article
DATE : 12018-07-17
TAGS : philosophy, psychology
SEEN : true
ZERO CARBON BILL SUB
LINK : https://blog.greens.org.nz/2018/06/22/guide-making-submission-zero-carbon-bill/
TYPE : tool
DATE : 12018-07-17
TAGS : env
SEEN : true
FILE : 12018-07-17_zeroCarbonBill-DiscussionDocument.pdf
SKY INTERVIEW
LINK : http://shareaslicepodcast.com/2016/11/16/sky/
TYPE : podcast
DATE : 12018-07-17
SEEN : true
LITTLE SOUND DJ
LINK : https://www.littlesounddj.com
TYPE : tool
DATE : 12018-07-17
SEEN : true
COVOX DUBSLIDE
LINK : https://www.littlesounddj.com/lsd/sounds/covox_-_dubslide.mp3
TYPE : music
DATE : 12018-07-17
SEEN : true
NOTE : Made with LSDJ
`

View File

@ -10,6 +10,7 @@ function Main()
// SETTINGS
this.useMasonry = true;
this.divNamePre = 'item';
this.statsNumTags = 10;
// MAIN
this.install = function()
@ -257,7 +258,7 @@ function Main()
return second[1] - first[1];
});
tags = items.slice(0, 5);
tags = items.slice(0, this.statsNumTags);
console.log(tags);