/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rhonabwy.com
| | www.uraimo.com
8.4 parsecs away

Travel
| | A new XCode version and a maintenance release of the Swift compiler are now available
| | indiestack.com
5.4 parsecs away

Travel
| | Apple released Xcode 15 a couple weeks ago, after debuting the beta at WWDC in June, and shipping several beta updates over the summer.I've been using the betas on my main work machine, and for months I've been mildly annoyed by warnings such as these:ld: warning: ignoring duplicate
| | www.cocoanetics.com
8.3 parsecs away

Travel
| | This is a prototype of a podcast episode. Please let me know in the comments or on twitter what you think about it. Subscribe to the Podcast in iTunes Below the fold I posted my script which doubles as Show Notes with hyperlinks. The News On November 13th Apple introduced a new feature to iTunes Connect. This allows you to see when your app's status has changed. You can subscribe to get an e-mail every time there is a change to the status. Visit theManage Users section of iTunes Connect, click Edit Profile, select the Notifications tab and click the Status Update boxes. There is a new status "Waiting for Review". This shows that you have submitted your app, but review has not started yet. At the same time the release date info in iTunes was changed to show t...
| | blog.yoshuawuyts.com
30.4 parsecs away

Travel
| [AI summary] The article explores the capabilities and benefits of async Rust, emphasizing its unique features such as concurrency, cancellation, and control over execution. It discusses how async Rust separates concurrency from parallelism, enabling finer control and optimization, especially for latency-oriented workloads. The text also highlights the importance of the ecosystem, noting that many network-related libraries use async Rust, which influences the choice of libraries for developers. The conclusion reinforces that async Rust provides essential tools for managing execution and concurrency that are not available in non-async environments, making it a preferred choice for certain applications.