comparison src/freedit.html.luan @ 68:32be9862e1cc default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 10:52:25 -0600
parents 9a9f3fba4d06
children
comparison
equal deleted inserted replaced
67:b1982e401900 68:32be9862e1cc
45 45
46 <p>I had the basic idea for FreedIt for a long time. Before describing my current suggested implementation, I will describe my prior attempts.</p> 46 <p>I had the basic idea for FreedIt for a long time. Before describing my current suggested implementation, I will describe my prior attempts.</p>
47 47
48 <h3>Attempt 1 - Blasma</h3> 48 <h3>Attempt 1 - Blasma</h3>
49 49
50 <p>I wrote a page describing my original thoughts on <a href="http://www.luan.software/blasma.html">Blasma</a> and later posted <a href="https://saidit.net/s/PhoenixForum/comments/7i60/my_vision_for_social_forums/">my updated thoughts</a> on SaidIt. The basic idea was to have a distributed <a href="http://www.luan.software/">Luan</a> program with a flexible architecture that allows adding modules and having different views/templates. At one point I even offered to pay for someone to do this. I never got any volunteers, so this died.</p> 50 <p>I wrote a page describing my original thoughts on <a href="https://www.luan.software/blasma.html">Blasma</a> and later posted <a href="https://saidit.net/s/PhoenixForum/comments/7i60/my_vision_for_social_forums/">my updated thoughts</a> on SaidIt. The basic idea was to have a distributed <a href="https://www.luan.software/">Luan</a> program with a flexible architecture that allows adding modules and having different views/templates. At one point I even offered to pay for someone to do this. I never got any volunteers, so this died.</p>
51 51
52 <h3>Attempt 2 - SaidIt clone</h3> 52 <h3>Attempt 2 - SaidIt clone</h3>
53 53
54 <p>I chose the name "FreedIt" when I thought of using a clone of the <a href="https://saidit.net/">SaitIt</a> code to implement a free speech alternative. This would not have been decentralized, but my reasoning was that it should at least be easy to implement. This is where I was wrong. You can read about FreedIt in <a href="https://saidit.net/s/FreedIt/">/s/FreedIt</a>. The SaidIt code is in Python, so I found a Python programmer who was willing to try to work with the SaidIt code. And he did try, but in the end it just proved to be too difficult to work with. After all, it is modern software.</p> 54 <p>I chose the name "FreedIt" when I thought of using a clone of the <a href="https://saidit.net/">SaitIt</a> code to implement a free speech alternative. This would not have been decentralized, but my reasoning was that it should at least be easy to implement. This is where I was wrong. You can read about FreedIt in <a href="https://saidit.net/s/FreedIt/">/s/FreedIt</a>. The SaidIt code is in Python, so I found a Python programmer who was willing to try to work with the SaidIt code. And he did try, but in the end it just proved to be too difficult to work with. After all, it is modern software.</p>
55 55