This is a test
Status
There are 68 posts filed in Status (this is page 1 of 4).
Two slices please

Added a little timestamp to my zsh prompt and it makes all the difference. Open ~/.zshrc
and add:
# prompt time
preexec () {
DATE=$(date +"%H:%M:%S")
C=$(($COLUMNS-10))
echo -e "\033[1A\033[${C}C ${DATE} "
}
There are no app stores and streaming services, only content marketplaces.
Today I’m trying to send my posts to Twitter, directly via WordPress. Let’s see if this works.
Perhaps people use the Desktop for their files because of applications using the Documents folder.
A minimal website in 70 lines of code.

It’s not asynchronous communication when you sit around waiting for the answer.
So I spent most of the evening adding drag and drop physics to a card sprite and moving it around. I fairly underestimated the amount of learning required to use this game engine!
I think giving him minutes would do the trick, yes. (See image)

Hot take: I feel the web needs an improved markup + styling system, but more practical and reduced in functionality. This way more browsers can participate. Web pages don’t need a realistic ray casting rendering system for CSS, despite of how nice this would look — it has zero business benefits and discriminates against low performing devices. Instead, have a look at a video game engine with html5 output, if that’s what you want.
Found a cool resource, WP Kama notes on Sitemap on the WordPress sitemap feature I helped create, including many scenarios and a performance optimisation! It’s really satisfying to see the care given to something they find has usefulness. 👍
Really like the site as well, it has more reference information than the official codex.
I was using macOS mail rules to sort mail into “Feed” and “Papertrail” inbox subfolders but iOS mail badges are frequently incorrect or delayed. Does it work better when using server rules?
If you want the best tasting beer, do some gardening beforehand !
What was a sensible precaution yesterday remains the same today.
Splitting up the example cuttlefish blog application from the cuttlefish framework, so that I can include more features to specialise both, as well as build multiple application types.
Found this cool Firefox Extension called Tab Stash, it’s a performant open source variety of OneTab (which is neither): Lets you switch tasks by managing group of tabs. Essential.
GitHub stars, are they bookmarks or thumbs up?
Someone should really come up with an improved version of ln
that works conceptually more similar to cp
in terms of relative paths.
MacOS is done? Nope, I have a wishlist for next years WWDC