commit 510c9ab6dc101432f53c3241ba47c33e613ebfb0 parent 827319ddf0a7e483ee0f70fe939191c8a08d352f Author: akkartik <akkartik@web> Date: Sat, 25 Jun 2022 06:21:40 +0200 empty web commit Diffstat:
| A | Teliva.mdwn | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/Teliva.mdwn b/Teliva.mdwn @@ -0,0 +1,5 @@ +[**Teliva**](https://github.com/akkartik/teliva) is a text-mode platform for disseminating sandboxed applications. In this respect it resembles a web browser (without markup or a DOM for documents). The sandboxing model is more flexible than web browsers. It tries to nudge computer owners to think about what permissions they should grant untrusted applications, and to learn a little bit of programming to do so. It also encourages owners to look inside application code and provides a trivial edit-run debug cycle to help them make changes to untrusted applications. + +See also: + +* [A talk on Teliva](https://archive.org/details/akkartik-2022-01-16-fosdem)