Finally, basic auto video caching. Posting just got a tad bit easier…
Time is generous. I don’t use/follow social media, so if this micro blog ever interfaces with a headless there’ll be a constant deluge of posts.
Perhaps it might be an interesting experiment to document and wire in every
driven headless CMS
available. It’s about time to put NixOS through its proper
paces. How many heads can one fit onto this body or is it the other way round?
It’s just an API
after all.
Users are psychologically primed to hate vertical scrollbars, but what happens when you remove them? Bring in the horizontal “indicators” duh… Oh you designers. ‘Tis probably wise for browsers to make that a user option and default to vertical scrollbars before scroll accessibility goes up in flames.
One way to remove multi–page transition jank is to force a permanent scrollbar.
Are there any kindred spirits? Yes — there’s
a kindred spirit. Overflows
may disable descending position: sticky
behavior. Avoid that problem with
other
jank removal techniques.
html {
overflow-y: scroll;
}
body {
overflow-y: scroll;
}
Can it scale? No.
Spooky action.
Reality is a bonus stage in the lifecycle of jokes/memes. VanillaJS, ZeroVer, and “The Year of The Linux Desktop” are semi–serious concepts now. Makes me . This is the case for everything — including politics.
Rumor has it that a certain country’s political discourse is actively “memed” by anonymous forums on the Internet. That’s some Serial Experiments Lain type spookiness — funny, until it becomes utterly terrifying.
A lot of websites dump the entire feed — that’s nice. Ideally for bandwidth efficiency, combine multiple delivery strategies.
-
A partial content feed (Atom preferred) limited to the last
3/5/10
posts for quick queries. -
A full content feed of a similar limit for fresh content.
-
A hidden/unlisted feed for dumping all content (mirror).
Alternatively, just implement atom’s collection partial lists for feed pagination. If your post bandwidth (size/frequency) is low, then pretend you didn’t see this — be lazy and optimize later.
Web and ? Not sure about web UI design, but for UX Nielsen and Baymard are supposed to be canon.
Long form is the best form.