-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 74894a1
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>An open letter to NLNet</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
</title> | ||
<body> | ||
<header> | ||
<h1>An open letter to NLNet to pull funding from development of Loops</h1> | ||
</header> | ||
<section class="letter"> | ||
<p> | ||
dansup, the maintainer of Pixelfed, Loops, and FediDB, among others, is | ||
a dangerous force in the Fediverse community. With a follower | ||
count of over 22 thousand, he has repeatedly shown himself to be | ||
hostile to fellow FOSS fediverse developers, have a lack of care for | ||
open-sourcing his work, and be in favour of injecting the fediverse with | ||
advertisements. He has also proved himself to be prone to conspiratorial | ||
thinking, regrettable public statements, and embarrasingly public | ||
meltdowns. | ||
</p> | ||
<p> | ||
We, the undersigned, believe that dansup's actions, culminating in the | ||
public meltdown of 2024-12-30, are not merely isolated incidents of an | ||
overworked software developer, but a pattern of abuse, deflection, lack | ||
of accountability, appeal to emotion, and tactlessness. | ||
</p> | ||
<p> | ||
<b>We urge NLNet to pull funding from Loops immediately</b>, to refrain | ||
from funding any future projects by dansup, and to consider funding | ||
projects by the victims of his harrassment, such as <a | ||
href="https://github.com/Impressia/Impressia">Impressia</a> or <a | ||
href="https://besties.house">besties</a>. We have compiled a recounting | ||
of events highlighting dansup's unprofessionalism and hostility toward | ||
developers smaller than him, which can be found <a | ||
href="/appendix/">here</a>. | ||
</p> | ||
</section> | ||
<section class="signatures"> | ||
<p>Signed,</p> | ||
<ul> | ||
<li>aoife cassidy <aoife@enby.space></li> | ||
<li>Yaseen (@yassie_j@labyrinth.zone)</li> | ||
<li>Navi (@navi@catcatnya.com)</li> | ||
</ul> | ||
<small> | ||
You may add your signature by sending a pull request to <a | ||
href="https://github.com/dansup-open-letter/dansup-open-letter.github.io">this | ||
repository</a>. | ||
</small> | ||
</section> | ||
<section class="coi"> | ||
<h2>Conflict of interest</h2> | ||
<p> | ||
This open letter has been authored by contributors who wish to remain | ||
anonymous. The authors are friends and aquaintances of hazycora, and as | ||
such, we acknowledge any potential conflict of interest stemming from | ||
our relationship. Nonetheless, we remain confident that dansup's | ||
actions towards Hazel and others are unacceptable, and that his grant | ||
should be revoked. | ||
</p> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
html { background: white; height: 100%; color: black; font-family: sans-serif } | ||
body { margin: 1em auto; max-width: 800px; height: 100%; } | ||
@media (max-width: 832px) { body { max-width: 100%; margin: 1em; } } |