Skip to content

Instantly share code, notes, and snippets.

@extratone
Last active May 22, 2024 10:53
Show Gist options
  • Save extratone/00e5f4a3db9708a37fa5b195e0ca9a49 to your computer and use it in GitHub Desktop.
Save extratone/00e5f4a3db9708a37fa5b195e0ca9a49 to your computer and use it in GitHub Desktop.
Experimental annotation using Highlights - an in-development Safari Extension from MacStories’ Finn.

Legacy Safari Extensions (.safariextz files) built with Safari Extension Builder are not supported in Safari 13 on macOS Catalina, macOS Mojave, or macOS High Sierra. The Safari Extensions Gallery for legacy extensions will no longer be available in September, 2019. Users on macOS High Sierra or later can easily find extensions

Legacy Safari Extensions (.safariextz files) built with Safari Extension Builder are not supported in Safari 13 on macOS Catalina, macOS Mojave, or macOS High Sierra. The Safari Extensions Gallery for legacy extensions will no longer be available in September, 2019. Users on macOS High Sierra or later can easily find extensions

when something should happen or change. A great example: using a simple Siri Shortcut to completely disable Wi-Fi and Bluetooth instead of trusting the unnecessarily complex conditions of doing so with the buttons in Control Center. I have sought out these “hacks” (as other iOS powerusers have rather absurdly called them) for very selfish reasons.

when something should happen or change. A great example: using a simple Siri Shortcut to completely disable Wi-Fi and Bluetooth instead of trusting the unnecessarily complex conditions of doing so with the buttons in Control Center. I have sought out these “hacks” (as other iOS powerusers have rather absurdly called them) for very selfish reasons.

rigging the “buttons” which are gradually being obscured or eliminated entirely in the assumption that Apple’s automation knows better than us users when something should happen or change. A great example: using a simple Siri Shortcut to completely disable Wi-Fi and Bluetooth instead of trusting the unnecessarily complex conditions of doing so with the buttons in Control Center. I have sought out these “hacks” (as other iOS powerusers have rather absurdly called them) for very selfish reasons.

rigging the “buttons” which are gradually being obscured or eliminated entirely in the assumption that Apple’s automation knows better than us users when something should happen or change. A great example: using a simple Siri Shortcut to completely disable Wi-Fi and Bluetooth instead of trusting the unnecessarily complex conditions of doing so with the buttons in Control Center. I have sought out these “hacks” (as other iOS powerusers have rather absurdly called them) for very selfish reasons.

when you long-press a song in your Up Next queue, you’ll now find a new ‘Move to Top’ button in the context menu that lets you quickly put a song at the top of the queue.

when you long-press a song in your Up Next queue, you’ll now find a new ‘Move to Top’ button in the context menu that lets you quickly put a song at the top of the queue.

there’s a new Shared with You section in the Listen Now tab that aggregates Apple Music links shared with you in the Messages app and lets you jump back to the original message with one tap. This is my favorite implementation of Shared with You since my friends and I tend to share a lot of music links on a weekly basis, so I almost see this as “Reading List, but for music”, which totally works for me.

there’s a new Shared with You section in the Listen Now tab that aggregates Apple Music links shared with you in the Messages app and lets you jump back to the original message with one tap. This is my favorite implementation of Shared with You since my friends and I tend to share a lot of music links on a weekly basis, so I almost see this as “Reading List, but for music”, which totally works for me.

Main view:

  • ⌘+N: New event

  • ⌘+I: Notifications

  • ⌘+,: Settings

  • ⌘+T: Go to Today

  • ⌘+Shift+F: Change sidebar layout (large iPad devices only)

  • ⌘+Shift+R: Refresh all

  • ⌘+F: Search

  • ⌘+R: Tasks

  • ⌘+1: Day view

  • ⌘+2: Week view

  • ⌘+3: Month view

  • ⌘+4: Year view

  • Shift+Up: Previous week

  • Shift+Down: Next week

  • Shift+Left: Previous day

  • Shift+Right: Next day

  • Control+1: All Calendars

  • Control+2-9: Switch calendar set

All navigation sheets:

  • ⌘+.: Cancel

  • esc: Cancel

Task view:

  • ⌘+N: New task

Event view:

  • ⌘+I: Edit

  • ⌘+Alt+Delete: Delete event

  • ⌘+.: Cancel

  • esc: Cancel

New item view:

  • ⌘+N: Edit parser input

  • ⌘+Up/Down: Navigate items in popover

  • Enter: Select item

  • ⌘+I - Show more

New/edit item view:

  • ⌘+. - Cancel

  • esc - Cancel

  • ⌘+E - Edit notes

  • ⌘+I - Show more

  • ⌘+K - Toggle between event/task

  • ⌘+Alt+Delete: Delete

  • ⌘+S: Save

  • ⌘+Enter: Save

Main view:

  • ⌘+N: New event

  • ⌘+I: Notifications

  • ⌘+,: Settings

  • ⌘+T: Go to Today

  • ⌘+Shift+F: Change sidebar layout (large iPad devices only)

  • ⌘+Shift+R: Refresh all

  • ⌘+F: Search

  • ⌘+R: Tasks

  • ⌘+1: Day view

  • ⌘+2: Week view

  • ⌘+3: Month view

  • ⌘+4: Year view

  • Shift+Up: Previous week

  • Shift+Down: Next week

  • Shift+Left: Previous day

  • Shift+Right: Next day

  • Control+1: All Calendars

  • Control+2-9: Switch calendar set

All navigation sheets:

  • ⌘+.: Cancel

  • esc: Cancel

Task view:

  • ⌘+N: New task

Event view:

  • ⌘+I: Edit

  • ⌘+Alt+Delete: Delete event

  • ⌘+.: Cancel

  • esc: Cancel

New item view:

  • ⌘+N: Edit parser input

  • ⌘+Up/Down: Navigate items in popover

  • Enter: Select item

  • ⌘+I - Show more

New/edit item view:

  • ⌘+. - Cancel

  • esc - Cancel

  • ⌘+E - Edit notes

  • ⌘+I - Show more

  • ⌘+K - Toggle between event/task

  • ⌘+Alt+Delete: Delete

  • ⌘+S: Save

  • ⌘+Enter: Save

On iPad mini (6th generation), websites now load with the iPad mobile user agent by default to improve text legibility. Users can customize this setting by website in the page format menu or globally through Settings > Safari > Request Desktop Site > All Websites. (83184000)

On iPad mini (6th generation), websites now load with the iPad mobile user agent by default to improve text legibility. Users can customize this setting by website in the page format menu or globally through Settings > Safari > Request Desktop Site > All Websites. (83184000)

Fix: Add keyboard shortcuts (⌘-, option-⌘-,) back for Settings/Preferences and Editor Settings/Preferences.

Fix: Add keyboard shortcuts (⌘-, option-⌘-,) back for Settings/Preferences and Editor Settings/Preferences.

Fix: Leaving a template value blank in the action editor could cause it to revert to default template value.

I think of my quintessential Slack experience as the time a colleague interrupted a discussion of celebrity gossip to express her sincere, implacable fear of death.

I think of my quintessential Slack experience as the time a colleague interrupted a discussion of celebrity gossip to express her sincere, implacable fear of death.

In nearly every Apple advertisement from 1984 to the invention of the iPod in 2001, computers and gadgets were presented as the necessary final ingredient to an individual’s creative genius; but as Apple shifted heavily into selling handheld devices meant for consuming media, they also began leaning on the idea that to own their products was to be a part of a community: iPhone ads barely mention technology at all, opting instead to show poignant, intimate moments with the device capturing or mediating the experience.

In nearly every Apple advertisement from 1984 to the invention of the iPod in 2001, computers and gadgets were presented as the necessary final ingredient to an individual’s creative genius; but as Apple shifted heavily into selling handheld devices meant for consuming media, they also began leaning on the idea that to own their products was to be a part of a community: iPhone ads barely mention technology at all, opting instead to show poignant, intimate moments with the device capturing or mediating the experience.

There has likely never been a better or easier time to start a blog than right now. We certainly are spoiled for choice

There has likely never been a better or easier time to start a blog than right now. We certainly are spoiled for choice

Diseases are represented as having a will of their own.

Diseases are represented as having a will of their own.

these diseases have been seen as deserved

these diseases have been seen as deserved

Several years ago back when Pastebot was also available on iPhone, Tapbots attempted to let it run persistently in the background by playing a silent audio track that would trick iOS into not suspending Pastebot when it was closed. The feature was promptly shut down by Apple.

Several years ago back when Pastebot was also available on iPhone, Tapbots attempted to let it run persistently in the background by playing a silent audio track that would trick iOS into not suspending Pastebot when it was closed. The feature was promptly shut down by Apple.

Speaking of missing features: at the moment, Yoink doesn’t feature any keyboard shortcuts or Shortcuts actions to quickly activate clipboard monitoring.

Speaking of missing features: at the moment, Yoink doesn’t feature any keyboard shortcuts or Shortcuts actions to quickly activate clipboard monitoring.

To make an impact in such an ocean requires luck, money or persuasive friends in high places. This, combined with our ability to listen to almost anything at anytime for free, has reshaped the writer’s role from one of assessment to advocacy.

To make an impact in such an ocean requires luck, money or persuasive friends in high places. This, combined with our ability to listen to almost anything at anytime for free, has reshaped the writer’s role from one of assessment to advocacy.

the iPad has grown into a powerful, modular computer, while the latest Macs now run on the same processor architecture as the iPad Pro and no longer work differently in places just because that’s the way it’s always been.

the iPad has grown into a powerful, modular computer, while the latest Macs now run on the same processor architecture as the iPad Pro and no longer work differently in places just because that’s the way it’s always been.

Monterey’s focus is all about system apps, a topic near and dear to me. With the technical building blocks in place and a refined design out of the way, Monterey is one of the most tangible, user-facing payoffs of the past three years of transition. More than ever before, Apple is advancing system apps across all of its platforms at the same time. Finally, everything is everywhere.

Monterey’s focus is all about system apps, a topic near and dear to me. With the technical building blocks in place and a refined design out of the way, Monterey is one of the most tangible, user-facing payoffs of the past three years of transition. More than ever before, Apple is advancing system apps across all of its platforms at the same time. Finally, everything is everywhere.

Monterey’s focus is all about system apps

What I need, however, is a tool that lets me see, at a glance, all the things I’m currently working on and stuff that’s on my mind, allowing me to quickly jump to those things and start processing them.

What I need, however, is a tool that lets me see, at a glance, all the things I’m currently working on and stuff that’s on my mind, allowing me to quickly jump to those things and start processing them.

For the most part, everyone you're SharePlaying with will need to have the relevant apps installed (i.e. TikTok, HBO Max, Showtime, Paramount, Apple TV etc). In some cases, they'll also need to have a subscription or at least an account.

For the most part, everyone you're SharePlaying with will need to have the relevant apps installed (i.e. TikTok, HBO Max, Showtime, Paramount, Apple TV etc). In some cases, they'll also need to have a subscription or at least an account.

The pill on the top left of your screen will also turn purple to let remind you you're screen-sharing.

The pill on the top left of your screen will also turn purple to let remind you you're screen-sharing.

a WebDAV based file transfer method is also planned.

a WebDAV based file transfer method is also planned.

Mastodon is free software published under the AGPLv3 license, which requires any over-the-network service using it to make its source code and any modifications to it publicly accessible.

Mastodon is free software published under the AGPLv3 license, which requires any over-the-network service using it to make its source code and any modifications to it publicly accessible.

including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.

including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.

Shortcuts can’t do anything with your Apple Music subscription. It can only find and play songs you’ve added to your local library.

Shortcuts can’t do anything with your Apple Music subscription. It can only find and play songs you’ve added to your local library.

Scholars have shown that for childhood to become what it is now—among other things, a protected site and a source of sentiment—a lot of things had to happen, and of course they did not happen for everyone.

Scholars have shown that for childhood to become what it is now—among other things, a protected site and a source of sentiment—a lot of things had to happen, and of course they did not happen for everyone.

Some pieces investigate the persistence of history that an emphasis on the youthfulness of technologies and technologists obscures. One writer points out that, although the money in Silicon Valley is often presented as new, much of it is in fact inherited.

Some pieces investigate the persistence of history that an emphasis on the youthfulness of technologies and technologists obscures. One writer points out that, although the money in Silicon Valley is often presented as new, much of it is in fact inherited.

if you want to get a glimpse into the torture chambers of the War on Terror, you can set the geolocation on your Tinder app to 19.9031 N, 75.0967 W: Guantánamo, Cuba.

if you want to get a glimpse into the torture chambers of the War on Terror, you can set the geolocation on your Tinder app to 19.9031 N, 75.0967 W: Guantánamo, Cuba.

Notwithstanding the lucrative business of defining and branding distinct generations, we find that one feature of youth today is that there are far too many kinds of kids to generalize about.

Notwithstanding the lucrative business of defining and branding distinct generations, we find that one feature of youth today is that there are far too many kinds of kids to generalize about.

Shortcuts can also be run from the Terminal with the command shortcuts run 'name-of-shortcut'. There are commands to list, view, and sign shortcuts too. Signing is the most complex of the Terminal commands allowing users to specify the sharing mode, location of the shortcut file being signed, as well as an output destination.

Shortcuts can also be run from the Terminal with the command shortcuts run 'name-of-shortcut'. There are commands to list, view, and sign shortcuts too. Signing is the most complex of the Terminal commands allowing users to specify the sharing mode, location of the shortcut file being signed, as well as an output destination.

I think Mark has tried to learn. I just think he’s not up to the task, so it doesn’t really matter if he’s tried to learn.

I think Mark has tried to learn. I just think he’s not up to the task, so it doesn’t really matter if he’s tried to learn.

He runs a big city that he thinks is running fine, but nobody has water or police or anything else.

He runs a big city that he thinks is running fine, but nobody has water or police or anything else.

He’s not an asshole, and he’s never been an asshole. That’s not the problem here. It’s easy when they’re assholes.

He’s not an asshole, and he’s never been an asshole. That’s not the problem here. It’s easy when they’re assholes.

He’s willing to take people’s private information and tell you he knows what’s best. But he doesn’t know what’s best, and he never did. It’s so easy to make him evil. I don’t think he’s evil. That’s sort of an easy way out of it. There’s a really famous W. H. Auden quote. “Evil is unspectacular and always human.” Mark is very human. That’s the problem.

He’s willing to take people’s private information and tell you he knows what’s best. But he doesn’t know what’s best, and he never did. It’s so easy to make him evil. I don’t think he’s evil. That’s sort of an easy way out of it. There’s a really famous W. H. Auden quote. “Evil is unspectacular and always human.” Mark is very human. That’s the problem.

core.excludesFile

