back

Look up

2023-08-01

2 minute read

So in all my talk about colour editing yesterday I'd forgotten about Look Up Tables which essentially do exactly what I described. I can't remember how I actually got onto them. because they lie just outside my vocabulary and experience. Probably for "film emulation with code" style searches I found a forum post about them. It's fascinating how sometimes you're just a word a way from a whole new world of research.

I found this awesome app - Color.io. It captures exactly the type of colour edting I want to do. As for putting borders around images, we'll see. The only downside is it asks for a premium purchase for some of the good stuff, though I already pay for VSCO so I'm not against paying for image editing. What I really want to know is how the hell does he do this all in the browser, and so fast? It's amazing. I'm going to dig into more.

I'm excited to put together my own wee photo pipeline. The cool thing about color.io is, if I pay for it, I can export my own LUT files and then apply them how and where I want. There is still plenty to learn about colour spaces and LUTs, but I feel like I've taken a great big step forwards.

That's it today, I want to go to bed. I just spend the last 40 minutes figuring out how to completely remove logmein.hamachi from my system. You can do everything, but at least I managed to do that. Found the solution on this mac rumours post. More usefully, and should that link go dead - here's the uninstall script:

#!/bin/sh

#echo Stopping LogMeIn Hamachi service

#unload daemon
/usr/bin/sudo -u `logname` /bin/launchctl unload /Library/LaunchAgents/com.logmein.hamachimb.plist
sleep 4
/bin/launchctl unload /Library/LaunchDaemons/com.logmein.hamachi.plist

#echo Removing application files

#driver files
# for safety we delete /Library/Extensions/hamns.kext also
rm -rf /Library/Extensions/ham.kext
rm -rf /Library/Extensions/hamns.kext
rm -rf /System/Library/Extensions/ham.kext

#launch files
rm -f  /Library/LaunchDaemons/com.logmein.hamachi.plist
rm -f  /Library/LaunchAgents/com.logmein.hamachimb.plist

#application files
rm -f /usr/bin/hamachi

rm -rf /Library/Application\ Support/LogMeIn\ Hamachi/bin
rm -rf /Library/Application\ Support/LogMeIn\ Hamachi/run

rm -rf /Library/Application\ Support/LogMeIn\ Hamachi/TunTap-License.rtfd
rm -f  /Library/Application\ Support/LogMeIn\ Hamachi/TunTap-Changelog
rm -f  /Library/Application\ Support/LogMeIn\ Hamachi/License.rtf
rm -f  /Library/Application\ Support/LogMeIn\ Hamachi/README

rm -rf /Library/Logs/LogMeIn\ Hamachi

rm -rf /Applications/LogMeIn\ Hamachi
rm -rf /Applications/LogMeIn\ Hamachi\ Menubar


# OS install support files
## 10.5+
rm -f  /var/db/receipts/com.logmein.hamachi.pkg.bom
rm -f  /var/db/receipts/com.logmein.hamachi.pkg.plist
## 10.4
rm -rf /Library/Receipts/LogMeInHamachi.pkg

#Configuration files (in case of --purge)
echo $1 > ~/a.txt
if [ "x--purge" = x"$1" ]; then
    echo PURGE
    rm -rf /Library/Application\ Support/LogMeIn\ Hamachi
    rm -rf ~/Library/Application\ Support/LogMeIn\ Hamachi
fi

listening to

So Hot You're Hurting My Feelings - Squirrel Flower (Caroline Polachek cover)

questions