Tilmann Hielscher

@Tilmann@typo.social
296 Followers
694 Following
210 Posts
Professur (W3) für Visuelle Kommunikation mit Schwerpunkt Typografie (m/w/d/x) - Weißensee Kunsthochschule Berlin

Weißensee Kunsthochschule Berlin bietet Stelle als Professur (W3) für Visuelle Kommunikation mit Schwerpunkt Typografie (m/w/d/x) in Berlin - jetzt bewerben!

Figured out how to apply any arbitrary SF Symbol to a folder in Tahoe.

xattr -w 'com.apple.icon.folder#S' '{"sym":"camera.viewfinder"}' some/folder/here

It also works with private symbol names!

The Weather Service office in central Texas, where flooding killed more than 50 people, was short twice as many workers as when Trump took office. Specifically, the warning coordination meteorologist's position was eliminated by the new administration: https://www.nytimes.com/2025/07/05/us/politics/texas-floods-warnings-vacancies.html?unlocked_article_code=1.Uk8.9UZ2.7ASd3tlSxISe
As Floods Hit, Key Roles Were Vacant at Weather Service Offices in Texas

Some experts say staff shortages might have complicated forecasters’ ability to coordinate responses with local emergency management officials.

The New York Times

X-Y-Z, chapter 3

The ‘font’ previously extracted from the screen’s firmware is streamed back as geometry.
Also: added polygon-clipping.

ANYONE???? HERE WE ARE! OVER HERE, WITH THE MACBOOKS. LET US SHOW YOU OUR USER JOURNEYS!

(via @juliaro)

Explaining the scroll bar (from the first Macintosh manual)
#Apple #Macintosh #UX
Senior Graphics Reporter

Remote

My migration campaign on insta and facebook with tips for newcomers in the Fediverse.
#fediverse #movetofediverse #mastodonmigration
The fallacy of engaging with people who constantly repeat the same staunchly held contrarian beliefs online is thinking that engagement could result in any kind of insight for anybody involved. In reality it’s usually just bait for more staunchly held contrarian beliefs.
I’ve seen it so many times and still have urge to engage.
×

Figured out how to apply any arbitrary SF Symbol to a folder in Tahoe.

xattr -w 'com.apple.icon.folder#S' '{"sym":"camera.viewfinder"}' some/folder/here

It also works with private symbol names!

also because emoji labels are just handled as strings, you can put anything in the emoji config thing.
@samhenrigold I believe @dlx had also open sourced a similar tool
@czakka @dlx i contributed to it, actually! haha. i think it holds the record for fastest “Time to Sherlock”

@samhenrigold

While I was sharing your hack, someone showed me how to go open info on a folder, then drag a svg onto the info wondow, and it becomes the default image for that folder....

Then I played around a little, and found that I could add, throuth edit and insert on the title field in the info dialog, and I can add an emoji rught there..... So, thanks!

@samhenrigold this seems far too complicated than it ought to be. then again, in windows you need icons in a ICO or DLL (or EXE, or anything else that can hold icons in that format really) to use them as custom icons for folders or shortcuts
Furbland's Very Cool Mastodon™, in macOS you could also set a custom .icns for a folder or a disk since about forever
@samhenrigold Technically this also requires setting the folder as having a custom icon, which the xattr alone is not enough.
@mikeymikey maybe try this mdls flag? that’s the only other metadata i observed that changes when you set an icon

@samhenrigold Custom icon is a Carbon-era filesystem flag. GetFileInfo and SetFile (if you have developer tools installed) will let you toggle it on a stock macOS install directly if you don't go the route of pasting in a custom icon / using APIs to configure a file's icon

I would not be surprised it maps to FinderInfo since that's the name of the struct member

@samhenrigold oooooh, great find. Definitely making a note to check that out! https://github.com/lgarron/folderify/issues/80#issuecomment-3054417328
Add option to use an SF Symbol as input · Issue #80 · lgarron/folderify

I am using this project to get the icons in the Finder sidebar styled. While it is possible to use completely custom icons for this, the recommended way is to use Apple's built-in SF Symbols. I am ...

GitHub