Specifies the pathname to the file that contains patterns to describe paths that are not meant to be tracked, in addition to .gitignore (per-directory) and .git/info/exclude. Defaults to $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead. See gitignore[5].

core.excludesFile

Specifies the pathname to the file that contains patterns to describe paths that are not meant to be tracked, in addition to .gitignore (per-directory) and .git/info/exclude. Defaults to $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead. See gitignore[5].

You might spend entire days with headphones in your ears, awash in sound, but until the invention of the phonograph in 1877, no one in the world had ever listened to music alone because listening to music required at least one other person to play an instrument for you_._

You might spend entire days with headphones in your ears, awash in sound, but until the invention of the phonograph in 1877, no one in the world had ever listened to music alone because listening to music required at least one other person to play an instrument for you_._

Although fanboys can easily be lumped together as “angry nerds,” look closer and you’ll find that each one is like a snowflake. The reasons they’ve traveled to the fringe are personal, but also familiar. A phone might not seem to be something worth fighting over, but what it stands for most definitely is.

Although fanboys can easily be lumped together as “angry nerds,” look closer and you’ll find that each one is like a snowflake. The reasons they’ve traveled to the fringe are personal, but also familiar. A phone might not seem to be something worth fighting over, but what it stands for most definitely is.

That won't happen. There's actually a good reason why they don't do that. It's simply because you could make a toot about one thing, have people favorite it and share it, link it from other places, and then suddenly, it says 'Heil Hitler,' or something.

That won't happen. There's actually a good reason why they don't do that. It's simply because you could make a toot about one thing, have people favorite it and share it, link it from other places, and then suddenly, it says 'Heil Hitler,' or something.

Will Twitter Blue subscribers receive preference when receiving account support?

Our goals include providing the best customer support in our industry. We’re committed to treating everyone fairly and equitably. The Twitter rules won’t apply differently to subscribers, and they won’t get faster service on issues like content moderation.

Will Twitter Blue subscribers receive preference when receiving account support?

Our goals include providing the best customer support in our industry. We’re committed to treating everyone fairly and equitably. The Twitter rules won’t apply differently to subscribers, and they won’t get faster service on issues like content moderation.

Will Twitter Blue subscribers receive different support for enforcement issues like account blocks?

We are committed to making Twitter a safe place for everyone to participate in the public conversation. That’s why policy enforcement issues and reports by subscribers will continue to be handled by existing enforcement teams, under the current review process.

Will Twitter Blue subscribers receive different support for enforcement issues like account blocks?

We are committed to making Twitter a safe place for everyone to participate in the public conversation. That’s why policy enforcement issues and reports by subscribers will continue to be handled by existing enforcement teams, under the current review process.

Is Twitter Blue ad-free?

No. Currently, ads continue to fund our ability to innovate as we grow this new part of our business. Twitter Blue does include an Ad-free Articles feature which offers subscribers a fast-loading, ad-free reading experience on the websites of publishers within the Twitter Blue Publisher Network. Read more about our Ad-free Articles feature.

Is Twitter Blue ad-free?

No. Currently, ads continue to fund our ability to innovate as we grow this new part of our business. Twitter Blue does include an Ad-free Articles feature which offers subscribers a fast-loading, ad-free reading experience on the websites of publishers within the Twitter Blue Publisher Network. Read more about our Ad-free Articles feature.

Is dedicated support a premium feature of Twitter Blue?

Twitter Blue subscribers receive dedicated support for subscription-specific issues. That could look like help with managing a subscription, how to access your account or settings, and enrollment issues. Other issues could include troubleshooting special features only available to subscribers.

Is dedicated support a premium feature of Twitter Blue?

Twitter Blue subscribers receive dedicated support for subscription-specific issues. That could look like help with managing a subscription, how to access your account or settings, and enrollment issues. Other issues could include troubleshooting special features only available to subscribers.

Rather than simply letting tabs fill up, you’re encouraged to create “tasks” that let you divide different use cases up. As a writer, the way I’ve been using tasks has been to create a new one for every story I write and research, so that I can separate those ideas out without them getting in the way of everything else. (I can also hide the usual junk that sits in the pinned tabs in its own task.)

Rather than simply letting tabs fill up, you’re encouraged to create “tasks” that let you divide different use cases up. As a writer, the way I’ve been using tasks has been to create a new one for every story I write and research, so that I can separate those ideas out without them getting in the way of everything else. (I can also hide the usual junk that sits in the pinned tabs in its own task.)

In January, Twitter acquired the newsletter company Revue and Breaker, an audio social service, to build up new product offerings around newsletter subscription and audio chat.

In January, Twitter acquired the newsletter company Revue and Breaker, an audio social service, to build up new product offerings around newsletter subscription and audio chat.

If one group of users is happy, it’s journalists, who—based on my own network, at least—are subscribing in droves. But as the company considers other premium features, it will do well to look beyond its role as a platform just for news.

If one group of users is happy, it’s journalists, who—based on my own network, at least—are subscribing in droves. But as the company considers other premium features, it will do well to look beyond its role as a platform just for news.

Navigation


Shortcut help

?

Next Tweet

j

Previous Tweet

k

Page down

Space

Load new Tweets

.

Home

g

h

Explore

g

e

Notifications

g

n

Mentions

g

r

Profile

g

p

Likes

g

l

Lists

g

i

Direct Messages

g

m

Moment Maker

g

c

Settings

g

s

Bookmarks

g

b

Top Articles

g

a

Go to user…

g

u

Display settings

g

d

Actions


New Tweet

n

Send Tweet

Enter

New Direct Message

m

Search

/

Like

l

Reply

r

Retweet

t

Share Tweet

s

Bookmark

b

Mute account

u

Block account

x

Open Tweet details

Enter

Expand photo

o

Open/Close Messages dock

i

Media


Pause/Play selected Video

k

Pause/Play selected Video

space

Mute selected Video

m

Go to Audio Dock

a

d

Play/Pause Audio Dock

a

space

Mute/Unmute Audio Dock

a

m

To solve the issues of lackluster annual updates, Apple should do two things. First, it should continue to build out point releases with additional features throughout the year or even unbundle app updates from its annual releases entirely. Did the FaceTime team come up with a great new feature that’ll make pandemic chatting easier? Release it when it’s ready! Second, it should start to space out its major software releases, waiting an extra year or two between iOS or macOS versions to ensure that when it does release a “new” operating system, there are actually big changes to be excited about.

To solve the issues of lackluster annual updates, Apple should do two things. First, it should continue to build out point releases with additional features throughout the year or even unbundle app updates from its annual releases entirely. Did the FaceTime team come up with a great new feature that’ll make pandemic chatting easier? Release it when it’s ready! Second, it should start to space out its major software releases, waiting an extra year or two between iOS or macOS versions to ensure that when it does release a “new” operating system, there are actually big changes to be excited about.

In Hancock’s study, the most lies per social interaction occurred via the technology with all of these features: the phone. The fewest occurred on email, where people couldn’t communicate synchronously and the messages were recorded.

In Hancock’s study, the most lies per social interaction occurred via the technology with all of these features: the phone. The fewest occurred on email, where people couldn’t communicate synchronously and the messages were recorded.

Imagine dozens of boxes stacked like a mid-play Jenga board, and you can go inside each box if you climb a flight of slippery metal stairs, and inside each box is at least one person you know, but haven’t seen in 2, maybe 3 years, and you ask them, How has it been? and they tell you, and you tell them, and it feels familiar but everyone has different hair than they used to.

Imagine dozens of boxes stacked like a mid-play Jenga board, and you can go inside each box if you climb a flight of slippery metal stairs, and inside each box is at least one person you know, but haven’t seen in 2, maybe 3 years, and you ask them, How has it been? and they tell you, and you tell them, and it feels familiar but everyone has different hair than they used to.

In short, our master plan is: 

  1. Continue to improve Substack’s simple and powerful publishing tools, including expanding support for audio, video, and community-building features. 

  2. Grow the Substack economy to help writers connect with the services they need to do their best work and build thriving publications, such as editing, design, insurance, and financing. 

  3. Build, in partnership with writers, a discovery network that helps them cross-promote, collaborate, and connect with audiences independent of attention economy networks.

In short, our master plan is: 

  1. Continue to improve Substack’s simple and powerful publishing tools, including expanding support for audio, video, and community-building features. 

  2. Grow the Substack economy to help writers connect with the services they need to do their best work and build thriving publications, such as editing, design, insurance, and financing. 

  3. Build, in partnership with writers, a discovery network that helps them cross-promote, collaborate, and connect with audiences independent of attention economy networks.

I have an iPad Pro, a 2018 model that I bought earlier this year because I felt that it was important to have an understanding of the iOS ecosystem even if I was using Android with my smartphone.

I have an iPad Pro, a 2018 model that I bought earlier this year because I felt that it was important to have an understanding of the iOS ecosystem even if I was using Android with my smartphone.

It serves them up accordingly and also takes into account users' stated preference for apps.

It serves them up accordingly and also takes into account users' stated preference for apps.

On top of this organizational change, You.com’s big differentiating feature is that it lets people influence which sources they see. You can “upvote” and “downvote” specific categories, so when you run searches, you’ll see preferred sources first, neutral searches next, and downvoted sources last.

On top of this organizational change, You.com’s big differentiating feature is that it lets people influence which sources they see. You can “upvote” and “downvote” specific categories, so when you run searches, you’ll see preferred sources first, neutral searches next, and downvoted sources last.

Our vocabulary and syntax are diverse (though we do not sacrifice undue time to unearthing bizarre, senseless synonyms,) fluid, and occasionally difficult, but written as such for the purpose of colorful, substantial delivery in acknowledgement of the vast resources instantly available to the modern reader. In other words: do not tell what can simply and easily be looked up. With search engines as they are, this is a quickly verifiable/quantifiable factor with a given definition, summary, or abstract.

Our vocabulary and syntax are diverse (though we do not sacrifice undue time to unearthing bizarre, senseless synonyms,) fluid, and occasionally difficult, but written as such for the purpose of colorful, substantial delivery in acknowledgement of the vast resources instantly available to the modern reader. In other words: do not tell what can simply and easily be looked up. With search engines as they are, this is a quickly verifiable/quantifiable factor with a given definition, summary, or abstract.

As an independent, youth-oriented publication it is both our privilege and our duty to seek out innovative methods of communication. In written composition, this means all possible avoidance of unnecessary cliche and/or overused terms (for instance: use of the term “struck” in a metaphor - e.g. what struck me) except where they are critically portrayed. It is essential to remember that the English language is no more than a tool for our use, and grammar should not be revered as an immalleable, Holy absolute which we must venerate and obey. Rather, it should be irreverently and liberally manipulated to perform as desired. Grammar should never be an obstacle or burden in our writing or editing, and should always be discarded in favor of innovative and/or contextual verse.

I’m often left wondering what might have happened to the newsletter space had Substack remained a business that only grew as its audience did.

I’m often left wondering what might have happened to the newsletter space had Substack remained a business that only grew as its audience did.

To me, combining the nomadic nature of a career journalist with that of a run-your-own-business newsletter is not exactly a perfect match. And a lot of people took risks on this market knowing that, yes, it was a risk. But they still found themselves looking dumbfounded as they tried to make their exit.

To me, combining the nomadic nature of a career journalist with that of a run-your-own-business newsletter is not exactly a perfect match. And a lot of people took risks on this market knowing that, yes, it was a risk. But they still found themselves looking dumbfounded as they tried to make their exit.

Tags can now be bulk renamed and deleted

Tags can now be bulk renamed and deleted

iCloud+ subscribers can now access and use Hide My Email directly from the Mail app.

iCloud+ subscribers can now access and use Hide My Email directly from the Mail app.

iOS & iPadOS 15.2 Beta 3 Release Notes

Update your apps to use new features, and test your apps against API changes.

On This Page

Overview

The iOS & iPadOS 15.2 SDK provides support to develop apps for iPhone, iPad, and iPod touch devices running iOS & iPadOS 15.2 beta 3. The SDK comes bundled with Xcode 13.2 beta 2, available from Beta Software Downloads. For information on the compatibility requirements for Xcode 13.2, see Xcode 13.2 Beta 2 Release Notes.

Core Media

Known Issues

  • Streaming in the Music app could result in higher CPU usage, causing faster battery drain in some scenarios. (84861891, 85326575)

HealthKit

Known Issues

iOS & iPadOS 15.2 Beta 3 Release Notes

Update your apps to use new features, and test your apps against API changes.

On This Page

Overview

The iOS & iPadOS 15.2 SDK provides support to develop apps for iPhone, iPad, and iPod touch devices running iOS & iPadOS 15.2 beta 3. The SDK comes bundled with Xcode 13.2 beta 2, available from Beta Software Downloads. For information on the compatibility requirements for Xcode 13.2, see Xcode 13.2 Beta 2 Release Notes.

Core Media

Known Issues

  • Streaming in the Music app could result in higher CPU usage, causing faster battery drain in some scenarios. (84861891, 85326575)

HealthKit

Known Issues

Self Service Repair will be available early next year in the US and expand to additional countries throughout 2022.

Self Service Repair will be available early next year in the US and expand to additional countries throughout 2022.

Our mission is to empower every person and every organization on the planet to achieve more.

Our mission is to empower every person and every organization on the planet to achieve more.

I promised myself I’d never let a desk set my work schedule or performance anymore.

I promised myself I’d never let a desk set my work schedule or performance anymore.

thumb-typing, which I’m currently doing to write this very sentence

With a single click, Obsidian launches and displays my custom QuickAdd menu, ready for me to save an idea or reopen the Dashboard note.

With a single click, Obsidian launches and displays my custom QuickAdd menu, ready for me to save an idea or reopen the Dashboard note.

David has been looking into how ad-free articles work on Twitter Blue and shared a useful tip on how to read them outside the Twitter app.

David has been looking into how ad-free articles work on Twitter Blue and shared a useful tip on how to read them outside the Twitter app.

I’ve heard from certain readers and commenters alike that the Evora GT is too small. They have difficulty fitting into it. It’s too cramped, they say. Too tight. And I get that. You wouldn’t want to wear a suit that wasn’t tailored to you. You’d want it to feel like a second skin, something that moves with you through this world in a way that blends you both into one. That’s what driving the Lotus feels like.

I’ve heard from certain readers and commenters alike that the Evora GT is too small. They have difficulty fitting into it. It’s too cramped, they say. Too tight. And I get that. You wouldn’t want to wear a suit that wasn’t tailored to you. You’d want it to feel like a second skin, something that moves with you through this world in a way that blends you both into one. That’s what driving the Lotus feels like.

Ampled is built with collective labor rather than venture capital. This means that we are free to build a platform and organization that serves member interests, rather than investor interests.

Ampled is built with collective labor rather than venture capital. This means that we are free to build a platform and organization that serves member interests, rather than investor interests.

