Greg Kopel
@gregkopel.bsky.social
📤 109
📥 31
📝 29
Software Developer: iOS | macOS | Swift | Swift UI Still coding in Obj-C 🦖
https://netmedia.dev
reposted by
Greg Kopel
Matt Massicotte
19 days ago
Over the last few months, a bunch of promising leads haven't worked out. These things can take months, so who knows? But in the meantime, I have room for more work. I help teams adopt Swift 6/Concurrency with confidence and success. More info about me here:
www.massicotte.org/consulting
loading . . .
Consulting
I write stuff here.
https://www.massicotte.org/consulting
0
11
9
John Sundell is back 🤩
www.swiftbysundell.com/special/swif...
loading . . .
Swift by Sundell is back! | Swift by Sundell
After a two-year hiatus, Swift by Sundell is finally back, with new articles published on a regular basis.
https://www.swiftbysundell.com/special/swift-by-sundell-is-back/
7 months ago
0
2
0
Been working with a client for 3 years — their iOS app is 10 years old, half of it still in Objective-C. I sneak in Swift concurrency, property wrappers, etc., but honestly sometimes I feel like a dinosaur 🦕 Anyone else stuck in a mix of old and new? 😅
7 months ago
2
5
0
Interesting article: a good example of a Swift-based service architecture:
www.swift.org/blog/how-swi...
loading . . .
How Swift's server support powers Things Cloud
You might be familiar with Things, a delightful personal task manager that has won two Apple Design Awards and is available across Apple devices including iPhone, iPad, Mac, Apple Watch, and Apple Vis...
https://www.swift.org/blog/how-swifts-server-support-powers-things-cloud/
7 months ago
0
2
0
reposted by
Greg Kopel
Buffer
9 months ago
If you haven't heard, there's a new Bluesky client coming this summer ➡️
@phoenix.tapbots.com
from the makers of Tweetbot and Ivory. Our team is very eager to give it a try. It's always exciting to see the Bluesky ecosystem growing.
2
32
4
I’m aware that the end of January might not be the best time for cycling but I’ve just released version 2.0 of my app. If you like cycling, feel free to give it a try:
bikemind.app
10 months ago
0
1
0
Do you plan to learn how to write tests in Swift? It's great opportunity to learn and to help:
@twostraws.bsky.social
is looking for as many folks as possible to help contribute tests for Ignite - his open source project. I plan to join, do you? :) See:
twostraws.gumroad.com/p/hacking-wi...
loading . . .
GitHub - twostraws/Ignite: A static site generator for Swift developers.
A static site generator for Swift developers. Contribute to twostraws/Ignite development by creating an account on GitHub.
https://github.com/twostraws/Ignite
11 months ago
0
1
0
reposted by
Greg Kopel
John Gruber
12 months ago
This is why I’ve never played the SEO game, and (other than a weeks long experiment with AdWords in 2003) have never accepted pageview-measured ads on Daring Fireball. The way that SEO-driven ads would — not *might*, but *would* — corrupt both format and content was obvious to me.
add a skeleton here at some point
5
156
18
reposted by
Greg Kopel
Jason Fried
11 months ago
A passage from the Tao that’s frequently worth revisiting.
181
12098
2173
If you're searching through
developer.apple.com/documentation
for some introductory materials, pay attention to such symbols. These are usually very well written interactive tutorials
11 months ago
0
2
0
reposted by
Greg Kopel
Sam Rose
11 months ago
What does it mean for something to be Turing complete? I answer this question, and more, through a series of fully interactive Turing machine simulations! Play, pause, step forwards and backwards, and even write your own Turing machine programs in my latest blog post.
samwho.dev/turing-machi...
loading . . .
23
530
196
reposted by
Greg Kopel
Matt Massicotte
12 months ago
My talk from
@swiftleeds.co.uk
is up in case you want to check it out.
youtu.be/N5iIXwBW54A?...
loading . . .
Swift Concurrency is new and hard, and you can do it - Matthew Massicotte | SwiftLeeds 2024
YouTube video by SwiftLeeds
https://youtu.be/N5iIXwBW54A?si=Mh4oViEO4vxxoM3Q
4
77
20
If you’re taking a programming course, divide it into sections and take breaks. After completing the first section, take a few days off and practice coding on your own. Let your brain assimilate what you’ve just learned. Then, move on to the next part of the course.
12 months ago
0
1
0
reposted by
Greg Kopel
Matt Massicotte
12 months ago
I got a thing working! Multiple cursors for `NSTextView`. Library is actually text system-agnostic and `UITextView` isn't too far behind. Not "done" quite yet, but quite far along. And has some of the pieces in place to support very large numbers of cursors.
github.com/chimeHQ/IBeam
loading . . .
GitHub - ChimeHQ/IBeam: A Swift library for multi-cursor support
A Swift library for multi-cursor support. Contribute to ChimeHQ/IBeam development by creating an account on GitHub.
https://github.com/chimeHQ/IBeam
4
36
6
When I think about folks starting their journey in iOS development, I find it can be tricky to navigate all the available materials and identify what is fundamental and essential. I believe Apple Pathways is a good resource for this purpose:
developer.apple.com/pathways/?ci...
loading . . .
Welcome to Pathways - Apple Developer
Pathways are simple and easy-to-navigate collections of the videos, documentation, and resources you’ll need to start building great apps and games.
https://developer.apple.com/pathways/?cid=pathways-ht
12 months ago
2
40
12
As an iOS consultant, whenever I'm about to sign a multi-page contract full of NDAs, contract penalties, and other legal lingo, I remind myself of this post:
signalvnoise.com/svn3/my-kind...
loading . . .
My kind of contract
The work for hire terms at Segura, a design firm in Chicago. My three favorite bits: 1. “Time is money. More time is more money.” 2. “If you want something that’s been done before, use that.” 3. Th…
https://signalvnoise.com/svn3/my-kind-of-contract/
12 months ago
0
0
0
reposted by
Greg Kopel
Leo Dion
12 months ago
I'm excited to chat with
@massicotte.org
about Swift 6 and concurrency... again 😳 This is your chance to get your question answered about concurrency and the future of Swift. Let us know what you'd like us to talk about ASAP.
1
10
4
If you're struggling to understand the difference between 'some' and 'any' in Swift, this is, by far, the best article I've come across:
www.donnywals.com/whats-the-di...
Thanks
@donnywals.bsky.social
. Omnomnomnom, that was a good pizza :)
loading . . .
What’s the difference between any and some in Swift?
Any and some are both keywords that can be applied to existential types. Learn about their differences and similarities in this post.
https://www.donnywals.com/whats-the-difference-between-any-and-some-in-swift-5-7/
12 months ago
1
9
1
When I think about 3 best iOS development changes in recent years: 1. Previews: no need to restart project to see UI changes. 2. Swift Data: been using in my side projects only, but feels much lighter than Core Data. 3. SwiftUI + Observation. I like it for almost all cases. Maybe except drag & drop.
12 months ago
0
1
0
"I don't adopt a new Apple technology until it's been out for at least a year" said a guy who works with Apple platforms for +25 years. Love it. Very interesting talk with Matt Massicotte about Swift Concurrency:
www.youtube.com/watch?v=oMg2...
loading . . .
Dev Conversations #4: Matt Massicotte - Swift 6 strict concurrency
YouTube video by Swift Toolkit
https://www.youtube.com/watch?v=oMg2OjO3LLI
12 months ago
0
3
0
I’m currently working on an iOS app for a bank, focusing on a Wallet Extension, a tiny utility that integrates the iOS Wallet with my app. If you do something similar, note that Wallet Extension disappears in iOS 18.1 but hopefully will return in 18.2 as some folks report:
tinyurl.com/3u7yp462
loading . . .
Wallet Extension Not Working on iO… | Apple Developer Forums
https://tinyurl.com/3u7yp462
12 months ago
0
2
0
you reached the end!!
feeds!
log in