Earlier quoted context omitted.
It's a fad associated with AI, popularised by Sam Altman especially. It's the new black turtleneck that everyone is wearing, but will swear upon their mother's life isn't because they're copying Steve Jobs.
> It's a fad associated with AI, popularised by Sam Altman especially. I know this is true but does anyone understand why they do it? It is actually cognitively disruptive when reading content because many of us are trained to simultaneously proof read while reading. So I also consider it a type of cognitive attack vector and it annoys me extremely as well.
Softmax forever, or why I like softmax
71–80 of 116 posts
Re: Softmax forever, or why I like softmax
#72An aside: please use proper capitalization. With this article I found myself backtracking thinking I’d missed a word, which was very annoying. Not sure what the authors intention was with that decision but please reconsider.
Language evolves. Capitalization is an artifact of a period where capitalizing the first letter made a lot of sense for the medium (parchment/paper). Modern culture is abandoning it for speed efficiency on keyboards or digital keyboards. A purist would say that we should still be using all capitals like they did in Greek/Latin which again was related to the medium. I'll likely continue using Capitalization as a prefe…
This is a merely showing off your personal style which, when writing a technical article, I don't care about.
Re: Softmax forever, or why I like softmax
#73Earlier quoted context omitted.
https://www.theguardian.com/society/2025/feb/18/death-of-cap...
Well I will fight this trend to the death. Thankfully I don't like to surround myself with philistines
I 100% agree lowercase in longform essays is ridiculous, but I think for everything aside from essays, articles, papers, long emails, and some percentage of multi-paragraph site comments, lowercase is absolutely going to be the default online in 20 years.
Re: Softmax forever, or why I like softmax
#74Earlier quoted context omitted.
Language evolves. Capitalization is an artifact of a period where capitalizing the first letter made a lot of sense for the medium (parchment/paper). Modern culture is abandoning it for speed efficiency on keyboards or digital keyboards. A purist would say that we should still be using all capitals like they did in Greek/Latin which again was related to the medium. I'll likely continue using Capitalization as a prefe…
It's slower for sure, but capitalization does impart information: beginning of sentences, proper nouns, acronyms, and such. Sure, you could re-read the sentence until you figured all that out, but you are creating unnecessary hitches in the reading process. Capitalization is an optimization for the reader, and lack of capitalization is optimization for the writer.
Re: Softmax forever, or why I like softmax
#75OT: refusing to capitalize the first word of each sentence is an annoying posture that makes reading what you write more difficult. I tend to do it too when taking notes for myself because I'm the only reader and it saves picoseconds of typing; but I wouldn't dream on inflicting it upon others.
/s
Re: Softmax forever, or why I like softmax
#76For the answer of is "is softmax the only way to turn unnormalized real values into a categorial distribution" you can just use statistics. Eg. Using Bayesian stats, if i assume an even prior (pretend i have no assumptions about how biased it is), i see a coin flip heads 4 times in a row, what's the probability of it being heads? Via a long winded proof using the dirichlet distribution Bayesian stats will say "add on…
E[sample in region i] = (1 + # outcomes in the region) / (n + k)
But, the indicator variable "sample in region i" is always either zero or one, so this must equal the probability!
Re: Softmax forever, or why I like softmax
#77An aside: please use proper capitalization. With this article I found myself backtracking thinking I’d missed a word, which was very annoying. Not sure what the authors intention was with that decision but please reconsider.
If people wanted to read formal-looking formatted text, the author has linked to one in the second paragraph:
https://arxiv.org/abs/1511.07916 - Natural Language Understanding with Distributed Representation
Re: Softmax forever, or why I like softmax
#78An aside: please use proper capitalization. With this article I found myself backtracking thinking I’d missed a word, which was very annoying. Not sure what the authors intention was with that decision but please reconsider.
It's a better equilibrium this way and one of the main reasons I don't care much for transhumanism.
Re: Softmax forever, or why I like softmax
#79Earlier quoted context omitted.
> [I]'ll bet that the linguistics experimentalists have metrics that quantify reading speed measurements as determined by eye tracking experiments, and can verify this. You appear to be trolling for the sake of trolling, but for reference: reading speed is determined by familiarity with the style of the text. Diverging from whatever people are used to will make them slower. There is no such thing as "two spaces" in H…
> There is no such thing as "two spaces" in HTML, so good luck with that. Code point 160 followed by 32. In other words ` ` will do it.
edit: well I tried to give an example, but hn seems to replace it with regular space. Here's a copy paste version: https://unicode-explorer.com/c/3000
Re: Softmax forever, or why I like softmax
#80An aside: please use proper capitalization. With this article I found myself backtracking thinking I’d missed a word, which was very annoying. Not sure what the authors intention was with that decision but please reconsider.