hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

#Finder

0 posts0 participants0 posts today

I love the way #macOS #Finder will just randomly shit the bed and corrupt its own preferences, causing folders to disappear from view, then resurface with nonsense or missing properties. *I* can't be trusted with the ability to remove apps I will never use, like Apple Music, or Podcasts, however...

#macOS rant: Clicking on an app icon in the #Finder for a menubar-based app currently does *nothing* for several such applications. (see Cursor Pro, Caffeinated, AutoRaise, etc.)

It should bring up the menubar settings for the aforementioned app, at the very least. (Ice, the menu bar organizer, does this, as does iStat.)

Question in regards to #macOS:
When I search in #Finder in a folder I get a list of hits. But how do I go back to the directory? I only found a way to create a new tab or window and then travel down the paths . This is annoying. After having found what I wanted I want to go back to the directory, before I searched. Any Idea.?

Copiar y pegar archivos en macOS.
"No se puede completar la operación, hubo un error".
¿En qué archivo, macOS? ¿Qué has copiado y qué no, macOS? ¿¡Puedes decirme algo, macOS!?
He tenido que ir carpeta por carpeta, archivo por archivo, hasta descubrir que daba problemas el nombre de uno, que se me había pasado simplificar.
En serio, el Finder fue, es y será una absoluta basura hasta el final de los tiempos.

My kids use an #ipad & #MacBookAir for studies. Their relevant folders & apps are synched to their personal #icloud which I administer. I can manually synch their stuff onto their user accounts (logons) on my #MacBookPro. I can regularly trigger a #timemachine #backup of the #macbookpro & so their stuff too. But to synch their cloud data to the macbookpro I need to click on folders & files in #finder for each user! How can I force a global synch of icloud folders of all users of my #macbookpro?

Today I learned how to create a Finder alias using AppleScript and the command line:

```bash
$ osascript -e 'tell application "Finder" to make alias file to posix file "/opt/homebrew/opt/emacs-plus@29/Emacs.app" at posix file "/Applications" with properties {name:"Emacs.app"}'

alias file Emacs.app of folder Applications of startup disk
```

This is for the particular case of creating an Emacs.app named alias at the Applications folder for the Homebrew version of the `emacs-plus` package, but changing the paths above will allow you to create arbitrary Finder aliases from the command line.

Before I wade well out of my depth, does anyone know of an #Arduino #wifi library (or extension of the core one) that allows you to add callbacks to handle #DHCP options? A bit like this but for WiFi, not wired etherent... github.com/njh/EtherCard/blob/

Why you ask? So I can have my embedded controller honor the NTP server address(es) in DHCP opt 42 and if I can get there domain stuff in 15 and 119. I don't want to hardcode this stuff. Hardcording(ish) wifi creds is bad enough.

For those interested, I'm using a #finder #arduino #opta PLC form factor unit for the easy tophat DIN rail mount and decently handled packaging/PCB design.

GitHubEtherCard/src/dhcp.cpp at 1b8b5a446461fd316985bbcc5cbac23a58a46743 · njh/EtherCardEtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE - njh/EtherCard