tempelorg Profile Banner
Thomas Tempelmann πŸ‡ΊπŸ‡¦ Profile
Thomas Tempelmann πŸ‡ΊπŸ‡¦

@tempelorg

Followers
812
Following
5K
Media
214
Statuses
5K

Indie software developer (e.g. FCopy, Templemon, Megamax Modula-2, MagiCMac, Joliet Volume Access, Find Any File, Prefs Editor, iBored, iClip) and lazy rebel.

Munich, Germany
Joined January 2011
Don't wanna be here? Send us removal request.
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
5 years
Dear Rick, would you please find me a universe where Jef Raskin's teachings are still observed? #BigSur.
1
0
11
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
15 days
RT @depth42: When I then open my actual project, Xcode does not crash because then the NSSpellChecker singleton has already been created. P….
0
1
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
1 month
RT @Sam_Ohanaware: macOS Sequoia issue: Mail no longer displays an unread count in the dock, any ideas how to get this useful information b….
0
1
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
1 month
RT @smartgithg: We finally have an introduction video for SmartGit! πŸš€ Good things take time -- but it's worth the wait. βœ”οΈ Choose the wind….
0
1
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
1 month
Caution, users of @signalapp: When you lose your phone or it breaks, there's no way to get your old messages back on your new phone, even if you restore from a backup. All conversations lost :(.This is needless "security" for me.
1
0
2
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
1 month
RT @Sam_Ohanaware: SwiftUI macOS pragmatically showing an open or save panel as a sheet. #SwiftUI #macOS. https://t….
0
2
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
Eventually I had it rewritten in ObjC around 2017, and am still improving its features (like scripted match functions and server-side search). My thanks go to users and supporters of FAF, as they allow me to continue my passion of filling software gaps that Apple left for us 😁.
0
0
2
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
Find Any File (for macOS) 2.5.6 is now out. This celebrates 20 years of FAF. First version of FAF, made in REALbasic (Xojo), came out 2005, for free. But users kept asking to pay me for it, so I eventually offered it on the MAS when it opened 2010, which was quite a success.
6
1
10
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
RT @howardnoakley: Tahoe developer beta 1 IPSW installs and runs fine in a VM on Sequoia (e.g. with my own Viable), but 'needs additional c….
0
1
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
RT @Sam_Ohanaware: SwiftUI macOS sheet dialog buttons, how to meet the Apple Human Interface Guidelines. #swiftUI….
0
2
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
RT @Tsutsui0524: フードロス0
Tweet media one
0
646
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
RT @atow: Macintouch pauses after 31 years. Brent Simmons retires. Plus: a look ahead to WWDC 25 and my pre-conference gathering in San Jos….
Tweet card summary image
tow.com
Macintouch, one of the longest-running Apple news sites, has paused operations after 31 years, highlighting the fragility of the independent web. Brent Simmons of NetNewsWire also announced his ret…
0
2
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
RT @TacticalGrace: I’m building a new development environment for macOS. The current focus is on Haskell support, but it also supports Agda….
0
2
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
Oops - there was also this already:
Tweet card summary image
github.com
Cocoa Tool to inspect files written by NSKeyedArchiver - karstenBriksoft/PlistExplorer
0
0
1
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
2 months
Yay, someone finally made an NSKeyedArchiver-to-Dictionary converter. I've been waiting for that for over a decade. Thank you, one of the many Michael Wright!.
Tweet card summary image
github.com
Convert NSKeyedArchiver encoded plists to human readable formats - michaelwright235/nskeyedarchiver_converter
2
0
5
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
RT @Sam_Ohanaware: macOS Vibrancy in SwiftUI made Mac apps. Shows you how to get it and how to match AppKit made Mac apps. .
0
1
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
The chat person from PostNL did not even care to forward this as an issue but right out insisted that it's not their problem. Great attitude. Just ignore any potential issues and let the customers deal with them on their own.
Tweet media one
0
0
1
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
Just had a bad exchange with @PostNL customer support where I was trying to tell them about misleading tracking information on their website. Basically, their website told me that my delivery is ready for pickup, when it, in fact, is not – it's at German customs.
2
0
1
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
BTW, I asked ChatGPT and it suggested to use a separate helper process for this. Might be safer.
0
0
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
To clarify: This only happens if the QL plugin has a bug, which the AddressBook plugin is notorious for (getting a lot of crashes from that only, and having reported the crash to Apple has not helped so far).
1
0
0
@tempelorg
Thomas Tempelmann πŸ‡ΊπŸ‡¦
3 months
Mac devs: My app gets an exception at the NSApplicationRun call in main.m when my app invokes a Quick Look window which in turn raises an exception. The stack trace shows no code of mine, so I cannot catch it. Any idea how do to that? I can only catch in main() when it's too late.
4
1
1