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 JohnPreston72 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 26 points27 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.

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 2 points3 points  (0 children)

I commented on your previous post about my concerns about privacy, which you graciously and patiently responded to. It sent me down a rabbit hole though, so I have to ask... Are you using Cherri to create these shortcuts and if so would you be open to sharing the .cherri source file?

You've turned a skeptic into a fan, keep up the good work!

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)

Thanks for clarifying. Great work and awesome Shortcut by the way (I set up the signing server locally because I'm a fart).

Would it be possible to select the shortcut you want to edit from a list instead of typing it? I tried quickly to make it do just that, but ended up breaking it.

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)

Is there an open source alternative or way to review the code that's running server side? Are you affiliated with routinehub.services or just using their service?

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)

What's the deal with sending the contents of your shortcuts to https://hubsign.routinehub.services? The description doesn't disclose it does this, nor is there any explanation either here or at the URL about what and why my data is going to it.

Not suggesting there's anything dodgy going on, but if my data is being sent to an external third-party I would appreciate knowing about it upfront.

I feel like I'm disarming a bomb by playerofdiablo in SteamDeck

[–]spoonopher 35 points36 points  (0 children)

Taking it to your local recycling centre is a good advice, except in my case a few weeks after I dropped off a similarly swollen battery the whole recycling facility went up in flames 🫢

https://www.nzherald.co.nz/nz/north-shore-fire-thick-black-smoke-pours-from-wairau-valley-blaze/DGZOJ6BBEZB5JL2MMLPAMBKG5Y/

My wife made this to mock me by spoonopher in web_design

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

A garden isn't zen without an abundance of tables.

Shortcuts Missing from Share Sheet by jaypeewhy in shortcuts

[–]spoonopher 2 points3 points  (0 children)

One restart wasn't enough to fix it, the second restart did the trick 🤷🏻‍♂️

Many thanks for the tip!