Skip to content

Commit 23a8902

Browse files
committed
single.html: Add note.
Signed-off-by: Hector Martin <[email protected]>
1 parent 0527737 commit 23a8902

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: layouts/blog/single.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ <h1 class="entry-title">{{.Title}}</h1>
4040
background-color: black;
4141
display: block;
4242
z-index: 10000000000;
43-
pointer-events: none;
4443
text-align: center;
4544
}
45+
.hnsucks a {
46+
text-decoration: underline;
47+
}
4648
</style>
4749
<script>
4850
if (document.referrer.match("//news.ycombinator.com")) {
@@ -51,7 +53,7 @@ <h1 class="entry-title">{{.Title}}</h1>
5153
a.ariaHidden = true;
5254
a.tabIndex = -1;
5355
a.classList.add("hnsucks");
54-
a.innerHTML = "Hi! It looks like you might have come from Hacker News.<br><br>We're going to be blunt: Hacker News is increasingly a haven for alt-right trolls and hateful abusers, and the administrators have demonstrated that they have no interest in improving the situation despite repeated pleas by multiple people, in public and in private, even going as far as deploying countermeasures to prevent us from blocking HN traffic. A significant number of Hacker News commenters have repeatedly directed harassment, abuse, doxxing, and bigotry at multiple Asahi Linux developers, and much of this content remains available and not flagged or downvoted.<br><br>The open source community cannot stand to accept this kind of conduct. Many of us are members of minorities and regularly subject to abuse by these kinds of online communities. Without diverse developers, there would be no Asahi Linux.<br><br>These abusers may not use curse words or blatant slurs as often in HN as they do in other communities, but the messages they spread and brigade on the site are just as hateful and damaging as what you will find in other darker corners of the web, and anyone familiar with such conduct will have no trouble noticing the prevalence of dog whistling, bad faith arguments, and discourse aimed at marginalizing minorities under the guise of polite discussion in many HN threads. We understand that not all Hacker News users are like this. However, by letting these vocal users run undeterred, Y Combinator and Daniel Gackle are tacitly approving of this abuse and hurting the reputation of the entire site and its userbase. If you want to support us and what we do and you are a Hacker News user, please bring this up and demand change within the community.<br><br>As things stand today, we consider Hacker News traffic to be a net negative for the project (yes, it's that bad), and we kindly ask you to move on to the next story.";
56+
a.innerHTML = "Hi! It looks like you might have come from Hacker News.<br><br>We're going to be blunt: Hacker News is increasingly a haven for alt-right trolls and hateful abusers, and the administrators have demonstrated that they have no interest in improving the situation despite repeated pleas by multiple people, in public and in private, even going as far as deploying countermeasures to prevent us from blocking HN traffic*. A significant number of Hacker News commenters have repeatedly directed harassment, abuse, doxxing, and bigotry at multiple Asahi Linux developers, and much of this content remains available and not flagged or downvoted.<br><br>The open source community cannot stand to accept this kind of conduct. Many of us are members of minorities and regularly subject to abuse by these kinds of online communities. Without diverse developers, there would be no Asahi Linux.<br><br>These abusers may not use curse words or blatant slurs as often in HN as they do in other communities, but the messages they spread and brigade on the site are just as hateful and damaging as what you will find in other darker corners of the web, and anyone familiar with such conduct will have no trouble noticing the prevalence of dog whistling, bad faith arguments, and discourse aimed at marginalizing minorities under the guise of polite discussion in many HN threads. We understand that not all Hacker News users are like this. However, by letting these vocal users run undeterred, Y Combinator and Daniel Gackle are tacitly approving of this abuse and hurting the reputation of the entire site and its userbase. If you want to support us and what we do and you are a Hacker News user, please bring this up and demand change within the community.<br><br>As things stand today, we consider Hacker News traffic to be a net negative for the project (yes, it's that bad), and we kindly ask you to move on to the next story.<br><br><br>* Historical note: At the time this message was written, Hacker News had begun tagging links <i>specifically to asahilinux.org</i> with rel=noreferrer. They later extended this policy to all outgoing article links, in an attempt to mask their obvious targeting of us. This forced us to resort to less-accurate CSS-based methods to display this message. Daniel himself <a href='https://news.ycombinator.com/item?id=36231387' rel='nofollow'>admitted to being behind this change</a>. They have since reverted this policy, and we are once again checking the referrer.";
5557
container.appendChild(a);
5658
}
5759
</script>

0 commit comments

Comments
 (0)