Remix.run Logo
gramie a day ago

Sorry, I couldn't finish reading because the entire article is in capitals.

dblitt a day ago | parent | next [-]

Looks like it checks for the referrer in main.js and adds the uppercase text-transform if you come from HN:

  let host;
  if (document.referrer) { host = (new URL(document.referrer)).host; }
  if (host === "news.ycombinator.com" || host === "lobste.rs") {
    let style = document.createElement('style');
    // let transform = host === "lobste.rs" ? 
    style.textContent = `
      body { text-transform: uppercase; }
      pre, code { text-transform: none; }
    `;
    document.head.appendChild(style);
    console.log("HN readers clearly can't handle the typing habits of the average trans girl.");
    return;
  }
Centigonal a day ago | parent [-]

Sounds like the author got called out for not capitalizing the start of her sentences[1] and decided that, if HN readers want capital letters, they will get them.

[1] https://news.ycombinator.com/item?id=39027187

Minor49er a day ago | parent | next [-]

Which is funny because if you engage Reader Mode in the browser, everything becomes proper except sentences, which still start with lowercased letters for some reason. Names are still properly capitalized. It's truly bizarre

packetslave a day ago | parent | prev | next [-]

It's a less... dramatic... version of what happens when HN links to JWZ's blog.

DonHopkins 13 hours ago | parent | prev [-]

But where's the testicle in an egg cup?

1vuio0pswjnm7 a day ago | parent | prev | next [-]

What would happen if no "Referer:" HTTP header is sent and Javascript engine is absent or disabled

Answer: The text will be mostly all lowercase, along with some sentence case

stronglikedan a day ago | parent | prev [-]

Right? Who thinks that is acceptable in 2025?

packetslave a day ago | parent | next [-]

Someone who is writing on their personal blog and doesn't give a damn what is "acceptable" to some rando on the Internet?

stickfigure a day ago | parent [-]

If you're publishing a public blog, by definition your audience is randos on the internet. Also, the author is posting in this thread.

bdangubic a day ago | parent | prev [-]

it was acceptable in 2024? what year did it become unacceptable?

dlt713705 a day ago | parent | next [-]

Since October 1995 and the publication of RFC 1855.

https://www.rfc-editor.org/rfc/rfc1855

Communication has not been merely a matter of personal habit — it follows commonly accepted standards for exchanging information within a group. Ignoring these conventions risks your message being unread, unheard, or misunderstood.

That said, it seems possible the author is intentionally addressing a specific subgroup that has agreed upon a different set of communication rules.

bdangubic a day ago | parent | next [-]

Status of this Memo: This memo does not specify an Internet standard of any kind. - MY FAVORITE kind of Memo :)

DonHopkins 12 hours ago | parent | prev [-]

Some other handy passive-aggressive electronic mail techniques, courtesy of Bernard Greenberg from Symbolics (BSG 4/11/84):

https://en.wikipedia.org/wiki/Bernard_Greenberg

https://www.donhopkins.com/home/archive/humor/flame-manual.t...

  Proposed Symbolics guidelines for mail messages
  BSG 4/11/84
>It is impermissible to use the term "EMAIL".

>It is customary to attack the someone by including his or her message, indented (unless you are using MM), and replying point by point, as someone debating someone they are watching on TV, or hearing on the radio.

>It is considered artful to append many messages on a subject, leaving only the most inflammatory lines from each, and reply to all in one swift blow. The choice of lines to support your argument can make or break your case.

>Mail should be at least a mixture of upper and lower case. Devising your own font (Devanagari, pinhead graphics, etc.) and using it in the mail is a good entertainment tactic, as is finding some way to use existing obscure fonts.

>Sending the mail from Unix is frowned upon (although this has gotten much better).

>Replying to one's own message is a rarely-exposed technique for switching positions once you have thought about something only after sending mail.

>You get 3 opportunities to advertise your Rock band, no more.

>Idiosyncratic indentations, double-spacing, capitalization, etc., while stamps of individuality, leave one an easy target for parody.

>The entire life, times, collected works, expressions, and modalities of Zippy the Pinhead are a common ground for much of the metaphor, rhetoric, and invective which pass daily through the mail. An occasional parenthetical "yow" CORRECTLY USED will endear one to the senior systems staff. So will puns and other remarks addressed directly to the point.

>Including a destination in the CC list that will cause the recipients' mailer to blow out is a good way to stifle dissent.

>When replying, it is often possible to cleverly edit the original message in such a way as to subtly alter its meaning or tone to your advantage while appearing that you are taking pains to preserve the author's intent. As a bonus, it will seem that your superior intellect is cutting through all the excess verbiage to the very heart of the matter.

>Keeping a secret "Hall Of Flame" file of people's mail indiscretions, or copying messages to private mailing lists for subsequent derision, is good fun and also a worthwhile investment in case you need to blackmail the senders later.

jcranmer a day ago | parent | prev [-]

Unclear, but it looks to be somewhere around the year 1000.