Accessibility: Keyboard focus controls will now work correctly with the audience controls selector.

Accessibility: Keyboard focus controls will now work correctly with the audience controls selector.

  • Customer Support and Operations

  • Data Science and Analytics

  • Design and Research

  • Finance

  • IT & IT Enterprise Applications

  • Infrastructure Engineering

  • Legal and Public Policy

  • Machine Learning

  • Marketing and Communications

  • MoPub

  • People

  • Product

You can use "System Events" to read and parse a PLIST file

You can use "System Events" to read and parse a PLIST file

The shortcut is built entirely with native actions – no scripting necessary – and it reads Safari’s Bookmarks.plist database without modifying it (your data is safe and this shortcut is read-only).

The shortcut is built entirely with native actions – no scripting necessary – and it reads Safari’s Bookmarks.plist database without modifying it (your data is safe and this shortcut is read-only).

Optionally, you can choose to create a new reminder as a subtask of an existing reminder.

Optionally, you can choose to create a new reminder as a subtask of an existing reminder.

I could use Shortcuts’ ability to parse Safari webpages as articles to extract details such as title and word count;

I could use Shortcuts’ ability to parse Safari webpages as articles to extract details such as title and word count;

In September, Vivaldi became the default browser on the Arch-based Linux distribution Manjaro on its Cinnamon edition.

In September, Vivaldi became the default browser on the Arch-based Linux distribution Manjaro on its Cinnamon edition.

Finally got mine working again. I don’t know if it will work for others or not, but what finally fixed mine was going into Settings -> Notifications -> Siri, then turning Announce Notifications on. Exited out, then went back in and turned it off. Suddenly my notifications are working properly again. 🤷🏻‍♂️

Finally got mine working again. I don’t know if it will work for others or not, but what finally fixed mine was going into Settings -> Notifications -> Siri, then turning Announce Notifications on. Exited out, then went back in and turned it off. Suddenly my notifications are working properly again. 🤷🏻‍♂️

What’s unique about BetterTouchTool is that not only does it come with an extensive list of Shortcuts actions for controlling the app’s functionality, but it also can run shortcuts itself. That provides a whole new layer of ways to interact with your shortcuts because all of BetterTouchTool’s keyboard shortcuts, gestures, and other triggers are now available to run your shortcuts too.

What’s unique about BetterTouchTool is that not only does it come with an extensive list of Shortcuts actions for controlling the app’s functionality, but it also can run shortcuts itself. That provides a whole new layer of ways to interact with your shortcuts because all of BetterTouchTool’s keyboard shortcuts, gestures, and other triggers are now available to run your shortcuts too.

MusicHarbor is one of my favorite apps for keeping up with new music releases, so it’s wonderful to see it evolving on the Mac to incorporate Shortcuts. The Mac app includes several Shortcuts actions to access the app’s data and manage the artists you follow:

  • Mark As Watched
  • Mark As Seen
  • Get Artists
  • Get Upcoming Music Data
  • Unfollow Artist
  • Get Music Video Data
  • Follow Artist
  • Get Music Data

One simple shortcut I plan to implement in the short term is a Services menu shortcut that will allow me to highlight an artist’s name, look them up, and add them to the list I follow.

MusicHarbor is one of my favorite apps for keeping up with new music releases, so it’s wonderful to see it evolving on the Mac to incorporate Shortcuts. The Mac app includes several Shortcuts actions to access the app’s data and manage the artists you follow:

  • Mark As Watched
  • Mark As Seen
  • Get Artists
  • Get Upcoming Music Data
  • Unfollow Artist
  • Get Music Video Data
  • Follow Artist
  • Get Music Data

One simple shortcut I plan to implement in the short term is a Services menu shortcut that will allow me to highlight an artist’s name, look them up, and add them to the list I follow.

“I’ve decided to leave Twitter because I believe the company is ready to move on from its founders. My trust in Parag as Twitter’s CEO is deep. His work over the past 10 years has been transformational. I’m deeply grateful for his skill, heart, and soul. It’s his time to lead.”

“I’ve decided to leave Twitter because I believe the company is ready to move on from its founders. My trust in Parag as Twitter’s CEO is deep. His work over the past 10 years has been transformational. I’m deeply grateful for his skill, heart, and soul. It’s his time to lead.”

While Dorsey is well known for his interests in blockchain technology, cryptocurrency, and decentralization, Agrawal is also interested in “web3,” and he has been a leading figure in the Twitter-funded Bluesky effort to create an “open and decentralized standard for social media.”

While Dorsey is well known for his interests in blockchain technology, cryptocurrency, and decentralization, Agrawal is also interested in “web3,” and he has been a leading figure in the Twitter-funded Bluesky effort to create an “open and decentralized standard for social media.”

One person told me that Agrawal was among the few people internally who could regularly get Dorsey to change his mind.

One person told me that Agrawal was among the few people internally who could regularly get Dorsey to change his mind.

Its head of communications, Kelly Sims, left Twitter last week after less than four months at the company, in what is a highly difficult role to fill. And Sara Beykpour, who joined the company in 2009 and has lately been leading its Twitter Blue subscription product, announced recently that she is leaving the company as well.

Its head of communications, Kelly Sims, left Twitter last week after less than four months at the company, in what is a highly difficult role to fill. And Sara Beykpour, who joined the company in 2009 and has lately been leading its Twitter Blue subscription product, announced recently that she is leaving the company as well.

Data from mobile app-tracking firm Sensor Tower showed Super Follows only generated about $6,000 in the first two weeks of being live on iOS in the U.S.

Data from mobile app-tracking firm Sensor Tower showed Super Follows only generated about $6,000 in the first two weeks of being live on iOS in the U.S.

This whole complexity ethos has penetrated pretty much every Linux community I can think of. There’s this insidious elitism within Linux that basically says if your solution isn’t technically complex, you’re an idiot.

This whole complexity ethos has penetrated pretty much every Linux community I can think of. There’s this insidious elitism within Linux that basically says if your solution isn’t technically complex, you’re an idiot.

NEW: media of private individuals without the permission of the person(s) depicted.

NEW: media of private individuals without the permission of the person(s) depicted.

Focus on what your tiny, tiny pond of early adopters wants and needs, rather than fighting a feature war for mass market opportunities. Delight your tiny pond of early adopters, and you can grow from there.

Focus on what your tiny, tiny pond of early adopters wants and needs, rather than fighting a feature war for mass market opportunities. Delight your tiny pond of early adopters, and you can grow from there.

As long as you stay logged in to Twitter, and use the same browser each time, you should get ad-free reading when you subsequently visit that same Twitter Blue site.

As long as you stay logged in to Twitter, and use the same browser each time, you should get ad-free reading when you subsequently visit that same Twitter Blue site.

being involved in some public outrage is a very quick and effective form of publicity.

being involved in some public outrage is a very quick and effective form of publicity.

a bohemian cultural elite’s “temptation to flaunt extreme attitudes in the hypocritical twilight of double moral standards, to wear publicly the mask of cruelty if everybody was patently inconsiderate and pretended to be gentle, to parade wickedness in a world, not of wickedness, but of meanness”

a bohemian cultural elite’s “temptation to flaunt extreme attitudes in the hypocritical twilight of double moral standards, to wear publicly the mask of cruelty if everybody was patently inconsiderate and pretended to be gentle, to parade wickedness in a world, not of wickedness, but of meanness”

As part of today’s launch, all developers using the new Twitter API v2 will be able to look up live or scheduled Spaces using criteria like Spaces ID, user ID, or keyword.

As part of today’s launch, all developers using the new Twitter API v2 will be able to look up live or scheduled Spaces using criteria like Spaces ID, user ID, or keyword.

They’re also where web3 starts to falter — “smart contracts,” finance, and code-based organizations replace people and their (yes, messy) decision-making

The “web3” as imagined today also prioritizes computers over people.

As I explained on AppStories, there’s a nice visual trick behind this approach. This Shortcuts widget is in the same spot on all my Focus-based Home Screens. This way, when I switch between Focus modes or go back to the Personal one, it looks as if my iPhone is “refreshing” the contents of the same Home Screen page.

The email hurt.

If you are looking for facts you can trust, this is almost certainly the wrong tool. If you are looking for serendipity, you're on the right track.

Let's just not worry too much about what the "real" name is and use what gets the idea across.

Playlist Search in Music App

Apple has added a long-awaited feature that allows ‌Apple Music‌ users to search within playlists.

iOS 15.2 reintroduces several ‌Siri‌ commands that were removed in iOS 15 and that were used by low vision and blind ‌iPhone‌ owners. The commands that now work are those for checking voicemail messages, playing the most recent voicemail, checking call history, and providing information on recent calls.

Type out the task and tap and hold the “send” button. Here, choose “set a reminder” and pick your date and time. Telegram will send a reminder notification just like Google Calendar or other task management apps.

Just like we can share videos with a pre-defined timestamp of YouTube videos, we can do the same thing on Telegram as well. For example, if you are sending a long video and want the user to play it from a specific timestamp say, 1:20, you can just type check the reaction at 1:20 in the video caption. Now when the user taps on the highlighted 1:20 link, the video plays from that particular timestamp.

When you use a hashtag in a message, that word becomes searchable allowing you to see all the messages relating to that topic.

Where I disagree is with the idea that the physical world and the digital world are increasingly “being overlaid and coming together”; in fact, I think the opposite is happening: the physical world and digital world are increasingly bifurcating.

There will also be a "Fire Button," which has become popular on mobile devices as a quick (and animated) way to clear all your tabs and browsing data with a single tap or click.

to build a joyful society of music lovers around a clear set of aesthetic principles.

And if you do occasionally want to hook a physical keyboard to your iPad as well, we made that better than ever. We provide a way to discover all of the shortcuts that can accelerate your operations in the applications using the keyboard and we provided shortcuts for app switching. This might look familiar to some of you as well as to searching in Spotlight.

there’s a keyboard shortcut making it easy to cycle between Noir’s options for every website you visit with a connected keyboard.

To manage text replacement, tap Settings > General > Keyboard > Text Replacement.

you open the application and type.

Let’s get one thing out of the way: you’ve probably heard of Marzipan, the Apple project to enable iOS developers to bring their applications to the Mac. This is not one of those apps. It is an app written from the ground up for macOS, which works as expected with the system features.

drag the custom sound files into the System’s Sound folder, which you can find at Macintosh HD -> System -> Library -> Sounds

In the Menu Title field, type the menu command for which you want to create a shortcut, exactly as the command appears in the app, including the > character (type ->), ellipses (type three periods without spaces or press Option-; (semi-colon)), or other punctuation.

To copy the item instead of moving it, press and hold the Option key while you drag.

If you experience a crash while testing a beta app or beta App Clip, you’ll receive an alert asking if you want to send crash details to the developer through TestFlight. Developers can opt out of receiving this type of feedback, so this option is only available if the developer has it enabled.

Q: Why do you have two apps in the Mac App Store?

One is our app for macOS, the other is Telegram Lite, the macOS version of our multi-platform client. Both apps are official. Both started out as unofficial applications by two different developers and vary in design and functionality.

Telegram for macOS supports many platform-specific features, such as the MacBook Pro Touch Bar, gesture navigation, integration with the Mac's Share menu and more. It has every feature from the iOS version of the app including Secret Chats.

Telegram Lite is a lightning-fast app, optimized for work-related tasks and handling large communities. It offers a three-column interface, perfect for multitasking and quick access to media, files and links shared in your chats. This app can also be used to export your Telegram data and chats.

Don’t use to refer to stopping an app or process. Use an alternative that conveys the correct meaning in context, such as force quit, force exit, terminate, end, stop, halt, or cancel.

Correct: Cancel all background tasks.

Incorrect: Kill all background tasks.

If the term kill is used in code you’re documenting and the code can’t be changed, show a code sample to make it clear what users need to enter, but use alternative terms in the documentation.

New Remove all empty collections action

When you press Tab in tags field, highlighted tag will be selected instead of creating new one

observing and selectively amplifying the characters, organizations, and stories surrounding the most abrupt, profound, and spectacular communicative renaissance in the history of the human species.

Less abstractly, its beat is wholly digital, namely in tools (software, services, and methodologies) and culture (music, film, podcasts, and media) from a distinct lens established at good distance from California.

The Journal holds a peculiar position in the American press. Murdoch, who acquired the paper along with Dow Jones in 2007 for five billion dollars, is perhaps the most hated executive in media, yet the Journal has managed to maintain a serious news operation, providing a training ground for excellent journalists for decades.

its conception of the apocalypse is more or less the same as your average summer blockbuster.

you’ve got to go to therapy for that.”

what is the purpose of the algorithmic backend?

2. Copy files from one folder to another

Option dragging and dropping files to copy them from one place to another is so passe. Try Terminal's Ditto command instead.

Type: Ditto [original folder] [new folder]

Where 'original folder' and 'new folder' are the file paths of the source and destination of the files. To see each file's name in the Terminal window as it's copied, type '-v' after Ditto. This is the command for verbose mode.

12. Write ASCII art banners

Type: banner -w [the width of the banner in pixels] [your message]

“The data I’m seeing so far is all just what website domains apps are communicating with, which is of somewhat limited value for the average consumer who wouldn’t know what domains to be concerned about,” says Thomas Reed, director of Mac and mobile platforms at the security firm Malwarebytes.

The Plain Language Action and Information Network (PLAIN) is a community of federal employees dedicated to the idea that citizens deserve clear communication from government. We believe that using plain language saves federal agencies time and money and provides better service to the American public.

The problem his team sought to solve was simple but had severe consequences—the VA could accept the records only in PDF format, but sometimes the Pentagon would send them as JPEGs. As a result, doctors sometimes mistreated patients and overlooked underlying conditions merely because they had incomplete records.

“Just because a bunch of nerds did the most seemingly simple project, somebody would not potentially die.”

The same year Facebook released software that could describe images to the blind, the Pentagon needed help converting JPEG files to PDFs.

Today, the 30 students in my son’s high-school class have far more technological savvy than all but a handful of the 535 members of the U.S. Congress.

We recommend Paste 3 to professionals who need to manage a diverse collection of clipboard entries.

Facebook’s emphasis on education (its press release uses the word “learn” nine times and also includes phrases like “brush up”) really puts the responsibility for the systems it builds onto the user.

it was the dev behind colors and faker who appears to have intentionally committed the code responsible for the major blunder, as seen by BleepingComputer.

The developer, named Marak Squires added a "new American flag module" to colors.js library yesterday in version v1.4.44-liberty-2 that he then pushed to GitHub and npm.

If you want to create a comfortable and open environment, that means you need to very visibly deal with those who instead want it to be their own private gentleman’s club.

