diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-11-17 05:21:27 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-11-17 05:21:27 +0000 |
commit | 652832c70b781928ede9f94541601c1beb21dfaa (patch) | |
tree | 14c831733ce40c99683e4941ec764edae4e60693 /mds | |
parent | new blog post (diff) | |
download | blog-652832c70b781928ede9f94541601c1beb21dfaa.tar.gz blog-652832c70b781928ede9f94541601c1beb21dfaa.zip |
fixing the duplication issue
Diffstat (limited to 'mds')
-rw-r--r-- | mds/oneclientforeverything.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mds/oneclientforeverything.md b/mds/oneclientforeverything.md index 16fd640..e262815 100644 --- a/mds/oneclientforeverything.md +++ b/mds/oneclientforeverything.md @@ -16,7 +16,7 @@ I can't be bothered to have different clients open all the time. I want to have ## Two ways of solving this -There is generally two ways one can try to solve this. number one is to just use a browser. Almost all forms of comm nowadays have a web client so basically one way of solving our problem is to a dedicated browser that has all the clients open. Mind you, there are even specialized and more lightweight browser offerings specifically geared towards this use-case but still this option is not ideal in terms of resources and the interface you're getting is not really unified.<br/> +There is generally two ways one can try to solve this. Number one is to just use a browser. Almost all forms of comm nowadays have a web client so basically one way of solving our problem is to a dedicated browser that has all the clients open. Mind you, there are even specialized and more lightweight browser offerings specifically geared towards this use-case but still this option is not ideal in terms of resources and the interface you're getting is not really unified.<br/> ### The web app way |