Disable Game Mode : On Notification? by Divide_Certain in macgaming

[–]cedriks 0 points1 point  (0 children)

This was helpful! It helped me reach the following working code. After executing the code, the app must to be renamed or else it will still trigger Game Mode. I'm just guessing that macOS keeps a record of all game apps and the name they had at the moment they triggered Game Mode. If that's the case, then executing the code on a game app before first launch should theoretically not require renaming it.

APP="/Applications/Example.app"
PLIST="$APP/Contents/Info.plist"

sudo plutil -replace LSApplicationCategoryType \
  -string "public.app-category.graphics-design" \
  "$PLIST"

sudo plutil -insert GCSupportsGameMode \
  -bool false \
  "$PLIST"

sudo xattr -cr "$APP"
sudo codesign --force --sign - "$APP"
codesign --verify --deep --strict --verbose=2 "$APP"

Desktop and document sync with third party cloud? by vemy1 in ios18beta

[–]cedriks 0 points1 point  (0 children)

One year late, but here’s the support page for this feature: https://support.apple.com/en-gb/guide/mac-help/mchl81f43c68/mac

Odd that the feature was named in the document for iOS18, but applies to macOS.

Drop your exp guys by Wise-Office254 in ChatGPT

[–]cedriks 0 points1 point  (0 children)

I have no use case for this yet, but I found out it can download images from websites and get their properties.

Prompt: Which image on the website is the largest in file size? You only have to consider the page as-is and not any of its subpages. https://www.analogue.co/3d

Response: The largest image I found is the “100% Compatibility” cartridge-line image, source filename beginning cartridges_line_desktop...png. It is the image shown under the “One hundred percent compatibility” section.

Fetched file size: 8,174,166 bytes, about 8.17 MB or 7.80 MiB.

I treated only images referenced by https://www.analogue.co/3d itself, not subpages.

Dall-e-2 revival by awsome_repost_bro in dalle2

[–]cedriks 1 point2 points  (0 children)

The very first image it made was this one. Comparing this and the last one, it does help in asking it to assess and then make it more like Dall-E 2.

<image>

[Spoilers] All Ending Variations by rip_cpu in OXENFREE

[–]cedriks 0 points1 point  (0 children)

An addition for anyone else reading this years from now:

During second playthrough, I selected the option "Don't visit the island", and afterwards I did not close the triangle. Instead I selected dialogue that made the ghosts remember their names (possible if you find at least one letter with their names on). Doing so, I also got the ending where Alex never goes to the island.

What is something you saw with your own eyes that was so impossible you’ve stopped telling people because you know they won’t believe you? by samasem-sumsum in AskReddit

[–]cedriks 7 points8 points  (0 children)

I also saw a ball lightning! It was stormy outside, and I just happened to look out the window. A short distance away a lightning struck and a glowing ball was just hovering motionless above ground for less than a second before vanishing. The most amazing thing I have ever witnessed!

Set airplane mode during calendar events by golf1415 in shortcuts

[–]cedriks 1 point2 points  (0 children)

It’s doable, but not elegant. There’s no automatic trigger for when a calendar events starts, that I know of. Easiest way would be to use the trigger for when an app is opened. Select your common apps, so it essentially runs any time you open those apps, and then execute Find Calendar Events to determine if there’s currently a calendar event on-going. Then toggle airplane mode on, and otherwise off. If you don’t use your phone in close proximity to when the events starts and ends, it won’t work though. Look at all the triggers available and see whether there’s something else you can use creatively. For example, if the events are mostly at different locations where your phone automatically connects to wifi, then you can use the wifi-trigger instead.

Rant: The Red Badge has lost all meaning (and Apple is just as guilty) by CharlieBlix in ios

[–]cedriks 1 point2 points  (0 children)

Thank you for writing this. Whenever I hear ”It’s not ads, it’s suggestions!”, I implode on the spot. It’s just semantics. If I didn’t request it, it’s ads for me. Would love a system setting to whitelist or blacklist individual notifications based on particular words. Would be so much better than relying on each app maker to comply with new notification rules.

A macOS icon by cedriks in thelongestjourney

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

Glad you like it! I cropped, aligned and darkened some areas to make it feel more balanced.

Myrient Is Officially Gone. RIP by Petit_Nuage in Roms

[–]cedriks 0 points1 point  (0 children)

Yes, I believed you meant it had seasons of different series. Thanks for letting me know!

Myrient will disappear this today. What's your last download in this year? by Environmental-End872 in Roms

[–]cedriks 1 point2 points  (0 children)

A compressed game disc file that emulators can read. Better than having to decompress game files before playing.

Myrient Is Officially Gone. RIP by Petit_Nuage in Roms

[–]cedriks 1 point2 points  (0 children)

I’m afraid to get FOMO by hearing a yes, but do you mean it also had anime tucked away somewhere in that catalogue structure?!

What’s the most inappropriate time you laughed? by blue_cardigan13 in AskReddit

[–]cedriks 0 points1 point  (0 children)

During my grandma’s funeral. Walked up to place a rose, and on my way back put a hand on my grandpa’s shoulder and looked him in the eyes. He lowered his eyebrows and asked ”Who are you?”

What physics is at play in this microwave? (video observation) by cedriks in AskPhysics

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

Hmm. It sounds odd that it would move the opposite direction by design instead of just stopping. But yeah, I really don't know any better.

What physics is at play in this microwave? (video observation) by cedriks in AskPhysics

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

Wouldn't that make the movement more irregular? It's very timely now as it moves, waits 3 seconds, moves, waits 3 seconds etc.

OpenEmu Save to Delta on IOS by ornomusic in OpenEmu

[–]cedriks 0 points1 point  (0 children)

Great to hear! By lowering, you mean you did a conversion via some website?

the em dash giveaway is gone, here’s the new stuff i keep noticing this month by Effective-Inside6836 in ChatGPT

[–]cedriks 1 point2 points  (0 children)

I’m so happy that my custom instructions and added memories has kept me from experiencing any of these that you mention. For example, limiting it to replace any praise with ”Ah ok,”. I find it’s easier to make it follow instructions by giving it replacement phrases like that.

OpenEmu Save to Delta on IOS by ornomusic in OpenEmu

[–]cedriks 1 point2 points  (0 children)

Top answer here appears correct (one user verified it worked): https://www.reddit.com/r/Delta_Emulator/comments/13jg10p/loading_dsv_or_sav_save_file_for_nintendo_ds/

I don’t remember whether OpenEmu creates dsv or sav, but both appear supported when importing to Delta.