“I just chose words carefully” (unsung.aresluna.org)
AgentOrange1234 an hour ago
CarVac 28 minutes ago
zxcvgm 6 minutes ago
sho_hn 6 hours ago
xerox13ster 6 hours ago
I wonder if I was ever taught to write this way and forgot, but I feel like I just learned the terms for the first time.
consumer451 5 hours ago
cpeterso 2 hours ago
“And it wasn't until we were working on this, I think, the second feature. I was sitting in a parked vehicle waiting to shoot and our showrunner and creator Chris Carter came up to me who was directing the feature and he said he looked at my sides where my lines were and he said, "Look, no widows." And I said, "What what are you talking about?" He said, "No, no widows on the paragraphs that each character has." the word went all the way to the end with the period. So, you didn't like end halfway through that line. So, it was a perfect So, it was a perfect rectangle.
“So, the dialogue was designed visually. For nine years. [laughter] Wow. So, you're struggling. You're struggling with his OCD.
rectang 2 hours ago
I've sometimes heard "orphan" used to represent a single word left alone on its own line at the end of a paragraph, but the terms are often confused and Carter could have used "widow" in that sense.
I'm curious to see what the hard-copy scripts actually looked like. The soft copies I've seen aren't particularly idiosyncratic but maybe they've been normied: https://www.dailyscript.com/scripts/the-x-files_production.h...
wombatpm an hour ago
gucci-on-fleek 27 minutes ago
This is an acceptable use of the term "widow". From the Oxford English Dictionary [0]:
> A short line of text (usually one consisting of one word or part of a word) which falls undesirably at the end of a paragraph, esp. one set at the top of a page or column.
But there are dozens of contradictory meanings for "widow" and "orphan" [1], so the definition that you gave isn't wrong either.
[0]: https://doi.org/10.1093/OED/1579263894
[1]: https://tug.org/TUGboat/tb43-1/tb133chernoff-widows.pdf#subs... (Disclaimer: I'm the author of this article)
diurnalist 5 hours ago
[1]: https://www.boggsfiles.com/x-files-scripts-by-season/season-... [2]: https://drive.google.com/file/d/1BQbfRmeq3FsajjYcEuqDHv0kf2B...
consumer451 4 hours ago
Maybe this was not the rule, but something that he had always strived for, so he felt the need to call it out as something cool?
tobr 11 minutes ago
The movie she mentioned in the anecdote was I Want To Believe. Here is the actual scanned screenplay, rather than re-typed:
https://lvei.net/wp-content/uploads/script-de-prod/The-X-Fil...
Just scroll through and look. In almost every paragraph or dialogue block, the last line ends very close to the right margin. Pretty much the only places that doesn't happen is when there's a single short line of dialogue by itself, meaning it doesn't wrap to a second line.
Looking through scripts on Boggsfiles, it's much more inconsistent, but it does happen, and perhaps more frequently in the later seasons. Here's one, from season 9; take a look at page 10 (page 13 in the PDF) for example, but it really happens throughout.
https://drive.google.com/file/d/1dlnc2prPVgPLN4CQSiMQMvD2VSl...
fasterik 4 hours ago
rectang 2 hours ago
"Widows" (alone at the top) and "orphans" (alone at the bottom) are single lines cut off from the rest of a paragraph by a column/page break. The solution is generally just to fiddle with column/page breaks, which is purely typographical.
I'm sure that there's a distinct identity to X-Files dialog; it's just not due to this quirk.
I can totally see a fellow typography geek bragging about this to someone and them being horrified haha.
ETA: I speculate that Carter was avoiding "widows" to be considerate to the actors by not splitting lines across page turns.
thinkafter an hour ago
So I can’t super accept that these are geniuses - it was cheap TV.
In hindsight sure, whole cult following etc. but doesn’t mean it is well designed or even thought out.
bluefirebrand a minute ago
_jackdk_ 5 hours ago
Also, the font used for the monospace examples in the post is a great kick to the nostalgia. Which one is it? It reminds me of https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_vga_...
mananaysiempre 5 hours ago
[1] https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_vga_...
kibwen 5 hours ago
I choose to believe that the author was channeling the spirit of Noah Webster as a deliberate champion of phonetic spelling reform.
somat 4 hours ago
“It is a damn poor mind indeed which can't think of at least two ways to spell any word.”
As a rather, well... "creative" speller I blame Webster for locking things down and ruining it for the rest of us.
jimmydddd 3 hours ago
eru 3 hours ago
xboxnolifes 2 hours ago
saulpw 2 hours ago
tux3 2 hours ago
eru 4 hours ago
rmunn 3 hours ago
rkagerer 3 hours ago
saghm 4 hours ago
cyphar 3 hours ago
It is always fun when you notice where someone is from based on secondary clues like that -- my favourite is the choice of "a" or "an" where it is ambiguous (for instance, I recently ran across "an HTTP request" where I would've said "a HTTP request").
EGreg 4 hours ago
card_zero 4 hours ago
fwipsy 3 hours ago
Dban1 3 hours ago
zdragnar 4 hours ago
firecall 3 hours ago
Apparently, I googled, “expended ordnance” is the term.
_jackdk_ an hour ago
card_zero 4 hours ago
This might potentially
rejuvenate the writing
by disrupting habitual
patterns, which forces
more original choices.cottsak 4 hours ago
scott_weber 4 hours ago
nvme0n1p1 3 hours ago
> BoVeX gives us a controlled tradeoff between these two states. By changing how much it costs for the text to be semantically wrong, we have a dial that allows us to smoothly interpolate between Lorem Epsom and Donald Knuth.
someguyiguess 4 hours ago
DoctorOetker 3 hours ago
chrisfosterelli 2 hours ago
urams an hour ago
You are right that this is hard from a prompt alone, but for a slightly stranger
reason than the obvious one. The model never sees columns. It sees tokens, and a
token can be one character or nine, so "make this line 80 wide" asks it to run a
hidden tally over pieces it cannot count by looking at them. Any slip early in a
line compounds, and there is no backspace key to reach for once it is committed.
That said, the failure is not total. A model can lean on a learned feel for line
length, pick shorter or longer synonyms to land close to the target, and rewrite
a sentence when it overshoots. It will not be perfect every time, but it lands a
lot more often than pure chance would suggest. The sampling trick you mention is
the real fix: mask each token that would push a line past the limit, and force a
newline the moment the count hits the mark. That converts a fuzzy instruction to
a hard constraint with zero training. Fine tuning helps too, but mostly sharpens
the same internal counter rather than replacing it. This reply is a small proof;
if any line here is off by one, feel free to consider your point demonstrated...crackalamoo an hour ago
The autumn wind moves slow across the field,
and every falling leaf now yields its fight.
The summer gold at last has ceased to yield,
and short days now give way to longer night.
I walk alone beside a calm and quiet stream,
and watch it slowly carry every fallen leaf.
I think of you as some half-forgotten dream,
and taste again that same old, bitter grief.
The silent stars come out to watch it still,
and pale moonlight falls gently on the hill.
A lonesome owl calls out from past the mill,
and time moves on, unhurried and calm, until
the dawn returns to paint the sky brand new,
and I still recall the love I lost with you.
card_zero an hour ago
gyomu 5 hours ago
I did, and then I got a customer email about how they were using a display-zoom OS accessibility feature and things were truncated on their device. :')
See also: localizing your interface to German
crooked-v 4 hours ago
Just build your layout so it can squash/stretch appropriately.
xboxnolifes 2 hours ago
someguyiguess 4 hours ago
t098i3 2 hours ago
xamuel 6 minutes ago
I didn't do it entirely by hand, but I didn't just one-shot it with AI either (good luck). Instead, I wrote the whole dialogue in a special format specifying alternate words [like|similar to] [this|what I'm [currently doing here|doing right now]]. For each length-200 block, the number of variations grows exponentially in the number of "options" to thus choose from, so it becomes feasible to have a computer systematically choose options so as to hide the desired secrets.
The same method could be used for monospace alignment, though I suspect it would be harder the narrower the page be.
alsetmusic 21 minutes ago
ivw 6 hours ago
ivanjermakov 6 hours ago
uolmir 5 hours ago
hankbond 5 hours ago
> This presents a problem for the typical way that academic papers are written, which is to do all the work in a coffee-fueled fugue in the last few days before the deadline, then stay up all night writing the paper and finding citations for the pro-forma “related work” section which you did last but you know that the reviewers will insist upon
I have zero exposure to academia but chuckled because thats often what I do for blog posts :P
eru 4 hours ago
asddubs 4 hours ago
brooke2k 4 hours ago
cute_boi 4 hours ago
JeremyMorgan 3 hours ago
After reading this article I thought "wow that's really impressive and I hate it".
For the same reasons you mention, and the words seem to "blend together" into a blob of text and losing my interest.
Still super impressive that people do this though.
jolmg an hour ago
fhub 5 hours ago
* Widow: a short final line of a paragraph that gets stranded at the top of the next page or column.
* Orphan: a first line of a paragraph stranded at the bottom of a page or column.
Leonard_of_Q 5 hours ago
nosioptar 5 hours ago
kkfkekfoked 4 hours ago
schoen 4 hours ago
jolmg an hour ago
schoen 3 minutes ago
a_bonobo 4 hours ago
https://de.wikipedia.org/wiki/Hurenkind_und_Schusterjunge
Edit: Also, LaTeX has specific penalties for those two: https://tex.stackexchange.com/a/32116
janci 5 minutes ago
GeertB 4 hours ago
yetanotherjosh 3 hours ago
CarVac 5 hours ago
That was done by typing the whole paper twice, with added spaces the second time.
zellyn 5 hours ago
It’s not too hard if you try, once you get in the groove :-)
BubbleRings 4 hours ago
dumb is
what I
think
this
end
is
!
If somebody can find it, share it here, I’m going to post it on my own website so it is saved for history. The last time I saw it was 5 or 10 years ago, and there was only one or two copies on the internet at that time, and now there seems to be none.
ricardobeat 3 hours ago
https://en.wikipedia.org/wiki/The_Mouse%27s_Tale
I know the feeling - a lot of what I remember from the internet 20 years ago simply doesn't exist, and is unfindable on any search engine.
a_bonobo 3 hours ago
https://www.babelmatrix.org/works/de/Morgenstern%2C_Christia...
epistasis 6 hours ago
It's shockingly impressive.
cm2012 5 hours ago
lukeh 6 hours ago
boothby 5 hours ago
rmunn 44 minutes ago
I usually only did that when the text already was close to lining up that way, though.
Boxxed 4 hours ago
RobRivera 5 hours ago
I know I couldn't today.
lanyard-textile 5 hours ago
kkfkekfoked 4 hours ago
underyx 5 hours ago
stevage 5 hours ago
initramfs 5 hours ago
ChannelFence 4 hours ago
(source: https://github.com/allanlw/seeborg)
techknight 5 hours ago