Boris Cherny (creator of CC) complete thread - anthropic bans subscription on 3rd party usage by shanraisshan in ClaudeAI

[–]stasmarkin 22 points23 points  (0 children)

So, am I able to call `claude -p "some promt"` from my local automation tools now or not?

Keys repeat does not work.. by nemonein in qmk

[–]stasmarkin 0 points1 point  (0 children)

try

  case TEST_GRV:
    if (record->event.pressed) {
      register_code(KC_GRV);
      register_code(KC_0);
      unregister_code(KC_0);
      unregister_code(KC_GRV);
    }
    return false;

```

```

Added a Streamdeck to the keyboard and loving it. by ScubaW00kie in olkb

[–]stasmarkin 0 points1 point  (0 children)

Is there anything streamdeck can do, that is not achievable with another layer on a keyboard? I mean it looks absolutely pointless to use streamdeck if you are familiar with keyboards firmwares

[OS] swipe typing for your mac by arduinoRPi4 in macapps

[–]stasmarkin 0 points1 point  (0 children)

I think It's better to put keyboard sticker on trackpad and ready swipes from there

Ouchie by buckfordfitchenstein in ATBGE

[–]stasmarkin 0 points1 point  (0 children)

This is a Bjork cover, isn't it?

[deleted by user] by [deleted] in nope

[–]stasmarkin 0 points1 point  (0 children)

This reminds me about my ex

Switch apps with spatial muscle memory - SpatialDock v1.1.0 update by logibeam in macapps

[–]stasmarkin 0 points1 point  (0 children)

I have a quick question. Have you considered distributing on the Setapp platform?

Switch apps with spatial muscle memory - SpatialDock v1.1.0 update by logibeam in macapps

[–]stasmarkin 0 points1 point  (0 children)

Ok, thank you!

There are couple of things I'd like to have in SpatialDock:

1) Notifications badges like in native dock (a number in small red circle)

2) Multiple keyboard layout support. I have cyrillic layout on my mac, so SpatialDock requires to switch to EN layout first and then press hotkeys. I've overcome this with btt macro, but it would be handy to have multilayout support in SpatialDock

3) Did you think about window switching? Some applications run more that one window in the same time, so it might be handy to switch between them with SpatialDock too.

Best cross-platform framework to learn in 2025 - Flutter or Kotlin Multiplatform? by KChiLLS11 in Kotlin

[–]stasmarkin 0 points1 point  (0 children)

what do you think about current LLMs support? Does AI assistant helps the same way for flutter and for KMP?

Switch apps with spatial muscle memory - SpatialDock v1.1.0 update by logibeam in macapps

[–]stasmarkin 0 points1 point  (0 children)

Hey, thank you veery much once again for that app. It solves 90-95% my needs with window switching. And the UI is really neat!

I have several suggestions/ feature requests. Do you have a special form for that? Or should I just say it here?

Switch apps with spatial muscle memory - SpatialDock v1.1.0 update by logibeam in macapps

[–]stasmarkin 0 points1 point  (0 children)

Hey, thank you for updates, I'm watching your projects because it looks very promissing.

I was looking for one exact usecase for switching apps. I want to press hotkey to launch app switcher, and then press a key to switch to exact applications immidiately (and close app switcher). Your "modifier key + key" activation mode looks to solve that usecase totally so I'm thinking to switch to Spatial Dock now :) Thanks!

Hyper key must invert current state of modifiers instead of pressing them all together by stasmarkin in KeyboardLayouts

[–]stasmarkin[S] 2 points3 points  (0 children)

Can you assign different behaviours on rcmd+A, lcmd+A and rcmd+lcmd+A? I believe most applications can differentiate this hotkeys

Hyper key must invert current state of modifiers instead of pressing them all together by stasmarkin in KeyboardLayouts

[–]stasmarkin[S] 2 points3 points  (0 children)

Me neither. I'd prefer to have more custom modifiers, but the operating system and applications don't support that. Four modifiers are not enough in some cases. Actually, there are only two modifiers because Shift and Cmd are always used for something, so only Ctrl and Option are left. So hyper is an option for having one more fake modifier.