shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

290
active users

#osx

2 posts2 participants0 posts today

I like to switch from my terminal to magit or dired in my emacs

I have a made a zsh function that works to launch a function in emacs and focus it:

function _emacs_action() {
emacsclient -u --eval "($1)"
(( $+commands[osascript] )) && osascript -e "tell application \"Emacs\" to activate"
(( $+commands[swaymsg] )) && swaymsg '[app_id="emacs"] focus'
}

and use it like this:

alias magit="_emacs_action magit"
alias dired="_emacs_action dired-jump"

#emacs#zsh#magit

So, here's one for the #linux nerds and computer geeks, tell me what's wrong with my HD and if'n it's fixable. External SSD, EXT4 formatted, works fine on Linux, albeit a bit slow to mount, but both #android and #osx say the drive is unreadable. While I'm not sure about OS X, I do know Android is compatible with EXT4, so I'm at a loss as to what's wrong and how to fix it. Long run I might replace the drive with an external M2 unit, but not sure.
#technicalsupport