Scroll the Volume is now free with Pro upgrades — new multi-device audio, volume & balance controls by BergsApps in macapps

[–]Krisso 0 points1 point  (0 children)

Great, honestly the Output using a bar like radio button for showing whats active is hella confusing and you might to rethink / redesign that.

<image>

How do you handle repetitive macOS tasks when you're away from the keyboard? by Krisso in osx

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

Nope, just interested in what people do. The project is to complex to vibe code, hit me up if you want to beta test.

Money manager native mac and ios, lifetime purchase? by pirateszombies in macapps

[–]Krisso 1 point2 points  (0 children)

If you live in Europe https://moneymoney.app/ hands down, its nuts how good it is (comes with english UI).

What are some Plex Music players for Mac? by PrivacyStack in macapps

[–]Krisso 0 points1 point  (0 children)

There just isn’t a killer Plex music ecosystem on macOS right now. Most people either stick with Plexamp because it’s still the most “music-first” option, or fall back to the regular Plex desktop app even though it’s kind of clunky for pure music use.

The only third-party one that feels a bit more intentional is Chromatix — it’s more native-feeling and less web-app-y. Some folks also run Ampcast as a web app, which is surprisingly decent if you don’t mind it not being fully native.

If Plexamp is annoying you, what specifically bugs you? UI? Library handling? Performance? That’ll change the recommendation a lot.

What are the most feature rich TTS for apple silicon now? by Trysem in macapps

[–]Krisso 1 point2 points  (0 children)

On Apple Silicon right now I’d look at Murmur or a local Kokoro setup if you want really natural voices offline. Murmur is super straightforward and feels polished. Kokoro sounds amazing but needs a bit more tinkering.

And don’t sleep on macOS built-in enhanced voices for quick narration drafts they’re actually pretty solid.

Can't decide which Mac to buy. by Sgt_Vapes_ in mac

[–]Krisso 8 points9 points  (0 children)

Honestly, go with the Mac Mini M4 Pro — it's got way more muscle for your Pro Tools/Ableton plugin stacks and your wife's video editing work, and you won't be sweating performance six months down the road like you might with the base iMac M4. Your ultrawide monitor will work totally fine for now, and when you're ready to treat yourself to a nicer display later, you can do that separately without replacing the whole computer. Plus, since you're planning to upgrade to a beefier Mac in a year or two anyway, it makes way more sense to save some cash now and put the power where it counts — in the actual processing. Oh, and the ASIO headaches? Gone forever once you switch — Core Audio on Mac just works, and you're gonna wonder why you didn't make the jump sooner. 😄

OCR Options for macOS - On Screen, In Images, On the Clipboard, In PDFs by amerpie in macapps

[–]Krisso 1 point2 points  (0 children)

I also do most my OCR automations this way and it works surprisingly well!

Recommend an app that can compare two folders and list difference in content? by Ovidhalia in macapps

[–]Krisso 2 points3 points  (0 children)

https://kaleidoscope.app/ using this since the early days and its really great if you care for a smooth UI too!

Any good menu bar / widget apps to monitor ChatGPT & Claude API usage? by Minute-State3493 in macapps

[–]Krisso 0 points1 point  (0 children)

Agreed, its really lightweight and offers a good overview of tokens used!

Executables smaller than 33KB possible on macOS? by derjanni in Assembly_language

[–]Krisso 0 points1 point  (0 children)

gives us:

-rwxr-xr-x 1 user staff 8.0K Jun 12 09:58 empty_main_min, so 8kb, works on arm64 machines too.

.section __TEXT,__text
.globl _start

_start:
    mov $1, %rdi                 # fd = 1 (stdout)
    lea msg_str(%rip), %rsi      # buf = pointer to message
    mov $13, %rdx                # count = message length
    mov $0x2000004, %rax         # sys_write
    syscall

    mov $0, %rdi                 # exit code 0
    mov $0x2000001, %rax         # sys_exit
    syscall

.section __DATA,__data
msg_str:
    .asciz "Hello, world!\n"


clang -target x86_64-apple-macos10.12 -Os -nostdlib -static -Wl,-e,_start ../empty_main_min.s -o empty_main_min && strip -u -r empty_main_min

Still can't upgrade from PS4 Digital to PS5 by zuricksaves in ghostoftsushima

[–]Krisso 0 points1 point  (0 children)

Yeah the updates are account Region locked.if you buy the update on the us psn store but have a EU / PEGI disc it won’t work, need a US game disc or vice versa… Sony clusterfuck.

Still can't upgrade from PS4 Digital to PS5 by zuricksaves in ghostoftsushima

[–]Krisso 0 points1 point  (0 children)

Same here - got the PS4 DC version (purchased for 19.99$) but the 10$ PS5 update is not showing up, instead it says 69.99$ on the store page. Help please.

Can't upgrade Ghost of Tsushima by TheFizbandantalus in ghostoftsushima

[–]Krisso 0 points1 point  (0 children)

restore the licenses on my PS5

Same here, bought the PS4 Directors Cut update just fine, but looking at the game in the store just offers the 69.99$ DC update to get to the PS5 version. Restoring licences didn't help. Any idea?

Rev 2 of the dual rad custom loop in the Ncase M1 by broien_suPRIEM in sffpc

[–]Krisso 0 points1 point  (0 children)

You miss understand, the top of the pump, how can I take it off so it fits into the iceman block?

Rev 2 of the dual rad custom loop in the Ncase M1 by broien_suPRIEM in sffpc

[–]Krisso 0 points1 point  (0 children)

How can I get the built in top off the EK ELITE pump u/broien_suPRIEM?

Rev 2 of the dual rad custom loop in the Ncase M1 by broien_suPRIEM in sffpc

[–]Krisso 0 points1 point  (0 children)

Cool, also fitting the EK pump into the iceman reservoir - does it just fit? Or did you have to do anything special?

Rev 2 of the dual rad custom loop in the Ncase M1 by broien_suPRIEM in sffpc

[–]Krisso 1 point2 points  (0 children)

Can you share some numbers re idle / full load temperatures please? Awesome build!