HN user

desro

378 karma
Posts1
Comments118
View on HN

The skill is open at ~/.claude/skills/video-index/. If you're working on something similar (indexing personal archives, getting a local model to do real archival work, building agents that drive editing tools), I'd be glad to compare notes.

When your Claude wrote this post they might not have selected the right URL to share, unless your home folder is exposed. Care to share the skill files?

jellyfin handles my 12 TB media library with transparent ease. i use infuse as a client on my apple tvs, including devices at my family and partners' places via tailscale on aTV

I use the great, free, "Suspicious Package" app [0] to inspect installers like these.

In fact, it was Supertone Shift's installer that prodded me to seek it out (I happened to find and install Shift a couple of weeks ago).

In this case, it needs admin permissions to install to `/Library/Application Support` as well as `/Library/Audio`.

It needs to restart in order for the HAL driver to be loaded (this provides the virtual audio interface for using the app with Teams, Zoom, etc.)

The preinstall/postinstall scripts simply handle the app's directory in Application Support.

I decided it was safe enough, and had some fun playing with it. It contacts what it claims are licensing servers (when it starts), and won't start without it. It wanted to keep contacting those servers constantly, but blocking its network access via Little Snitch didn't prevent it from functioning. The network traffic was in the single-digit kilobyte range, so I felt reasonably confident no audio data was being looted.

[0] https://mothersruin.com/software/SuspiciousPackage/

i have found the recent crop of SotA LLMs to be extremely useful for the latter few tasks you mentioned. Give it my full, comprehensive CV, as well as a prospective job description, then ask "tailor a condensed resume from the info in my CV to match this job description."

Of course you'll want to review and edit, but it's taken a huge amount of drudgery out of the process, for which I am grateful.

Impressive. I've never dealt with a situation where even `rm` failed, but I have had the displeasure of using and managing modern Macs with 256 GB (or less) of internal storage. I like to keep a "spaceholder" file of around 16GB so when things inevitably fill up and prevent an update or something else, I can nuke the placeholder without having to surgically prune things with `ncdu`

The flip side of being "exempt" is that you still get the salary even if you actually work very little. Last time I got into the legal language of the classification (May 2020, as we were facing furloughs), I remember that it basically said (paraphrase) "an exempt employee is entitled to the full agreed-upon salary for any week of work in which any work takes place", meaning if everything you're responsible for was working just fine and all you did that week was send one or two relevant emails, then you'd "earned your keep"

I generally appreciated this (as opposed to tracking hours) since I was in a sysadmin-like role and outside of some truly busy weeks of deployments or migrations, there was really not much to do. (A friend joked, reassuringly, at times when I found this distressing: "You're basically on retainer.")

I've got a beefy synology nas and a variety of macs and have always had issues with smb shares, despite applying the configuration tweaks even apple recommends on their support site. i get full gigabit-speed as expected when using nfs, though, so i stick with that.

It appears as though Apple doesn't consider nuclear energy "clean". They don't mention it in writing anywhere, and from my locale in Chicago, the "Grid Forecast" available in the Home app is very stingy with its determination of "cleaner" energy, despite IL running on at least 58% nuclear energy (as of 2020).

I've got over 50 Philips Hue Color bulbs running with no failures since 2016 (so, 7 yrs now) along with between 35-50 FEIT Electric LED bulbs (great for affordable >90 CRI) and only a few of the FEITs have failed over the years. Perhaps it's true that the quality of your electrical service matters; the power in Chicago virtually never goes out.

`ditto` will also preserve resource forks, which is occasionally necessary for not breaking apps or installer pkgs. I've had to use it when doing a semi-automated deployment of some zipped-up software to a hundred or so Macs via bash over ARD. `ditto -xkv`