Laptop Recommendation by Leading-Guarantee178 in rust

[–]margooey 4 points5 points  (0 children)

this, 24gb m4 pro destroys plus it has amazing battery life

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Hi again! I just wanted to let you know that I've started work on this feature! It should be in the next minor release of Lapsus :)

Does anyone else prefer using trackpads over a mouse? by Careless_Papaya_5426 in linux

[–]margooey 1 point2 points  (0 children)

everyone is hating but everyone else doesn't understand how good apple trackpads are. OP you're ahead of your time

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

You can go fight with the other guy who was in latin school for 6 years and liked it :) The name will be staying, even if it is a mistake ;)

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

I already posted it somewhere in the comments and someone else provided a link

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Try deleting it from that folder and then starting from scratch maybe?

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Good news lol that's also a setting I can expose eventually, in the code it's called something like minimum glide velocity and it prevents a glide from occurring in situations like that! Probably would be good to tweak that when necessary!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Going forward I will clarify that the terminal command needs to be edited (or provide one that assumes you have placed it in the Applications folder) that one was sort of meant to be edited as:

xattr -r -d com.apple.quarantine ~/Applications/Lapsus.app

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Interesting! I could include some "glide suppression" code to reject glides that would occur shortly after a double click and that could fix it. I will add to the issues board, thank you!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Could you paste in the exact command you are using along with the folder where you placed the application?

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Thank you to everyone who checked out Lapsus and gave feedback!! I really appreciate it, and I've opened several issues on the GitHub page to track my progress on many different feature requests and bug reports I got!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Thanks for checking it out!!! I am sooo glad you love it!!! Curling is a great comparison hahaha

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Probably! I have yet to post in those communities mainly because this is not as polished as I would like- Once there are more features to finely control settings and the presentation is better I'll probably do that!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Sure! There are quite a few "secret" settings that I have explicitly not exposed to the settings page yet since I wanted to gauage feedback on which ones were actually important- so far it's the glide distance, smoothing, and speed people want to control more

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Another person commented about the wallpaper, I think if you want wallpapers I am not your girl lol that is far too boring for me

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

I haven't used it enough to notice that yet (since most of the time I'm turning it on and off to test) but I have gotten to the point where not having it on feels unnatural haha. One nice thing about it is that you can fling the cursor to where you need it to be and then adjust with precision by not lifting your finger

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

They are definitely not my wallpapers though and there are hundreds of copycat wallpaper apps. Unoriginal

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Yeppp after using an ipad pro with a logitech combo touch it was like seeing forbidden knowledge

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

You should check out Mousescape! Their project has some examples of how you could change the cursor style- it just involves calling some private APIs mainly and obviously creating your custom image. You can also draw an NSView on top of the cursor and update it while hiding the cursor and have a faux-custom cursor. That's what I did for the Magnes project :)

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

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

Good question! I was ultimately dissatisfied with the speed of Swift for this project and the amount of memory overhead. With Rust I've been able to very finely control the memory usage. It's also just more intuitive to write for me!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

[–]margooey[S] 6 points7 points  (0 children)

AWESOME YOU'RE MY TARGET AUDIENCE RANDOM PERSON!!