about summary refs log tree commit diff stats
path: root/manual_tests
Commit message (Collapse)AuthorAgeFilesLines
* arrow keys in big picture viewKartik K. Agaram2021-12-211-0/+1
|
* keep Teliva apps from pretending to be TelivaKartik K. Agaram2021-12-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kind of a subtle idea. Teliva the framework is intended to be trustworthy software that people install on their computers. The apps people run using Teliva may be less trustworthy. The whole point of Teliva is to provide a sandbox for running code before you trust it. One way (of many) apps can be malicious is by subtly getting between what people see and reality. Imagine, for example, an app that draws a fake menu bar and offers a different hotkey to edit source code. When someone presses that hotkey they think they're using the standard Teliva editor but they're really using an editor within the app, which the app uses to hide its most malicious bits from view. Down the road Teliva will have more bits of UI, such as for asking for permission to read sensitive data. It's important that people understand what they're granting permission to, that apps can't tamper with the communications channel between them and Teliva. This is likely just one of many ways for an app to break out of its sandbox. Teliva isn't sandboxed yet. I'm just taking my first steps on this journey. In particular, there are other mechanisms for asking for user input besides `getch()`. I don't yet have a big-picture view of the Teliva sandbox. It seems clear that I need to educate people on the difference between different parts of screen. Depending on the app you install, most of the screen may be a dark forest. It'll be important to know where the safe path is, where you can speak to trusted advisors while in the forest.
* stop leaking on the Lua stack, reduxKartik K. Agaram2021-12-161-0/+7
| | | | | An empty stack is too rigorous a line to hold. Instead we'll just ensure we leave the stack the way we found it.
* why not keep manual tests in the repo?Kartik K. Agaram2021-11-291-0/+15
/commit/html/subx/060write-stream.subx.html?h=hlt&id=cdfff1a18d2203b8493f8700ab694c1c05ef6161'>cdfff1a1 ^
ac07e589 ^

e0610e39 ^
d1c9392a ^
































e4ac3c9e ^
d1c9392a ^
c56d803c ^
d1c9392a ^

14a38052 ^


d1c9392a ^
c56d803c ^
14a38052 ^








ebd35521 ^
ac07e589 ^
14a38052 ^
d1c9392a ^
ac07e589 ^
14a38052 ^

ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
39d718af ^
14a38052 ^




3d4fba4d ^
ac07e589 ^
3d4fba4d ^
ac07e589 ^
14a38052 ^

ac07e589 ^

14a38052 ^

ac07e589 ^

14a38052 ^

ac07e589 ^

14a38052 ^

ac07e589 ^

14a38052 ^

ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^



39d718af ^
14a38052 ^
ac07e589 ^
14a38052 ^

d1c9392a ^
ac07e589 ^
14a38052 ^

ac07e589 ^
14a38052 ^







ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^










ac07e589 ^
14a38052 ^

d1c9392a ^
ac07e589 ^
14a38052 ^


ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

c6f52200 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
c98d4b1c ^
14a38052 ^
c6f52200 ^
14a38052 ^
c98d4b1c ^
ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^


ac07e589 ^
14a38052 ^


ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

c6f52200 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^


ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^


c6f52200 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^

ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
c98d4b1c ^
14a38052 ^
c6f52200 ^
14a38052 ^
c98d4b1c ^
ac07e589 ^

14a38052 ^
ac07e589 ^
14a38052 ^
ac07e589 ^
14a38052 ^




ac07e589 ^
14a38052 ^









d1c9392a ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309