Hannes Oud

@hannesoid
121 Followers
115 Following
575 Posts
iOS & macOS Developer. Songwriter at hannelunder.com. I help building MindNode. https://whendy.app
Websitehttps://hannesoud.com
Whendy Apphttps://whendy.app
Musichttps://hannelunder.com
Twitterhttps://twitter.com/hannesoid
@xjki supposedly yes. I feel quite compliant with it - so far it handled the taxes for all transactions correctly, e.g. 0% of 0 being 0 😅
@xjki @drinkcontrol that's interesting to see, and I like the cute wording!

I‘ve set it up using stripe, my first time outside of AppStore territory. The buttons take you to stripe check out pages.

Does anybody else have hands on experience with tip jars in apps?

NameSpace app is free.
I was wondering if a tip jar makes sense, so here it is. And now, a coffee.

https://hannesoud.com/namespace
Update v0.6.2

Yes! Apple has come to its senses and brought the compact tab bar back

Swift 6.3 adds a :: operator for module disambiguation: https://www.swift.org/blog/swift-6.3-released/

I dislike the syntax (too C++ for my taste) but it's finally possible to do stuff like:

extension String {
var count: Int { 3 }
}

print("Hello".count) // 3
print("Hello".Swift::count) // 5

Swift 6.3 Released

Swift is designed to be the language you reach for at every layer of the software stack. Whether you’re building embedded firmware, internet-scale services, or full-featured mobile apps, Swift delivers strong safety guarantees, performance control when you need it, and expressive language features and APIs.

Swift.org

**prune-derived-data**
Here's a tool for pruning your Xcode derived-data, clearing data of
- stale projects
- orphaned worktrees

Install with homebrew, see
https://github.com/hannesoid/devtools

@nevyn wow, 16 spaces, you must be good at multitasking!

NameSpace 0.5 has some new options:

- show spaces in menu bar menu
- link overlay positions

By the way you can resize the panel horizontally and scroll the list if it's cropped if you have a lot of spaces.

https://hannesoud.com/namespace

cc @craigmorgan @nevyn

Here's one for the icons-in-menus haters on macOS Tahoe:

defaults write -g NSMenuEnableActionImages -bool NO

It even preserves the couple of instances you do want icons, like for window zoom/resize

/cc @gruber