it works perfectly well as the same anonymous publishing app it launched as, nearly 7 years ago. Pretty cool that it has over 100,000 installs total (25,000 active) and still holds a 4.4-star rating after all this time.

Bricoleurs construct theories by arranging and rearranging, by negotiating and renegotiating with a set of well-known materials.

the computer can be a partner in a great diversity of relationships, whether you come at the computer from a mathematical perspective or musical one, whether you approach programming as a digital bricoleur or a meticulous planner.

ZalgoScript

A while ago I found an interesting bug on Edge. Basically Edge is treating characters as whitespace that it shouldn’t. It appears to be unicode combining characters that exhibit this behaviour. What if we combine this bug with Zalgo? We then have ZalgoScript! I first generated a list of characters that Edge treats as whitespace (of which there are a lot, check the github issue for the list). I decided to fuzz the characters 768-879 (the fuzzer code includes that range by default), the fuzzer logged that character 837 along with any character within the 768-879 range produced side effects. This is cool; I could loop through this list and combine characters to produce Zalgo that was also valid JavaScript.

MultiMarkdown

MultiMarkdown is a Markdown parser by Fletcher Penney which adds several powerful extensions to the original Markdown specification including tables and footnotes. Drafts includes MultiMarkdown 6. More details about MultiMarkdown syntax and extensions can be found in the user guide.

The following options are available for rendering with MultiMarkdown:

  • Markdown compatibility mode: Treat input as plain Markdown without MultiMarkdown extensions enabled.
  • Smart quotes: Replace straight quotes
  • Escaped link breaks: If enabled, the \ character can be used to force a new line
  • Footnotes: Enable or disable footnote syntax
  • Random footnotes: Use randomized identifier numbers for footnotes
  • No labels: Enable or disable adding of id attributes to headers
  • Process HTML: If enabled, text inside HTML tags will be processed
  • No metadata: Disable special handling of metadata at the top of documents
  • Obfuscate: If enabled, the email address will be obfuscated in HTML output
  • Critic markup: Enable Critic Markup.

Todoist has added the ability to paste a list into the app, which separates each item in the list by its newline characters to create individual tasks.

Photos replaced both iPhoto and Aperture, and allowed users to sync their entire photo library with iCloud.

Rotary Hall

What sets The Iconfactory’s latest app apart, however, is the combination of embracing constraints and adopting system technologies with a thoughtful, balanced design.

keyboardTypes

keyboardTypes: "default" | "numbersAndPunctuation" | "numberPad" | "phonePad" | "namePhonePad" | "emailAddress" | "decimalPad" | "webSearch" | "URL"

A string is a programming term for a collection of characters. They "look like this"

{first}

User's first name

{last}

User's last name

{fullname}

User's full name

{username}

The user's username (If none is available, Rose will revert to using {mention}

{mention}

@mentions the user, using their first name

{id}

The user's ID

{chatname}

The name of the group chat

{rules}

Adds a link to your group chat's rules

As a last note (pun intended), you may want to update a note, rather than deleting it and making a new one. To do this, you would simply issue the /save command again, just like you were making a new note.

This article was completed using Taio on the eve of public beta

To quickly email the links in a Tab Group to others, drag the Tab Group from the Safari sidebar to an email message.

According to MRC Data, old songs now represent 70% of the US music market.

Gladys supports the x-success and x-error parameters from the spec.

The MacStories Selects Award Winners

Enabling Translation in Settings > Language adds a dedicated Translate button to the context menu when selecting a message.

A great follow-up read to my piece from yesterday on Mastodon. David Blue does a deep dive on the state of Mastodon apps on iOS. This was published over the summer, before the official app launched to the public, but it’s still covered in its beta form.

David points to Toot! as his favorite of the bunch. And while there is a lot to like, I tend to enjoy Metatext and the official client just a smidge more. But if you’re looking for an app to use after jumping into the fediverse, this piece is a great place to start the exploration.

iOS 15.4 lets users add notes to their iCloud Keychain passwords for the first time, replicating a popular feature of third-party password managers

iPadOS 15.4 includes a new Keyboard Brightness option that can be added to Control Center.

This marks a critical turning point in Spotify’s company narrative. It’s no longer a music company but one committed to podcasting to the point that it’ll compromise relationships with musical artists to ensure its strategy’s success.

JRE has become the lynchpin to its entire podcasting apparatus.

This shortcut supports both RoutineHub and iCloud links.

there’s a new button called ‘Delete and Edit’ that deletes the original tweet and puts it back in the Compose window.

<<snippet-abbreviation>> [iOS only] A valid TextExpander abbreviation wrapped in double brackets will be expanded at

Define Word (‌⌘⌃D). You may know that ⌘⌥D hides your Mac’s dock, but did you know that its close cousin ⌘⌃D defines whatever the word under your cursor using the system Dictionary app?

⌘+9 opens the last tab on the right even if there are more than nine tabs open, and ⌘+0 does nothing.

If someone wants to set up a call or meeting, you can send them your Openings link, and then they can pick a time from the slots you’ve made available,

Forward-Delete. Fn+delete does the opposite of the delete key by itself. Instead of deleting one character at a time from right to left, Fn+delete eliminates characters one at a time from left to right.

On the Mac, the full file system is available and you can bookmark more or less any folder you, as a user, have permissions to modify. On iOS, that story is a bit more complicated. Bookmarks work through the Files app and and file provider extensions on iOS. Bookmarks work great with iCloud Drive folders, some local storage in other app containers, and some file provider extensions.

If you are using Drafts by Agile Tortoise, there are some tricks that make it much easier to make URL templates. First line in a draft can be referenced as [[title]] and the remainder as [[body]].

For the comeback of this column, I chose to focus on Bear and Gladys – a note-taking app and a shelf app, respectively

I described why I was using Bear again alongside Apple Notes

I was missing Bear for tasks such as assembling lists of links to cover on my podcasts, or creating outlines for future stories.

none of those new features are required

There will always be advantages to being fully native on the platform.

For all that Drafts can be, it starts off as just a simple editor: a place to create new drafts with the keyboard.

Theming offers the ability to change the look of Drafts’ entire UI

In a way, I see Tot as what Drafts used to be before it started adding actions and workspaces, but with the ability to move across multiple scratchpads with a single swipe.

imagine Editorial, but more heavily inspired by Shortcuts’ approach to automation, with fewer features than Ole Zorn’s 1.0 debut in 2013.

If you want to use something which would otherwise be evaluated as a template tag or function but not have it evaluated in actions, it needs to be escaped by placeing a single backslash () character before it. So, for example \[[title]] would be ignored and not replaced with the title of the draft. The escaping backslash would be removed, however.

I feel like the internet has made me immune to coherent narrative.

the software changes exponentially faster than the documentation.

they have to look elsewhere to get it up and running.

the official documentation doesn’t work.

They tell me that he and Tamara are not big high-fivers, and they have no personal connection to the “down low/too slow” maneuver. The participants just realized that move didn’t have any photos on Wikipedia and saw it as an opportunity.

the iPhone 12 and 12 Pro’s gorgeous homage to the iPhone 4

I like to think of Drafts as the Field Notes of iOS.

history has ignored women for too long and that when we fixate on the people who build systems and forget those who maintain, moderate, and use — or, in this case, exploit — those systems, we’re missing the messy realities of how technology actually evolves.

Embrace skeptical journalists that know how to do their jobs.

Sure, it’s about improving the reading experience, but let’s be straight here: It’s really about closing off anyone else that didn’t buy into Substack’s specific vision of email newsletters.

the company has recently been investing in machine learning to surface tweets it thinks users will want to see.

the Obsidian mobile app now supports Live Preview

What if the mainstream understanding of gender moved on from pink and blue to include numerous genders, each innate in that they depend on a person’s interpretation of one’s own soul, and not the appearance of one’s genitals?

Adherence to a rigid gender binary is ahistorical, unimaginative, and fragile

In America, objectification is the surest sign of acceptance.

I hope trans people will have the luxury of being basic.

a giant serving platter of a handset

In order to receive TMS, you must be 18 years or older and be diagnosed with major depressive disorder.

The short but incomplete answer: 9.6 Gbps. That’s up from 3.5 Gbps on Wi-Fi 5.

Rated IP68 (maximum depth of 6 meters up to 30 minutes) under IEC standard 60529

2778-by-1284-pixel resolution at 458 ppi

Things is, to the best of my knowledge, the app that birthed the recent trend of offering full navigation via a connected keyboard.

In the world of note-taking, it’s hard to find a third-party app with keyboard integration as strong as Agenda’s. I had to qualify “third-party app” because Apple’s own Notes app has surprisingly extensive keyboard support itself. But while Notes may get all the basics right, Agenda is a more complex app and thus it’s even more impressive how much of the app can be controlled via keyboard. Though the app can still revert to touch-only in popover menus, its primary shortcoming, outside of that you’ll find basic navigation via keyboard but also a rich set of shortcuts for doing even obscure things like adjusting line spacing or text size, moving notes before or after one another, hiding or revealing different side panels, and much more.

The original implementation of SQLite sought to follow Postel's Law which states in part "Be liberal in what you accept". This used to be considered good design - that a system would accept dodgy inputs and try to do the best it could without complaining too much. But lately, people have come to realize that it is sometimes better to be strict in what you accept, so as to more easily find errors in the input.

In iOS 13, Apple has delivered on both aspects of the Shortcuts experience: apps can eschew URL schemes (which Apple called “inherently insecure” at WWDC in discouraging new custom uses of them)

the vast majority of Linux users really don’t care about any of this.

The majority have a job to do.

Shortcuts can be used to create and open documents.

Shortcuts can be used to create or open spreadsheets and add rows to a table

my strong opinions were loosely held.

In the end, it was just business.

The Telegram Support Force needs patient, inquisitive people, who are no strangers to elegance, humor and style.

A14 is manufactured by TSMC on their first-generation 5 nm fabrication process, N5. This makes the A14 the first commercially available product to be manufactured on a 5 nm process node.

disable_notification Boolean Optional Sends the message silently. Users will receive a notification with no sound.

Kayvon Beykpour, the company’s head of consumer products, and Bruce Falck, its head of revenue products, were leaving the company.

Please complain to Apple, maybe they’ll fix it someday!

What Is Wipr Extra?

Starting with version 1.26, Wipr will include a fourth Safari Extension named Wipr Extra. It provides blocking on the few sites where the Content Blocker API is not enough, such as YouTube.

The icon that will appear in Safari’s toolbar doesn’t do anything, so feel free to remove it if it bothers you.

in all of its incarnations. Wipr Extra uses the Safari Web Extensions API.

Wipr is ruthless.

if you install your dependencies with --save npm flag you wont have to edit package.json manuall

MichelPM

MichelPM

User level: Level 9

(74,657 points)

Jan 29, 2021 6:12 PM in response to VoicuT In response to VoicuT

Here's the thing.

You may not want to learn this, but this is the reality and how it is, nevertheless.

So, here it goes, for what it is worth to you.

Almost 6 years ago, Apple finally and quietly, with NO fanfare, did away with all 16 GBs iOS devices.

With iOS/iPadOS system software getting larger and larger, 16 GBs iOS devices were being choked with having very little internal, free data storage space to do very little with.

Today, in 2020/2021, Apple 32 GBs devices are now becoming the “new” 16 GBs iOS devices.

A 16 GBs storage iPad starts out, after initial drive formatting, at approx. 14.5 GBs of free, internal storage.

After the installation of iPadOS, at approx. 6 GBs, leaves 8.5 GBs of of free, internal data storage space.

iOS/iPadOS needs a minimum of 2-4 GBs of constant remaining storage, AT ALL TIMES to insure/ensure nominal, acceptable operation of all iOS/iPadOS functionalities.

This leaves a 16 GBs iPad with ONLY a practical, usable storage space of between 4.5 and 6.5 GBs AND THAT IS IT!

This is virtually NO internal data storage to do much of anything with that 16 GBs iPad!

Back in 2014, the iOS system software was NOT as large a file size, as it is today!

So, Apple, in 2014, were still offering iOS devices in 16, 32, 64 and 128 GBs internal storage sizes.

This is reason why Apple quietly, silently did away with all 16 GBs iOS device back sometime in 2016.

A 32 GBs storage iPad starts out with approx 30 GBs.,after initial internal flash drive formatting.

Minus approx. 6 GBs for iOS/iPadOS leaves 24 GBs.

Minus 2-4 GBs, for iOS/iPadOS system operational reserve, leaves approx. between 20-22 GBs of actual, usable data storage space.

This is 3-4 times the usable internal storage space of a 16 GBs iOS device, but CAN get also, get quickly swallowed up with data in a short period of time, if the data is not properly managed.

A 64 GBs storage iPad starts out with approx. 60 GBs.,after initial internal flash drive formatting.

Minus approx. 6 GBs for iOS/iPadOS leaves 54 GBs.

Minus 2-4 GBs, for iOS/iPadOS system operational reserve, leaves approx. between 50-52 GBs of actual, usable data storage space, which is a more more reasonable, usable and manageable amount of internal data storage space,

etc..

No matter what you do to try and gain some free storage on that over 6-year old, 16 GBs iPad, those efforts will be futile.

That iPad storage model will still have very little free data storage space left to do much of anything today in 2021.

Sorry, but this is that reality for your iPad model.

Today in 2021 and with iPadOS being 6 GBs, and somewhat over in file size, a 16 GBs iPad is virtually useless, now.

Sorry.

So Yes,

You really need to seriously consider a new iPad model OR a much, MUCH “newer” and less expensive, used iPad models, from better known, trusted Apple product/device retailers/resellers, with, at least, 64 GBs of internal data storage, as an absolute minimum now.

Sorry & Best of Luck to You!

My goal with Colophon Cards is to create a web-based note-taking app for bookmarking and reading websites, ebooks, and documents.

Due to GitHub restrictions, anonymous users can only send up to 60 requests per hour—this makes it impossible to import more than 60 gists within the time limit. Signing in with your GitHub account will extend this limit to 5,000 requests per hour.

Bike reminds me of Drafts 1.0. As originally conceived, Drafts was a fast way to input text on the iPhone that was destined for another app. The focus was on speed and simplicity.

If you’re editing on an iOS Dropbox or iCloud-capable application, you can even preview iOS work on your Mac as the document syncs back to the cloud. It can also export PDFs, Rich Text and HTML with a variety of themes and the ability to customize with CSS.

Forgetting has high stakes.

People aren’t the problem. The problem is the platforms.

What are the keyboard shortcuts?

Whilst using the included editor, clicking ⌘ + s will save the file. While working the editor, clicking ⌘ + f will bring up the search bar and esc will hide it.

Someone who has changed their name for any other reason

When you do want to insert a <br /> break tag using Markdown, you end a line with two or more spaces, then type return.

$69 for a new battery — the same price the Apple Store charges for a battery replacement, except here I get to do all the work and assume all the risk.

kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes subject to implementation of the appropriate technical and organisational measures required by the GDPR in order to safeguard the rights and freedoms of individuals (‘storage limitation’)

You can control what to show such that mode=content shows file content tab or directory contents for directories and repository; mode=changes shows the Changes-tab and is only valid for files, mode=status shows the Status-tab for files or Status screen for directories and repositories while mode=preview shows the Content-tab in preview mode for files supporting this. You can omit the mode parameter to leave mode unchanged.

Jump to specific lines in the text file opened with the line=123 parameter and show messages with either error=red%20%text or message=blue%20text to inform the user of something related to the file. If you include line= but no path= the app uses the path of current file. This can be used with shortcuts activated through the share sheet that validate the current file.

Make sure all parameters are URL-coded and that space is percent- rather than plus-encoded.

Inside Working Copy you can create Universal Links that describe repositories or files, branches or commits inside repositories with the Share Sheet.

[

https://workingcopyapp.com/git/#repo=https://github.com/twbs/bootstrap&path=README.md

](https://workingcopyapp.com/git/#repo=https://github.com/twbs/bootstrap&path=README.md)

Their primary purpose is to make it easy to jump to specific content in Working Copy, but they also serve a purpose as x-callback-url parameters. You can include a Universal Link in the url parameter and all the inner parameters will be extracted and used making the following two commands equivalent:

working-copy://x-callback-url/read?url=https%3A%2F%2Fworkingcopyapp.com%2Fgit%2F%23repo%3Dhttps%3A%2F%2Fgithub.com%2Ftwbs%2Fbootstrap%26path%3DREADME.md working-copy://x-callback-url/read?repo=https://github.com/twbs/bootstrap&path=README.md

This is useful when you start a Workflow from within Working Copy, as you can specify the file, directory or repository to act on and send this along as a single parameter.

Use x-callback-url/read with type=url to get back the universal url of a file picked by the user.

Our existence is entirely virtual and our primary purpose is to teach Witchcraft in a non-threatening manner.

The unfettered freedom to carry assault weapons, American society has deemed, is so necessary and so important that sacrificing ten, twenty, or thirty children a year is a good bargain.

while I have strong opinions on walled gardens such as Substack, I ultimately don’t want to push people away from something that’s working for them—rather, I just want to highlight, hey, you have options.

A Scottish man was arrested in Dubai in 2017 after he accidentally placed his hand on another man’s hip in an attempt to avoid spilling his drink in a crowded bar.

No additional considerations for iOS, macOS, or tvOS.

“And just as we’ve done in podcasting, expect us to play to win.”

It should be noted that, with the M1 chip, Apple has for the first time started advertising how much RAM is included in the iPad Pro, with differences based on the amount of built-in storage. The 128 GB, 256 GB, and 512 GB iPad Pros get 8 GB of RAM, or 2 GB more than the 2020 iPad Pro; the higher-end 1 TB and 2 TB models get an astounding (for the platform) 16 GB of RAM.

Using the old Magic Keyboard is totally fine. There was a lot of confusion following the iPad Pro’s announcement last month as to whether the 2020 Magic Keyboard was going to be supported on the new iPad Pro model. It initially seemed like the expensive accessory was not going to be compatible with the new iPad Pro, then Apple explained how the keyboard was going to work, but “may not fit precisely when closed”.

It feels like there’s a missing second half to this product’s story.

if you want to select the entire paragraph, tap any word within the paragraph four times in quick succession. Once it’s highlighted, you’ll have access to cut, copy and paste tools located right above the selected portion.

We will be back

I cannot find the words. We at Toyota GAZOO Racing are "sore losers." We do not compete without knowing the feeling of loss. Having tasted the true bitterness of losing, we will return to the World Endurance Championship arena next year, and we will return to compete in the battle that is the 24 Hours of Le Mans. For our quest to build ever-better cars… For this, we will certainly come back to the roads of Le Mans. I would like to express my gratitude to all of the cars and drivers who fought alongside us on the track at Le Mans; particularly Porsche and Audi. We will be back next year, reborn, and ready to take you on with all of our might. Look out for the "sore losers," Toyota, on the track next year. The fight is not over!

This building was created with the explicit purpose of providing an optimal space for Apple to help developers. It includes a variety of workshop, education and conference spaces. All of which have been carefully constructed to provide for highly effective, in-person interaction.

As a genre, electronic music has traditionally been very faceless as far as artists are concerned.

is there a more complete list of keyboard shortcuts for the iPad?

The list in the iPad user guide seems to be incomplete.

Tiffany avoids the default condescension to which fangirls are often subjected and takes their exploits seriously, teasing out the relationship of fandom to both individual identity and online community.

Despite Apple’s message that the iPad Pro can be a viable PC replacement because, among other features, it natively supports a dedicated external keyboard, its software still isn’t fully optimized for keyboard control. This isn’t surprising at all: iOS was designed with multitouch in mind; as long as the iPad shares a common foundation with the iPhone, it’ll always be first and foremost a touch computer. The iPad Pro line, however, is nearing its third anniversary, and its external keyboard integration still feels like an afterthought that’s hard to reconcile with the company’s marketing.

I think Things 3.6 is also a statement of sorts – a message to developers of iPad apps, including those at Apple, to extend their keyboard integrations. Things 3.6 may be just an app, but the idea of complete keyboard control should be applicable to every area of an operating system as well. Can you imagine if iOS worked this way too?

If you work with text, and especially if you need to share written information, links, and images with others, Craft should be on your short list of apps to check out.

All Telegram users can download these extra-large documents, regardless of whether they are subscribed to Telegram Premium.

By subscribing to Telegram Premium, users unlock doubled limits, 4 GB file uploads, faster downloads, exclusive stickers and reactions, improved chat management – and a whole lot more.

Any user can upload large files and media, each up to 2 GB in size and enjoy unlimited storage in the Telegram Cloud for free. With Telegram Premium, subscribers will now be able to send 4 GB files – enough space for 4 hours of 1080p video, or 18 days of high-quality audio.

All Telegram users can download these extra-large documents, regardless of whether they are subscribed to Telegram Premium.

With Premium, you can follow up to 1000 channels, create up to 20 chat folders with up to 200 chats each, add a fourth account to any Telegram app, pin 10 chats in the main list and save up to 10 favorite stickers.

You can also write a longer bio and include a link in it. Similarly, Premium allows adding more characters to media captions. Finding the proper way to respond to any message will be easier with up to 400 favorite GIFs. Lastly, Premium users can reserve up to 20 public t.me links, making any group or channel you create stand out with a short and concise link.

There is a certain satisfaction in making this confusion you seem to be having — What box to put Brock in? — your problem, not mine. I’ve thought enough about it.

If you’re dizzy because you keep thinking, But it’s just not grammatically correct!, please know that English speakers have been using they as a singular pronoun on the written record since probably the ninth or tenth century.

“The sneaky magical thing about that word, nonbinary, is that it doesn’t say what you are. It only says what you’re not.”

I wonder how software, like a piece of music, can help develop such mindfulness — digital tools reminding you of your digits.

Bluetooth Keyboards

Several keyboard shortcuts are supported when used with an external hardware keyboard, like a Bluetooth keyboard, including the following.

This applies when using TextExpander in the TextExpander app, or any app with built-in TextExpander support. This will not work when using the TextExpander custom keyboard. Third-party keyboards do not have access to use Bluetooth hardware keyboards.

  • ⌘Return : When expanding a fill-in snippet, this will complete the expansion the same as tapping Done.
  • ⌘N : create a new snippet, Snippet Group, or note.
  • ⌘T : switch between the Notes and Snippet Groups screens.
  • ⌘+, ⌘- : Will increase or decrease the size of selected text.
  • Arrow up, Arrow Down : Navigate through a list of snippets or notes.
  • Escape : When expanding a fill-in snippet, this will cancel the expansion.

Thank God I have my car.

With over 3.5K downloads, the AFI Explorer app is tested and supported by a team of Active Duty personnel.

Will this new landscape be an open-source, peer-to-peer, community-first utopia that empowers artists, producers, DJs and labels with unprecedented knowledge and access, or a dystopian vision of a world where subscription tiers replace record collections and data is gatekept by platforms?

Babbage Principle

English is spoken by 20% of the world. English is required by 100% of software.

the most universally accessible software will require the least amount of english.

So why then is it that this specific brand of hedonism, so native to the internet, is getting harder and harder to find on mainstream social platforms?

So why then is it that this specific brand of hedonism, so native to the internet, is getting harder and harder to find on mainstream social platforms?

It is not uncommon that January 27 people undergo maturity crises at the ages of twenty-eight, thirty-six or forty-two, when they are faced by stark choices as to whether they wish to fully accept adult responsibilities or not.

Working with children and young people, starting new projects and studying the process of learning and creativity can all help to sustain their youthful needs in a healthy fashion.

Custom Tags

In addition to the predefined tags always available, scripts in an action can create custom tags which become available to action steps run after the script in the same action. This is useful if a scripted action step processes text to create a value that then needs to be inserted in a later step that shares that text. The below example shows a simple script with creates a tag.

let s = "My String Value";
draft.setTemplateTag("mytag", s);
// after running this script, templates later
// in the action will have available a [[mytag]] tag.

Custom template tag values can also be created using the Define Template Tag action step

If you want to use something which would otherwise be evaluated as a template tag or function but not have it evaluated in actions, it needs to be escaped by placeing a single backslash () character before it. So, for example \[[title]] would be ignored and not replaced with the title of the draft. The escaping backslash would be removed, however.

no argument has dogged my timeline more in the last several weeks than the contention that men aren’t speaking up enough about abortion on social media — and that not doing so is not just a moral failing, but a fundamental abdication of their “place” within the pro-choice movement.

Because the internet played a significant role in increasing our cultural awareness of social justice issues, it has become, for many people, the default space where they expect activism to be performed

Drafts is a fantastic app, but its automation tools and other power-user features are wasted the way I use it.

The short answer is: Yes.

The longer answer is that when it comes to online privacy and health privacy, deleting a period tracker app is like taking a teaspoon of water out of the ocean.

Musk’s daughter Vivian changed her last name to Wilson earlier this year, saying “I no longer live with or wish to be related to my biological father in any way, shape or form.”

The most common types of evidence used in the resulting investigations are text messages, emails, browser search histories, and other information that could straightforwardly point to someone’s intention to seek an abortion.

Get Name has Get Web Page Title parameter

“Find Notes” can now retrieve more than 26 notes at a time

The Magic Keyboard has a floating cantilever design, allowing you to attach iPad Pro magnetically and to smoothly adjust it to the perfect viewing angle for you.

we always think we are further ahead than we actually are.

TiddlyWiki is essentially a giant HTML file, with a lot of JavaScript and CSS mixed in to enable that file to function as a wiki.

In building Stage Manager, Apple sought to combine the objective benefits of multiple app windows shown onscreen (you can do more things at once) with interaction boundaries designed to eschew the typical complexity of window overlap and resizing.

This feature can also be activated with Globe+F

you can keep pressing Globe+F to toggle back and forth between full-screen and the window’s previous size and placement.

Minimize: with this button, you can remove a window from the current workspace (without closing the app) by minimizing it back into the recent apps strip. I’m not sure if “minimizing” is the best word for this, but its associated ⌘M keyboard shortcut matches macOS, so I assume it makes sense for consistency’s sake.

Close: this is the big red button that outright closes a window (if an app has multiple windows open) or closes the window and quits the app (if it has only one window open). This feature can also be activated with ⌘W (again, matching macOS) and it’s what you need to use if you want to remove a window from your current workspace without having it end up as a standalone window in the recent apps strip.

Just the other day, I was writing this article in Obsidian, checking some reference material in Notes, reading some questions about iPadOS from members in our Discord, and viewing some of my liked tweets in the Twitter app about Stage Manager.

I can seamlessly switch between them by clicking them or cycling through them with a keyboard shortcut; I can even drag and drop files and other content between them.

Obsidian is a perfect example here: the app is far from feeling native on Apple’s platforms, but because its developers did the work to support Split View, Slide Over, and Auto Layout before, it works out of the box with Stage Manager when you resize its window. Make it very small, and Stage Manager will turn it into the iPhone version of the app, running on iPad alongside three more apps in a Stage Manager workspace.

Apple is bringing customizable toolbars to iPad apps

There is a new, system-wide find and replace menu for apps that deal with text searches.

The problem with being a haven for writers, however, is that is not simply a neat, beautiful ideal. When something goes wrong or an idea falls through, real people are affected.

The “trusted member” flag in the Directory is intended to help for those concerned, and in all cases those have been assigned manually, by me, specifically to users who have an established history in the community and I have a high level of confidence they can be trusted not to be doing anything questionable – at least not intentionally – with your data.

Share a photo library with your family

Share a separate iCloud photo library with up to five other people.

crufty

it puts four “piles” of apps onto the left side of your screen, like a dock of your various screen configurations. (“Pile” is Apple software chief Craig Federighi’s term, not mine, and it’s not particularly flattering, but it’s pretty accurate.)

Stage Manager makes more apps accessible at once, but it doesn’t make much sense.

It’s just too many ways to mess with your apps.

When my colleague Dan Seifert and I were in a Pages doc together, it seemed to update every sentence or so, so we were constantly writing over top of each other. Tools like Google Docs and Figma do this kind of co-authoring much more seamlessly.

New Core

Completely rewritten core layers of the apps are now shared between Mac and iOS for increased reliability.

Effective July 28, 2022:

  • U.S. business accounts will not be able to receive personal transactions from U.S. PayPal accounts.
  • U.S. PayPal accounts will not be able to send personal transactions to U.S. business accounts.
  • The rate for the “Send/Receive Money for Goods and Services” payment type will be 2.99% (with no fixed fee). This pricing change will result in fee increases for some transactions. You can preview the Merchant Fees page that will be effective on July 28, 2022, following such changes.

A Synced Line is a single line of text, such as a task, quote, bullet point, etc. that is mirrored across notes.

As long as: 1) the file is named not_found.html and 2) the file is located in your root (home) directory, Neocities will automatically redirect any broken links on your site to that webpage.

Gradually, your Write.as account and any subscriptions will become more of a Musing Studio account, to clarify that setting up shop here gives you easy access to all the integrated tools of our suite.

This might include operating more as an “open business,” where you can digitally see more of the things you would easily intuit if we were a physical store — how many customers we get, how busy we are, how active the place is, etc.

To edit a List on TweetDeck:

  1. Click on Lists  from the plus icon  in the navigation bar.
  2. Select the List you would like to edit.
  3. Click Edit.
  4. Add or remove List members or click Edit Details to change the List name, description, or account. You can also click Delete List.
  5. When you're finished making changes, click Done.

If you do not have an iOS device or a machine running OS X to open your IMOVIEMOBILE file, you can still access its contents. First, copy the IMOVIEMOBILE file, rename the file extension to "zip", decompress the file, and the project content will be in a folder called "Assets." You can then open the original content in a video editing program.

External keyboard support
Airmail for iPad supports a variety of useful keyboard shortcuts to make managing your email from the keyboard easier than ever

The OpenAI API can be applied to virtually any task that involves understanding or generating natural language or code.

Instagram no longer cares about photos.

there’s something to be said for the constraints imposed by a note-taking app where you’ll never have more than seven documents.

who wouldn’t want to view Twitter memes in AR?

Work faster on iPad with new keyboard shortcuts.

These actions include Find Tabs, Find Tab Groups, Find Bookmarks, Open Bookmarks, Find Reading Lists, Open Reading List Items, Search Mail, Open Mailbox, Open Smart List, Create Reminders List, and Search Reminders.

It is not available on Windows, but we'd like to add it there in the future.

pandoc -s -t man pandoc.1.md -o example10.1

On learning of an official client going out and my general lack of ongoing feature development and support, I am opting to make it official that this repo will no longer be supported. I wish all the best to the Mastodon team and I am glad I could be part of its history.

like any exercise plan or diet regimen, a commitment to happiness takes effort.

Do a quick inventory of your technology use—how much time do you spend scrolling any platform, unconsciously asking yourself: why wasn’t I invited? Why aren’t I on that vacation?

You need 1,000 followers to go live on TikTok.

200455

limit

integer

The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.

>= 0<= 50

Default value:20

Example value:10

Snap Inc. is a camera company. We believe that reinventing the camera represents our greatest opportunity to improve the way people live and communicate. We contribute to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.

Essayist was founded on the belief that writing academic papers using traditional word processors is inconvenient and inefficient. Our mission is to create a writing app specifically designed for academic writing. Because of its focus, Essayist is simpler and excels at tasks specific to academic writing.

Two incidents per membership year are included.

September 1, 2022 is the final switchover date. This means that, if the developer of one of the apps you’re using has not made the switch yet, parts of the app might not work after that time.

Visual Saturation Settings: Lowers how intense colors throughout Discord are. You can optionally include user-defined content, such as role colors.

Early iterations of social products weren’t primarily focused on entertainment, they were focused on real world utility

Jehovah’s Witnesses are a distinctive subgroup of the Christian tradition for all sorts of reasons. There is the newness, the wholesale rejection of political engagement, and the enforcement of obedience to internal leadership, all of which are sustained by horror.

To leave a prophetic religion, then, demands a radical decentering of yourself in the world.

the iPhone SE, the iPhone 6s, the ‌iPhone‌ 6s Plus, the iPod touch, and the ‌iPhone‌ 7 and ‌iPhone‌ 7 Plus.

For example, last year, when Apple announced the iPhone 13 series on September 14, the company revealed that iOS 15 and iPadOS 15 would be released six days later on September 20.

Migrate from Evernote

To import your notes from Evernote you just need to perform a couple of steps:

  • Export your Evernote notes into a .enex archive following this export guide
  • Import the .enex inside Bear
  • On macOS you can import your notes by selecting FileImport FromEvernote from the menu bar.
  • On iOS you can access to the importers by going to Import & Export in the Preferences, locate the Import From section, select Evernote as format and tap on Import Notes.

The .enex format does not include informations about your notebooks. If you want to keep the notebook name as a reference in Bear we suggest to add a tag to your notes in Evernote before exporting them. The enex does retain the notes you trashed in Evernote, please consider empty Evernote's trash before exporting.

If you want to migrate your Evernote's notebooks to Bear you can use tags. Create a new note in Bear with a tag for every notebook (e.g. #notebook1, #notebook2, #notebook3, etc…). Export each notebook in an enex file and import them one by one. After every import, drag and drop the new notes to the corresponding tag. Use the search to find the newly imported notes (e.g. to find the notes which do not belong to #notebook1 and #notebook2 search for -#notebook1 -#notebook2).

Colorful is better than colorless: the colorfulness of something contributes to the distinction amongst the parts of that something, making it marginally easier to understand how things are structured.

Variable Message Signs (also known as electronic or matrix signs) compose their messages with light-up panels. This lettering is used to calculate precisely which lights should be illuminated to make each letter.

what’s the point of Shortcuts on the Mac if it’s just a launcher for AppleScript?

With the current version of iPadOS, some apps can use up to 12GB of memory on the top-spec iPad Pro. With iPadOS 16, iPad apps have access to up to 16GB of memory thanks to virtual memory swap, allowing the device to tap into its storage to expand the available memory for all apps.

With the current version of iPadOS, some apps can use up to 12GB of memory on the top-spec iPad Pro. With iPadOS 16, iPad apps have access to up to 16GB of memory thanks to virtual memory swap, allowing the device to tap into its storage to expand the available memory for all apps.

Following the beta testing period, Apple officially released iPadOS 16 on Monday, October 24.

Repository: Never abbreviate "repository." "Repository" is always lowercase unless it's starting a sentence.

Open source:

  • Adjective: “Open source” is always lowercase, except when at the start of the sentence. You can use it as an adjective without a hyphen, as in “open source project” or “open source software.”
  • Noun: You can also use the term on its own to refer to open source in general, as in “give back to open source."
  • Verb: It’s acceptable to use open source as a verb when referring to a project that has been “open sourced” or that you intend to “open source.”

You can link to a particular row by clicking the row number, or select multiple rows by holding down the shift key. Just copy the URL and send it to a friend.

Shared iPad requires a mobile device management (MDM) solution and Managed Apple IDs that are issued and owned by the organization. Users with a Managed Apple ID can then sign in to Shared iPad, which is owned by the organization. Devices must have at least 32 GB of storage and be supervised. Shared iPad is supported on:

  • All iPad Pro models

  • iPad 5th generation or later

  • iPad Air 2 or later

  • iPad mini 4th generation or later

Apple School Manager

Apple School Manager is a simple, web-based portal for IT administrators that provides a fast, streamlined way for you to deploy Apple devices that your organization has purchased directly from Apple or from a participating Apple Authorized Reseller or carrier. You can automatically enroll devices in your mobile device management (MDM) solution without having to physically touch or prepare the devices before users get them.

The Documentation Workgroup aims to deliver a great documentation experience for the Swift language and ecosystem with the following goals:

  • Guide development for documentation tooling such as Swift-DocC to benefit the entire ecosystem
  • Define processes that govern contributions to documentation tooling

The workgroup will work to drive a cohesive documentation experience across Swift. Over time, the workgroup will help define guidelines for writing great documentation and participate in the documentation experience for the Swift language itself.

I’ve come to believe the fun­da­men­tal prop­erty of dig­i­tal media is slipperiness.

Be sure to replace the URL in the wget command below with your own.

wget --recursive --no-clobber --page-requisites --convert-links --domains web.archive.org --no-parent https://web.archive.org/web/20180314211747/https://tonyflorida.com

wget --recursive --no-clobber --page-requisites --convert-links --domains web.archive.org --no-parent https://web.archive.org/web/20180314211747/https://tonyflorida.com

wget --recursive --no-clobber --page-requisites --convert-links --domains web.archive.org --no-parent https://web.archive.org/web/20180314211747/https://tonyflorida.com

When everything looks good, hit enter. The wget program will begin to recursively retrieve the contents of your website from the Wayback Machine from that point in time.

The options that we passed to the wget program do the following:

  • –recursive: follow download HTML links from one page to the next
  • –no-clobber: don’t download the same file more than once
  • –page-requisites: download all the files that are necessary to properly display a page
  • –convert-links: convert the links to make them suitable for offline viewing
  • –domains: only download from these domains
  • –no-parent: limit download to files and directories below specified

First-ever Shazamed song: “Jeepster” by T. Rex (April 19, 2002)1

There are tons of ways to install scripts:

  • Share files to JSBox app
  • Open file in Safari, launch action extension
  • Use web server at the same Wi-Fi
  • Use QRCode

If your desktop device is macOS, you can use AirDrop as the most cool way.

PS: All solutions above support js/zip/box formats.

If you're familiar with keyboard shortcuts on your macOS computer, the same key combinations work with Outlook for iOS using an external keyboard, too.

Fang closed the app. The familiar map disappeared. He headed upstairs to join his family, pretending for the kids that everything was OK, pretending he didn’t still want to work.

A lot of WNYC podcasts do transcripts-- I know On the Media does. Outside of WNYC, I think This American Life does as well, and I know enthusiastic fans transcribed Serial.

But as far as I know, there are none for Radiolab. I think I once read a statement from Jad and/or Robert that they view the show as an audio experience, and so believe it can't be captured in a transcript. This is a little unfortunate as someone who has taught Radiolab-- listening to it can be tough for students with hearing disabilities, or ones for whom English is not a first language.

He was funny, too: when I asked what we should expect from Medium over the next few quarters, he deadpanned: “I’m hoping to pivot every three months.”

Medium fills a niche for people who have something to say only once in a while.

The Missourian has not posted a fact check since 2020. The class has not been taught since 2020 because not enough students enrolled in the course.

Both Facebook and YouTube started out as versions of “Hot or Not.”

in the months since Musk signed the deal, the health research team has all but evaporated, going from 15 staffers to just two.

Drafts developer Greg Pierce shared this great idea for Shortcuts automations — auto-replying to bot accounts with their pre-programmed messages.

This is somewhat possible now, because you can set up Messages automations that look for specific phrases — however, Apple has severely limited its capability by disallowing the Run Without Asking feature, so it will notify you but you have to manually run the shortcut at that point:

If it’s difficult to discern ideology— that glue that holds culture together— then describing an emergent subculture, especially when living in it, may be even more difficult.

folks are, at bottom and without realizing it, using idealism about the common good as a pretext for searching for more personally fulfilling experiences.

Since it's not a generic use case, I made a modified version for you: https://www.icloud.com/shortcuts/c7703bdf7ea04e85a4341137321b6f90 Run it from another shortcut, passing a shortcut's name. You can edit the Save File action at the end to specify a folder to save these files.

Mail Assistant 0.2 or greater also provide a “Send Mail” shortcuts action for use with the Shortcuts app on macOS 12 (Monterey) or greater. Shortcuts has built-in mail actions which work with Mail app, but do not have support directly for HTML mail, so potentially useful in some workflows.

Refactored new Shortcuts App Intents. Unfortunately, if you have created Shortcuts on iOS 16/macOS 13 with these actions, you may need to recreate them. The new actions should be stable moving forward.

If you track the music you listen to using Last.fm, AirScrobble is a great app for those times when you’re playing your music on a device that doesn’t support Last.fm. The iPhone app is simple to use. Just tap the app’s big red button, and it starts listening to your surroundings to pick out what’s playing. You can manually scrobble each song with the press of a second button or go to settings to auto-scrobble songs. There are also options to mark a track as Loved, view it on Apple Music, and add it to a dedicated AirScrobble playlist. For $7.49/year, you can get AirScrobble+, which adds your scrobble history using the app and lets you access your scrobble history on Last.fm to scrobble songs that way.

Sent from my iPad

  • New utility: Text Extractor works like Snipping Tool, but copies the text out of the selected region using OCR and puts it on the clipboard. Thanks @TheJoeFin!

this new site represents the biggest reinvention of The Verge since we started the whole thing.

Set Theme

Update themes and theme mode active in Drafts.

  • Parameters
    • Theme Mode system|light|dark
    • Light theme
    • Dark dark
    • New: Implemented toJSON() function on Draft script objects to produce standardize rendering of a draft, which is also compatible with JSON.stringify. Useful for posting to webhooks, etc.

Draft script object has new convenience urls() function that returns an array or URL strings found in the draft content.

Scoped Tags

COMING SOON!

Scoped tags use special markup to limit assignment to only one tag in the scope, and can be a useful tool in creating workflows in Drafts.

Scoped tags are in the format prefix::tag. Drafts will automatically limit any single draft to having only one tag with the scoped prefix assigned at a time. For example, if a draft is tagged status::new, and you assign it the tag status::in-progress, the status::new tag will be removed from the draft. This applies whether the tag was assigned via the user interface, automatically by an action, or even in scripts.

To create a scoped tag, simply assign a tag with the :: (two colon) separator. A couple example use cases:

  • Track progress of item through a workflow, with state tags like status::new, status::in-progress, status::complete.
  • Assign priorities to items with tags like p::high, p::normal, p::low.

Note that when filtering with workspaces, you can filter by scope prefix, so, for example, a workspace with the tag filter status:: would find any drafts with any of the scope’s subtags assigned, like status::new or status::complete.

Some of this was potentially the result of a perfectly reasonable decision that Mossberg and Swisher made 15 years ago—to use the WordPress content management system to help accelerate their publishing time, rather than WSJ’s internal CMS.

Contact Apple Education at 1-800-800-2775

Currently, Apple does not have an existing agreement with the State of Missouri.

This app will help you plan your road trip by giving you need-to-know information about your journey, including road conditions, weather along the way and delays. You can view things like your route's elevation and curviness on interactive charts, and even export your route to the Navigon iOS for voice-guided turn-by-turn navigation. InRoute also helps you find the fastest route to your destination, as well as gas, hotels, places to eat and fun things to stop and see along the way.

Social Media (Facebook and Twitter)

  • "Post on Facebook On my way to the Magic Kingdom"
  • "Write on my wall Having a great time in Florida"
  • "Tweet I love AppleVis hashtag AppleVis"
  • "Tweet visit AppleVis.com"
  • "Post to Twitter AppleVis is awesome!"
  • "Tweet my location Having fun in Orlando!"
  • "Search Twitter for best VoiceOver tips"
  • "What’s trending on Twitter"
  • "Show me my tweets"
  • "What are people saying about Apple"

One way to distinguish between a Literature Note and a Permanent Note is by asking this question: “Is this someone else's idea or mine?” If the answer is, “It is my idea.”, then it is a Permanent Note.

if you want to publish your digital garden online, but don't want to pay for the “Publish” feature from Obsidian, check out Quartz. This is an open source repo that can turn an Obsidian vault into a digital garden website.

On January 27, 2010, at a special press event billed as "Come see our latest creation," Steve Jobs unveiled the iPad.

We introduced Stage Manager as a whole new way to multitask with overlapping, resizable windows on both the iPad display and a separate external display, with the ability to run up to eight live apps on screen at once. Delivering this multi-display support is only possible with the full power of M1-based iPads. Customers with iPad Pro 3rd and 4th generation have expressed strong interest in being able to experience Stage Manager on their iPads. In response, our teams have worked hard to find a way to deliver a single-screen version for these systems, with support for up to four live apps on the iPad screen at once.

External display support for Stage Manager on M1 iPads will be available in a software update later this year.

MMCS

MobileMe Chunk Storage, used by iCloud, splits blobs into chunks and stores them at Apple/AWS/GCP with convergent encryption (content hash as key); MMCS.framework

those issues had nothing to do with sentience but stemmed on the contrary from the fact that they were entirely unconscious, that they mindlessly parroted the racist, misogynistic, and homophobic language they’d absorbed from the internet data they’d been fed.

We stand with the people and government of Ukraine against the Russian invaders. 

  • We have removed our apps from sale in the Russian App Store and Google Play.
  • We will not do business with Russian-owned companies or companies that support the Russian invasion of Ukraine.

the iPad is a revolutionary device, because it’s not a computer. The iPad isn’t for writing, it’s for reading. It’s not for making films, its for watching films. It’s not for developing software, it’s for using software. The iPad is a consumer device. What makes the iPad revolutionary is its single-minded focus on media consumption.

"He never stopped pushing for stories that illuminated life away from the coasts. Even after decades in his job, he wanted to make sure no one ever thought of the region as 'flyover country.'"

"[I wanted] to make sure that people would choke on the words 'Rust Belt' or 'flyover' when they think about my region."

David Blue shared this shortcut for formatting links from LookUp for iOS into Markdown — this app is great for, well, looking up words and storing them in custom research groups:

References allow to explore the rest of the shared content and discover new ideas or overlooked portions of works.

for an experience to become delightful and retentive, it must first be usable and well crafted

Report spam or junk messages

When you use iMessage, you can report spam messages to Apple. Depending on your carrier and country or region, you can also report spam you receive with SMS and MMS.

In the list of messages, press and hold the spam message, then tap Report Junk. Or, if you’ve opened the message and the person isn’t saved in your contacts, scroll to the bottom of the message, tap Report Junk, then tap Delete and Report Junk.

The sender’s information and the message are sent to Apple, and the message is permanently deleted from your device.

Note: Reporting junk or spam doesn’t prevent the sender from sending messages, but you can block the number to stop receiving them.

If you don’t see the option to report spam or junk messages you receive with SMS or MMS, contact your carrier. See the Apple Support article Wireless carrier support and features for iPhone.

As much as Apple may want it to be, the iPad is not a computer. It’s just not. This is not a complicated philosophical discussion — an iPad is not a computer because it runs a tablet operating system, not a computer operating system. Take your finger off that DM button because I will not debate you on this. It’s not a computer.

Drafts, Greg Pierce’s writing and note-taking app, includes a feature I’d love to see come to similar apps. The app lets you use a Live Activity as a sort of bookmark to get back to a specific document. Drafts has an existing feature that lets users pin a document, making it easy to return to quickly. With the latest update, you can optionally start a Live Activity when you pin a document. Tapping the Dynamic Island reopens the document, and expanding it or going to the Lock Screen view reveals an excerpt of the text of your document. As with the Dynamic Island, a tap takes you back to your pinned note, so you can continue writing.

keyboard shortcuts

it’s the most powerful and customizable Twitter client you can find on Apple platforms right now.

in the upcoming version 4.0 of Spring, you’ll be able to open any view as a custom, in-app split-screen mode that works in tandem with multi-windowing on iPad but is also supported on the iPhone.

You can select text on images with Live Text.

Spring is the only third-party Twitter client I’ve found that tries to “complete” threads in the main timeline just like the Twitter official app and website do, meaning that you’ll always see the original tweet alongside a reply to it in your timeline for additional context.

Spring has added support for viewing edited tweets and their edited history as well as tweets containing mixed media.

anything can become a custom view in the app and turned into a permanent tab for future access.

Some 18,000 people signed up for Mastodon accounts between October 20 and 27, says Eugen Rochko, the platform’s CEO. As of October 28, it had 381,113 active users. Mastodon’s Twitter handle is also being used a lot across Twitter by people announcing new Mastodon accounts, Rochko says.

RemindersTantor

16

Sydney

The codename convention for iOS are ski resorts.

if you need a microphone in a pinch to use with your Mac, you can use the audio part of Continuity Camera without activating the camera. Just go to the Sound section of System Settings. If your iPhone is nearby, you’ll see it as an input source. Select it, and regardless of whether your iPhone is unlocked, you’ll hear the Continuity Camera chime indicating that its microphone is live and ready to use.

How many times have you encountered someone (or been that someone) who, when confronted with a discrepancy between what's on the screen and what's literally in front of them, muttered This can't be right ... at the reality before them?

  • Select Domain List from the left sidebar.
  • Click the Manage button next to your domain.NameCheapImage.png
  • Click Advanced DNS.
  • Click Add New Record.
  • Copy and past in the CNAME records provided in the admin panel
  • Repeat steps 4 and 5 but for the TXT records also shown in the admin panel
  • Once you've saved your records in NameCheap, click I've added my DNS record in Craft and your DNS will begin to propagate. This usually takes a few minutes, but in some cases, propagation can take up to 24 hours. Once the DNS is verified the flashing amber dot will turn green and your domain is ready to use.

Micro.blog is designed to allow third-party developers to hook into the service with their own apps. One of the first of those to be launched is Icro, by Martin Hartl. I’ve only tried the app for a short time, but was immediately struck by its clean design. Looking much like a tab bar-based Twitter client, Icro uses round avatars and accents of orange and salmon that create a calm, pleasing look. Micro.blog users should give this free alternative Micro.blog client a look.

Personal Hotspot over 5GHz Wi-Fi is enabled by default on all iPhone 12 models. In the Settings > Personal Hotspot menu on these devices, there is a new "Maximize Compatibility" toggle that reverts Personal Hotspot to 2.4GHz Wi-Fi when enabled, with Apple noting that this may reduce internet performance on devices that are connected to the hotspot.

The National Institute for Standards and Technology (NIST) Urges Schools to Implement a Zero Trust Architecture to Protect Against Cyber Attacks.

Ars longa, vita brevis, occasio praeceps, experimentum periculosum, iudicium difficile.

This app is great for when I need to jot down a quick note. From there, I can decide what to do with it later or immediately perform an action or set of actions on the text and send it somewhere else like a message, a tweet, or elsewhere with a URL scheme.

Timery’s Shortcuts integration has gotten a boost with the latest update too. There are two new actions:

  • Find Saved Timer
  • Find Time Entries

The actions do what their names suggest, but what makes them so powerful is predicate filtering, a new Shortcuts feature introduced with the OS updates this fall. Predicate filtering allows you to search based on keywords and to narrow your search by project, start time, workspace, and more. These new actions are an excellent example of just how powerful predicate filtering is.

This update adds the same functionality to video messages, allowing Premium users to get an instant text transcript.

Topics in Groups

Telegram groups can support huge communities with hundreds of thousands of users. To keep these chats easy to read, groups with over 200 members can now enable topics and create separate spaces for any subject.

Topics function as individual chats within the group – supporting their own shared media and notification settings. Members are free to chat in any topic from Anime to Zoology, using all their favorite features like polls, pinned messages and bots.

This feature is intended specifically for large groups, adding new ways to customize their chats and promote discussion. Later this year, we expect to introduce a different set of tools, tailored to small groups. If you want to give topics a test drive, try them out in this public group.

Group admins can enable topics in their Group Settings, and can control who is allowed to create and manage topics in Permissions.

As with anything on Telegram, further updates will bring more powerful tools for both admins and users of this feature.

in the face of capitalist destruction, Christian theology and ecclesiology must "slant" to the left.

there is a new option in Layer Export where you can crop a layer's bounds to the canvas size.

there’s an important difference between caring about new apps and trusting only a few selected ones for my work

Commands

A command is a simple /keyword that tells the bot what to do. Telegram apps will:

  • Highlight commands in messages. When the user taps a highlighted command, that command is immediately sent again.
  • Suggest a list of supported commands with descriptions when the user enters a / (for this to work, you need to have provided a list of commands to @BotFather or via the appropriate API method). Selecting a command from the list immediately sends it.
  • Show a menu button containing all or some of a bot’s commands (which you set via @BotFather).

Commands must always start with the / symbol and contain up to 32 characters. They can use Latin letters, numbers and underscores, though simple lowercase text is recommended for a cleaner look.

Here are a few examples:

  • /next
  • /cancel
  • /newlocation
  • /newrule

Commands should be as specific as possible – for example /newlocation or /newrule is better than a /new command that then requires an additional parameter from the user like "location“ or ”rule".

While using Stage Manager with an External Display, dragging a second window to the workspace incorrectly hides the Recent Apps list—shifting all windows in the workspace to the right. (98540114)

what the fuck is Awoo Mode???

Also, I'm now on Mastodon. Follow me at @neilhimself@mastodon.social -- and there's an invitation waiting for you at https://mastodon.social/invite/kP5BRV9s. My first ever Mastodon post has a Good Omens photo from yesterday. Expect more mysterious backstage photos there -- and here -- for a while...

Download using the textastic:// scheme

In addition to x-callback-url support, the textastic:// scheme can be used to easily download the server response of HTTP URLs.

You can use this feature to view the source code of a website or download files into Textastic.

This is what you need to do:

  • Make sure your iPad or iPhone has an active internet connection

  • Open a website in Safari or another browser app like Chrome

  • Tap on the address bar

  • Replace http:// with textastic://

  • Tap Go on the on-screen keyboard

  • Textastic will open and start to download the file at the URL. It will be saved to the root directory in the local file system. When the file is downloaded, it will be opened in the editor.

Tap and hold the ^ button to clear the console’s history.

What people who didn’t have friends in middle school think having friends in middle school was like.

The JFK assassination episode of Mad Men. In one long single shot near the beginning of the episode, a character arrives late to his job and finds the office in disarray, desks empty and scattered with suddenly-abandoned papers, and every phone ringing unanswered. Down the hallway at the end of the room, where a TV is blaring just out of sight, we can make out a rising chatter of worried voices, and someone starting to cry. It is— we suddenly remember— a November morning in 1963. The bustling office has collapsed into one anxious body, huddled together around a TV, ignoring the ringing phones, to share in a collective crisis.

Adderall.

Note: Before anyone dives into these streams, I also wanted to be up front and set expectations that I got pretty frustrated during these streams. You can clearly see Shortcuts break for me many, many times in a row, where I run into the same bugs repeatedly for hours on end.

I really don’t enjoy losing my cool on-camera, and I don’t want to be putting negative energy out — but this is the real experience of what it’s like for me working in the Shortcuts app.

Hopefully seeing it in action clarifies the issues to folks at Apple, and for me, this process is necessary for me to get this kind of deep work finished.

You can see multiple times where I almost give up, but streaming this and having the support from chat kept me going — and I made significant progress in the face of these challenges.

Thanks for tuning in if you want, but there’s no expectation that you should rewatch these — time to move forward and work with what we’ve built so far.

Toot! Is an iPhone and iPad client for Mastodon. The app has been around for quite sometime, but until this week, hadn’t received an update in nearly two years. With the surging popularity of Mastodon, though, the developer has begun updating Toot! with the social network’s newest features, including administrator notifications, plus support for the latest versions of iOS and iPadOS.

Strip Silence

The “Strip Silence…” command slices out silent (or nearly-silent) parts of an audio clip. If you’re familiar with a “noise gate”, it’s similar, but the quiet portions are removed from the project altogether, not just silenced.

Strip Silence splits a single clip up into several clips, one for each continuous section of sound. For example, if you have a recording of someone “speaking… with… long… pauses… between… each… word… like… Shatner… or… Walken…” then apply Strip Silence to it, you will end up with one clip for each word, with empty space in the project where the pauses used to be.

When you select the command, the Strip Silence control panel appears at the bottom of the screen. As you adjust the controls, blue shading will mark the regions that will be cut out (for very long pieces of audio, the Strip Silence command may take a little time to update when you change the controls. You’ll see a progress bar below them while this happens).

There are three Strip Silence controls:

Threshold

Sections of audio are only removed if they’re quieter than this level.

Edge Fade

With this switched off, you’ll get hard cuts between the sound and silent sections. Increase the fading, and the Strip Silence command will fade in just before the start of each piece of audio, then fade out when it returns to silence.

Minimum Silence

This is the minimum duration of silence between two sections of audio. If you’re working with very long audio, you should probably turn this up so your timeline doesn’t resemble the aftermath of a hailstorm. This can be particularly useful for projects such as interviews, if you have a separate recording for each participant.

Once you tap the Done button to confirm the command, the sections marked in blue are deleted from the timeline. Note that the audio left behind is not moved to fill the gaps — the timing of your project is unchanged. You can use the Tighten Audio command afterwards if you want to “ripple” all the deleted sections.

Tip: Like all edits in Ferrite, Strip Silence is non-destructive: the silent parts of the audio are removed from the project, but they are not removed from your device, and can be restored either by tapping Undo, by dragging the edges of the pieces to “uncover” more of the audio, or even simply adding the audio back into the project.

Note: While the panel is open, you can zoom in and out of your project, pan around, and listen to it, but you can’t make edits until you either confirm or cancel the Strip Silence command.

opening three iPhone-sized apps side by side simultaneously.

This courageous act was possible because the bus and the sociotechnological system in which it operated were terribly inefficient.

2

Here's the command to make your laptop behave like it did Pre-Lion (courtesy of my friend):

sudo nvram boot-args="iog=0x0"

Works perfectly for me. If it screws up your system, just zap the PRAM next boot (cmd-opt-p-r) and you'll be back to the default Lion state. Or if you can still get into terminal, this command will get you back to Lion's default state as well:

sudo nvram -d boot-args

With the appropriate cable or adapters, you can connect various third-party mouse devices with iPad using USB and USB-based receivers. Refer to the device manufacturer’s instructions.

With Buddy Controller, iPad combines two controllers to drive a single player in a game so a friend can help you get to the next level. Buddy Controller is compatible with any game that supports game controllers.

  1. Connect two compatible game controllers to iPad through Bluetooth or the Lightning or USB-C connector.

  2. Go to Settings  > General > Game Controller > Buddy Controller.

  3. Choose the primary controller, then choose the secondary controller.

Results are limited to a maximum of 500 items.

By now, it should be commonsensical that the interests of profit-driven media firms and democratic societies will never fully align.

I’m a dock kind of person.

Timery has adopted Toggl’s new API, which has enabled some great new features. First, the time tracking app for the Toggl time-tracking service now includes three weeks of recent time entries, making it easy to restart previously-used timers. The app’s summary reports allow grouping by projects, tasks, descriptions, tags, and clients. Shortcuts for Mac gets a new Timery action that starts a saved timer from a list of saved timers and includes an optional start time parameter. Timery’s duration interval now includes an option to simplify its format for timers that last less than an hour, and paid Toggl users can set a custom project color and more.

Try to beat Pinafore on performance and accessibility! I think that would be a great outcome.

The Fediverse – for folks who don’t already know – is what folks call the constellation of applications that use the ActivityPub protocol. This makes ‘em interoperable in ways the big platforms are not. There are dozens – hundreds – of apps that use the protocol. Personally, I use Pixelfed (think instagram), Mastodon & Pleroma (think twitter-ish), and WriteFreely ( a blogging platform – this one, in fact). What that means is that you can follow all of those activities – photos on Pixelfed, posts on Mastodon and Pleroma, and blog posts on writefreely – all from your e.g. Mastodon account.

“Try to inspire people, don’t take life too seriously, lead a fun life. And don’t be an asshole.”

Mastodon seems to be more about conversation rather than shouting

The only way to run JavaScript offline from a web archive.

Hexbear is a leftist social platform centered around community building through discussion, shitposting memes, and sharing content.

Diagram rendering is available in GitHub Issues, GitHub Discussions, pull requests, wikis, and Markdown files.

even though Mastodon has been around for a few years, many of us (myself included) are only realizing now that we should have paid attention to this kind of technology years ago.

  • Offering to help when you see an opportunity to offer it.
  • Looking for opportunities to provide help, even if it’s outside your normal duties.
  • Making things better because they need to be made better.
  • Volunteering for special projects.
  • Showing up places you think you might be useful.

You will receive a warning each time this action attempts to delete more than 99 items at once. This warning can be turned off in Things’ Settings.

As a Mastodon user, your perception is that everything is unified. Admins and protocols manage the ugly business of ensuring communications move seamlessly across federated instances.

Mammoth, an open source app by a new startup, that comes with it’s own instance moth.social launched in beta.

an iPad, at least for people like me, isn’t supposed to be a companion to work that happens somewhere else. It is the work.

What’s worse? Being begrudgingly productive or happily inefficient?

This DDoS attack brings this discussion to the foreground again, and illustrates a practical drawback of centralization: it creates vulnerability.

Adderall prescriptions for adults rose 15.1% during 2020

Videos (MP4, M4V, MOV, WebM) up to 40MB. Video will be transcoded to H.264 MP4 with a maximum bitrate of 1300kbps and framerate of 60fps.

  • Anyone with a paid developer account can now install the betas without first installing a developer profile on their iPhone or iPad.

Mark Denton (aka Skyhawk Heavy) is the Infinite Flight Pilot Community Manager, as well as a real world pilot. He grew up around aviation with his father flying on C-130’s in the US Coast Guard. He currently lives in Mobile, AL. Whether he’s flying in a 172, driving IFATC controllers crazy with his tight Spitfire patterns, or just plane spotting, he has an undying love and passion for aviation and of course for his son, Wake Turbulence.

In 1947-48 the Jefferson City Memorial Airport was built on 238 acres of farmland located in the Missouri River bottoms directly across from the State Capitol Building.  The original construction consisted of one paved runway that was 2,500 feet long, and two grass strips, each of which were also 2,500 feet long.  Improvements were made to the runways in 1956, 1963, 1972, and 1985, resulting in the configuration that we have today.  Currently, the main runway (12-30) is 6,000 feet long by 100 feet wide with a concrete surface.  It is equipped with high-intensity runway lighting and several instrument approach procedures.  The crosswind runway (9-27) is 3,400 feet long by 75 feet wide.  It has a concrete surface and medium-intensity runway lighting.  Both runways have parallel taxiways.  Additional facilities include the Airport Terminal Building, which was constructed in 1966, and the Air Traffic Control Tower which was commissioned in 1973.  Air traffic control services are available from 6:00 a.m. to 9:30 p.m., daily.  Control Tower staffing is provided by Midwest Air Traffic Services, Inc., through a contract with the FAA.  Radar approach control services are provided 24-hours per day by Mizzu Approach, which is located in Springfield, Missouri.

Available Services: Aviation Fuel (Jet-A and 100LL), Line Service and Aircraft Parking, Hangars, Flight Training, Aircraft Rental, Maintenance, Parts, and Avionics.

In spring 2019, a year before Bowers came on, the airport was hit by flooding that damaged buildings and runway lighting, culminating in the demolition of the airport terminal, which is currently being rebuilt.

Subliminal Programming.  The Commission sometimes receives complaints regarding the alleged use of subliminal perception techniques in broadcast programming.  Subliminal programming is designed to be perceived on a subconscious level only.  Regardless of whether it is effective, the broadcast of subliminal material is inconsistent with a station's obligation to serve the public interest because it is designed to be deceptive.

Siple and Passel expressed it in units of kilocalories per hour per square meter

The final app in my Home Screen’s third row is ReleaseBot, an app by my son Finn. The app isn’t available on the App Store because it’s specific to the work Federico and I do at MacStories, but it’s a great way to stay current on app releases. We’ve each compiled personal lists of hundreds of apps we want to monitor, and ReleaseBot pings the App Store regularly to see if an update has been released for any of them. When an app gets updated, we get a notification with its release notes in copyable form, which isn’t possible on the App Store, plus a button to open the full App Store entry inline.

you can create an Apple Frames automation to get the most recent screenshot, frame it, and save it to the Photos app with no manual interactions; or you can automate Apple Frames to get the 10 most recent screenshots from your library, frame them individually without merging them, and save the results in a folder of the Files app.

googletranslate://?sl=en&tl=tr&text=hello%20world

You can change the parameters

  • sl = source language
  • tl = translation language
  • text = the thing you want to translate

Update: I found that setting sl=auto sets the source language to "Detect Language", and that the language values are ISO 639 codes. This discussion has some other potentially useful parameters.

The versatile Mastodon client Tusker, which we covered a few weeks ago on AppStories, was updated this week with a lot of enhancements and nice quality-of-life improvements. Some of the highlights include: you can now pin specific public timelines to the Home tab of the app; you can choose to hide rich link preview cards; the Bookmarks screen now supports infinite scrolling to load large sets of bookmarked posts; there is proper state restoration for more screens in the app; and, my favorite, you can now choose to sync your timeline position using the Mastodon API rather than iCloud. In my early tests, I haven’t been able to sync my Home timeline with the Home tab in the Mastodon web interface, but the Tusker developers mention in the app’s settings that it’s a known limitation. The Mastodon sync API seems to be a relatively new and barebones option that’s not widely supported yet, so I hope to see more work from the Mastodon team put into this feature soon. Eventually, I’d love to seamlessly switch between iOS and web clients for Mastodon and always keep my timeline position.

  • AI-generated content without a disclosure — We welcome the responsible use of AI-assistive technology on Medium. To promote transparency, and help set reader expectations, we require that any story created with AI assistance be clearly labeled as such.

A plain-text editor for macOS with a focus on a minimalistic user interface, pretty and customizable themes, and useful features.

I enjoy having a small text editor for plain text files. Many editor apps try to do too much, or try to be portable and then sacrifice functionality instead. I decided I wanted to build something simple and targeted to macOS only so that I could use all of the cool features of macOS.

This project was inspired by a previous project of mine, TipTyper, which was also a plain-text editor, but written in Objective-C. That was the project that taught me Cocoa programming. Now that I feel I have an improved level of knowledge of Cocoa, I felt it would be appropriate to re-do that project, but now using the fantastic Swift programming language.

And because some people prefer light text on dark background, others dark text on white backgrounds, some others enjoy sepia tones, and others something completely different, I felt it was important to have a capable theme engine to allow the user to pick whichever colors they want for the entire document interface.

Work in this project is still ongoing, albeit a bit slow.

astonaut is a client for Mastodon, the distributed social network with over 2 million users worldwide.

I enjoyed using Mastodon a lot in the past already, but I felt that the experience could be better if I were using it from a desktop app instead of a web browser.

So I started this project back in December 2018, and six months later it made its way to the Mac App Store. Mastonaut has already gathered a significant user base, and I've since updated the app several times to add more features. It is an ongoing project that I work on during my spare time.

It is a Cocoa app written mostly in Swift, with some logic that's bound to strings and attributed strings processing in Objective-C for performance. No third party libraries are used, with the exception of MastodonKit (a library for the Mastodon API) and SVGKit, to render SVGs on the fly.

A lot of technical effort was placed on making Mastodon's custom animated emoji look good in the app, since most other clients (including for iOS) simply display their static versions. This is a whimsical feature that is technically difficult to implement well in Cocoa/AppKit, but I deemed it a worthwhile one, and in the end it looks great.

[March 7 2023

1Password for Mac 8.10.1

](#1password-for-mac-8.10.1)

  • We’ve made several under-the-hood improvements related to copying information from item fields. #5218,#17651
  • We’ve fixed an issue where you couldn’t enter your new Secret Key in the app if prompted. #18081
  • We’ve fixed an issue where pressing the Escape key would close multiple pop-ups in the app instead of just the visible pop-up. !16280
  • We’ve improved the LastPass importer to import items even if it contained data that couldn’t be decrypted. We now tag them with !-repair-items-lastpass, so that customers can review the items manually and compare it to their LastPass counterpart. #20076
  • We’ve fixed an issue where the list of accounts in the pop-up to create a new vault wasn’t updated when another account was unlocked. #19982,#18880
  • We’ve fixed a visual issue where some tooltips in the app would adjust in size after being displayed. !16239
  • We’ve fixed a small visual issue related to the tooltip for the Reveal Password button on the lock screen when using a keyboard to navigate. !16239
  • Search filters like =untagged can now be used without keywords. #19917
  • 1Password will now automatically lock in more specific conditions, like when you log out of your current user or the screensaver is activated. !16221
  • We’ve fixed an issue that caused the New Vault and Collections screens to not update after unlocking another account. #19982,#18880
  • We’ve fixed an issue where deauthorizing a specific device and updating your sign-in details at the same time wouldn’t remove the local copy of the data on that device. (Thanks, Michael Rops!)

The Mail.app doesn't export selected message to TXT programatically. You can use GUI scripting, but GUI scripting is bad solution in this case. Exists other way, described here.

The script assumes the message is selected in the Mail.app and creates text file on the desktop, but you can indicate other folder.

Bullshitters, Frankfurt argued, are worse than liars. They don’t care whether something is true or false. They care only about rhetorical power — if a listener or reader is persuaded.

Say that A and B, both fluent speakers of English, are independently stranded on two uninhabited islands. They soon discover that previous visitors to these islands have left behind telegraphs and that they can communicate with each other via an underwater cable. A and B start happily typing messages to each other.

Meanwhile, O, a hyperintelligent deep-sea octopus who is unable to visit or observe the two islands, discovers a way to tap into the underwater cable and listen in on A and B’s conversations. O knows nothing about English initially but is very good at detecting statistical patterns. Over time, O learns to predict with great accuracy how B will respond to each of A’s utterances.

Soon, the octopus enters the conversation and starts impersonating B and replying to A. This ruse works for a while, and A believes that O communicates as both she and B do — with meaning and intent. Then one day A calls out: “I’m being attacked by an angry bear. Help me figure out how to defend myself. I’ve got some sticks.” The octopus, impersonating B, fails to help. How could it succeed? The octopus has no referents, no idea what bears or sticks are. No way to give relevant instructions, like to go grab some coconuts and rope and build a catapult. A is in trouble and feels duped. The octopus is exposed as a fraud.

Podcasts will soon auto-play on Spotify, meaning as one ends, another will begin.

fix a 39 year old bug where changing the last line in a file wouldn’t refresh properly.

With low carbon emissions, and no requirement for expensive ground infrastructure like airports or roads, because they can load and unload cargo while hovering, airships could be a sustainable solution for logistics across the globe.

As many Infinite Flight users anticipate our first release of the year, we'd like to give you a quick update as to where things are headed. We have some UI changes and a great new feature to help curate a more interesting experience using our simulator. With this, our multiplayer server updates, and a lot of behind-the-scenes improvements comes the potential for more troubleshooting. During this time, our airport editing team keeps cranking out new 3D airports!

As a result we're gearing up for 23.1 which will include a huge list of new airports, a collection of new liveries across several aircraft, and many bug fixes and performance improvements. Our goal will be to deliver our new secret feature with UI updates, even more 3D airports, and the Challenger 350 starting in 23.2, and onward. In the mean time, our 3D artists are underway working on the mighty A380!

Stay tuned for more information on the release of 23.1.

the required compute power for getting things done might be a lot less than you think.

Saying “No” is the most effective and least expensive productivity and time management tool anyone has.

when you're viewing a Mastodon page in another instance, clicking the extension icon in Safari's toolbar opens that page in your own instance. On the other hand, when you're viewing a Mastodon page in your own instance, clicking the extension icon in Safari's toolbar opens that page in the original instance.

there is no way to assign keyboard shortcuts to extension buttons in Safari.

Simple rules produce complex behavior. Complex rules produce stupid behavior.

When I heard that Tesla sued for this review I assumed it was because Clarkson did the whole review by making jokes about the roadster not even being able to finish a lap, and then ending it by pretending that the battery spontaneously exploded. But this is actually really level headed and any gripes don’t look exaggerated or made up.

Resolved after less than a minute

most of the time, we’ve already worked out much of what we need to say in another text document.

Dragging an HTML file or an image into BBEdit will now generate appropriately formatted Markdown.

"Process Duplicate Lines" provides a new option: "Ignore empty lines". When not using a pattern match, turning this option on will leave any empty lines (i.e. lines which contain no characters other than the line break) alone, even if there are multiple lines in sequence. This option has no effect when "Match using pattern" is turned on.

BBEdit keeps a history of find/replace searches, and lets you save complex grep patterns with names for easy recall.

Hey everyone! We started testing the beta and we are close to getting it into your hands.

The good news is that the beta has cleared Apple’s review process, so we should be able to push updates a little faster now.

A few newly discovered bugs are important enough to spend the next few days squashing them before we go to a broader release. We also don’t want to release it on a Friday as we’d prefer to be around to address feedback quickly.

If all goes well, we hope to give you both the Mac + iOS beta with sync next week. Stay tuned!

Flight Tracker

Make the desktop less transparent: Choose Apple menu > System Settings, click Accessibility in the sidebar, click Display on the right, then turn on “Reduce transparency.” (You may need to scroll down.) The transparent areas of the desktop and app windows become gray.

I have also heard of people who use it to let their toddlers pretend they work on a computer.
Also people with cats.

Your mission will be to improve the simulation's in-game content management tool.

CloudKit is faster than iCloud Drive, which sometimes doesn't sync at all until you open the Files app (iOS) or iCloud Drive folder (macOS).

The Dash 8 is in widespread service and the Q400 variant remains in production.

Unless specifically identified as such, Apple Maps' use of any third party trademarks does not indicate any relationship, sponsorship, or endorsement between Apple Maps and the owners of such trademarks.

the Ask for Input action now lets you enter multi-line text instead of one line at a time only. As an advanced user of the app, I’m glad I can now – checks notes – enter multi-line text in a dialog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment