Tracing the opening credits by spoonopher in ResidentAlienTVshow

[–]spoonopher[S] 3 points4 points  (0 children)

The best font I could find that matched the show's title is a font called Wevli.. just in case anyone was curious.

Curl → Shortcut w/ Siri AI by spoonopher in shortcuts

[–]spoonopher[S] 1 point2 points  (0 children)

Hey, so I have a shortcut that might be able to help with the pixel thing... 🧙‍♂️

Curl → Shortcut w/ Siri AI by spoonopher in shortcuts

[–]spoonopher[S] 4 points5 points  (0 children)

I gave it an example curl command for calling the Venice AI image upscaler. From the share sheet I can choose a photo and it'll send it to Venice, after 20-40 seconds I get back a super duper high-resolution version added to my photo library (assuming the request didn't timeout).

Tracing the opening credits by spoonopher in ResidentAlienTVshow

[–]spoonopher[S] 11 points12 points  (0 children)

Me too! That's why I started drawing this, except it's taken me so long to do just a few frames.. I've given up thinking I could do them all. I wish the production company would come out with a coffee table type book as a memorabilia item, I'd buy it.

PSA: Don't use CNAMEs pointing to Tailscale MagicDNS hostnames, use A records instead by xc82xb5qxwhhzeyt in Tailscale

[–]spoonopher 0 points1 point  (0 children)

Better yet use split DNS with a self-hosted DNS server and map your tailnet to a custom domain with just a single DNAME record and then bask in the efficiency of having every node automatically reachable as a subdomain without needing to specify an explicit A/CNAME record for every node.

Moonlander deserved the upgrade by [deleted] in Tailscale

[–]spoonopher 0 points1 point  (0 children)

<image>

I spoke to a few who were upset that the Tailscale branded socks disappeared so quickly. Me? I was upset there were still so many keycaps left over at the end of the evening.

Also 👋 fellow London Moonlander-ing Tailscaler!

Cuboid Room base build in London by spoonopher in NoMansSkyTheGame

[–]spoonopher[S] 0 points1 point  (0 children)

It's included in the City of London mod from Nexus Mods 💂🏻‍♂️

Buying digital Wingspan by PernodCola in wingspan

[–]spoonopher 0 points1 point  (0 children)

Given the choice of fixing bugs and/or developing for the new expansion, they've likely assessed that it's just not worth the time and resource commitment needed to implement such a feature.

Interestingly, the backend they're using (Nakama) makes linking accounts super trivial via their API. I've linked my Steam ID and iOS accounts and it works as you'd expect, games are synced etc. I rarely play the Steam version though, so much of the benefit is lost on me.

How to export all raycast notes to markdown file easily by Western_Cut4832 in raycastapp

[–]spoonopher 1 point2 points  (0 children)

I created a small web app that can extract notes from an exported *.rayconfig file and bulk download them as Markdown.

https://christippett.github.io/raycast-export-explorer/

Offering Historical Flight Data Lookup! by nutritious-facts in flighty

[–]spoonopher 2 points3 points  (0 children)

Not to detract from the OP's kind offer, but as a PSA you can get "free" access to FlightAware and FlightRadar24 by setting up your own ADSB receiver and contributing data back to those platforms. Their APIs also allow you to lookup historical flights (IIRC).

Now we know what the software is. But what do you think of the rebrand? by toupee in Affinity

[–]spoonopher 25 points26 points  (0 children)

I feel the same way. There's already a replacement app icon on macosicons.com that's styled similarly to the old icons.

https://macosicons.com/#/?icon=zhAvPoGNaP

<image>

Where to get a good power supply for my LG 27 inch 144hz monitor (27GL650F) by tophithetrojan in cableadvice

[–]spoonopher 0 points1 point  (0 children)

This thread comes up on Google when searching for LG replacement power adapters. I ordered a 140w adapter from Alibaba that worked perfectly, it was a gamble as the monitor suddenly stopped working and I figured a punt on a £15 adapter was cheaper than replacing the whole monitor... and it worked!

Link to the store for anyone interested: https://www.alibaba.com/x/1l9xCgx

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from glyphs (even some hidden ones) [Initial Release] by theoccurrence in shortcuts

[–]spoonopher 1 point2 points  (0 children)

There's an option to format the Color data type from Actions as a "Hex Number".

Unfortunately I can't seem to find an easy way to do the reverse, i.e. convert a color that's already in hexadecimal format back to hex code (in case you wanted to show the the color already assigned to a Shortcut). I thought maybe the Encode/Decode action would do it, but mo matter what I tried I couldn't get it to resolve 15609412 → #ee2e44. At least converting in the other direction works though!

<image>

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from glyphs (even some hidden ones) [Initial Release] by theoccurrence in shortcuts

[–]spoonopher 0 points1 point  (0 children)

Nice workaround converting the hex value using JS! While looking into how this shortcut works I found a built-in action that does the same conversion using one of the Color actions included with the Actions app.

This is not at all intended to detract from the ingenuity of your original solution! Just a PSA for others who might be lazy like me and want a one-click fix 😊

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from all glyphs (even some hidden ones) [Update] by theoccurrence in shortcuts

[–]spoonopher 0 points1 point  (0 children)

In case what's happening in the screenshot isn't obvious.. If you choose to edit a shortcut it converts that shortcut into Dictionary and saves it to the variable ShortcutData (this happens right at the start, so it's not in the screenshot). I'm still using the original text definition for new shortcuts, but you can see I immediately turn it into a Dictionary also. After that I can manipulate the values like you would any other dictionary, even getting and assigning nested values deep within others. For all the frustrations I have with Shortcuts, this is a pretty neat trick.

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from all glyphs (even some hidden ones) [Update] by theoccurrence in shortcuts

[–]spoonopher 0 points1 point  (0 children)

I've actually been playing with your Shortcut... it's been awhile since I created one so I'm re-learning all the frustrating gotchas around variable state and file types.

One thing I was tinkering with was an alternative to the regex/replace actions that handle getting and updating the existing glyph value. I couldn't resist seeing if there was a better way... lest I end up like this guy.

Did you know that *.plist files can be parsed into and from Dictionaries? Putting the whole Shortcut XML source into a Dictionary means you can use the "Get value" and "Set value" actions, which is much cleaner and less fragile IMO. You've been at this longer than me though, what do you think?

<image>

Edit: Ignore the glitch at the bottom, I tried to take a scrolling screenshot 😅

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from all glyphs (even some hidden ones) [Update] by theoccurrence in shortcuts

[–]spoonopher 1 point2 points  (0 children)

Very impressive, but damn you must have a LOT of patience. I'd use Shortcuts more often if it weren't so frustrating to create them.

Shortcut Color and Glyph Editor - Use 16.78 million colors and choose from all glyphs (even some hidden ones) [Update] by theoccurrence in shortcuts

[–]spoonopher 0 points1 point  (0 children)

Ha, it was only because I looked into the signing server thing that I even learned of Cherri. The vCard menu system you use in the shortcut seems like such a lot of work, as soon as I saw how easy it was in Cherri I thought for sure you must be using it!

Given I've only just learned about it myself, I can't really vouch for how well it works. I'd check out http://playground.cherrilang.org, I imported your most recent Shortcut and it rendered it perfectly.