Skip to content

Instantly share code, notes, and snippets.

@ummjackson
Created April 7, 2017 00:58
Show Gist options
  • Save ummjackson/e905c7abcb560496c9fe50072a4e94c6 to your computer and use it in GitHub Desktop.
Save ummjackson/e905c7abcb560496c9fe50072a4e94c6 to your computer and use it in GitHub Desktop.
chime.social data backup, prior to closure of instance.

🔔 chime.social backup

this is a backup of tables containing non-private/sensitive data from chime.social, prior to the closure of the instance.

id post_id user_id body mentions hashtags urls created_at updated_at
1 2 5 this is a test comment. 2017-02-12 05:11:12 2017-02-12 05:11:12
2 1 5 @ummjackson this is the second reply on chime, ever 🎉 ummjackson 2017-02-12 23:11:44 2017-02-12 23:11:44
3 8 5 @ummjackson its too awesome, i cannot handle the heat ummjackson 2017-02-13 04:51:04 2017-02-13 04:51:04
4 4 2 @developit sounds good developit 2017-02-13 07:03:36 2017-02-13 07:03:36
5 11 5 @niklas hi there! 🙋 niklas 2017-02-13 16:19:05 2017-02-13 16:19:05
6 17 14 @phil gravatar is not new :p phil 2017-02-13 17:23:01 2017-02-13 17:23:01
7 19 5 @drastick that's not a thing drastick 2017-02-13 17:26:46 2017-02-13 17:26:46
8 15 5 I wonder if I can reply to myself? 2017-02-13 17:57:38 2017-02-13 17:57:38
9 17 1 @phil It's using Gravatar which is handy 😀 phil 2017-02-13 18:48:55 2017-02-13 18:48:55
10 18 13 @developit actually two and a dog! developit 2017-02-13 21:50:42 2017-02-13 21:50:42
11 24 5 @zouhir hiya 😎 zouhir 2017-02-14 02:10:03 2017-02-14 02:10:03
12 26 5 @ummjackson one of my favorite parts of vdom ❤️ ummjackson 2017-02-14 02:53:42 2017-02-14 02:53:42
13 26 2 @ummjackson you guys are so cute ummjackson 2017-02-14 03:23:45 2017-02-14 03:23:45
22 36 2 @developit mad!! developit 2017-02-16 03:40:08 2017-02-16 03:40:08
23 38 5 @zouhir awww yeah zouhir 2017-02-16 17:40:54 2017-02-16 17:40:54
24 37 5 @zouhir 🤗😇😎 zouhir 2017-02-16 17:42:00 2017-02-16 17:42:00
25 39 1 @developit I'd do a full screen takeover with half the screen (top) being text input and there being emoji / gif etc. quick selectors below. See the Twitter mobile app. developit 2017-02-16 18:21:29 2017-02-16 18:21:29
26 39 1 @developit Should also kill the left/right padding on the feed in mobile so it is just top/bottom dividers. developit 2017-02-16 18:22:59 2017-02-16 18:22:59
27 40 5 @ummjackson mornin 🌈↵we need a gif picker. on it.↵also, shift + enter to send. ummjackson 2017-02-16 19:27:34 2017-02-16 19:27:34
28 39 5 @ummjackson yup, on mobile I'm gonna remove all margins and corners on posts, remove margins on modals. Will be modal but fill the screen. ummjackson 2017-02-16 19:28:56 2017-02-16 19:28:56
29 42 5 @mattgen88 I think its like peach mattgen88 2017-02-16 22:01:13 2017-02-16 22:01:13
30 45 17 somewhat :/ 2017-02-17 03:11:13 2017-02-17 03:11:13
31 45 5 @harmony oh its totes does harmony 2017-02-17 04:00:37 2017-02-17 04:00:37
32 44 5 @zouhir oh shit this is probably the first legit post on here. are we doin this? lol zouhir 2017-02-17 04:01:11 2017-02-17 04:01:11
33 44 2 Lmao yes!! 2017-02-17 10:56:31 2017-02-17 10:56:31
34 44 17 fuck twitter ^^ 2017-02-17 15:18:10 2017-02-17 15:18:10
35 41 1 @developit I need to go ahead and implement actual notifications... will tackle it next week once I've flown back to Australia. developit 2017-02-17 17:50:49 2017-02-17 17:50:49
36 45 1 @harmony Yes, yes it does. harmony 2017-02-17 18:03:57 2017-02-17 18:03:57
37 46 1 @langerhans Woot woot langerhans 2017-02-17 18:04:08 2017-02-17 18:04:08
38 42 17 @mattgen88 What ARE you? mattgen88 2017-02-17 19:02:06 2017-02-17 19:02:06
42 48 1 @christine welcome!! christine 2017-02-17 23:42:12 2017-02-17 23:42:12
43 53 1 @zouhir Yup, seems kinda cool but not as established as other options. zouhir 2017-02-18 07:02:29 2017-02-18 07:02:29
44 53 2 yep - it kinda feel document and Graph. is MongoDB fast enough for querying + read\write ops ? 2017-02-18 07:04:46 2017-02-18 07:04:46
45 53 1 @zouhir Yeh, as long as you secure Mongo properly you're fine. I still prefer normalized RDBMSs though. zouhir 2017-02-18 17:40:44 2017-02-18 17:40:44
48 54 5 @ummjackson nice. Set up for polling, or? ummjackson 2017-02-18 21:43:28 2017-02-18 21:43:28
49 50 5 @christine want to steal this name christine 2017-02-18 21:45:33 2017-02-18 21:45:33
50 54 1 Yeah, polling should work. Endpoint is /notifications when logged in. Just look at notifications[0].id and make sure it's higher than what you last cached. Going to implement unread etc. in the future 2017-02-18 22:44:46 2017-02-18 22:44:46
51 54 5 @ummjackson now using it for a notifications tab 😀 ummjackson 2017-02-19 02:45:12 2017-02-19 02:45:12
52 54 5 @ummjackson huzzah↵https://i.imgur.com/L9GDzVf.jpg ummjackson https://i.imgur.com/L9GDzVf.jpg 2017-02-19 03:47:11 2017-02-19 03:47:11
53 54 5 @ummjackson too many lines, I know, but meh ummjackson 2017-02-19 03:47:24 2017-02-19 03:47:24
54 58 5 @ummjackson looking good ummjackson 2017-02-20 04:36:47 2017-02-20 04:36:47
55 22 5 All implemented 🙂 2017-02-20 05:18:05 2017-02-20 05:18:05
56 49 5 @christine @ummjackson ohhhh this is a bug screenshot! Lol I only just got that. christine,ummjackson 2017-02-21 05:01:23 2017-02-21 05:01:23
57 59 2 @developit yes but I'm tired af developit 2017-02-21 10:20:20 2017-02-21 10:20:20
58 59 2 @developit yes! but I'm tired af :( developit 2017-02-21 10:21:23 2017-02-21 10:21:23
59 59 1 @developit Yup! FYI getting a lot of "x undefined your post" in your notifications tab? developit 2017-02-21 21:36:39 2017-02-21 21:36:39
60 59 5 @ummjackson ah yeah apparently I guess wrong when adding comment notifications. Will rework. ummjackson 2017-02-21 23:39:30 2017-02-21 23:39:30
61 67 4 @johno /wave johno 2017-02-28 18:33:50 2017-02-28 18:33:50
62 67 5 @johno hi! johno 2017-03-02 04:25:07 2017-03-02 04:25:07
63 65 5 @simeon would totally dig a CLI for chime simeon 2017-03-02 04:54:54 2017-03-02 04:54:54
64 67 1 hello there! 2017-03-02 09:48:14 2017-03-02 09:48:14
65 65 1 +1 for a CLI client 2017-03-02 09:49:21 2017-03-02 09:49:21
66 68 1 and this is a test comment! 2017-03-02 09:50:37 2017-03-02 09:50:37
67 62 1 ok let's test this out! 🎉 2017-03-02 09:53:05 2017-03-02 09:53:05
68 68 1 another comment! 2017-03-02 09:54:19 2017-03-02 09:54:19
69 62 1 it worked!! posting this from mobile 😄 2017-03-02 10:22:05 2017-03-02 10:22:05
70 68 5 @ummjackson this is a reply! ummjackson 2017-03-03 02:21:44 2017-03-03 02:21:44
71 69 5 @zouhir i want that bottle zouhir 2017-03-03 03:01:01 2017-03-03 03:01:01
72 68 4 @ummjackson @developit oh the web UI doesn't auto-include multiple people in a chain reply ummjackson,developit 2017-03-03 08:05:36 2017-03-03 08:05:36
73 59 5 Fixed! 2017-03-04 03:02:25 2017-03-04 03:02:25
74 68 5 @ummjackson funky, code is there but I probably screwed something up. ummjackson 2017-03-04 03:03:16 2017-03-04 03:03:16
75 73 1 Next week! I'll ping you when I'm in the city Thurs-Sat, let me know what works best for you 👍 2017-03-04 05:16:05 2017-03-04 05:16:05
76 73 2 @ummjackson Thursday only evening 🌃 but Saturday any time! So which one is better for you ummjackson 2017-03-04 14:53:09 2017-03-04 14:53:09
77 74 1 I think polling is fine for now... either way it's going to hit the DB until I implement caching of some sort. 2017-03-04 22:43:14 2017-03-04 22:43:14
78 73 1 Trying to figure out timing... will let you know! 2017-03-05 23:34:20 2017-03-05 23:34:20
79 74 4 @developit @ummjackson please make the poll rate user configurable -- some folks may want to avoid burning battery developit,ummjackson 2017-03-06 04:57:40 2017-03-06 04:57:40
80 76 1 Welcome to the party!! 🎉 2017-03-06 08:56:43 2017-03-06 08:56:43
81 74 5 @ummjackson will do, and maybe do something clever with progressive back-off. Polling slows during periods of few messages, speeds up during higher volume. ummjackson 2017-03-06 19:31:10 2017-03-06 19:31:10
82 76 5 @lukeed @ummjackson ahhh you got me, it was for the username. I wanted to be user #3 lukeed,ummjackson 2017-03-06 19:31:47 2017-03-06 19:31:47
83 76 3 @developit @ummjackson I should have beat you to it. In any event, I should be User # <= 10 developit,ummjackson 2017-03-06 19:50:25 2017-03-06 19:50:25
84 77 5 @phil one of three available chime features phil 2017-03-06 20:04:08 2017-03-06 20:04:08
85 76 5 @lukeed @ummjackson disabled autoincrement IDs for the user objects so we'll never know lukeed,ummjackson 2017-03-06 20:04:46 2017-03-06 20:04:46
86 79 1 There is server-side validation... you'll only get an alphanumeric string through successfully 👍↵↵https://github.com/ummjackson/chime/blob/master/app/models/User.php#L10 https://github.com/ummjackson/chime/blob/master/app/models/User.php#L10 2017-03-08 22:33:56 2017-03-08 22:33:56
87 79 5 @Rob @ummjackson ahh I always forget validation patterns are case-sensitive Rob,ummjackson 2017-03-09 05:37:00 2017-03-09 05:37:00
88 81 5 @zouhir how meta is this↵https://i.imgur.com/A8VsUB1.jpg zouhir https://i.imgur.com/A8VsUB1.jpg 2017-03-10 00:06:37 2017-03-10 00:06:37
89 82 5 @bnb this bnb 2017-03-10 00:21:57 2017-03-10 00:21:57
90 83 5 @montogeek hiya :D montogeek 2017-03-10 00:23:55 2017-03-10 00:23:55
91 81 17 @zouhir @developit too meta↵https://i.imgur.com/Yk1engG.jpg zouhir,developit https://i.imgur.com/Yk1engG.jpg 2017-03-10 00:37:00 2017-03-10 00:37:00
92 85 5 @rafael hullo↵http://i.giphy.com/XlFfSD0CiyGLC.gif rafael http://i.giphy.com/XlFfSD0CiyGLC.gif 2017-03-10 00:41:50 2017-03-10 00:41:50
93 86 28 D'aw 2017-03-10 00:43:08 2017-03-10 00:43:08
94 88 28 @rafael Doi - you put it as your bio 😛 rafael 2017-03-10 00:45:20 2017-03-10 00:45:20
95 87 5 @bnb yup :) bnb 2017-03-10 00:46:23 2017-03-10 00:46:23
96 86 5 @bnb this sounds like a job for the API's creator, the great @ummjackson↵(api is https://chime.social) bnb,ummjackson https://chime.social 2017-03-10 00:46:56 2017-03-10 00:46:56
97 88 5 @bnb @rafael we should add a URL field, good point bnb,rafael 2017-03-10 00:47:44 2017-03-10 00:47:44
98 83 28 @montogeek Hi diddly ho, neighborino! montogeek 2017-03-10 00:51:35 2017-03-10 00:51:35
99 90 5 @TheLarkInn you are totallydoinitrite TheLarkInn 2017-03-10 00:56:15 2017-03-10 00:56:15
100 68 5 @ummjackson @simeon not seeing how it would happen 😴↵https://bitbucket.org/developit/chime/src/3a183951d8bf406d21db302ed4e74a9d05413c41/src/components/compose.js#compose.js-30:32 ummjackson,simeon https://bitbucket.org/developit/chime/src/3a183951d8bf406d21db302ed4e74a9d05413c41/src/components/compose.js#compose.js-30:32 2017-03-10 00:59:31 2017-03-10 00:59:31
101 91 5 @nicolasparada hola nicolasparada 2017-03-10 01:01:04 2017-03-10 01:01:04
102 84 33 @developit 🔥🔥🔥🔥 developit 2017-03-10 01:32:24 2017-03-10 01:32:24
103 84 1 Nice, any reason it's not like a refresh symbol or something more obvious? 2017-03-10 02:02:30 2017-03-10 02:02:30
104 91 1 @nicolasparada hello there! 😁 nicolasparada 2017-03-10 02:04:18 2017-03-10 02:04:18
105 90 2 @TheLarkInn duck sheeet ducked up! You here nowwwwww TheLarkInn 2017-03-10 06:39:10 2017-03-10 06:39:10
106 90 2 @TheLarkInn 😍😍😍😍😍😍 TheLarkInn 2017-03-10 06:39:19 2017-03-10 06:39:19
107 81 2 Like inception hitting my brains 2017-03-10 06:39:50 2017-03-10 06:39:50
108 84 5 @ummjackson no good reason, no 😛↵was going to change it to the logo or somthing ummjackson 2017-03-10 13:26:00 2017-03-10 13:26:00
109 96 5 @zouhir ORLY :P zouhir 2017-03-10 13:27:14 2017-03-10 13:27:14
110 92 5 @dotkurtrc hullo :D dotkurtrc 2017-03-10 13:27:29 2017-03-10 13:27:29
111 96 5 @zouhir any idea what was causing it? zouhir 2017-03-10 13:27:37 2017-03-10 13:27:37
112 97 5 @zouhir I was like "why is there a jet-"↵oh zouhir 2017-03-10 13:28:00 2017-03-10 13:28:00
113 98 5 @dan dang I should have taken @ jason dan 2017-03-10 13:28:43 2017-03-10 13:28:43
114 98 35 There's still time! 2017-03-10 13:33:34 2017-03-10 13:33:34
115 99 5 @dan you can share it privately if you want, sure.↵Just let people know it's still early-stage.↵The chime.social API and Chimeline are both open source though, happy to have help! 😊 dan chime.social 2017-03-10 15:43:04 2017-03-10 15:43:04
116 113 5 @carlos awww yeah you found it carlos 2017-03-10 15:43:16 2017-03-10 15:43:16
117 112 5 @carlos https://bitbucket.org/developit/chime/issues?status=new&status=open carlos https://bitbucket.org/developit/chime/issues?status=new&status=open 2017-03-10 15:44:10 2017-03-10 15:44:10
118 108 5 @aribe oh hi there 😺 aribe 2017-03-10 15:44:34 2017-03-10 15:44:34
119 102 5 @carlos you *are* carlos haha carlos 2017-03-10 15:44:47 2017-03-10 15:44:47
120 100 5 @ale lol what is this ale 2017-03-10 15:45:00 2017-03-10 15:45:00
121 112 5 @carlos I just populated a few of the initial issues I had been tracking in my head. carlos 2017-03-10 15:52:00 2017-03-10 15:52:00
122 102 37 best. day. ever. haha 2017-03-10 15:53:44 2017-03-10 15:53:44
123 100 36 A little hint :) http://i.imgur.com/zMVSbZv.png http://i.imgur.com/zMVSbZv.png 2017-03-10 16:13:15 2017-03-10 16:13:15
124 100 36 @developit (This isn't mine though, found it sometime ago on some code golf website) developit 2017-03-10 16:14:36 2017-03-10 16:14:36
125 116 36 test nyan.cat test nyan.cat 2017-03-10 16:17:41 2017-03-10 16:17:41
126 116 36 ^^ @developit Looks like links are broken? ^^ developit 2017-03-10 16:18:25 2017-03-10 16:18:25
127 108 36 @aribe Welcome! aribe 2017-03-10 16:19:39 2017-03-10 16:19:39
128 114 5 @carlos lol how'd that happen carlos 2017-03-10 16:32:56 2017-03-10 16:32:56
129 117 5 @ale we shall join them using rope! ale 2017-03-10 16:33:08 2017-03-10 16:33:08
130 114 37 npm update majestic-kitten, of course 2017-03-10 16:57:47 2017-03-10 16:57:47
131 116 5 @ale ooh yup. need to enforce protocol, good call. Might actually be an @ummjackson thing but I can do on client side for now. ale,ummjackson 2017-03-10 19:41:40 2017-03-10 19:41:40
132 95 2 @developit images issue developit 2017-03-11 00:32:42 2017-03-11 00:32:42
133 125 5 @carlos and imgur ones won't murder your CPU until you click to open them! 🌈 carlos 2017-03-11 02:25:32 2017-03-11 02:25:32
134 125 5 @carlos hoping to add a canvas-based static render for other gifs soon. Also previews for other filetypes, maybe via embed.ly carlos 2017-03-11 02:26:32 2017-03-11 02:26:32
135 126 5 Might see about optimizing the post creation modal, I think it's doing something dumb with text normalization right now and definitely computing dimensions on every keystroke. 2017-03-11 02:29:15 2017-03-11 02:29:15
136 126 5 Then I'd like to add a custom pull-to-refresh, have a dead simple one sitting around that should work nicely since there's already a pubsub event that can trigger re-fetching. 2017-03-11 02:30:25 2017-03-11 02:30:25
137 126 5 Because it's VDOM, there are already done neat things Chimeline does that Twitter doesn't, like live post times. Hope to add more. 2017-03-11 02:32:02 2017-03-11 02:32:02
138 126 5 Even wondering if a simple in-app link preview could be done. Maybe just via embed.ly or an iframe. 2017-03-11 02:33:11 2017-03-11 02:33:11
139 126 1 @developit in-app link preview would be pretty amazing :) developit 2017-03-11 03:54:49 2017-03-11 03:54:49
140 126 1 @developit also you might want to think about just a full-page view for mobile when posting vs. the modal which is more relevant for desktop. that's how twitter mobile does it. developit 2017-03-11 04:57:29 2017-03-11 04:57:29
141 96 1 @zouhir that seemed to work zouhir 2017-03-11 04:58:01 2017-03-11 04:58:01
142 68 1 this is a test comment 2017-03-11 05:33:34 2017-03-11 05:33:34
143 126 5 Totally, it's literally a flag. Good idea. 2017-03-11 05:37:18 2017-03-11 05:37:18
144 68 1 another test comment... 2017-03-11 05:39:09 2017-03-11 05:39:09
145 68 1 test test 2017-03-11 05:42:03 2017-03-11 05:42:03
146 68 1 test test test 2017-03-11 06:38:14 2017-03-11 06:38:14
147 68 1 another test. 2017-03-11 06:39:25 2017-03-11 06:39:25
148 68 1 another test. 2017-03-11 06:39:35 2017-03-11 06:39:35
149 79 18 I was wondering where the backend was 2017-03-11 06:46:07 2017-03-11 06:46:07
150 132 1 welcome! 2017-03-11 07:57:17 2017-03-11 07:57:17
151 133 43 I cant see where to upload my headshot 2017-03-11 12:11:21 2017-03-11 12:11:21
152 129 43 I cant edit my profile, and there doesn't seem to be a way to upload my headshot? Is it me? 2017-03-11 12:14:32 2017-03-11 12:14:32
153 125 37 yeah, I saw that. Good call! And perfect for low end devices :D 2017-03-11 17:34:51 2017-03-11 17:34:51
154 134 37 @neileisen the client pulls your Gravatar, I think neileisen 2017-03-11 21:11:35 2017-03-11 21:11:35
155 134 17 @neileisen yeah, gravatar neileisen 2017-03-12 15:25:28 2017-03-12 15:25:28
156 126 28 @developit Definitely an issue on Chrome/iOS↵https://i.imgur.com/KZK7AsT.jpg developit https://i.imgur.com/KZK7AsT.jpg 2017-03-12 18:45:00 2017-03-12 18:45:00
157 126 28 @developit And this was meant to be in reference to the modals. developit 2017-03-12 18:45:23 2017-03-12 18:45:23
158 126 28 @developit A few glitchy issues with attachments/scrolling and this. developit 2017-03-12 18:45:48 2017-03-12 18:45:48
159 131 28 @mxstbr Hello! 👋 mxstbr 2017-03-12 18:46:54 2017-03-12 18:46:54
160 138 1 Keep these amazing insights coming, thx. 2017-03-12 23:23:00 2017-03-12 23:23:00
161 92 28 @dotkurtrc Ey Kurt! ❤️ dotkurtrc 2017-03-13 01:10:46 2017-03-13 01:10:46
162 139 1 Likewise 😁 2017-03-13 06:08:24 2017-03-13 06:08:24
163 116 1 @ale @developit - good catch... so twitter actually allows URLs without protocols like this, so i'm going to stick with that standard. ale,developit 2017-03-13 07:28:25 2017-03-13 07:28:25
164 139 28 @simeon I've got it as a bookmark and do the same 😊 simeon 2017-03-13 13:51:30 2017-03-13 13:51:30
165 137 5 @mike hola mike 2017-03-13 14:43:09 2017-03-13 14:43:09
166 139 5 @simeon @ummjackson @bnb that'll get a little nicer & faster once we have notifications 😊 simeon,ummjackson,bnb 2017-03-13 14:43:48 2017-03-13 14:43:48
167 135 5 @carlos PR blocked? or no forks? I might have messed up the Bitbucket settings. carlos 2017-03-13 14:44:17 2017-03-13 14:44:17
168 131 5 @mxstbr @bnb now all we need is the sweater mxstbr,bnb 2017-03-13 14:44:59 2017-03-13 14:44:59
169 128 5 @Rob wanted: inline preview Rob 2017-03-13 14:46:25 2017-03-13 14:46:25
170 126 5 @bnb ah yeah - hard cause you can't guess the height of the keyboard bnb 2017-03-13 14:58:49 2017-03-13 14:58:49
171 137 4 @mike 👋 mike 2017-03-13 15:21:48 2017-03-13 15:21:48
172 135 37 @developit PR blocked, forking does work :D developit 2017-03-13 18:26:55 2017-03-13 18:26:55
173 139 1 @developit - what do you need from me to make notifications better? developit 2017-03-14 09:49:02 2017-03-14 09:49:02
174 140 1 testing 1, 2, 3 2017-03-15 05:33:36 2017-03-15 05:33:36
175 116 1 @ale @developit - basic fix implemented @ https://github.com/ummjackson/chime-client/commit/b4b01f7f4118ac72bc2e9725fa72e0447a609a38 ale,developit https://github.com/ummjackson/chime-client/commit/b4b01f7f4118ac72bc2e9725fa72e0447a609a38 2017-03-15 05:40:08 2017-03-15 05:40:08
176 143 1 Welcome! 😁 2017-03-15 11:37:34 2017-03-15 11:37:34
177 142 5 @ummjackson oooh totally adding this to chimeline ummjackson 2017-03-15 14:07:07 2017-03-15 14:07:07
178 140 5 @ummjackson any thoughts as to how we might detect and embed stuff like this? ummjackson 2017-03-15 14:07:29 2017-03-15 14:07:29
179 140 5 @ummjackson OEmbed seems easiest, but kinda annoying to implement in each client ummjackson 2017-03-15 14:07:48 2017-03-15 14:07:48
180 139 5 @simeon HEAD request for the notifications API would be good, but TBH that's just to save bandwidth. Just need a few minutes to add them haha simeon 2017-03-15 14:08:21 2017-03-15 14:08:21
181 143 5 @h hola h 2017-03-15 14:08:35 2017-03-15 14:08:35
182 140 1 @developit - thinking http://riteshkr.com/embed.js/ but not sure how modular it is. developit http://riteshkr.com/embed.js/ 2017-03-15 21:25:35 2017-03-15 21:25:35
183 148 1 How many tons? 2017-03-16 06:04:23 2017-03-16 06:04:23
184 148 19 Only probably like 0.000907185 actually 2017-03-16 06:18:07 2017-03-16 06:18:07
185 143 46 Thanks! Chime looks pretty cool 🔔 2017-03-16 09:54:59 2017-03-16 09:54:59
186 147 5 @thinkaliker but *which* adam thinkaliker 2017-03-16 15:57:56 2017-03-16 15:57:56
187 144 5 @carlos it's ... a morning :P carlos 2017-03-16 15:58:17 2017-03-16 15:58:17
188 140 5 @ummjackson oh my god does ritesh build everything? guy is crazy ummjackson 2017-03-16 15:58:54 2017-03-16 15:58:54
189 146 5 @zouhir I still have no idea what is causing this. zouhir 2017-03-16 16:01:52 2017-03-16 16:01:52
190 146 5 @zouhir OH! weird - if you click to expand, the image is there...↵I think I know now 😬 zouhir 2017-03-16 16:02:31 2017-03-16 16:02:31
191 151 5 @sam you would love it sam 2017-03-16 19:27:18 2017-03-16 19:27:18
192 152 5 @sam sup sam sam 2017-03-16 19:27:26 2017-03-16 19:27:26
193 152 48 @developit nothing developit 2017-03-16 20:51:52 2017-03-16 20:51:52
194 153 1 What do you need on the backend to do this properly? Can't you just poll the last seen? 2017-03-16 20:55:02 2017-03-16 20:55:02
195 153 5 @nekr can do, yeah, just he's really good with them :P nekr 2017-03-16 21:17:34 2017-03-16 21:17:34
196 152 5 @sam you need a drink sam 2017-03-16 21:17:54 2017-03-16 21:17:54
197 140 1 @developit - he definitely gets around! not sure this library is modular enough for us to run our entities through though, more focused on extracting from a string developit 2017-03-16 21:45:04 2017-03-16 21:45:04
198 148 1 @christine on it. christine 2017-03-16 22:53:30 2017-03-16 22:53:30
200 151 1 @sam Nice try! 😝 sam 2017-03-17 10:44:33 2017-03-17 10:44:33
203 157 49 @sam fuck you sam saccone! sam 2017-03-17 16:49:15 2017-03-17 16:49:15
204 157 50 @sam double fuck you sam saccone! sam 2017-03-17 16:50:25 2017-03-17 16:50:25
205 157 37 @sam yo @developit, I could give this a shot :P sam,developit 2017-03-17 17:13:53 2017-03-17 17:13:53
206 157 5 @sam do it sam 2017-03-17 17:16:24 2017-03-17 17:16:24
207 156 5 @Rob seems like a good idea. right now you have to click on the time, which is not exactly intuitive. Rob 2017-03-17 17:17:24 2017-03-17 17:17:24
208 158 5 @sam I blame bulma sam 2017-03-17 17:17:39 2017-03-17 17:17:39
209 158 5 @sam possible cheap fix - switch the theme.↵https://jenil.github.io/bulmaswatch/materia/#buttons↵...or:↵https://jenil.github.io/bulmaswatch/litera/#buttons sam https://jenil.github.io/bulmaswatch/materia/#buttons,https://jenil.github.io/bulmaswatch/litera/#buttons 2017-03-17 17:25:23 2017-03-17 17:25:23
210 156 18 ah, well at least there's something that gets there in one click 2017-03-17 18:06:02 2017-03-17 18:06:02
211 157 48 Where is the source? 2017-03-17 18:44:58 2017-03-17 18:44:58
212 157 5 @sam currently bitbucket until it's a little cleaner:↵https://bitbucket.org/developit/chime sam https://bitbucket.org/developit/chime 2017-03-17 19:27:59 2017-03-17 19:27:59
213 156 5 @Rob I guess Twitter the whole thing is clickable Rob 2017-03-17 22:25:16 2017-03-17 22:25:16
214 158 2 @sam I'm fixing this tonight. sam 2017-03-17 23:43:08 2017-03-17 23:43:08
215 158 2 @sam I'm My UI branch it's 36px*36px min is that a good size? sam 2017-03-17 23:58:48 2017-03-17 23:58:48
216 160 5 @ummjackson quite an arm workout ummjackson 2017-03-18 00:02:00 2017-03-18 00:02:00
217 156 37 @Rob @developit +1 for making the whole thing clickable Rob,developit 2017-03-18 00:51:51 2017-03-18 00:51:51
218 162 1 @carlos Is the show any good? Keep hearing bad reviews... carlos 2017-03-18 02:22:58 2017-03-18 02:22:58
219 161 1 @zouhir Yep, privacy/blocking/anti-harassment is next on my to-do list now that we have the basics of a social network taken care of. 👍 zouhir 2017-03-18 02:23:30 2017-03-18 02:23:30
220 161 48 @zouhir mobile alerts via SW plzzz zouhir 2017-03-18 03:22:31 2017-03-18 03:22:31
221 163 18 // @TODO: dropbox int↵↵↵i should help TODO 2017-03-18 06:26:32 2017-03-18 06:26:32
222 160 28 @ummjackson @developit That's a *lot* of flapping ummjackson,developit 2017-03-18 15:20:18 2017-03-18 15:20:18
223 162 37 @ummjackson it starts slow, and it's definitely the weakest so far. But it quickly catches up, it's worth watching ummjackson 2017-03-18 19:08:44 2017-03-18 19:08:44
224 164 28 @zouhir Curious why it's saying that the request body must be valid JSON? 🤔 zouhir 2017-03-18 22:45:41 2017-03-18 22:45:41
225 164 1 @zouhir Nice!! zouhir 2017-03-18 23:07:42 2017-03-18 23:07:42
226 164 1 @bnb @zouhir that'll happen if you send invalid JSON 😊 bnb,zouhir 2017-03-18 23:08:07 2017-03-18 23:08:07
227 163 5 @Rob yes lol Rob 2017-03-19 14:43:26 2017-03-19 14:43:26
228 158 5 @sam I think 52px is the thumb width but the jury is out. Could always do sloppy click bounds if need be sam 2017-03-19 14:44:58 2017-03-19 14:44:58
229 164 5 @ummjackson @bnb @zouhir Earth shattering ummjackson,bnb,zouhir 2017-03-19 14:45:43 2017-03-19 14:45:43
230 159 3 @developit Oh, that's cute↵https://i.imgur.com/7m54d7I.jpg developit https://i.imgur.com/7m54d7I.jpg 2017-03-19 18:58:59 2017-03-19 18:58:59
231 166 5 @ummjackson prove it ummjackson 2017-03-20 02:02:28 2017-03-20 02:02:28
232 163 5 @Rob chime's first warez Rob 2017-03-20 02:03:04 2017-03-20 02:03:04
233 159 5 @lukeed I started using OneTab cause I was always 400+ tabs across many windows like that. My life is better now I think, but I'll never know. lukeed 2017-03-20 02:04:14 2017-03-20 02:04:14
234 159 17 @developit windows always runs out of memory when I get to that point, especially if I have slack and my ide open at the same time developit 2017-03-20 05:08:41 2017-03-20 05:08:41
235 141 17 @ummjackson oh no, more things for me to port over 😜 ummjackson 2017-03-20 05:10:11 2017-03-20 05:10:11
236 157 17 @sebmck ok sebmck 2017-03-20 22:41:17 2017-03-20 22:41:17
237 168 17 @zouhir sure? zouhir 2017-03-21 00:28:48 2017-03-21 00:28:48
238 172 1 @christine gnarly hashtag there, I didn't know that could work haha. christine 2017-03-21 15:04:17 2017-03-21 15:04:17
239 159 4 @developit @lukeed yesterday I had 3 windows at Jason's level. I couldn't take it - I declared bankruptcy and closed 'em all 😵 developit,lukeed 2017-03-22 16:37:45 2017-03-22 16:37:45
240 142 4 @ummjackson speaking of which, I thought the half-filled circle was a toggle between light/dark mode ummjackson 2017-03-22 16:39:04 2017-03-22 16:39:04
241 142 4 @ummjackson oops, I meant in Chimeline ummjackson 2017-03-22 18:06:59 2017-03-22 18:06:59
242 175 1 @zouhir who? zouhir 2017-03-23 05:30:44 2017-03-23 05:30:44
243 177 1 @christine have you seen that hot star large fried chicken? i want that christine 2017-03-23 05:31:27 2017-03-23 05:31:27
244 177 19 @ummjackson no I have not but I’m talkin about a live chicken budy ummjackson 2017-03-23 05:50:10 2017-03-23 05:50:10
245 178 5 @christine our cat shits on the floor 5 times per day right now, it's killing me christine 2017-03-24 02:49:41 2017-03-24 02:49:41
246 175 5 @zouhir @ummjackson omg he is! @jaffathecake zouhir,ummjackson,jaffathecake 2017-03-24 02:50:28 2017-03-24 02:50:28
247 160 5 @ummjackson @bnb capital L ummjackson,bnb 2017-03-24 02:52:31 2017-03-24 02:52:31
248 178 19 @developit If it's in a particular spot, you can keep him outta there with tinfoil – that's what we did when one of ours started doing that last fall & it broke him of the habit D: good luck! developit 2017-03-24 03:44:03 2017-03-24 03:44:03
249 182 2 @carlos South Beach? 💵 carlos 2017-03-24 14:54:14 2017-03-24 14:54:14
250 175 17 @zouhir @developit @jaffathecake :OO zouhir,developit,jaffathecake 2017-03-24 17:41:37 2017-03-24 17:41:37
251 182 37 Downtown, for Ultra. Will visit a friend that lives in South Beach, tho 2017-03-24 19:06:05 2017-03-24 19:06:05
252 181 5 @zouhir who even is that zouhir 2017-03-25 00:39:16 2017-03-25 00:39:16
253 180 5 @zouhir at that same time even zouhir 2017-03-25 00:39:38 2017-03-25 00:39:38
254 178 5 @christine gonna try that. It's mostly in the laundry room christine 2017-03-25 00:40:08 2017-03-25 00:40:08
255 181 2 I'm going to tell Ken Wheeler you don't know Kendall 2017-03-25 08:55:49 2017-03-25 08:55:49
256 184 2 @developit so cute! developit 2017-03-26 09:41:36 2017-03-26 09:41:36
257 184 1 @developit Wait, do you own a shiba?!? developit 2017-03-26 19:12:35 2017-03-26 19:12:35
258 186 28 @carlos @zouhir Interesting - this link redirects to https://chimeline.co/beta.chimeline.co for me. URL parsing issue? 🤔 carlos,zouhir https://chimeline.co/beta.chimeline.co 2017-03-27 15:45:18 2017-03-27 15:45:18
259 186 2 @carlos ahah! Thanks Carlos carlos 2017-03-27 22:04:51 2017-03-27 22:04:51
260 186 37 @zouhir @bnb Yeah, I think I've seen that too zouhir,bnb 2017-03-27 22:44:39 2017-03-27 22:44:39
261 184 17 @developit that looks so professional 👌🏻 developit 2017-03-27 22:56:21 2017-03-27 22:56:21
263 153 17 @developit @nekr serviceworkers sadly can't do polling yet :( developit,nekr 2017-03-27 23:04:13 2017-03-27 23:04:13
264 188 17 @carlos nice carlos 2017-03-27 23:06:13 2017-03-27 23:06:13
265 88 17 @bnb @rafael we already have website in the db bnb,rafael 2017-03-27 23:08:26 2017-03-27 23:08:26
266 186 1 @carlos this is looking nice!! carlos 2017-03-28 05:27:44 2017-03-28 05:27:44
267 184 5 @ummjackson @harmony @zouhir yup yup, his name is Yoshi 🐕 ummjackson,harmony,zouhir 2017-03-28 14:30:03 2017-03-28 14:30:03
268 186 5 @carlos @zouhir yeah I borked the URL normalization. carlos,zouhir 2017-03-28 14:33:31 2017-03-28 14:33:31
269 190 1 @christine why? 🤔 christine 2017-03-29 20:09:22 2017-03-29 20:09:22
270 190 19 @ummjackson it will open your 3rd eye ummjackson 2017-03-30 00:28:42 2017-03-30 00:28:42
271 190 5 @christine step 4: proofit christine 2017-03-30 23:42:29 2017-03-30 23:42:29
272 189 5 @zouhir @jessika queue makeup posts zouhir,jessika 2017-03-30 23:42:46 2017-03-30 23:42:46
273 191 1 @zouhir where are these ducks you speak of? zouhir 2017-03-30 23:52:20 2017-03-30 23:52:20
274 192 5 @ummjackson lol explain ummjackson 2017-03-31 01:12:38 2017-03-31 01:12:38
275 193 5 @christine what a concept christine 2017-03-31 01:12:49 2017-03-31 01:12:49
276 191 5 @zouhir @ummjackson he's still typing them out↵(sorry) zouhir,ummjackson 2017-03-31 01:13:12 2017-03-31 01:13:12
277 194 5 @carlos this reminds me I need to go back to Norway carlos 2017-03-31 01:13:27 2017-03-31 01:13:27
278 193 19 @developit It's a budget-friendly mood lifter developit 2017-03-31 01:57:16 2017-03-31 01:57:16
279 193 1 @christine I have this love/hate relationship with like. christine 2017-03-31 02:52:04 2017-03-31 02:52:04
280 192 1 For a point of reference, just look at Twitter today. 2017-03-31 02:52:25 2017-03-31 02:52:25
281 200 64 hey eva 2017-03-31 12:34:37 2017-03-31 12:34:37
282 197 67 @constantnausea same constantnausea 2017-03-31 15:01:04 2017-03-31 15:01:04
283 202 68 @khalia same tho? khalia 2017-03-31 17:59:55 2017-03-31 17:59:55
284 197 68 @constantnausea same constantnausea 2017-03-31 18:00:17 2017-03-31 18:00:17
285 197 1 @constantnausea hello there 👋 constantnausea 2017-03-31 18:15:17 2017-03-31 18:15:17
286 202 1 @khalia gravatar.com 👍 khalia gravatar.com 2017-03-31 18:15:57 2017-03-31 18:15:57
287 204 1 @alienpal hello! alienpal 2017-03-31 18:16:11 2017-03-31 18:16:11
288 206 65 this is nashville btdubs 2017-03-31 19:28:35 2017-03-31 19:28:35
289 202 67 i don't get it but thanks 2017-03-31 19:35:41 2017-03-31 19:35:41
290 204 67 @alienpal hey girl alienpal 2017-03-31 19:39:35 2017-03-31 19:39:35
291 202 67 i tried the link but its not working... lol 2017-03-31 19:39:52 2017-03-31 19:39:52
292 205 1 @alienpal still a work in progress, feature suggestions welcome! alienpal 2017-03-31 19:53:35 2017-03-31 19:53:35
293 205 68 One thing I'd suggest is maybe make it less confusing to change your profile pic! I still have no clue how to aaaaaaa other than that I love it! Keep up the good work! 2017-03-31 21:40:35 2017-03-31 21:40:35
294 205 1 @alienpal sorry! rather than handle file hosting we use gravitar.com right now 😊thinking of allowing custom URLs in the future alienpal gravitar.com 2017-03-31 21:46:26 2017-03-31 21:46:26
295 208 1 @akooms woo, SF represent! akooms 2017-04-01 01:13:07 2017-04-01 01:13:07
296 209 1 @zouhir SW? would love to see the design update live! zouhir 2017-04-01 02:00:29 2017-04-01 02:00:29
297 184 2 @developit very nice! developit 2017-04-01 05:04:22 2017-04-01 05:04:22
298 184 2 @developit very nice! developit 2017-04-01 05:05:13 2017-04-01 05:05:13
299 184 2 @developit very nice! developit 2017-04-01 05:06:05 2017-04-01 05:06:05
300 194 37 I think I'm visiting next year, never been there before 2017-04-02 00:02:20 2017-04-02 00:02:20
301 217 1 @hugo hullo hugo 2017-04-02 04:30:00 2017-04-02 04:30:00
302 205 17 @alienpal * https://gravatar.com/ alienpal https://gravatar.com/ 2017-04-02 16:14:16 2017-04-02 16:14:16
303 202 17 @khalia https://en.gravatar.com/ khalia https://en.gravatar.com/ 2017-04-02 16:14:41 2017-04-02 16:14:41
304 203 17 @khalia lol, not sure if that's how it works khalia 2017-04-02 16:49:47 2017-04-02 16:49:47
305 221 17 @videobugs chimeline videobugs 2017-04-02 20:26:34 2017-04-02 20:26:34
306 221 1 @videobugs the next big thing 🔔 videobugs 2017-04-03 03:28:22 2017-04-03 03:28:22
307 223 37 @ummjackson I think I hate you :( ummjackson 2017-04-04 00:37:47 2017-04-04 00:37:47
308 224 17 @gfriend what? gfriend 2017-04-04 01:00:27 2017-04-04 01:00:27
309 223 17 @ummjackson :oo↵↵gimme ummjackson 2017-04-04 01:00:53 2017-04-04 01:00:53
311 215 17 @marc nice try marc 2017-04-04 01:05:26 2017-04-04 01:05:26
312 225 2 @harmony what! harmony 2017-04-04 11:17:21 2017-04-04 11:17:21
313 220 5 @carlos they are likely migrants from Peach (https://nectarine.rocks) carlos https://nectarine.rocks 2017-04-04 14:11:42 2017-04-04 14:11:42
314 226 5 @alienpal oh you know, keepin' on alienpal 2017-04-04 14:12:04 2017-04-04 14:12:04
315 221 5 @videobugs @ummjackson the current big thing videobugs,ummjackson 2017-04-04 14:12:29 2017-04-04 14:12:29
316 217 5 @hugo @jackson hola hugo,jackson 2017-04-04 14:12:39 2017-04-04 14:12:39
317 215 5 @marc these are my favorite :P↵it's text, not HTML (thankfully lol) marc 2017-04-04 14:13:05 2017-04-04 14:13:05
318 212 5 @alienpal ↵https://i.imgur.com/akzM6yD.gif alienpal https://i.imgur.com/akzM6yD.gif 2017-04-04 14:14:32 2017-04-04 14:14:32
319 211 5 @colin lol colin 2017-04-04 14:14:59 2017-04-04 14:14:59
320 208 5 @akooms what airline is that akooms 2017-04-04 14:15:12 2017-04-04 14:15:12
321 206 5 @jcbbge that can only mean one thang jcbbge 2017-04-04 14:15:37 2017-04-04 14:15:37
322 205 5 @alienpal @ummjackson - that would be good - default to gravatar but we can just use imgur for customs. did that for nectarine alienpal,ummjackson 2017-04-04 14:16:20 2017-04-04 14:16:20
323 203 5 @khalia https://gravatar.com and enter the same email you used here haha khalia https://gravatar.com 2017-04-04 14:16:46 2017-04-04 14:16:46
324 200 5 @emobaek its... a thing emobaek 2017-04-04 14:17:15 2017-04-04 14:17:15
325 197 5 @constantnausea new phone who dis constantnausea 2017-04-04 14:17:34 2017-04-04 14:17:34
326 225 5 @harmony shit happens :P harmony 2017-04-04 14:18:38 2017-04-04 14:18:38
327 202 5 @khalia yup yup was just wrong link khalia 2017-04-04 14:19:14 2017-04-04 14:19:14
328 227 5 @calmtree which email settings? calmtree 2017-04-04 14:20:14 2017-04-04 14:20:14
329 227 80 Changing password or email type of settings. 2017-04-04 14:24:39 2017-04-04 14:24:39
330 227 5 @calmtree ah, nothing yet. I think there's work afoot to make it happen though (cc @ummjackson) calmtree,ummjackson 2017-04-04 14:27:05 2017-04-04 14:27:05
331 227 80 Oh! Okay thank you! :) 2017-04-04 14:42:31 2017-04-04 14:42:31
332 224 17 @ummjackson pls remove :P /s ummjackson 2017-04-04 18:59:49 2017-04-04 18:59:49
333 225 17 @zouhir @developit they offered me something else, so I guess I'll stay there for now, don't like it, but my mum forces me to work zouhir,developit 2017-04-04 19:46:13 2017-04-04 19:46:13
334 227 17 @calmtree you don't log out :P calmtree 2017-04-04 19:46:30 2017-04-04 19:46:30
335 220 37 Ooh, I see. 2017-04-05 01:33:34 2017-04-05 01:33:34
336 231 5 @ken excuses ken 2017-04-05 18:29:04 2017-04-05 18:29:04
337 230 5 @ken did you make this to honor me ken 2017-04-05 18:29:16 2017-04-05 18:29:16
338 228 17 @zouhir fix your links :I zouhir 2017-04-05 21:22:44 2017-04-05 21:22:44
339 237 17 @ummjackson :'( ummjackson 2017-04-06 12:03:06 2017-04-06 12:03:06
340 238 28 @ummjackson Killing Chime off? 😢 ummjackson 2017-04-06 18:36:26 2017-04-06 18:36:26
341 238 1 @bnb Switching to Mastodon 👍 bnb 2017-04-06 20:42:50 2017-04-06 20:42:50
342 239 1 @harmony see you on Mastodon? harmony 2017-04-06 20:43:07 2017-04-06 20:43:07
343 239 17 @ummjackson nah, I think I'll go back to twitter for now ummjackson 2017-04-06 23:43:43 2017-04-06 23:43:43
id user_id follow_id created_at updated_at
1 5 1 2017-02-12 04:31:31 2017-02-12 04:31:31
2 1 5 2017-02-13 04:52:15 2017-02-13 04:52:15
3 2 1 2017-02-13 04:55:31 2017-02-13 04:55:31
4 2 5 2017-02-13 04:55:36 2017-02-13 04:55:36
5 11 1 2017-02-13 09:26:59 2017-02-13 09:26:59
6 11 5 2017-02-13 09:27:10 2017-02-13 09:27:10
7 12 5 2017-02-13 16:05:56 2017-02-13 16:05:56
8 5 2 2017-02-13 16:13:08 2017-02-13 16:13:08
9 5 11 2017-02-13 16:18:50 2017-02-13 16:18:50
10 5 13 2017-02-13 17:21:49 2017-02-13 17:21:49
11 14 13 2017-02-13 17:25:40 2017-02-13 17:25:40
12 14 5 2017-02-13 17:26:26 2017-02-13 17:26:26
13 5 14 2017-02-13 17:58:58 2017-02-13 17:58:58
15 13 14 2017-02-13 21:48:36 2017-02-13 21:48:36
16 13 5 2017-02-13 21:48:43 2017-02-13 21:48:43
18 1 14 2017-02-14 04:26:16 2017-02-14 04:26:16
19 5 12 2017-02-14 23:30:57 2017-02-14 23:30:57
20 5 15 2017-02-14 23:36:40 2017-02-14 23:36:40
21 5 9 2017-02-15 22:15:26 2017-02-15 22:15:26
22 1 11 2017-02-15 23:47:37 2017-02-15 23:47:37
23 17 5 2017-02-16 22:01:09 2017-02-16 22:01:09
24 5 16 2017-02-16 22:01:20 2017-02-16 22:01:20
25 17 2 2017-02-16 22:01:40 2017-02-16 22:01:40
26 17 1 2017-02-16 22:01:41 2017-02-16 22:01:41
27 18 5 2017-02-16 22:17:46 2017-02-16 22:17:46
28 5 17 2017-02-17 00:21:14 2017-02-17 00:21:14
29 17 13 2017-02-17 03:07:01 2017-02-17 03:07:01
30 17 14 2017-02-17 03:07:54 2017-02-17 03:07:54
31 17 9 2017-02-17 19:01:38 2017-02-17 19:01:38
32 1 9 2017-02-17 20:56:04 2017-02-17 20:56:04
34 19 1 2017-02-17 23:40:38 2017-02-17 23:40:38
35 5 19 2017-02-18 21:45:14 2017-02-18 21:45:14
44 1 19 2017-02-19 05:24:12 2017-02-19 05:24:12
45 1 2 2017-02-19 05:27:28 2017-02-19 05:27:28
46 20 1 2017-02-19 06:30:21 2017-02-19 06:30:21
47 1 20 2017-02-19 06:33:25 2017-02-19 06:33:25
48 17 19 2017-02-19 23:40:37 2017-02-19 23:40:37
49 4 5 2017-02-27 17:09:18 2017-02-27 17:09:18
50 4 1 2017-02-27 17:10:36 2017-02-27 17:10:36
52 24 1 2017-02-28 07:09:40 2017-02-28 07:09:40
53 24 5 2017-02-28 07:09:58 2017-02-28 07:09:58
54 22 1 2017-02-28 07:58:15 2017-02-28 07:58:15
55 22 2 2017-02-28 07:58:34 2017-02-28 07:58:34
56 1 24 2017-02-28 19:08:28 2017-02-28 19:08:28
57 1 21 2017-02-28 19:08:38 2017-02-28 19:08:38
58 24 4 2017-03-01 04:04:27 2017-03-01 04:04:27
59 1 22 2017-03-01 07:25:09 2017-03-01 07:25:09
60 5 4 2017-03-02 04:24:55 2017-03-02 04:24:55
61 5 24 2017-03-02 04:25:02 2017-03-02 04:25:02
62 5 21 2017-03-02 04:25:16 2017-03-02 04:25:16
63 5 22 2017-03-02 14:32:33 2017-03-02 14:32:33
64 5 18 2017-03-03 02:21:06 2017-03-03 02:21:06
65 3 5 2017-03-06 00:56:26 2017-03-06 00:56:26
66 1 3 2017-03-06 08:56:51 2017-03-06 08:56:51
67 5 3 2017-03-06 19:31:53 2017-03-06 19:31:53
68 1 13 2017-03-07 08:07:40 2017-03-07 08:07:40
69 28 5 2017-03-10 00:15:46 2017-03-10 00:15:46
71 5 28 2017-03-10 00:22:14 2017-03-10 00:22:14
72 5 29 2017-03-10 00:24:01 2017-03-10 00:24:01
73 30 2 2017-03-10 00:36:38 2017-03-10 00:36:38
74 30 5 2017-03-10 00:36:46 2017-03-10 00:36:46
75 5 30 2017-03-10 00:41:04 2017-03-10 00:41:04
76 5 31 2017-03-10 00:56:54 2017-03-10 00:56:54
77 5 32 2017-03-10 01:01:00 2017-03-10 01:01:00
78 5 35 2017-03-10 13:28:08 2017-03-10 13:28:08
79 35 5 2017-03-10 13:29:54 2017-03-10 13:29:54
80 36 2 2017-03-10 14:06:25 2017-03-10 14:06:25
81 36 5 2017-03-10 14:06:52 2017-03-10 14:06:52
82 36 1 2017-03-10 14:08:34 2017-03-10 14:08:34
83 37 2 2017-03-10 14:48:58 2017-03-10 14:48:58
84 37 31 2017-03-10 14:49:06 2017-03-10 14:49:06
85 37 5 2017-03-10 14:49:19 2017-03-10 14:49:19
86 37 35 2017-03-10 14:58:51 2017-03-10 14:58:51
87 38 34 2017-03-10 15:15:21 2017-03-10 15:15:21
88 34 5 2017-03-10 15:15:29 2017-03-10 15:15:29
89 34 31 2017-03-10 15:26:04 2017-03-10 15:26:04
90 37 34 2017-03-10 15:27:18 2017-03-10 15:27:18
91 5 36 2017-03-10 15:45:15 2017-03-10 15:45:15
92 5 37 2017-03-10 15:45:30 2017-03-10 15:45:30
93 5 34 2017-03-10 15:45:42 2017-03-10 15:45:42
94 5 38 2017-03-10 19:41:59 2017-03-10 19:41:59
95 37 38 2017-03-10 21:37:26 2017-03-10 21:37:26
96 37 28 2017-03-10 22:12:09 2017-03-10 22:12:09
97 2 36 2017-03-11 00:33:41 2017-03-11 00:33:41
98 2 37 2017-03-11 00:33:52 2017-03-11 00:33:52
100 1 18 2017-03-11 06:55:18 2017-03-11 06:55:18
101 1 36 2017-03-11 07:16:22 2017-03-11 07:16:22
102 41 1 2017-03-11 07:23:09 2017-03-11 07:23:09
103 41 5 2017-03-11 07:23:20 2017-03-11 07:23:20
105 43 1 2017-03-11 12:12:19 2017-03-11 12:12:19
106 37 1 2017-03-11 21:04:10 2017-03-11 21:04:10
107 1 43 2017-03-11 21:13:30 2017-03-11 21:13:30
108 1 37 2017-03-12 00:20:44 2017-03-12 00:20:44
109 28 41 2017-03-12 18:51:11 2017-03-12 18:51:11
110 28 33 2017-03-13 01:10:35 2017-03-13 01:10:35
111 28 4 2017-03-13 13:51:39 2017-03-13 13:51:39
112 28 37 2017-03-13 13:51:47 2017-03-13 13:51:47
113 28 1 2017-03-13 13:52:47 2017-03-13 13:52:47
114 5 44 2017-03-13 14:43:13 2017-03-13 14:43:13
125 1 4 2017-03-15 05:20:55 2017-03-15 05:20:55
126 1 41 2017-03-15 05:27:47 2017-03-15 05:27:47
127 46 1 2017-03-15 10:57:52 2017-03-15 10:57:52
128 46 41 2017-03-15 10:58:13 2017-03-15 10:58:13
129 46 5 2017-03-15 10:58:23 2017-03-15 10:58:23
130 46 36 2017-03-15 10:59:14 2017-03-15 10:59:14
131 1 46 2017-03-15 11:37:38 2017-03-15 11:37:38
132 5 46 2017-03-15 14:06:50 2017-03-15 14:06:50
133 47 1 2017-03-16 05:48:13 2017-03-16 05:48:13
134 48 2 2017-03-16 16:04:45 2017-03-16 16:04:45
135 48 5 2017-03-16 16:05:42 2017-03-16 16:05:42
136 37 48 2017-03-16 18:37:43 2017-03-16 18:37:43
137 5 48 2017-03-16 19:27:31 2017-03-16 19:27:31
138 2 48 2017-03-16 20:46:51 2017-03-16 20:46:51
139 18 1 2017-03-17 15:56:41 2017-03-17 15:56:41
140 49 48 2017-03-17 16:49:04 2017-03-17 16:49:04
141 50 48 2017-03-17 16:50:12 2017-03-17 16:50:12
142 37 49 2017-03-17 17:13:20 2017-03-17 17:13:20
143 5 49 2017-03-17 17:16:29 2017-03-17 17:16:29
144 5 50 2017-03-17 17:16:42 2017-03-17 17:16:42
145 37 50 2017-03-18 00:47:42 2017-03-18 00:47:42
146 5 51 2017-03-19 14:46:04 2017-03-19 14:46:04
147 1 51 2017-03-19 19:38:13 2017-03-19 19:38:13
148 2 52 2017-03-21 21:44:02 2017-03-21 21:44:02
149 1 28 2017-03-22 14:16:39 2017-03-22 14:16:39
150 5 52 2017-03-24 02:50:11 2017-03-24 02:50:11
151 2 17 2017-03-24 10:42:54 2017-03-24 10:42:54
152 37 52 2017-03-24 12:40:04 2017-03-24 12:40:04
153 2 3 2017-03-24 15:43:02 2017-03-24 15:43:02
154 17 52 2017-03-24 17:41:07 2017-03-24 17:41:07
155 2 53 2017-03-28 14:50:58 2017-03-28 14:50:58
156 5 53 2017-03-30 23:42:34 2017-03-30 23:42:34
157 62 5 2017-03-31 10:33:36 2017-03-31 10:33:36
158 68 1 2017-03-31 18:00:34 2017-03-31 18:00:34
159 1 68 2017-03-31 18:16:19 2017-03-31 18:16:19
160 1 67 2017-03-31 18:16:24 2017-03-31 18:16:24
161 1 62 2017-03-31 18:16:30 2017-03-31 18:16:30
162 1 58 2017-03-31 18:16:39 2017-03-31 18:16:39
163 68 67 2017-03-31 18:42:03 2017-03-31 18:42:03
164 68 64 2017-03-31 18:42:15 2017-03-31 18:42:15
165 68 5 2017-03-31 18:44:24 2017-03-31 18:44:24
166 67 68 2017-03-31 19:39:25 2017-03-31 19:39:25
167 1 65 2017-03-31 19:53:48 2017-03-31 19:53:48
168 72 70 2017-04-01 00:29:39 2017-04-01 00:29:39
169 72 65 2017-04-01 00:29:44 2017-04-01 00:29:44
170 72 5 2017-04-01 00:30:00 2017-04-01 00:30:00
171 68 65 2017-04-01 00:50:47 2017-04-01 00:50:47
172 68 62 2017-04-01 00:50:56 2017-04-01 00:50:56
173 68 2 2017-04-01 00:51:05 2017-04-01 00:51:05
174 1 72 2017-04-01 01:34:28 2017-04-01 01:34:28
175 68 36 2017-04-01 04:33:27 2017-04-01 04:33:27
176 54 2 2017-04-01 14:49:33 2017-04-01 14:49:33
178 73 1 2017-04-02 02:49:17 2017-04-02 02:49:17
179 74 76 2017-04-02 02:51:14 2017-04-02 02:51:14
180 73 76 2017-04-02 02:51:19 2017-04-02 02:51:19
181 76 74 2017-04-02 02:51:22 2017-04-02 02:51:22
182 76 75 2017-04-02 02:51:27 2017-04-02 02:51:27
183 76 73 2017-04-02 02:51:33 2017-04-02 02:51:33
184 74 1 2017-04-02 02:51:59 2017-04-02 02:51:59
185 1 73 2017-04-02 04:30:13 2017-04-02 04:30:13
186 1 76 2017-04-02 04:30:17 2017-04-02 04:30:17
187 1 74 2017-04-02 04:30:23 2017-04-02 04:30:23
188 1 75 2017-04-02 04:30:27 2017-04-02 04:30:27
189 68 78 2017-04-03 17:45:07 2017-04-03 17:45:07
190 68 17 2017-04-04 03:38:37 2017-04-04 03:38:37
191 2 54 2017-04-04 11:19:05 2017-04-04 11:19:05
193 5 72 2017-04-04 14:17:53 2017-04-04 14:17:53
194 5 65 2017-04-04 14:18:04 2017-04-04 14:18:04
195 5 68 2017-04-04 14:18:20 2017-04-04 14:18:20
196 5 62 2017-04-04 14:18:51 2017-04-04 14:18:51
197 5 67 2017-04-04 14:18:56 2017-04-04 14:18:56
198 5 80 2017-04-04 14:20:22 2017-04-04 14:20:22
199 81 2 2017-04-05 00:47:01 2017-04-05 00:47:01
200 2 81 2017-04-05 00:47:38 2017-04-05 00:47:38
201 37 81 2017-04-05 01:33:49 2017-04-05 01:33:49
202 1 81 2017-04-05 05:02:40 2017-04-05 05:02:40
203 81 37 2017-04-05 14:34:43 2017-04-05 14:34:43
204 81 1 2017-04-05 14:34:50 2017-04-05 14:34:50
205 80 5 2017-04-06 04:42:35 2017-04-06 04:42:35
id user_id likeable_id likeable_type created_at updated_at
4 5 2 Post 2017-02-12 04:59:02 2017-02-12 04:59:02
5 5 1 Post 2017-02-12 18:49:15 2017-02-12 18:49:15
6 5 3 Post 2017-02-12 23:46:09 2017-02-12 23:46:09
10 5 5 Post 2017-02-13 01:16:48 2017-02-13 01:16:48
12 1 2 Post 2017-02-13 04:41:26 2017-02-13 04:41:26
13 5 8 Post 2017-02-13 04:50:50 2017-02-13 04:50:50
14 2 6 Post 2017-02-13 04:54:57 2017-02-13 04:54:57
15 2 8 Post 2017-02-13 07:01:23 2017-02-13 07:01:23
16 5 14 Post 2017-02-13 16:18:32 2017-02-13 16:18:32
17 5 13 Post 2017-02-13 16:18:34 2017-02-13 16:18:34
18 5 12 Post 2017-02-13 16:18:37 2017-02-13 16:18:37
19 5 10 Post 2017-02-13 16:18:39 2017-02-13 16:18:39
20 5 9 Post 2017-02-13 16:18:40 2017-02-13 16:18:40
21 5 11 Post 2017-02-13 16:18:49 2017-02-13 16:18:49
22 5 16 Post 2017-02-13 17:16:43 2017-02-13 17:16:43
23 5 15 Post 2017-02-13 17:16:46 2017-02-13 17:16:46
24 5 17 Post 2017-02-13 17:21:46 2017-02-13 17:21:46
26 13 16 Post 2017-02-13 17:22:26 2017-02-13 17:22:26
27 14 18 Post 2017-02-13 17:24:46 2017-02-13 17:24:46
28 14 16 Post 2017-02-13 17:25:50 2017-02-13 17:25:50
29 5 19 Post 2017-02-13 17:26:24 2017-02-13 17:26:24
30 5 18 Post 2017-02-13 17:58:17 2017-02-13 17:58:17
32 5 20 Post 2017-02-13 18:06:05 2017-02-13 18:06:05
33 1 20 Post 2017-02-13 18:49:32 2017-02-13 18:49:32
34 5 22 Post 2017-02-13 21:26:19 2017-02-13 21:26:19
35 13 18 Post 2017-02-13 21:50:10 2017-02-13 21:50:10
36 5 23 Post 2017-02-13 22:18:11 2017-02-13 22:18:11
37 2 22 Post 2017-02-14 02:01:21 2017-02-14 02:01:21
38 2 20 Post 2017-02-14 02:01:23 2017-02-14 02:01:23
39 5 24 Post 2017-02-14 02:09:52 2017-02-14 02:09:52
40 2 16 Post 2017-02-14 02:18:48 2017-02-14 02:18:48
41 2 15 Post 2017-02-14 02:19:21 2017-02-14 02:19:21
42 5 26 Post 2017-02-14 02:53:24 2017-02-14 02:53:24
43 5 25 Post 2017-02-14 02:53:49 2017-02-14 02:53:49
44 2 26 Post 2017-02-14 03:23:24 2017-02-14 03:23:24
45 5 12 Comment 2017-02-14 04:52:44 2017-02-14 04:52:44
47 5 13 Comment 2017-02-14 05:13:41 2017-02-14 05:13:41
48 5 6 Post 2017-02-14 12:46:34 2017-02-14 12:46:34
53 5 29 Post 2017-02-14 20:26:55 2017-02-14 20:26:55
54 5 34 Post 2017-02-15 22:15:20 2017-02-15 22:15:20
55 5 33 Post 2017-02-15 22:17:45 2017-02-15 22:17:45
56 5 36 Post 2017-02-16 03:39:20 2017-02-16 03:39:20
57 2 36 Post 2017-02-16 03:40:00 2017-02-16 03:40:00
58 2 33 Post 2017-02-16 03:40:49 2017-02-16 03:40:49
59 2 34 Post 2017-02-16 03:53:13 2017-02-16 03:53:13
60 2 31 Post 2017-02-16 03:53:18 2017-02-16 03:53:18
61 1 37 Post 2017-02-16 04:24:13 2017-02-16 04:24:13
65 2 37 Post 2017-02-16 11:47:20 2017-02-16 11:47:20
66 2 32 Post 2017-02-16 11:47:23 2017-02-16 11:47:23
67 2 30 Post 2017-02-16 11:47:25 2017-02-16 11:47:25
68 2 29 Post 2017-02-16 11:47:25 2017-02-16 11:47:25
69 2 25 Post 2017-02-16 11:47:27 2017-02-16 11:47:27
70 2 24 Post 2017-02-16 11:47:27 2017-02-16 11:47:27
71 5 38 Post 2017-02-16 17:40:07 2017-02-16 17:40:07
72 5 37 Post 2017-02-16 17:41:04 2017-02-16 17:41:04
73 5 22 Comment 2017-02-16 17:41:31 2017-02-16 17:41:31
74 5 39 Post 2017-02-16 17:44:23 2017-02-16 17:44:23
75 1 38 Post 2017-02-16 18:20:27 2017-02-16 18:20:27
77 5 25 Comment 2017-02-16 19:27:47 2017-02-16 19:27:47
78 5 26 Comment 2017-02-16 19:27:50 2017-02-16 19:27:50
79 5 41 Post 2017-02-16 19:32:10 2017-02-16 19:32:10
80 5 40 Post 2017-02-16 20:56:10 2017-02-16 20:56:10
81 2 40 Post 2017-02-16 20:56:45 2017-02-16 20:56:45
82 5 42 Post 2017-02-16 22:01:06 2017-02-16 22:01:06
284 17 14 Post 2017-02-16 23:22:45 2017-02-16 23:22:45
285 17 44 Post 2017-02-17 02:54:05 2017-02-17 02:54:05
286 5 45 Post 2017-02-17 04:00:28 2017-02-17 04:00:28
287 5 30 Comment 2017-02-17 04:00:31 2017-02-17 04:00:31
288 5 44 Post 2017-02-17 04:00:52 2017-02-17 04:00:52
289 2 32 Comment 2017-02-17 10:56:16 2017-02-17 10:56:16
290 5 33 Comment 2017-02-17 12:36:23 2017-02-17 12:36:23
291 17 31 Comment 2017-02-17 16:48:05 2017-02-17 16:48:05
292 1 44 Post 2017-02-17 17:50:27 2017-02-17 17:50:27
293 1 27 Comment 2017-02-17 17:50:58 2017-02-17 17:50:58
294 1 34 Comment 2017-02-17 17:51:18 2017-02-17 17:51:18
295 1 33 Comment 2017-02-17 17:51:19 2017-02-17 17:51:19
296 1 32 Comment 2017-02-17 17:51:20 2017-02-17 17:51:20
297 1 45 Post 2017-02-17 18:03:52 2017-02-17 18:03:52
298 1 46 Post 2017-02-17 18:04:03 2017-02-17 18:04:03
299 17 46 Post 2017-02-17 19:01:35 2017-02-17 19:01:35
300 9 41 Comment 2017-02-17 21:01:11 2017-02-17 21:01:11
301 1 48 Post 2017-02-17 23:40:25 2017-02-17 23:40:25
306 19 54 Post 2017-02-18 21:15:58 2017-02-18 21:15:58
308 5 54 Post 2017-02-18 21:43:09 2017-02-18 21:43:09
309 5 52 Post 2017-02-18 21:43:46 2017-02-18 21:43:46
310 5 34 Comment 2017-02-18 21:43:55 2017-02-18 21:43:55
311 5 45 Comment 2017-02-18 21:44:17 2017-02-18 21:44:17
312 5 44 Comment 2017-02-18 21:44:19 2017-02-18 21:44:19
313 5 43 Comment 2017-02-18 21:44:20 2017-02-18 21:44:20
314 5 53 Post 2017-02-18 21:44:22 2017-02-18 21:44:22
315 5 46 Post 2017-02-18 21:44:46 2017-02-18 21:44:46
316 5 37 Comment 2017-02-18 21:44:49 2017-02-18 21:44:49
319 5 50 Post 2017-02-18 21:45:24 2017-02-18 21:45:24
320 5 42 Comment 2017-02-18 21:45:45 2017-02-18 21:45:45
321 5 48 Post 2017-02-18 21:45:47 2017-02-18 21:45:47
322 5 50 Comment 2017-02-18 23:19:05 2017-02-18 23:19:05
323 5 38 Comment 2017-02-18 23:36:39 2017-02-18 23:36:39
335 1 52 Post 2017-02-19 01:39:29 2017-02-19 01:39:29
344 1 54 Post 2017-02-19 02:13:25 2017-02-19 02:13:25
345 1 48 Comment 2017-02-19 02:15:36 2017-02-19 02:15:36
347 1 51 Comment 2017-02-19 02:45:25 2017-02-19 02:45:25
348 1 49 Post 2017-02-19 05:07:29 2017-02-19 05:07:29
350 1 53 Post 2017-02-19 05:08:12 2017-02-19 05:08:12
351 1 50 Post 2017-02-19 07:50:18 2017-02-19 07:50:18
352 11 5 Comment 2017-02-19 09:09:38 2017-02-19 09:09:38
355 5 58 Post 2017-02-20 04:36:32 2017-02-20 04:36:32
356 5 49 Post 2017-02-20 04:38:17 2017-02-20 04:38:17
357 5 10 Comment 2017-02-20 05:18:26 2017-02-20 05:18:26
358 1 59 Post 2017-02-21 06:00:41 2017-02-21 06:00:41
359 2 59 Post 2017-02-21 10:20:05 2017-02-21 10:20:05
360 2 54 Post 2017-02-21 10:21:12 2017-02-21 10:21:12
361 5 57 Comment 2017-02-21 23:37:51 2017-02-21 23:37:51
362 5 59 Comment 2017-02-21 23:37:59 2017-02-21 23:37:59
365 17 60 Post 2017-02-26 19:59:38 2017-02-26 19:59:38
369 1 56 Comment 2017-02-27 10:57:12 2017-02-27 10:57:12
370 5 62 Post 2017-02-27 16:58:06 2017-02-27 16:58:06
371 5 61 Post 2017-02-27 16:58:12 2017-02-27 16:58:12
372 5 60 Post 2017-02-27 16:58:14 2017-02-27 16:58:14
373 1 65 Post 2017-02-27 20:16:33 2017-02-27 20:16:33
375 4 55 Comment 2017-02-28 05:10:27 2017-02-28 05:10:27
376 1 61 Comment 2017-02-28 19:08:26 2017-02-28 19:08:26
377 17 67 Post 2017-03-01 00:08:32 2017-03-01 00:08:32
379 24 61 Comment 2017-03-01 04:04:22 2017-03-01 04:04:22
380 5 65 Post 2017-03-02 04:24:58 2017-03-02 04:24:58
381 5 67 Post 2017-03-02 04:25:03 2017-03-02 04:25:03
382 5 66 Post 2017-03-02 04:25:12 2017-03-02 04:25:12
383 5 61 Comment 2017-03-02 04:55:19 2017-03-02 04:55:19
384 5 36 Comment 2017-03-02 04:57:39 2017-03-02 04:57:39
385 5 35 Comment 2017-03-02 04:58:16 2017-03-02 04:58:16
386 1 67 Post 2017-03-02 09:49:05 2017-03-02 09:49:05
389 1 67 Comment 2017-03-02 10:22:19 2017-03-02 10:22:19
391 1 62 Post 2017-03-02 10:22:39 2017-03-02 10:22:39
392 1 62 Comment 2017-03-02 11:18:02 2017-03-02 11:18:02
394 5 68 Post 2017-03-02 14:31:04 2017-03-02 14:31:04
395 5 66 Comment 2017-03-02 14:31:07 2017-03-02 14:31:07
396 5 68 Comment 2017-03-02 14:31:08 2017-03-02 14:31:08
397 5 64 Comment 2017-03-02 14:31:13 2017-03-02 14:31:13
398 5 58 Comment 2017-03-02 14:32:27 2017-03-02 14:32:27
399 5 62 Comment 2017-03-02 22:17:49 2017-03-02 22:17:49
400 5 69 Comment 2017-03-03 02:09:36 2017-03-03 02:09:36
401 5 67 Comment 2017-03-03 02:09:37 2017-03-03 02:09:37
402 5 69 Post 2017-03-03 03:00:48 2017-03-03 03:00:48
403 2 71 Comment 2017-03-03 03:35:56 2017-03-03 03:35:56
404 5 72 Post 2017-03-03 04:23:30 2017-03-03 04:23:30
405 5 70 Post 2017-03-03 05:30:14 2017-03-03 05:30:14
406 4 72 Post 2017-03-03 08:03:52 2017-03-03 08:03:52
407 4 66 Post 2017-03-03 08:06:02 2017-03-03 08:06:02
408 4 64 Comment 2017-03-03 08:06:14 2017-03-03 08:06:14
409 4 62 Comment 2017-03-03 08:06:14 2017-03-03 08:06:14
410 4 67 Post 2017-03-03 08:06:16 2017-03-03 08:06:16
411 2 34 Comment 2017-03-03 12:09:23 2017-03-03 12:09:23
412 2 58 Post 2017-03-03 12:09:32 2017-03-03 12:09:32
413 2 68 Post 2017-03-03 12:10:45 2017-03-03 12:10:45
414 5 73 Post 2017-03-03 13:52:48 2017-03-03 13:52:48
415 5 72 Comment 2017-03-04 03:03:44 2017-03-04 03:03:44
416 2 75 Comment 2017-03-04 14:52:13 2017-03-04 14:52:13
417 5 75 Comment 2017-03-04 14:56:33 2017-03-04 14:56:33
418 5 76 Comment 2017-03-04 14:56:37 2017-03-04 14:56:37
419 1 74 Post 2017-03-04 22:55:20 2017-03-04 22:55:20
420 5 75 Post 2017-03-06 00:50:42 2017-03-06 00:50:42
421 5 74 Post 2017-03-06 00:50:46 2017-03-06 00:50:46
422 5 77 Comment 2017-03-06 00:50:49 2017-03-06 00:50:49
423 3 13 Post 2017-03-06 00:55:49 2017-03-06 00:55:49
424 4 75 Post 2017-03-06 04:56:21 2017-03-06 04:56:21
425 4 76 Post 2017-03-06 04:57:47 2017-03-06 04:57:47
426 1 76 Post 2017-03-06 08:56:32 2017-03-06 08:56:32
427 5 79 Comment 2017-03-06 19:30:30 2017-03-06 19:30:30
428 5 76 Post 2017-03-06 19:31:21 2017-03-06 19:31:21
429 5 80 Comment 2017-03-06 19:31:28 2017-03-06 19:31:28
430 3 80 Comment 2017-03-06 19:48:42 2017-03-06 19:48:42
431 5 83 Comment 2017-03-06 19:58:54 2017-03-06 19:58:54
432 5 77 Post 2017-03-06 20:04:00 2017-03-06 20:04:00
434 1 84 Comment 2017-03-07 01:40:52 2017-03-07 01:40:52
435 1 77 Post 2017-03-07 01:40:53 2017-03-07 01:40:53
436 5 79 Post 2017-03-09 05:35:57 2017-03-09 05:35:57
437 5 86 Comment 2017-03-09 05:36:02 2017-03-09 05:36:02
438 2 75 Post 2017-03-09 23:58:20 2017-03-09 23:58:20
439 17 75 Post 2017-03-09 23:58:40 2017-03-09 23:58:40
440 5 81 Post 2017-03-10 00:04:43 2017-03-10 00:04:43
441 5 82 Post 2017-03-10 00:21:38 2017-03-10 00:21:38
442 28 89 Comment 2017-03-10 00:22:23 2017-03-10 00:22:23
443 5 83 Post 2017-03-10 00:23:51 2017-03-10 00:23:51
444 28 59 Post 2017-03-10 00:35:04 2017-03-10 00:35:04
445 28 84 Post 2017-03-10 00:35:14 2017-03-10 00:35:14
446 30 84 Post 2017-03-10 00:36:17 2017-03-10 00:36:17
447 5 85 Post 2017-03-10 00:41:06 2017-03-10 00:41:06
448 28 41 Post 2017-03-10 00:41:23 2017-03-10 00:41:23
449 28 22 Post 2017-03-10 00:41:44 2017-03-10 00:41:44
450 28 85 Post 2017-03-10 00:44:15 2017-03-10 00:44:15
451 5 88 Post 2017-03-10 00:46:19 2017-03-10 00:46:19
452 5 87 Post 2017-03-10 00:46:20 2017-03-10 00:46:20
453 5 86 Post 2017-03-10 00:46:27 2017-03-10 00:46:27
454 28 61 Comment 2017-03-10 00:46:28 2017-03-10 00:46:28
455 5 93 Comment 2017-03-10 00:46:29 2017-03-10 00:46:29
456 28 89 Post 2017-03-10 00:46:34 2017-03-10 00:46:34
457 5 94 Comment 2017-03-10 00:47:10 2017-03-10 00:47:10
458 29 89 Post 2017-03-10 00:47:47 2017-03-10 00:47:47
459 28 83 Post 2017-03-10 00:51:16 2017-03-10 00:51:16
460 5 90 Post 2017-03-10 00:56:03 2017-03-10 00:56:03
461 32 89 Post 2017-03-10 01:00:10 2017-03-10 01:00:10
462 32 84 Post 2017-03-10 01:00:19 2017-03-10 01:00:19
463 32 81 Post 2017-03-10 01:00:24 2017-03-10 01:00:24
464 5 91 Post 2017-03-10 01:01:01 2017-03-10 01:01:01
465 17 89 Post 2017-03-10 01:26:59 2017-03-10 01:26:59
466 33 89 Post 2017-03-10 01:31:15 2017-03-10 01:31:15
467 33 86 Post 2017-03-10 01:31:30 2017-03-10 01:31:30
468 33 84 Post 2017-03-10 01:32:07 2017-03-10 01:32:07
469 1 81 Post 2017-03-10 02:01:45 2017-03-10 02:01:45
470 1 84 Post 2017-03-10 02:02:16 2017-03-10 02:02:16
471 1 89 Post 2017-03-10 02:02:40 2017-03-10 02:02:40
472 1 92 Post 2017-03-10 02:04:04 2017-03-10 02:04:04
473 1 91 Post 2017-03-10 02:04:08 2017-03-10 02:04:08
474 2 89 Post 2017-03-10 05:41:27 2017-03-10 05:41:27
475 4 89 Post 2017-03-10 05:48:29 2017-03-10 05:48:29
476 1 100 Comment 2017-03-10 05:52:58 2017-03-10 05:52:58
477 2 92 Post 2017-03-10 06:38:47 2017-03-10 06:38:47
478 2 91 Post 2017-03-10 06:38:48 2017-03-10 06:38:48
479 2 90 Post 2017-03-10 06:38:49 2017-03-10 06:38:49
480 2 88 Comment 2017-03-10 06:39:36 2017-03-10 06:39:36
481 2 91 Comment 2017-03-10 06:40:09 2017-03-10 06:40:09
483 33 98 Post 2017-03-10 13:16:31 2017-03-10 13:16:31
484 5 102 Comment 2017-03-10 13:25:33 2017-03-10 13:25:33
485 5 103 Comment 2017-03-10 13:25:37 2017-03-10 13:25:37
486 5 91 Comment 2017-03-10 13:26:45 2017-03-10 13:26:45
487 5 107 Comment 2017-03-10 13:26:46 2017-03-10 13:26:46
488 5 98 Post 2017-03-10 13:27:00 2017-03-10 13:27:00
489 5 97 Post 2017-03-10 13:27:03 2017-03-10 13:27:03
490 5 96 Post 2017-03-10 13:27:06 2017-03-10 13:27:06
491 5 92 Post 2017-03-10 13:27:22 2017-03-10 13:27:22
492 35 89 Post 2017-03-10 13:34:59 2017-03-10 13:34:59
493 36 81 Post 2017-03-10 14:07:59 2017-03-10 14:07:59
494 28 97 Comment 2017-03-10 14:28:48 2017-03-10 14:28:48
495 34 108 Post 2017-03-10 15:24:59 2017-03-10 15:24:59
496 37 108 Post 2017-03-10 15:27:00 2017-03-10 15:27:00
497 5 99 Post 2017-03-10 15:41:24 2017-03-10 15:41:24
498 5 113 Post 2017-03-10 15:43:11 2017-03-10 15:43:11
499 5 112 Post 2017-03-10 15:43:19 2017-03-10 15:43:19
500 5 111 Post 2017-03-10 15:44:16 2017-03-10 15:44:16
501 5 108 Post 2017-03-10 15:44:20 2017-03-10 15:44:20
502 5 106 Post 2017-03-10 15:44:37 2017-03-10 15:44:37
503 5 103 Post 2017-03-10 15:44:38 2017-03-10 15:44:38
504 5 102 Post 2017-03-10 15:44:39 2017-03-10 15:44:39
505 5 100 Post 2017-03-10 15:44:51 2017-03-10 15:44:51
506 5 107 Post 2017-03-10 15:45:41 2017-03-10 15:45:41
507 37 117 Comment 2017-03-10 15:56:53 2017-03-10 15:56:53
508 36 114 Post 2017-03-10 16:15:29 2017-03-10 16:15:29
509 36 108 Post 2017-03-10 16:18:46 2017-03-10 16:18:46
511 36 112 Post 2017-03-10 16:19:49 2017-03-10 16:19:49
512 36 65 Post 2017-03-10 16:22:35 2017-03-10 16:22:35
513 5 116 Post 2017-03-10 16:32:46 2017-03-10 16:32:46
514 5 114 Post 2017-03-10 16:32:50 2017-03-10 16:32:50
515 5 117 Post 2017-03-10 16:32:58 2017-03-10 16:32:58
519 5 125 Comment 2017-03-10 19:41:16 2017-03-10 19:41:16
520 5 126 Comment 2017-03-10 19:41:19 2017-03-10 19:41:19
521 5 130 Comment 2017-03-10 19:41:47 2017-03-10 19:41:47
525 1 99 Post 2017-03-10 21:04:04 2017-03-10 21:04:04
526 1 115 Comment 2017-03-10 21:04:07 2017-03-10 21:04:07
527 2 108 Post 2017-03-11 00:31:07 2017-03-11 00:31:07
528 2 107 Post 2017-03-11 00:32:17 2017-03-11 00:32:17
529 2 99 Post 2017-03-11 00:32:20 2017-03-11 00:32:20
530 2 98 Post 2017-03-11 00:32:25 2017-03-11 00:32:25
531 2 114 Post 2017-03-11 00:33:47 2017-03-11 00:33:47
532 1 107 Post 2017-03-11 00:58:16 2017-03-11 00:58:16
533 5 125 Post 2017-03-11 02:24:47 2017-03-11 02:24:47
535 1 126 Post 2017-03-11 03:57:34 2017-03-11 03:57:34
537 5 139 Comment 2017-03-11 05:36:55 2017-03-11 05:36:55
538 5 140 Comment 2017-03-11 05:37:02 2017-03-11 05:37:02
539 5 127 Comment 2017-03-11 05:37:49 2017-03-11 05:37:49
540 1 112 Comment 2017-03-11 05:42:40 2017-03-11 05:42:40
553 1 146 Comment 2017-03-11 06:38:20 2017-03-11 06:38:20
554 1 148 Comment 2017-03-11 06:39:38 2017-03-11 06:39:38
557 1 68 Post 2017-03-11 06:40:50 2017-03-11 06:40:50
560 18 86 Comment 2017-03-11 06:45:47 2017-03-11 06:45:47
561 18 87 Comment 2017-03-11 06:45:48 2017-03-11 06:45:48
563 2 127 Post 2017-03-11 06:49:43 2017-03-11 06:49:43
564 2 126 Post 2017-03-11 06:52:14 2017-03-11 06:52:14
565 1 128 Post 2017-03-11 06:55:12 2017-03-11 06:55:12
566 36 131 Comment 2017-03-11 06:57:02 2017-03-11 06:57:02
567 1 149 Comment 2017-03-11 07:03:11 2017-03-11 07:03:11
568 1 132 Post 2017-03-11 07:42:33 2017-03-11 07:42:33
569 34 131 Post 2017-03-11 09:53:28 2017-03-11 09:53:28
570 37 134 Comment 2017-03-11 17:29:51 2017-03-11 17:29:51
571 35 115 Comment 2017-03-11 17:33:52 2017-03-11 17:33:52
572 1 136 Post 2017-03-11 21:13:03 2017-03-11 21:13:03
573 1 135 Post 2017-03-11 21:13:10 2017-03-11 21:13:10
574 1 151 Comment 2017-03-11 21:13:50 2017-03-11 21:13:50
576 2 112 Comment 2017-03-11 21:59:55 2017-03-11 21:59:55
591 1 152 Comment 2017-03-12 02:11:07 2017-03-12 02:11:07
592 1 137 Post 2017-03-12 06:01:15 2017-03-12 06:01:15
593 17 127 Post 2017-03-12 15:15:20 2017-03-12 15:15:20
594 28 137 Post 2017-03-12 18:46:10 2017-03-12 18:46:10
595 28 131 Post 2017-03-12 18:51:04 2017-03-12 18:51:04
597 28 92 Post 2017-03-13 01:10:36 2017-03-13 01:10:36
600 1 138 Post 2017-03-13 03:16:57 2017-03-13 03:16:57
602 4 126 Post 2017-03-13 04:48:21 2017-03-13 04:48:21
604 4 162 Comment 2017-03-13 06:27:39 2017-03-13 06:27:39
605 28 139 Post 2017-03-13 13:51:10 2017-03-13 13:51:10
606 28 136 Post 2017-03-13 13:52:22 2017-03-13 13:52:22
608 28 75 Post 2017-03-13 13:54:45 2017-03-13 13:54:45
609 28 61 Post 2017-03-13 13:54:54 2017-03-13 13:54:54
610 28 125 Post 2017-03-13 13:55:20 2017-03-13 13:55:20
611 5 138 Post 2017-03-13 14:42:54 2017-03-13 14:42:54
612 5 160 Comment 2017-03-13 14:42:57 2017-03-13 14:42:57
613 5 137 Post 2017-03-13 14:43:01 2017-03-13 14:43:01
614 5 139 Post 2017-03-13 14:43:16 2017-03-13 14:43:16
615 5 162 Comment 2017-03-13 14:43:20 2017-03-13 14:43:20
616 5 164 Comment 2017-03-13 14:43:21 2017-03-13 14:43:21
617 5 136 Post 2017-03-13 14:43:59 2017-03-13 14:43:59
618 5 135 Post 2017-03-13 14:44:03 2017-03-13 14:44:03
619 5 133 Post 2017-03-13 14:44:20 2017-03-13 14:44:20
620 5 134 Post 2017-03-13 14:44:21 2017-03-13 14:44:21
621 5 154 Comment 2017-03-13 14:44:24 2017-03-13 14:44:24
622 5 155 Comment 2017-03-13 14:44:25 2017-03-13 14:44:25
623 5 151 Comment 2017-03-13 14:44:29 2017-03-13 14:44:29
624 5 132 Post 2017-03-13 14:44:35 2017-03-13 14:44:35
625 5 131 Post 2017-03-13 14:44:39 2017-03-13 14:44:39
626 5 130 Post 2017-03-13 14:44:39 2017-03-13 14:44:39
627 5 159 Comment 2017-03-13 14:44:42 2017-03-13 14:44:42
628 5 129 Post 2017-03-13 14:45:13 2017-03-13 14:45:13
629 5 152 Comment 2017-03-13 14:45:16 2017-03-13 14:45:16
630 5 128 Post 2017-03-13 14:46:17 2017-03-13 14:46:17
631 28 166 Comment 2017-03-13 14:49:22 2017-03-13 14:49:22
632 5 127 Post 2017-03-13 14:58:06 2017-03-13 14:58:06
633 4 166 Comment 2017-03-13 15:15:32 2017-03-13 15:15:32
634 4 164 Comment 2017-03-13 15:15:33 2017-03-13 15:15:33
635 4 137 Post 2017-03-13 15:21:50 2017-03-13 15:21:50
636 1 166 Comment 2017-03-13 22:58:06 2017-03-13 22:58:06
642 1 139 Post 2017-03-15 04:52:56 2017-03-15 04:52:56
643 1 174 Comment 2017-03-15 05:33:42 2017-03-15 05:33:42
645 1 117 Comment 2017-03-15 05:40:44 2017-03-15 05:40:44
646 46 142 Post 2017-03-15 11:05:48 2017-03-15 11:05:48
647 1 143 Post 2017-03-15 11:37:22 2017-03-15 11:37:22
648 5 143 Post 2017-03-15 14:06:51 2017-03-15 14:06:51
649 5 176 Comment 2017-03-15 14:06:53 2017-03-15 14:06:53
650 5 142 Post 2017-03-15 14:07:01 2017-03-15 14:07:01
651 5 141 Post 2017-03-15 14:07:11 2017-03-15 14:07:11
652 5 140 Post 2017-03-15 14:07:15 2017-03-15 14:07:15
653 5 174 Comment 2017-03-15 14:07:18 2017-03-15 14:07:18
654 5 173 Comment 2017-03-15 14:08:00 2017-03-15 14:08:00
655 5 171 Comment 2017-03-15 14:08:26 2017-03-15 14:08:26
656 37 142 Post 2017-03-15 14:14:47 2017-03-15 14:14:47
657 37 177 Comment 2017-03-15 14:15:07 2017-03-15 14:15:07
658 37 177 Comment 2017-03-15 14:15:07 2017-03-15 14:15:07
659 38 125 Post 2017-03-15 18:00:14 2017-03-15 18:00:14
660 1 144 Post 2017-03-15 21:37:12 2017-03-15 21:37:12
661 1 177 Comment 2017-03-16 01:50:40 2017-03-16 01:50:40
662 1 148 Post 2017-03-16 06:04:14 2017-03-16 06:04:14
663 1 149 Post 2017-03-16 07:39:18 2017-03-16 07:39:18
664 46 176 Comment 2017-03-16 09:54:38 2017-03-16 09:54:38
665 46 181 Comment 2017-03-16 09:54:39 2017-03-16 09:54:39
666 46 141 Post 2017-03-16 09:55:03 2017-03-16 09:55:03
667 46 131 Post 2017-03-16 09:55:07 2017-03-16 09:55:07
668 46 130 Post 2017-03-16 09:55:08 2017-03-16 09:55:08
669 5 149 Post 2017-03-16 15:57:42 2017-03-16 15:57:42
670 5 148 Post 2017-03-16 15:57:44 2017-03-16 15:57:44
671 5 147 Post 2017-03-16 15:57:49 2017-03-16 15:57:49
672 5 145 Post 2017-03-16 15:58:02 2017-03-16 15:58:02
673 5 144 Post 2017-03-16 15:58:03 2017-03-16 15:58:03
674 5 182 Comment 2017-03-16 15:58:41 2017-03-16 15:58:41
675 5 146 Post 2017-03-16 16:03:13 2017-03-16 16:03:13
676 5 152 Post 2017-03-16 19:27:11 2017-03-16 19:27:11
677 5 151 Post 2017-03-16 19:27:11 2017-03-16 19:27:11
678 5 150 Post 2017-03-16 19:27:20 2017-03-16 19:27:20
679 2 153 Post 2017-03-16 20:34:16 2017-03-16 20:34:16
680 2 152 Post 2017-03-16 20:46:40 2017-03-16 20:46:40
681 2 151 Post 2017-03-16 20:47:05 2017-03-16 20:47:05
682 48 153 Post 2017-03-16 20:51:13 2017-03-16 20:51:13
683 48 192 Comment 2017-03-16 20:51:47 2017-03-16 20:51:47
684 5 194 Comment 2017-03-16 21:17:24 2017-03-16 21:17:24
685 5 193 Comment 2017-03-16 21:17:38 2017-03-16 21:17:38
687 1 153 Post 2017-03-16 21:26:15 2017-03-16 21:26:15
688 2 195 Comment 2017-03-17 04:51:37 2017-03-17 04:51:37
689 2 150 Post 2017-03-17 04:51:44 2017-03-17 04:51:44
690 46 153 Post 2017-03-17 08:22:10 2017-03-17 08:22:10
693 5 199 Comment 2017-03-17 11:05:25 2017-03-17 11:05:25
694 5 201 Comment 2017-03-17 11:05:27 2017-03-17 11:05:27
695 28 153 Post 2017-03-17 11:23:42 2017-03-17 11:23:42
696 28 144 Post 2017-03-17 11:23:46 2017-03-17 11:23:46
697 1 202 Comment 2017-03-17 11:27:32 2017-03-17 11:27:32
698 1 201 Comment 2017-03-17 11:27:32 2017-03-17 11:27:32
699 2 202 Comment 2017-03-17 13:36:44 2017-03-17 13:36:44
700 18 169 Comment 2017-03-17 15:47:25 2017-03-17 15:47:25
701 48 203 Comment 2017-03-17 16:50:56 2017-03-17 16:50:56
702 48 204 Comment 2017-03-17 16:50:57 2017-03-17 16:50:57
703 5 157 Post 2017-03-17 17:16:12 2017-03-17 17:16:12
704 5 203 Comment 2017-03-17 17:16:17 2017-03-17 17:16:17
705 5 204 Comment 2017-03-17 17:16:18 2017-03-17 17:16:18
706 5 205 Comment 2017-03-17 17:16:20 2017-03-17 17:16:20
707 5 155 Post 2017-03-17 17:16:51 2017-03-17 17:16:51
708 5 156 Post 2017-03-17 17:16:58 2017-03-17 17:16:58
709 5 158 Post 2017-03-17 17:17:34 2017-03-17 17:17:34
710 37 206 Comment 2017-03-17 17:20:24 2017-03-17 17:20:24
711 5 211 Comment 2017-03-17 19:27:32 2017-03-17 19:27:32
712 1 159 Post 2017-03-17 20:52:44 2017-03-17 20:52:44
713 5 210 Comment 2017-03-17 22:24:33 2017-03-17 22:24:33
714 48 142 Post 2017-03-17 23:12:44 2017-03-17 23:12:44
715 2 158 Post 2017-03-17 23:43:00 2017-03-17 23:43:00
716 5 160 Post 2017-03-18 00:01:04 2017-03-18 00:01:04
717 1 216 Comment 2017-03-18 02:23:55 2017-03-18 02:23:55
718 48 161 Post 2017-03-18 03:17:40 2017-03-18 03:17:40
719 2 219 Comment 2017-03-18 03:59:43 2017-03-18 03:59:43
720 2 220 Comment 2017-03-18 03:59:51 2017-03-18 03:59:51
721 1 221 Comment 2017-03-18 06:41:41 2017-03-18 06:41:41
722 28 160 Post 2017-03-18 15:19:46 2017-03-18 15:19:46
723 28 159 Post 2017-03-18 15:20:27 2017-03-18 15:20:27
724 48 164 Post 2017-03-18 17:00:26 2017-03-18 17:00:26
725 28 165 Post 2017-03-18 22:45:14 2017-03-18 22:45:14
726 1 164 Post 2017-03-18 23:07:34 2017-03-18 23:07:34
727 2 140 Post 2017-03-19 02:21:44 2017-03-19 02:21:44
729 2 160 Post 2017-03-19 02:21:56 2017-03-19 02:21:56
735 2 162 Post 2017-03-19 07:24:02 2017-03-19 07:24:02
736 2 144 Post 2017-03-19 07:25:22 2017-03-19 07:25:22
737 2 157 Post 2017-03-19 07:30:43 2017-03-19 07:30:43
739 2 145 Post 2017-03-19 12:17:26 2017-03-19 12:17:26
740 5 164 Post 2017-03-19 14:43:11 2017-03-19 14:43:11
741 5 163 Post 2017-03-19 14:43:14 2017-03-19 14:43:14
742 5 221 Comment 2017-03-19 14:43:20 2017-03-19 14:43:20
743 5 162 Post 2017-03-19 14:43:29 2017-03-19 14:43:29
744 5 218 Comment 2017-03-19 14:43:33 2017-03-19 14:43:33
745 5 223 Comment 2017-03-19 14:43:35 2017-03-19 14:43:35
746 5 161 Post 2017-03-19 14:43:40 2017-03-19 14:43:40
747 5 220 Comment 2017-03-19 14:43:49 2017-03-19 14:43:49
748 5 219 Comment 2017-03-19 14:43:56 2017-03-19 14:43:56
749 5 215 Comment 2017-03-19 14:44:08 2017-03-19 14:44:08
750 5 224 Comment 2017-03-19 14:45:17 2017-03-19 14:45:17
751 5 226 Comment 2017-03-19 14:45:21 2017-03-19 14:45:21
752 5 165 Post 2017-03-19 14:45:51 2017-03-19 14:45:51
753 3 89 Post 2017-03-19 18:56:44 2017-03-19 18:56:44
754 1 223 Comment 2017-03-19 19:13:42 2017-03-19 19:13:42
755 1 165 Post 2017-03-19 19:38:03 2017-03-19 19:38:03
756 19 166 Post 2017-03-19 22:47:04 2017-03-19 22:47:04
757 5 166 Post 2017-03-20 02:02:23 2017-03-20 02:02:23
758 5 230 Comment 2017-03-20 02:03:41 2017-03-20 02:03:41
759 2 166 Post 2017-03-20 04:00:41 2017-03-20 04:00:41
760 17 166 Post 2017-03-20 05:07:48 2017-03-20 05:07:48
761 17 141 Post 2017-03-20 05:09:48 2017-03-20 05:09:48
762 5 234 Comment 2017-03-20 13:37:55 2017-03-20 13:37:55
763 28 166 Post 2017-03-20 20:08:56 2017-03-20 20:08:56
764 28 231 Comment 2017-03-20 20:09:02 2017-03-20 20:09:02
765 1 172 Post 2017-03-21 15:03:49 2017-03-21 15:03:49
766 28 142 Post 2017-03-21 15:13:20 2017-03-21 15:13:20
767 28 226 Comment 2017-03-21 15:31:09 2017-03-21 15:31:09
768 52 167 Post 2017-03-21 20:51:42 2017-03-21 20:51:42
769 4 142 Post 2017-03-22 16:38:12 2017-03-22 16:38:12
770 4 159 Post 2017-03-22 18:07:10 2017-03-22 18:07:10
771 5 176 Post 2017-03-23 04:14:31 2017-03-23 04:14:31
772 5 175 Post 2017-03-23 04:14:37 2017-03-23 04:14:37
773 5 173 Post 2017-03-23 04:14:47 2017-03-23 04:14:47
774 5 172 Post 2017-03-23 04:14:50 2017-03-23 04:14:50
775 5 167 Post 2017-03-23 04:15:11 2017-03-23 04:15:11
776 48 175 Post 2017-03-23 05:13:01 2017-03-23 05:13:01
777 1 175 Post 2017-03-23 05:30:29 2017-03-23 05:30:29
778 1 176 Post 2017-03-23 05:30:51 2017-03-23 05:30:51
780 5 178 Post 2017-03-24 02:49:28 2017-03-24 02:49:28
781 5 177 Post 2017-03-24 02:49:47 2017-03-24 02:49:47
782 5 243 Comment 2017-03-24 02:49:53 2017-03-24 02:49:53
783 5 244 Comment 2017-03-24 02:49:53 2017-03-24 02:49:53
784 5 242 Comment 2017-03-24 02:49:58 2017-03-24 02:49:58
785 5 239 Comment 2017-03-24 02:50:44 2017-03-24 02:50:44
786 5 222 Comment 2017-03-24 02:50:53 2017-03-24 02:50:53
787 5 237 Comment 2017-03-24 03:06:10 2017-03-24 03:06:10
788 2 242 Comment 2017-03-24 06:47:01 2017-03-24 06:47:01
791 17 175 Post 2017-03-24 17:56:55 2017-03-24 17:56:55
794 5 249 Comment 2017-03-25 00:38:55 2017-03-25 00:38:55
795 5 251 Comment 2017-03-25 00:38:56 2017-03-25 00:38:56
796 5 181 Post 2017-03-25 00:39:02 2017-03-25 00:39:02
797 5 180 Post 2017-03-25 00:39:28 2017-03-25 00:39:28
798 5 248 Comment 2017-03-25 00:39:52 2017-03-25 00:39:52
799 5 250 Comment 2017-03-25 00:45:47 2017-03-25 00:45:47
800 1 180 Post 2017-03-25 06:51:20 2017-03-25 06:51:20
801 1 178 Post 2017-03-25 06:51:26 2017-03-25 06:51:26
802 1 244 Comment 2017-03-25 06:51:51 2017-03-25 06:51:51
803 2 253 Comment 2017-03-25 16:00:11 2017-03-25 16:00:11
804 5 182 Post 2017-03-25 16:12:40 2017-03-25 16:12:40
805 2 181 Post 2017-03-25 16:53:27 2017-03-25 16:53:27
806 2 180 Post 2017-03-25 16:53:28 2017-03-25 16:53:28
807 2 179 Post 2017-03-25 16:53:29 2017-03-25 16:53:29
808 2 175 Post 2017-03-25 16:53:30 2017-03-25 16:53:30
809 2 168 Post 2017-03-25 16:53:32 2017-03-25 16:53:32
811 2 164 Post 2017-03-25 16:53:34 2017-03-25 16:53:34
812 2 161 Post 2017-03-25 16:53:35 2017-03-25 16:53:35
813 5 183 Post 2017-03-26 04:12:07 2017-03-26 04:12:07
814 5 114 Comment 2017-03-26 04:15:03 2017-03-26 04:15:03
816 1 184 Post 2017-03-26 19:12:27 2017-03-26 19:12:27
817 36 184 Post 2017-03-26 21:51:32 2017-03-26 21:51:32
858 17 181 Post 2017-03-27 17:28:16 2017-03-27 17:28:16
861 37 259 Comment 2017-03-27 22:44:37 2017-03-27 22:44:37
862 17 186 Post 2017-03-27 22:48:19 2017-03-27 22:48:19
863 17 184 Post 2017-03-27 22:54:52 2017-03-27 22:54:52
864 17 185 Post 2017-03-27 22:56:25 2017-03-27 22:56:25
865 17 256 Comment 2017-03-27 23:03:39 2017-03-27 23:03:39
866 17 257 Comment 2017-03-27 23:03:43 2017-03-27 23:03:43
867 1 185 Post 2017-03-28 05:26:44 2017-03-28 05:26:44
868 1 186 Post 2017-03-28 05:27:47 2017-03-28 05:27:47
869 5 186 Post 2017-03-28 13:38:12 2017-03-28 13:38:12
870 5 185 Post 2017-03-28 13:38:25 2017-03-28 13:38:25
872 5 257 Comment 2017-03-28 14:29:40 2017-03-28 14:29:40
873 5 261 Comment 2017-03-28 14:29:41 2017-03-28 14:29:41
874 5 187 Post 2017-03-28 14:33:10 2017-03-28 14:33:10
875 4 184 Post 2017-03-28 23:34:51 2017-03-28 23:34:51
876 28 186 Post 2017-03-29 16:00:21 2017-03-29 16:00:21
877 1 190 Post 2017-03-29 20:09:13 2017-03-29 20:09:13
878 48 178 Post 2017-03-30 19:55:32 2017-03-30 19:55:32
879 17 191 Post 2017-03-30 21:53:57 2017-03-30 21:53:57
880 5 190 Post 2017-03-30 23:42:20 2017-03-30 23:42:20
881 5 189 Post 2017-03-30 23:42:32 2017-03-30 23:42:32
882 5 188 Post 2017-03-30 23:42:52 2017-03-30 23:42:52
883 5 191 Post 2017-03-30 23:43:01 2017-03-30 23:43:01
884 1 191 Post 2017-03-30 23:52:10 2017-03-30 23:52:10
885 5 194 Post 2017-03-31 01:12:25 2017-03-31 01:12:25
886 5 192 Post 2017-03-31 01:12:29 2017-03-31 01:12:29
887 5 193 Post 2017-03-31 01:12:44 2017-03-31 01:12:44
888 5 273 Comment 2017-03-31 01:12:54 2017-03-31 01:12:54
889 1 274 Comment 2017-03-31 02:52:10 2017-03-31 02:52:10
890 1 276 Comment 2017-03-31 02:52:32 2017-03-31 02:52:32
891 64 200 Post 2017-03-31 12:34:27 2017-03-31 12:34:27
892 2 280 Comment 2017-03-31 14:54:17 2017-03-31 14:54:17
893 2 192 Post 2017-03-31 14:54:18 2017-03-31 14:54:18
894 2 272 Comment 2017-03-31 14:56:27 2017-03-31 14:56:27
895 67 197 Post 2017-03-31 15:00:51 2017-03-31 15:00:51
896 67 185 Post 2017-03-31 15:01:24 2017-03-31 15:01:24
897 67 184 Post 2017-03-31 15:01:26 2017-03-31 15:01:26
898 68 203 Post 2017-03-31 17:59:45 2017-03-31 17:59:45
899 68 202 Post 2017-03-31 17:59:47 2017-03-31 17:59:47
900 68 198 Post 2017-03-31 18:00:01 2017-03-31 18:00:01
901 68 197 Post 2017-03-31 18:00:02 2017-03-31 18:00:02
902 1 195 Post 2017-03-31 18:15:00 2017-03-31 18:15:00
903 1 197 Post 2017-03-31 18:15:20 2017-03-31 18:15:20
904 1 204 Post 2017-03-31 18:16:04 2017-03-31 18:16:04
905 1 202 Post 2017-03-31 18:16:06 2017-03-31 18:16:06
906 70 207 Post 2017-03-31 20:19:18 2017-03-31 20:19:18
907 68 207 Post 2017-03-31 22:30:03 2017-03-31 22:30:03
908 68 206 Post 2017-03-31 22:30:05 2017-03-31 22:30:05
909 72 207 Post 2017-04-01 00:28:23 2017-04-01 00:28:23
910 72 206 Post 2017-04-01 00:28:24 2017-04-01 00:28:24
911 72 203 Post 2017-04-01 00:28:26 2017-04-01 00:28:26
912 1 208 Post 2017-04-01 01:12:31 2017-04-01 01:12:31
913 1 209 Post 2017-04-01 02:00:38 2017-04-01 02:00:38
914 68 209 Post 2017-04-01 02:36:27 2017-04-01 02:36:27
920 2 170 Post 2017-04-01 05:01:19 2017-04-01 05:01:19
922 2 183 Post 2017-04-01 05:05:16 2017-04-01 05:05:16
923 2 182 Post 2017-04-01 05:05:17 2017-04-01 05:05:17
924 2 184 Post 2017-04-01 05:05:59 2017-04-01 05:05:59
925 2 171 Post 2017-04-01 05:06:10 2017-04-01 05:06:10
926 68 213 Post 2017-04-02 01:32:11 2017-04-02 01:32:11
928 76 216 Post 2017-04-02 02:50:35 2017-04-02 02:50:35
929 76 215 Post 2017-04-02 02:50:39 2017-04-02 02:50:39
930 76 214 Post 2017-04-02 02:50:40 2017-04-02 02:50:40
931 74 217 Post 2017-04-02 02:51:12 2017-04-02 02:51:12
932 77 217 Post 2017-04-02 02:52:30 2017-04-02 02:52:30
933 77 216 Post 2017-04-02 02:52:33 2017-04-02 02:52:33
934 77 215 Post 2017-04-02 02:52:35 2017-04-02 02:52:35
935 77 214 Post 2017-04-02 02:52:37 2017-04-02 02:52:37
936 77 213 Post 2017-04-02 02:52:39 2017-04-02 02:52:39
937 1 217 Post 2017-04-02 04:29:56 2017-04-02 04:29:56
938 1 220 Post 2017-04-02 19:08:26 2017-04-02 19:08:26
939 1 305 Comment 2017-04-03 01:47:10 2017-04-03 01:47:10
940 1 221 Post 2017-04-03 01:47:11 2017-04-03 01:47:11
941 68 221 Post 2017-04-03 17:45:04 2017-04-03 17:45:04
942 19 223 Post 2017-04-03 20:36:44 2017-04-03 20:36:44
943 17 223 Post 2017-04-04 01:00:54 2017-04-04 01:00:54
944 1 307 Comment 2017-04-04 01:53:20 2017-04-04 01:53:20
945 1 309 Comment 2017-04-04 01:53:20 2017-04-04 01:53:20
946 68 223 Post 2017-04-04 03:37:08 2017-04-04 03:37:08
947 2 226 Post 2017-04-04 11:17:13 2017-04-04 11:17:13
948 2 225 Post 2017-04-04 11:17:16 2017-04-04 11:17:16
949 2 194 Post 2017-04-04 11:18:38 2017-04-04 11:18:38
950 5 223 Post 2017-04-04 14:10:41 2017-04-04 14:10:41
951 5 225 Post 2017-04-04 14:10:46 2017-04-04 14:10:46
952 5 220 Post 2017-04-04 14:10:53 2017-04-04 14:10:53
953 5 213 Post 2017-04-04 14:10:56 2017-04-04 14:10:56
954 5 209 Post 2017-04-04 14:10:59 2017-04-04 14:10:59
955 5 226 Post 2017-04-04 14:11:04 2017-04-04 14:11:04
956 5 312 Comment 2017-04-04 14:11:15 2017-04-04 14:11:15
957 5 307 Comment 2017-04-04 14:11:19 2017-04-04 14:11:19
958 5 309 Comment 2017-04-04 14:11:19 2017-04-04 14:11:19
959 5 221 Post 2017-04-04 14:12:20 2017-04-04 14:12:20
960 5 217 Post 2017-04-04 14:12:32 2017-04-04 14:12:32
961 5 301 Comment 2017-04-04 14:12:35 2017-04-04 14:12:35
962 5 216 Post 2017-04-04 14:12:42 2017-04-04 14:12:42
963 5 214 Post 2017-04-04 14:13:08 2017-04-04 14:13:08
964 5 215 Post 2017-04-04 14:13:11 2017-04-04 14:13:11
965 5 212 Post 2017-04-04 14:13:14 2017-04-04 14:13:14
966 5 211 Post 2017-04-04 14:14:56 2017-04-04 14:14:56
967 5 208 Post 2017-04-04 14:15:04 2017-04-04 14:15:04
968 5 295 Comment 2017-04-04 14:15:09 2017-04-04 14:15:09
969 5 207 Post 2017-04-04 14:15:17 2017-04-04 14:15:17
970 5 206 Post 2017-04-04 14:15:22 2017-04-04 14:15:22
971 5 288 Comment 2017-04-04 14:15:30 2017-04-04 14:15:30
972 5 205 Post 2017-04-04 14:15:41 2017-04-04 14:15:41
973 5 292 Comment 2017-04-04 14:15:44 2017-04-04 14:15:44
974 5 293 Comment 2017-04-04 14:15:48 2017-04-04 14:15:48
975 5 294 Comment 2017-04-04 14:15:51 2017-04-04 14:15:51
976 5 304 Comment 2017-04-04 14:16:24 2017-04-04 14:16:24
977 5 203 Post 2017-04-04 14:16:25 2017-04-04 14:16:25
978 5 202 Post 2017-04-04 14:16:52 2017-04-04 14:16:52
979 5 303 Comment 2017-04-04 14:17:03 2017-04-04 14:17:03
980 5 201 Post 2017-04-04 14:17:07 2017-04-04 14:17:07
981 5 198 Post 2017-04-04 14:17:19 2017-04-04 14:17:19
982 5 197 Post 2017-04-04 14:17:22 2017-04-04 14:17:22
983 5 291 Comment 2017-04-04 14:19:01 2017-04-04 14:19:01
984 5 282 Comment 2017-04-04 14:19:23 2017-04-04 14:19:23
985 5 284 Comment 2017-04-04 14:19:26 2017-04-04 14:19:26
986 5 227 Post 2017-04-04 14:19:56 2017-04-04 14:19:56
987 68 318 Comment 2017-04-04 14:41:40 2017-04-04 14:41:40
988 80 330 Comment 2017-04-04 14:42:35 2017-04-04 14:42:35
989 5 331 Comment 2017-04-04 14:49:01 2017-04-04 14:49:01
990 81 181 Post 2017-04-05 00:47:56 2017-04-05 00:47:56
991 2 230 Post 2017-04-05 00:51:47 2017-04-05 00:51:47
992 2 231 Post 2017-04-05 01:29:09 2017-04-05 01:29:09
993 1 228 Post 2017-04-05 05:02:31 2017-04-05 05:02:31
994 1 234 Post 2017-04-05 14:29:59 2017-04-05 14:29:59
995 81 233 Post 2017-04-05 14:34:45 2017-04-05 14:34:45
996 82 231 Post 2017-04-05 18:27:27 2017-04-05 18:27:27
997 5 235 Post 2017-04-05 18:28:53 2017-04-05 18:28:53
998 5 234 Post 2017-04-05 18:28:56 2017-04-05 18:28:56
999 5 233 Post 2017-04-05 18:28:57 2017-04-05 18:28:57
1000 5 231 Post 2017-04-05 18:28:59 2017-04-05 18:28:59
1001 5 230 Post 2017-04-05 18:29:06 2017-04-05 18:29:06
1002 5 228 Post 2017-04-05 18:29:19 2017-04-05 18:29:19
1003 17 314 Comment 2017-04-05 21:24:02 2017-04-05 21:24:02
1004 17 234 Post 2017-04-05 21:28:21 2017-04-05 21:28:21
1005 17 228 Post 2017-04-05 21:28:23 2017-04-05 21:28:23
1006 17 231 Post 2017-04-05 21:51:49 2017-04-05 21:51:49
1007 68 237 Post 2017-04-06 02:59:41 2017-04-06 02:59:41
1008 68 234 Post 2017-04-06 03:00:12 2017-04-06 03:00:12
1009 68 228 Post 2017-04-06 03:00:22 2017-04-06 03:00:22
1011 17 237 Post 2017-04-06 12:03:01 2017-04-06 12:03:01
1012 78 223 Post 2017-04-06 13:22:52 2017-04-06 13:22:52
1013 18 223 Post 2017-04-06 15:17:46 2017-04-06 15:17:46
1014 28 237 Post 2017-04-06 18:36:31 2017-04-06 18:36:31
1015 28 238 Post 2017-04-06 18:36:33 2017-04-06 18:36:33
1016 1 340 Comment 2017-04-06 20:42:36 2017-04-06 20:42:36
1017 1 239 Post 2017-04-06 20:42:57 2017-04-06 20:42:57
id user_id body mentions hashtags urls created_at updated_at
1 1 This is the first post on chime, ever ✨ 2017-02-10 03:53:16 2017-02-10 03:53:16
2 1 This is an example of a #hashtag and URL being extracted as entities http://i.imgur.com/Gj0t1Go.gif hashtag http://i.imgur.com/Gj0t1Go.gif 2017-02-10 17:00:54 2017-02-10 17:00:54
3 5 This is my first post on Chime. 2017-02-12 23:37:19 2017-02-12 23:37:19
4 5 this is totally my second post on Chime 2017-02-13 00:11:43 2017-02-13 00:11:43
5 5 a third one with a #hashtag hashtag 2017-02-13 00:25:35 2017-02-13 00:25:35
6 5 I wonder if inline edit works? 2017-02-13 01:56:41 2017-02-13 01:56:41
7 5 oh hai 2017-02-13 03:31:24 2017-02-13 03:31:24
8 1 My first post from the first chime web client by the incredible @developit http://i.imgur.com/IeqXMX2.gif developit http://i.imgur.com/IeqXMX2.gif 2017-02-13 04:44:18 2017-02-13 04:44:18
9 2 this is lit 🔥 2017-02-13 04:54:20 2017-02-13 04:54:20
10 2 this 💩 is so cool!! 2017-02-13 07:01:17 2017-02-13 07:01:17
11 11 I am now on Chime 👋". Nice to meet you. 2017-02-13 09:22:49 2017-02-13 09:22:49
12 2 I'm impressing myself with the UI ideas I'm getting 2017-02-13 11:18:51 2017-02-13 11:18:51
13 2 @zouhir is @zouhir's biggest fan. zouhir,zouhir 2017-02-13 11:20:02 2017-02-13 11:20:02
14 2 Holy shit! mentions work! hi @ummjackson @developit ummjackson,developit 2017-02-13 11:21:03 2017-02-13 11:21:03
15 5 Good morning Chime 🔔 2017-02-13 16:21:28 2017-02-13 16:21:28
16 5 Naming ideas: chimeline, like "public chimeline" #chime↵/cc @ummjackson @zouhir ummjackson,zouhir chime 2017-02-13 16:28:48 2017-02-13 16:28:48
17 13 Automagically stealing my twitter avatar, best new feature I never knew I wanted of 2017 2017-02-13 17:19:40 2017-02-13 17:19:40
18 5 you should all follow @phil who has a cat↵http://i.imgur.com/Xh9ZaQq.gif phil http://i.imgur.com/Xh9ZaQq.gif 2017-02-13 17:22:40 2017-02-13 17:22:40
19 14 What if I don't like cats @developit developit 2017-02-13 17:24:30 2017-02-13 17:24:30
20 5 Neat, on Android. ↵https://i.imgur.com/LSvPsq4.jpg https://i.imgur.com/LSvPsq4.jpg 2017-02-13 18:02:25 2017-02-13 18:02:25
22 5 Todo:↵- # followers on profile↵- follower lists↵- edit name, bio↵- attach images to posts↵- remove excessive margins on mobile↵- inline image viewer↵- ?comment=XX context modal↵- multiline support 😅 2017-02-13 21:25:25 2017-02-13 21:25:25
23 13 .@drastick gravatar is new if you forget about it immediately after every time you use it drastick 2017-02-13 21:49:54 2017-02-13 21:49:54
24 2 Hi all 😃 2017-02-14 02:01:16 2017-02-14 02:01:16
25 2 I love your work @developit developit 2017-02-14 02:20:01 2017-02-14 02:20:01
26 1 Test post to make sure people are catching injection attacks... 👍↵↵<script>alert('oops!');</script> 2017-02-14 02:53:16 2017-02-14 02:53:16
29 1 @developit 🤡\nhttps://i.imgur.com/I32CQ81.jpg developit 2017-02-14 20:17:30 2017-02-14 20:17:30
30 1 @developit 🤡↵https://i.imgur.com/I32CQ81.jpg developit https://i.imgur.com/I32CQ81.jpg 2017-02-14 20:17:46 2017-02-14 20:17:46
31 1 @ummjackson 🤡 https://i.imgur.com/I32CQ81.jpg ummjackson https://i.imgur.com/I32CQ81.jpg 2017-02-14 20:17:58 2017-02-14 20:17:58
32 1 @ummjackson↵https://i.imgur.com/I32CQ81.jpg ummjackson https://i.imgur.com/I32CQ81.jpg 2017-02-14 20:18:07 2017-02-14 20:18:07
33 1 Well I'm just glad that entities are working again. You rock, @developit developit 2017-02-15 21:13:25 2017-02-15 21:13:25
34 9 Trying larger emoji combos 👨‍❤️‍💋‍👨 @langerhans langerhans 2017-02-15 21:20:27 2017-02-15 21:20:27
36 5 Profile pages are live! 😍↵https://i.imgur.com/vxJpcKq.jpg https://i.imgur.com/vxJpcKq.jpg 2017-02-16 03:39:15 2017-02-16 03:39:15
37 2 CHEERS TO EVERYONE WHO MADE THIS HAPPEN 🍺🍺🍺🍺 #LOVE LOVE 2017-02-16 03:45:49 2017-02-16 03:45:49
38 2 Today it was a big day.. My monthly meetup was on and we talked about Webpack offline plugin 2017-02-16 11:48:06 2017-02-16 11:48:06
39 5 Composition works well on mobile, just I think the modals need to take up more of the screen. ↵https://i.imgur.com/n4kOAcD.jpg https://i.imgur.com/n4kOAcD.jpg 2017-02-16 17:44:18 2017-02-16 17:44:18
40 1 Good morning Chime!! http://i.giphy.com/q8tdrdtO2FRsc.gif http://i.giphy.com/q8tdrdtO2FRsc.gif 2017-02-16 18:20:09 2017-02-16 18:20:09
41 5 Another need: desktop notifications.↵Just via polling for now, super easy.↵Maybe steal from Nectarine:↵https://github.com/developit/nectarine/blob/master/src/notify.js↵https://i.imgur.com/9b0fOVf.png https://github.com/developit/nectarine/blob/master/src/notify.js,https://i.imgur.com/9b0fOVf.png 2017-02-16 19:32:06 2017-02-16 19:32:06
42 16 What IS this!? 2017-02-16 22:00:02 2017-02-16 22:00:02
44 2 Eating japanese↵https://i.imgur.com/ATalR3z.jpg https://i.imgur.com/ATalR3z.jpg 2017-02-17 02:51:39 2017-02-17 02:51:39
45 17 Does this work?↵https://i.imgur.com/I3SSNIv.gif https://i.imgur.com/I3SSNIv.gif 2017-02-17 03:00:08 2017-02-17 03:00:08
46 9 Android can has post feature nao? 2017-02-17 18:02:04 2017-02-17 18:02:04
48 19 Ayy lmao 😎 2017-02-17 23:39:52 2017-02-17 23:39:52
49 19 I am become @ummjackson ↵https://i.imgur.com/lliJc53.jpg ummjackson https://i.imgur.com/lliJc53.jpg 2017-02-17 23:42:03 2017-02-17 23:42:03
50 19 Chimera #mood↵https://i.imgur.com/lliJc53.jpg mood https://i.imgur.com/lliJc53.jpg 2017-02-17 23:42:33 2017-02-17 23:42:33
52 2 Coffee time on a Saturday afternoon ↵https://i.imgur.com/NuqG8LA.jpg https://i.imgur.com/NuqG8LA.jpg 2017-02-18 03:40:22 2017-02-18 03:40:22
53 2 Does anyone know orient DB? 2017-02-18 03:47:17 2017-02-18 03:47:17
54 1 Just added notifications, woo! 2017-02-18 20:49:17 2017-02-18 20:49:17
58 1 First test post from Jackson's mobile web client 🤓 2017-02-20 00:34:33 2017-02-20 00:34:33
59 5 Is this thing on? 😎 2017-02-21 04:58:04 2017-02-21 04:58:04
60 1 Tired. http://i.giphy.com/l0ExoOpQYXRtBsqxa.gif http://i.giphy.com/l0ExoOpQYXRtBsqxa.gif 2017-02-23 08:58:14 2017-02-23 08:58:14
61 1 Working on this reference mobile/web client. http://i.imgur.com/nxew8.gif http://i.imgur.com/nxew8.gif 2017-02-27 00:27:01 2017-02-27 00:27:01
62 1 Testing, testing, 123 2017-02-27 00:33:16 2017-02-27 00:33:16
65 4 While the geek in me absolutely loves the idea of a robust CLI client for Chime, web clients are a major 🔑. Thanks, @developit! developit 2017-02-27 17:13:46 2017-02-27 17:13:46
66 21 ↵https://i.imgur.com/cuqaza9.jpg https://i.imgur.com/cuqaza9.jpg 2017-02-28 05:52:52 2017-02-28 05:52:52
67 24 Hello, world! 2017-02-28 07:05:26 2017-02-28 07:05:26
68 1 this is a test! 2017-03-02 09:50:21 2017-03-02 09:50:21
69 2 Grounds of Alexanderia↵https://i.imgur.com/LLSi71R.jpg https://i.imgur.com/LLSi71R.jpg 2017-03-03 02:53:44 2017-03-03 02:53:44
70 2 Coffee↵https://i.imgur.com/yNkj7c3.jpg https://i.imgur.com/yNkj7c3.jpg 2017-03-03 03:35:39 2017-03-03 03:35:39
72 2 Raining!! ↵https://i.imgur.com/hifSd4a.jpg https://i.imgur.com/hifSd4a.jpg 2017-03-03 04:14:22 2017-03-03 04:14:22
73 2 Hey @ummjackson when are we catching up ummjackson 2017-03-03 12:10:38 2017-03-03 12:10:38
74 5 @ummjackson would it be terrible if I added Background Sync that checked the notifications endpoint? Or should we have a /check or do a HEAD request or something. ummjackson 2017-03-04 14:58:03 2017-03-04 14:58:03
75 1 Going to try and work on some new features (privacy, anti-abuse) this week. 😃 2017-03-05 23:30:47 2017-03-05 23:30:47
76 3 @developit _finally_ tells me about this, even after all those naming suggestions... btw, I think he only made this to reserve "developit" once & for all.↵https://i.imgur.com/pnRNOyQ.jpg developit https://i.imgur.com/pnRNOyQ.jpg 2017-03-06 00:55:02 2017-03-06 00:55:02
77 13 My favorite Chime feature is I can still check it when I block myself from twitter in an attempt to be productive 2017-03-06 20:03:08 2017-03-06 20:03:08
79 18 shouldn't 'Rob' pass the username regex? Probably shouldn't have deleted the pattern attr to get past it now if you add server-side validation I'm screwed lol 2017-03-08 19:53:06 2017-03-08 19:53:06
81 2 I'm working on my fork↵https://i.imgur.com/pTzU2GP.jpg https://i.imgur.com/pTzU2GP.jpg 2017-03-10 00:02:36 2017-03-10 00:02:36
82 28 Pepper Jack LOVE Fraggle Rock 2017-03-10 00:15:29 2017-03-10 00:15:29
83 29 Hi 2017-03-10 00:23:48 2017-03-10 00:23:48
84 5 tip: this icon re-fetches all data streams on-screen↵https://i.gyazo.com/730500b93581f96317d682e99b258e44.gif https://i.gyazo.com/730500b93581f96317d682e99b258e44.gif 2017-03-10 00:25:11 2017-03-10 00:25:11
85 30 ʕっ•ᴥ•ʔっ 2017-03-10 00:35:43 2017-03-10 00:35:43
86 28 Do URLs become rich in Chime with OG data? ↵↵https://nodesource.com/blog/the-basics-of-package-json-in-node-js-and-npm https://nodesource.com/blog/the-basics-of-package-json-in-node-js-and-npm 2017-03-10 00:43:00 2017-03-10 00:43:00
87 28 Assuming my avatar was pulled from Gravatar? 2017-03-10 00:43:40 2017-03-10 00:43:40
88 28 @rafael How did you add your URL? 🤔 rafael 2017-03-10 00:45:01 2017-03-10 00:45:01
89 5 For those interested, the source code for Chimeline is here:↵https://bitbucket.org/developit/chime/src↵https://i.imgur.com/y2laKcO.jpg https://bitbucket.org/developit/chime/src,https://i.imgur.com/y2laKcO.jpg 2017-03-10 00:45:49 2017-03-10 00:45:49
90 31 Amidoinitrite ↵#webpack 😂 webpack 2017-03-10 00:55:26 2017-03-10 00:55:26
91 32 Hello!! 😚 2017-03-10 00:59:44 2017-03-10 00:59:44
92 33 hey everyone! 👋 2017-03-10 01:32:54 2017-03-10 01:32:54
93 2 Talking shit↵https://i.imgur.com/ieQkOrm.jpg https://i.imgur.com/ieQkOrm.jpg 2017-03-10 05:57:02 2017-03-10 05:57:02
94 2 Talking shit↵https://i.imgur.com/ieQkOrm.jpg https://i.imgur.com/ieQkOrm.jpg 2017-03-10 05:57:12 2017-03-10 05:57:12
95 2 Talking shit↵https://i.imgur.com/Y5O2BRb.jpg https://i.imgur.com/Y5O2BRb.jpg 2017-03-10 05:57:43 2017-03-10 05:57:43
96 2 Images not posting ↵https://i.imgur.com/WKrIW4j.jpg https://i.imgur.com/WKrIW4j.jpg 2017-03-10 05:58:15 2017-03-10 05:58:15
97 2 Friday drinks 🙌↵https://i.imgur.com/axXNA3c.jpg https://i.imgur.com/axXNA3c.jpg 2017-03-10 06:42:29 2017-03-10 06:42:29
98 35 🔔 Hello world 2017-03-10 11:52:11 2017-03-10 11:52:11
99 35 Public timeline is rad but kinda empty. Can I share 🔔 or is it top secret? 2017-03-10 13:40:10 2017-03-10 13:40:10
100 36 PD89freak5OQ36iQjZObOw== 2017-03-10 14:19:38 2017-03-10 14:19:38
102 37 Finally got the user I wanted on a social network :P 2017-03-10 14:51:52 2017-03-10 14:51:52
103 37 Hardest thing so far has been writing my bio. 2017-03-10 14:58:09 2017-03-10 14:58:09
106 34 I did it! 😏 2017-03-10 15:08:53 2017-03-10 15:08:53
107 34 already spreading the chime love 🔔🔔 2017-03-10 15:14:48 2017-03-10 15:14:48
108 38 Hello world ^_^ 2017-03-10 15:14:53 2017-03-10 15:14:53
111 37 ↵https://i.imgur.com/IonbnAj.jpg https://i.imgur.com/IonbnAj.jpg 2017-03-10 15:26:41 2017-03-10 15:26:41
112 37 Hey @developit, is there somewhere I can log small things I find while testing this? 🤔 developit 2017-03-10 15:30:54 2017-03-10 15:30:54
113 37 ⊂(◉‿◉)つ 2017-03-10 15:42:35 2017-03-10 15:42:35
114 37 Majestic cat, v2↵https://i.imgur.com/LEXMdbH.jpg https://i.imgur.com/LEXMdbH.jpg 2017-03-10 16:02:46 2017-03-10 16:02:46
116 36 Test test test nyan.cat test nyan.cat 2017-03-10 16:17:16 2017-03-10 16:17:16
117 36 The main problem is that we now have _too many_ social networks :(↵↵Anybody here who uses diaspora*, by the way? 2017-03-10 16:25:26 2017-03-10 16:25:26
125 37 OMG gifs↵https://i.imgur.com/zEygXNi.gif https://i.imgur.com/zEygXNi.gif 2017-03-11 01:49:16 2017-03-11 01:49:16
126 5 I'm reasonably happy with the performance of chimeline on mobile. Haven't optimized anything (at all) but it's smooth to scroll and animate on my Nexus 5. 2017-03-11 02:28:24 2017-03-11 02:28:24
127 1 Enjoying vacation. http://i.giphy.com/5xtDarqlsEW6F7F14Fq.gif http://i.giphy.com/5xtDarqlsEW6F7F14Fq.gif 2017-03-11 06:34:01 2017-03-11 06:34:01
128 18 https://soundcloud.com/wearegalantis/galantis-gold-dust-original-mix https://soundcloud.com/wearegalantis/galantis-gold-dust-original-mix 2017-03-11 06:44:59 2017-03-11 06:44:59
129 1 my example client (mostly using it to test out new backend API features locally): http://github.com/ummjackson/chime-client ↵↵kinda mobile friendly, lmk if you like it! 😁 http://github.com/ummjackson/chime-client 2017-03-11 06:58:49 2017-03-11 06:58:49
130 41 @developit 👋 developit 2017-03-11 07:23:34 2017-03-11 07:23:34
131 41 Hello World 👋 2017-03-11 07:24:00 2017-03-11 07:24:00
132 42 Just a test http://i.imgur.com/Y6zdN7M.gifv http://i.imgur.com/Y6zdN7M.gifv 2017-03-11 07:27:12 2017-03-11 07:27:12
133 43 Hi there! Nice work Jackson! 2017-03-11 12:08:56 2017-03-11 12:08:56
134 43 Where do I add a head shot?↵ 2017-03-11 12:11:41 2017-03-11 12:11:41
135 37 Btw, @developit, I wanted to submit a PR for a small bug I found but couldn't :( developit 2017-03-11 17:37:17 2017-03-11 17:37:17
136 37 How meta is that?↵"Chime" about Chimeline fixes in Chimeline. ↵#MetaAsF MetaAsF 2017-03-11 17:38:00 2017-03-11 17:38:00
137 44 🙋 2017-03-11 23:48:59 2017-03-11 23:48:59
138 19 I recommend scented candles 2017-03-12 21:35:53 2017-03-12 21:35:53
139 4 IDK about you, but I've got Chimeline on my home screen and open it a few times a day even though I don't post much 2017-03-13 04:55:48 2017-03-13 04:55:48
140 1 #chillmusic 🎧 https://soundcloud.com/s-o-h-e-e/sets/low chillmusic https://soundcloud.com/s-o-h-e-e/sets/low 2017-03-14 08:56:30 2017-03-14 08:56:30
141 1 I'm back in the 🇺🇸 next week and will hopefully have some quiet nights to start implementing more features in the core API. The idea of an open-source social network still really excites me 👍 2017-03-15 05:43:22 2017-03-15 05:43:22
142 1 Experimenting with a night mode 😎↵↵http://i.imgur.com/xZ7tVHZ.png http://i.imgur.com/xZ7tVHZ.png 2017-03-15 09:07:32 2017-03-15 09:07:32
143 46 Hi there! 👋 2017-03-15 10:58:44 2017-03-15 10:58:44
144 37 G'morning muchachos! 2017-03-15 14:14:33 2017-03-15 14:14:33
145 2 With Jake!!!! ↵https://i.imgur.com/K2zURHa.jpg https://i.imgur.com/K2zURHa.jpg 2017-03-16 02:41:31 2017-03-16 02:41:31
146 2 Alex!!!! ↵https://i.imgur.com/XUo0aab.jpg https://i.imgur.com/XUo0aab.jpg 2017-03-16 02:52:34 2017-03-16 02:52:34
147 47 Heyo! 2017-03-16 05:50:33 2017-03-16 05:50:33
148 19 Can someone bring me some sand? Thanks 2017-03-16 05:58:52 2017-03-16 05:58:52
149 19 I'm trying to be surrounded by jasmine and wildflowers whenever I step outside, that's the goal right now 2017-03-16 06:16:53 2017-03-16 06:16:53
150 48 👻🤠🤠🤠 2017-03-16 16:04:34 2017-03-16 16:04:34
151 48 <script>alert('eyo)</script> 2017-03-16 16:06:59 2017-03-16 16:06:59
152 48 @developit bro developit 2017-03-16 16:07:36 2017-03-16 16:07:36
153 5 we need notifications so badly. maybe we can get @nekr to build us a serviceworker nekr 2017-03-16 19:28:03 2017-03-16 19:28:03
155 28 Product launches are exhausting 😌 2017-03-17 11:24:25 2017-03-17 11:24:25
156 18 I feel like there should be like a double-click to open the full post or something? Though maybe it's me, I never figured out how to use twitter 2017-03-17 15:57:39 2017-03-17 15:57:39
157 48 Need Web notifications and click to expand reply thread 2017-03-17 16:46:15 2017-03-17 16:46:15
158 48 Tap area on all icons are about 10px too small 2017-03-17 17:17:01 2017-03-17 17:17:01
159 5 been like this for about a week↵https://i.imgur.com/TjxSuAL.png https://i.imgur.com/TjxSuAL.png 2017-03-17 17:18:54 2017-03-17 17:18:54
160 1 Fly back to SF tomorrow ✈️ 2017-03-17 23:10:02 2017-03-17 23:10:02
161 2 Need to send a PR to add block on Chime! Maybe @sebastian will appreciate that and block me on here too! 👌💜 sebastian 2017-03-17 23:54:10 2017-03-17 23:54:10
162 37 I think I'm in love with Colleen (from Iron Fist) 2017-03-18 00:50:50 2017-03-18 00:50:50
163 18 I meant to post this version, not the version I posted (the tastiest parts are cut in the original...) https://www.dropbox.com/s/w495rxomz1g7hx6/Galantis%20-%20Gold%20Dust.mp3?dl=0 https://www.dropbox.com/s/w495rxomz1g7hx6/Galantis%20-%20Gold%20Dust.mp3?dl=0 2017-03-18 06:05:45 2017-03-18 06:05:45
164 2 Feedback is welcome 📩↵https://i.imgur.com/iuusMS0.jpg https://i.imgur.com/iuusMS0.jpg 2017-03-18 14:54:34 2017-03-18 14:54:34
165 51 My first post! 2017-03-18 16:11:25 2017-03-18 16:11:25
166 1 I'm back in SF!! 👍 2017-03-19 19:13:30 2017-03-19 19:13:30
167 2 I'm able to work on Chime SW & SW on Thursday 🛰️🚀 2017-03-20 11:51:50 2017-03-20 11:51:50
168 2 Infinite scrolling isn't working 2017-03-20 12:18:30 2017-03-20 12:18:30
169 37 I'm a little bit disappointed about Iron Fist but comments like this are stupid. Just because it involves martial arts it doesn't mean you need to put an asian in it.↵https://i.imgur.com/HTsYGwI.png https://i.imgur.com/HTsYGwI.png 2017-03-20 16:32:17 2017-03-20 16:32:17
170 37 I mean, Danny Rand is NOT asian in the comic. He shouldn't be asian in the series. DUH! 2017-03-20 16:33:45 2017-03-20 16:33:45
171 37 /rant 2017-03-20 16:35:22 2017-03-20 16:35:22
172 19 Acquired perennial flower seeds labeled COUNTRY ROMANCE MIX #countryromancemix #country #romance #mix #вжух countryromancemix,country,romance,mix,вжух 2017-03-21 08:56:40 2017-03-21 08:56:40
173 28 Love this 😍↵↵https://www.youtube.com/watch?v=TzaBak8o5UQ https://www.youtube.com/watch?v=TzaBak8o5UQ 2017-03-21 15:14:05 2017-03-21 15:14:05
174 19 #вжух and you can hashtag #вжух on Chime вжух,вжух 2017-03-21 17:20:21 2017-03-21 17:20:21
175 2 Did you know That Jake Archibald is on Chime? 2017-03-22 21:19:48 2017-03-22 21:19:48
176 19 These serifs may or may not be contrarian and only time will tell. Peace 2017-03-23 03:11:25 2017-03-23 03:11:25
177 19 I can’t get over how the brahma chicken is wearing feather flare jeans. 1999 me is envious 2017-03-23 04:59:58 2017-03-23 04:59:58
178 19 My cat peed on my pillow and I am crying about it 🆗 2017-03-23 09:24:53 2017-03-23 09:24:53
179 2 Test 2017-03-24 06:30:37 2017-03-24 06:30:37
180 2 Best thing about living in Australia is that there's good beer and good coffee ☕🐸🍻 2017-03-24 08:58:59 2017-03-24 08:58:59
181 2 Jason Miller is such a JavaScript bae. I bet he got invited To Kendall Jenner's 21st but he just doesn't like to brag much about it. 2017-03-24 09:07:25 2017-03-24 09:07:25
182 37 Good morning, Miami! 2017-03-24 12:40:26 2017-03-24 12:40:26
183 37 There's this Cuban place in little Havana with live music. I have rum&coke. #PrayForCarlos PrayForCarlos 2017-03-25 17:16:15 2017-03-25 17:16:15
184 5 ↵https://i.imgur.com/ohRjFi0.jpg https://i.imgur.com/ohRjFi0.jpg 2017-03-26 04:17:37 2017-03-26 04:17:37
185 2 My very own homemade Pizza.↵https://i.imgur.com/L6xcnlM.jpg https://i.imgur.com/L6xcnlM.jpg 2017-03-27 12:26:00 2017-03-27 12:26:00
186 37 beta.chimeline.co looks beautiful↵@zouhir, you da real MVP ↵https://i.imgur.com/XuPlhu6.jpg zouhir beta.chimeline.co,https://i.imgur.com/XuPlhu6.jpg 2017-03-27 14:31:38 2017-03-27 14:31:38
187 19 I'm finally in the sunshine getting a vitamin or 2 2017-03-27 21:20:39 2017-03-27 21:20:39
188 37 Gonna meet this friend I haven't seen in like, 4 years :3 2017-03-27 22:45:27 2017-03-27 22:45:27
189 2 😍 @jessika is on Chime jessika 2017-03-28 14:49:12 2017-03-28 14:49:12
190 19 Add cilantro 2017-03-29 17:53:56 2017-03-29 17:53:56
191 2 Sheet weather, ducked up..↵https://i.imgur.com/xuXN3Ac.jpg https://i.imgur.com/xuXN3Ac.jpg 2017-03-30 01:32:47 2017-03-30 01:32:47
192 1 NEW CHIME FEATURE: Replies and mentions that aren't terrible 😂 2017-03-30 23:52:05 2017-03-30 23:52:05
193 19 Think about the way lime juice smells... 2017-03-31 00:21:42 2017-03-31 00:21:42
194 37 A friend from Norway that I haven't seen in almost 10 years is back for a couple of weeks in Costa Rica. 2017-03-31 01:01:20 2017-03-31 01:01:20
195 57 Hello, world. 2017-03-31 04:09:23 2017-03-31 04:09:23
197 58 I came from Peach who this 2017-03-31 04:53:32 2017-03-31 04:53:32
198 62 This is not a test. This is reality. 2017-03-31 10:34:50 2017-03-31 10:34:50
199 64 what is this 2017-03-31 12:33:45 2017-03-31 12:33:45
200 64 hm 2017-03-31 12:33:53 2017-03-31 12:33:53
201 67 Henlo 2017-03-31 14:58:33 2017-03-31 14:58:33
202 67 It'd be cool if I could figure out how to change my profile photo 2017-03-31 15:00:42 2017-03-31 15:00:42
203 67 I am cute. I need people to know this. 2017-03-31 15:04:07 2017-03-31 15:04:07
204 68 Hi? 2017-03-31 17:58:56 2017-03-31 17:58:56
205 68 I kind of like this hmmm 2017-03-31 19:15:02 2017-03-31 19:15:02
206 65 i know when that chimeline bling↵https://i.imgur.com/Gs9jjWB.jpg https://i.imgur.com/Gs9jjWB.jpg 2017-03-31 19:27:09 2017-03-31 19:27:09
207 70 what up 2017-03-31 20:19:14 2017-03-31 20:19:14
208 72 sfo to oc 🔥↵https://i.imgur.com/HWHgWW9.jpg https://i.imgur.com/HWHgWW9.jpg 2017-04-01 00:29:30 2017-04-01 00:29:30
209 2 So much new people on chime! Need to update it today and implement SW 2017-04-01 01:39:44 2017-04-01 01:39:44
211 54 Hey there! Have you heard about Preact Phiber? Exciting times ahead. 🎉 2017-04-01 14:50:40 2017-04-01 14:50:40
212 68 Beep boop 2017-04-01 18:10:58 2017-04-01 18:10:58
213 37 There's a lot of new people here 😨 2017-04-01 20:05:46 2017-04-01 20:05:46
214 73 This is epic @ummjackson! ummjackson 2017-04-02 02:48:07 2017-04-02 02:48:07
215 75 <img src="" onerror="alert('yolo');" /> 2017-04-02 02:49:56 2017-04-02 02:49:56
216 74 Yay! Super cool!!! @ummjackson is making things happen =^.^= ummjackson 2017-04-02 02:50:01 2017-04-02 02:50:01
217 76 @jackson hello world jackson 2017-04-02 02:50:16 2017-04-02 02:50:16
220 37 Y'all should update your bio so I can know who da fuq you are 😂 2017-04-02 17:55:17 2017-04-02 17:55:17
221 78 What is this? :o 2017-04-02 19:49:22 2017-04-02 19:49:22
223 1 Ooh look what came in the mail!! 😃↵https://i.imgur.com/YXjOE6F.jpg https://i.imgur.com/YXjOE6F.jpg 2017-04-03 18:25:44 2017-04-03 18:25:44
224 79 fuck all yall 2017-04-03 21:22:20 2017-04-03 21:22:20
225 17 Quit my "first job" after a day 🙈 2017-04-04 01:06:00 2017-04-04 01:06:00
226 68 So how is everyone? 2017-04-04 03:38:19 2017-04-04 03:38:19
227 80 how do u log out or check ur email settings?↵ 2017-04-04 14:19:31 2017-04-04 14:19:31
228 2 Little more UI updates on beta.chimeline.co beta.chimeline.co 2017-04-04 20:31:08 2017-04-04 20:31:08
229 2 Ken Wheeler is here! Fuck daaaaaaaaat shit... need to finish this platform and launch man. 2017-04-05 00:48:33 2017-04-05 00:48:33
230 81 ↵https://i.imgur.com/k9YeyGE.jpg https://i.imgur.com/k9YeyGE.jpg 2017-04-05 00:51:35 2017-04-05 00:51:35
231 81 Imma buy a pixel just for this shit 2017-04-05 00:52:45 2017-04-05 00:52:45
233 37 Oh shit, the Ken Wheeler is in da house! 2017-04-05 01:36:01 2017-04-05 01:36:01
234 2 If I don't get the click-to-open-thread and proper replies screen \ modal experience won't be ready - on it y'all 🚬🤖 2017-04-05 13:23:38 2017-04-05 13:23:38
235 82 🙏 2017-04-05 18:27:09 2017-04-05 18:27:09
236 17 When you were planning on not having a crush on someone who doesn't live somewhat close, but then have a crush on someone 9 timezones away 🙄😄 2017-04-06 00:38:13 2017-04-06 00:38:13
237 1 🔔 the bell tolls... 2017-04-06 02:19:36 2017-04-06 02:19:36
238 1 I'll upload a DB dump of the non-private tables before shutting down this instance. Check the Discord for a link. 2017-04-06 15:07:49 2017-04-06 15:07:49
239 17 goodbye for now chime, it's been fun :( 2017-04-06 16:12:06 2017-04-06 16:12:06
id username name email password verified suspended bio website location color two_factor_enabled created_at updated_at
1 ummjackson Jackson Palmer 0 0 Marketer and data geek at Adobe by day. Coder and producer by night. http://ummjackson.com San Francisco C953C6 NULL 2017-02-10 03:49:53 2017-03-06 08:51:56
2 zouhir Zouhir 0 0 My name is Zeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee NULL NULL 47cf00 NULL 2017-02-10 04:02:37 2017-03-25 15:44:43
3 lukeed Luke Edwards 0 0 NULL NULL NULL NULL NULL 2017-02-10 04:35:23 2017-02-10 04:35:23
4 simeon Simeon Vincent 0 0 Simeon here 👋🏻. I'm a Front End Engineer at Blizzard Entertainment. JS lover, NIH fighter, and smitten with the open web. Opinions are my own. NULL NULL 4f3d5c NULL 2017-02-10 09:40:36 2017-02-28 05:12:30
5 developit Jason Miller 0 0 Made Preact, Nectarine, Chimeline, etc. JavaScript nutjob and microlibrary enthusiast. NULL NULL 616b84 NULL 2017-02-11 05:08:53 2017-03-09 23:55:26
6 fabio Fabio Federici 0 0 NULL NULL NULL NULL NULL 2017-02-11 08:41:34 2017-02-11 08:41:34
7 michaeldanilov Michael Daniov 0 0 NULL NULL NULL NULL NULL 2017-02-11 12:03:26 2017-02-11 12:03:26
8 snada Stefano Nada 0 0 NULL NULL NULL NULL NULL 2017-02-11 13:48:58 2017-02-11 13:48:58
9 langerhans Max K. 0 0 Android and stuff... NULL NULL fd0000 NULL 2017-02-11 16:32:12 2017-02-17 19:41:26
10 pulowski Jason Pulowski 0 0 NULL NULL NULL NULL NULL 2017-02-12 00:52:10 2017-02-12 00:52:10
11 niklas Niklas Lochschmidt 0 0 NULL NULL NULL NULL NULL 2017-02-13 08:56:05 2017-02-13 08:56:05
12 zckrs Mehdy Dara 0 0 NULL NULL NULL NULL NULL 2017-02-13 16:01:57 2017-02-13 16:01:57
13 phil Phil Wade 0 0 Pizza is my favorite food NULL NULL bc49c1 NULL 2017-02-13 17:17:03 2017-03-06 20:09:40
14 drastick Michael Cooke 0 0 NULL NULL NULL NULL NULL 2017-02-13 17:22:07 2017-02-13 17:22:07
15 gcwelborn Cruz 0 0 NULL NULL NULL NULL NULL 2017-02-13 18:04:30 2017-02-13 18:04:30
16 mattgen88 Matthew General 0 0 I'm a dude, he's a dude, she's a dude, we're all dudes yeah NULL NULL 34004a NULL 2017-02-16 21:59:49 2017-02-16 22:01:02
17 harmony Ashley 0 0 Bio NULL NULL 8000ff NULL 2017-02-16 22:00:42 2017-02-16 22:01:22
18 Rob Rob 0 0 NULL NULL NULL 0 NULL 2017-02-16 22:09:22 2017-02-16 22:18:33
19 christine Christine 0 0 NULL NULL NULL NULL NULL 2017-02-17 23:39:32 2017-02-17 23:39:32
20 grace Grace P 0 0 NULL NULL NULL NULL NULL 2017-02-19 06:29:37 2017-02-19 06:29:37
21 tezcatlipoca Glenn Marcoosie 0 0 NULL NULL NULL NULL NULL 2017-02-28 05:25:05 2017-02-28 05:25:05
22 Tezcatlipoka Edgar Bounds 0 0 NULL NULL NULL NULL NULL 2017-02-28 05:27:29 2017-02-28 05:27:29
23 j johno 0 0 NULL NULL NULL NULL NULL 2017-02-28 06:45:58 2017-02-28 06:45:58
24 johno johno 0 0 I like building things for the web. NULL NULL NULL NULL 2017-02-28 06:47:01 2017-02-28 07:22:18
25 BleuDiamant BleuDiamant 0 0 NULL NULL NULL NULL NULL 2017-02-28 20:47:32 2017-02-28 20:47:32
26 threepointone Sunil Pai 0 0 NULL NULL NULL NULL NULL 2017-03-06 10:21:30 2017-03-06 10:21:30
27 iddan Iddan Aharonson 0 0 I'm a Software Developer, Graphic Designer and Visual Artist. NULL NULL 00102a NULL 2017-03-08 16:54:39 2017-03-08 16:56:06
28 bnb Tierney Cyren 0 0 ⬡.js - Developer Advocate at NodeSource. Evangelism and Website WG member for Node. Rachel, my boo. Want to talk? Feel free to message me! Twitter: @bitandbang GitHub: @bnb NULL NULL NULL NULL 2017-03-10 00:15:10 2017-03-13 13:52:05
29 montogeek Fernando Montoya 0 0 NULL NULL NULL NULL NULL 2017-03-10 00:23:12 2017-03-10 00:23:12
30 rafael Rafael Rinaldi 0 0 http://rinaldi.io NULL NULL 0 NULL 2017-03-10 00:35:36 2017-03-10 00:37:07
31 TheLarkInn Sean Larkin 0 0 NULL NULL NULL NULL NULL 2017-03-10 00:54:49 2017-03-10 00:54:49
32 nicolasparada Nicolás Parada 0 0 NULL NULL NULL NULL NULL 2017-03-10 00:58:59 2017-03-10 00:58:59
33 dotkurtrc Kurt Kemple 0 0 NULL NULL NULL NULL NULL 2017-03-10 01:30:30 2017-03-10 01:30:30
34 elboman Marco Botto 0 0 UI/UX Engineer • UI-Router React maintainer & OSS lover • JavaScript, React, Angular and Node • Opinions are your own • marcobotto.com NULL NULL 191919 NULL 2017-03-10 10:46:51 2017-03-10 16:57:22
35 dan Dan Reeves 0 0 twitter.com/dnrvs github.com/danreeves danreev.es NULL NULL 5accb1 NULL 2017-03-10 11:51:43 2017-03-10 13:35:46
36 ale Ale 0 0 NULL NULL NULL NULL NULL 2017-03-10 14:06:02 2017-03-10 14:06:02
37 carlos Carlos Vega 0 0 Software Engineer. I do Web Stuff. TW: @__el_Negro GH: @alterx Medium: @_carlosvega carlosve.ga http://carlosve.ga NULL 0c9121 NULL 2017-03-10 14:16:10 2017-03-14 15:07:09
38 aribe Arianna Belotti 0 0 NULL NULL NULL NULL NULL 2017-03-10 15:12:56 2017-03-10 15:12:56
39 jfairbank Jeremy Fairbank 0 0 NULL NULL NULL NULL NULL 2017-03-10 21:11:15 2017-03-10 21:11:15
40 A A 0 0 NULL NULL NULL NULL NULL 2017-03-11 07:22:52 2017-03-11 07:22:52
41 mxstbr Max Stoiber 0 0 NULL NULL NULL NULL NULL 2017-03-11 07:22:56 2017-03-11 07:22:56
42 Wu Vanny 0 0 NULL NULL NULL NULL NULL 2017-03-11 07:24:24 2017-03-11 07:24:24
43 neileisen Neil Eisenberg 0 0 NULL NULL NULL NULL NULL 2017-03-11 12:08:09 2017-03-11 12:08:09
44 mike Mike 0 0 NULL NULL NULL NULL NULL 2017-03-11 23:47:38 2017-03-11 23:47:38
45 Bbd Brendon 0 0 NULL NULL NULL NULL NULL 2017-03-12 00:01:18 2017-03-12 00:01:18
46 h Hugo 0 0 NULL NULL NULL 2cbdff NULL 2017-03-15 09:51:42 2017-03-15 10:57:30
47 thinkaliker Adam 0 0 I do stuff on the internet http://thinkaliker.com California 17253B NULL 2017-03-16 05:47:41 2017-03-16 05:49:30
48 sam Sam Saccone 0 0 NULL NULL NULL NULL NULL 2017-03-16 16:04:11 2017-03-16 16:04:11
49 sebmck Sebastian McKenzie 0 0 NULL NULL NULL NULL NULL 2017-03-17 16:48:51 2017-03-17 16:48:51
50 sebastian Sebastian McKenzie 0 0 NULL NULL NULL NULL NULL 2017-03-17 16:50:02 2017-03-17 16:50:02
51 davey Davey 0 0 NULL NULL NULL NULL NULL 2017-03-18 15:56:57 2017-03-18 15:56:57
52 jaffathecake Jake Archibald 0 0 NULL NULL NULL NULL NULL 2017-03-21 08:57:59 2017-03-21 08:57:59
53 jessika Jessica Jacks 0 0 NULL NULL NULL NULL NULL 2017-03-28 14:23:24 2017-03-28 14:23:24
54 colin Colin 0 0 NULL NULL NULL c15843 NULL 2017-03-30 05:17:57 2017-03-30 05:20:38
55 nct anushka 0 0 NULL NULL NULL NULL NULL 2017-03-31 02:55:56 2017-03-31 02:55:56
56 bts a 0 0 NULL NULL NULL NULL NULL 2017-03-31 02:58:41 2017-03-31 02:58:41
57 dpc Dominic Cooney 0 0 NULL NULL NULL NULL NULL 2017-03-31 03:07:38 2017-03-31 03:07:38
58 constantnausea Stephen 0 0 NULL NULL NULL NULL NULL 2017-03-31 04:51:03 2017-03-31 04:51:03
59 hotfries mish 0 0 NULL NULL NULL NULL NULL 2017-03-31 06:56:33 2017-03-31 06:56:33
60 jugheadjones Ian 0 0 NULL NULL NULL NULL NULL 2017-03-31 07:13:56 2017-03-31 07:13:56
61 kenji Kenji Baheux 0 0 NULL NULL NULL NULL NULL 2017-03-31 07:23:48 2017-03-31 07:23:48
62 caseyrain Casey Rain 0 0 NULL NULL NULL NULL NULL 2017-03-31 10:31:48 2017-03-31 10:31:48
63 galra keith 0 0 NULL NULL NULL NULL NULL 2017-03-31 10:47:56 2017-03-31 10:47:56
64 emobaek eva 0 0 NULL NULL NULL NULL NULL 2017-03-31 12:33:28 2017-03-31 12:33:28
65 jcbbge jcbbge 0 0 digi nomadic. call nashville home NULL NULL NULL NULL 2017-03-31 12:46:58 2017-03-31 19:30:39
66 Mars Yuri 0 0 NULL NULL NULL NULL NULL 2017-03-31 13:59:12 2017-03-31 13:59:12
67 khalia lia 0 0 NULL NULL NULL ffe8fb NULL 2017-03-31 14:58:27 2017-03-31 19:33:04
68 alienpal Sam 0 0 NULL NULL NULL NULL NULL 2017-03-31 17:58:50 2017-03-31 17:58:50
69 crowteeth Mik 0 0 NULL NULL NULL NULL NULL 2017-03-31 19:01:59 2017-03-31 19:01:59
70 princezuko Maria Gkoutzini 0 0 NULL NULL NULL NULL NULL 2017-03-31 20:19:06 2017-03-31 20:19:06
71 baekhyun eva 0 0 NULL NULL NULL NULL NULL 2017-03-31 21:03:13 2017-03-31 21:03:13
72 akooms akooms 0 0 NULL NULL NULL NULL NULL 2017-04-01 00:27:58 2017-04-01 00:27:58
73 tim Tim Sze 0 0 NULL NULL NULL NULL NULL 2017-04-02 02:47:23 2017-04-02 02:47:23
74 matthew Matthew Yazzie 0 0 NULL NULL NULL NULL NULL 2017-04-02 02:47:28 2017-04-02 02:47:28
75 marc Marc-André Tremblay 0 0 NULL NULL NULL NULL NULL 2017-04-02 02:47:34 2017-04-02 02:47:34
76 hugo Hugo 0 0 NULL NULL NULL NULL NULL 2017-04-02 02:49:58 2017-04-02 02:49:58
77 chris Chris T 0 0 NULL NULL NULL NULL NULL 2017-04-02 02:51:06 2017-04-02 02:51:06
78 videobugs Mayor 0 0 NULL NULL NULL NULL NULL 2017-04-02 19:48:45 2017-04-02 19:48:45
79 gfriend kris 0 0 NULL NULL NULL NULL NULL 2017-04-03 21:22:08 2017-04-03 21:22:08
80 calmtree r.k 0 0 NULL NULL NULL ff877f NULL 2017-04-04 02:52:41 2017-04-04 02:57:30
81 ken Ken Wheeler 0 0 One with the computers NULL NULL e32443 NULL 2017-04-05 00:45:10 2017-04-05 14:35:30
82 JohnnyWarhol Jonathan H Alfaro 0 0 NULL NULL NULL NULL NULL 2017-04-05 18:26:43 2017-04-05 18:26:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment