{$lblSkipToContent|ucfirst}
Federico Viticci: At this point, you may be wondering: if someone has an account on a different instance, or posted something I want to reply to, how can I do this from my account on a separate Mastodon instance?This is where my friend Jason Snell c…
Lees meerChristian Tietze: I was under the (wrong) assumption that the mutating func needed to, well, somehow mutate the receiver of that method call, like change a property value. And that this in turn would be noted “somewhere”. Conversely, I was under the…
Lees meerTim Kientzle: I thought it would help to have an informal sketch to help outline why move-only types are interesting, clarify a few subtle points (like what “move” really means), and briefly explain some of the issues we’ll need to tackle in order t…
Lees meerDougall Johnson (Hacker News): Generally translating each instruction only once has significant instruction-cache benefits – other emulators typically cannot reuse code when branching to a new target. […] Given these constraints, the goal is general…
Lees meerHoward Oakley: You might think that apps are either running or they’re not, but there are actually four different states a macOS ap can be in (in addition to those a user shouldn’t directly encounter, such as suspended). […] Intel apps running with …
Lees meerSean Hollister: Yes, I am playing Dope Wars on a Palm Pilot inside my iPhone. It’s thanks to The Internet Archive, which is once again launching a giant collection of software you can instantly play on any web browser, up to and including your touch…
Lees meerAmy Worrall: TextKit has the option to truncate the last line of text if there’s more text than will fit in the container. It does this by displaying an ellipsis. But what if you wanted to display something else to indicate truncation? (In my case, …
Lees meer