ylliX - Online Advertising Network

Sweet Potato Shakshuka

Extracted from Ottolenghi Test Kitchen: Shelf Love by Noor Murad and Yotam Ottolenghi (Ebury Press, £25)1. Preheat the oven to 200°C/400°F fan. Poke the sweet potatoes all over with a fork (about 8–10 times) and place them on a medium, parchment-lined baking tray. Bake for 45–50 minutes, or until cooked through and softened. Set aside […]

International Friend of Mystery : Invisibilia

In 2007, American anthropologist Katherine Verdery found herself staring at almost 3,000 pages worth of Top Secret files… all about her. What Katherine found in that dossier turned her world upside-down and tested her most basic assumptions about trust, betrayal, friendship and power. Additional Resources: More from Katherine Verdery: More about Communism and its aftermath […]

105: “Building various kinds of editors”, with special guest Marcin Krzyzanowski | Swift by Sundell

Marcin Krzyzanowski returns to the show to talk about building editors for Swift code, backend-driven user interfaces, and more. Also, the challenges of working with text-based data, the pros and cons of composition, and managing hobby projects. RevenueCat: In-app subscriptions made easy. RevenueCat handles the pain points of implementing subscriptions and in-app purchases, so that […]

All About Opt-In Annotations

The opt-in mechanism in Kotlin allows you to mark APIs that should be used carefully – or perhaps not at all. If you mark a declaration (a class, a function, a property, anything really) as opt-in required, using it will produce a warning or error in the code, prompting the user to explicitly opt in […]

Previewing SwiftUI views in landscape | Swift by Sundell

Starting in Xcode 13, SwiftUI views can now be previewed in landscape orientation using the new previewInterfaceOrientation modifier. For example, here we’re previewing a MenuView in both portrait and landscape by creating two instances of our view within its PreviewProvider: struct MenuView_Previews: PreviewProvider { static var previews: some View { MenuView() MenuView().previewInterfaceOrientation(.landscapeRight) } } Note […]

Nun of Us Are Friends : Invisibilia

It’s a basic tenet of friendship that you get to choose your friends. In this episode, we look at two institutions that experimented with taking away that choice. First, we follow two women who lived in Catholic convents in the 1960s. Then, we hear about a program for high schoolers — Telluride Association Summer Program […]