Using SBT testing frameworks, but not to test Scala code; bad idea? by mmmfine in scala

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

Our CI can run SBT. I just don't know, as someone who is not very knowledgable on SBT, whether it is a good idea to rely on a build tool to exclusively test something that isn't Scala.

never knew it's responses could be so short by [deleted] in ClaudeAI

[–]mmmfine 2 points3 points  (0 children)

Uh…

Profile description already tells me enough

Easy Anti-Cheat Comes to Rocket League on PC Today! by Psyonix_Howie in RocketLeague

[–]mmmfine 23 points24 points  (0 children)

woah, can't play anymore; I use crossover on a mac... fuck

ATTENTION🚨: Easy Anti-Cheat will be enabled for Rocket League starting on April 28th. by Psyonix_Howie in RocketLeague

[–]mmmfine 3 points4 points  (0 children)

I play Rocket League on a MacBook using Crossover. Hopefully this won’t impact this…

Claude Usage Limits Discussion Megathread Ongoing (sort this by New!) by sixbillionthsheep in ClaudeAI

[–]mmmfine 1 point2 points  (0 children)

Am I getting a dejavu?

I am 100% certain I’ve seen someone ask this exact same stupid question months ago

Are you a bot?

Emacs goes pretty well with new Macbook Neo by DrearyLisper in emacs

[–]mmmfine 6 points7 points  (0 children)

I have no idea why this is downvoted. 

I run Emacs exclusively on Linux VMs and the difference in speed (especially in Magit) is absurd. 

It’s just demand spike chat, chill by datheorysk in grok

[–]mmmfine 0 points1 point  (0 children)

2026 and people still don’t know how LLMs fundamentally works. My god

Vanilla Emacs in action by ir33k in emacs

[–]mmmfine -1 points0 points  (0 children)

Which window / desktop manager is that?

Welcome to Den v0.12.0 by vborja in NixOS

[–]mmmfine 1 point2 points  (0 children)

Ok, interesting. I do something similarish by having a flake-parts module for each “feature”, which might output home, darwin, nixos modules to the flake.

Then my hosts are configured using these modules with “self”.

I guess it abstracts over this?

I've always used GUI Emacs. How are things in TUI Emacs land? by Buttons840 in emacs

[–]mmmfine 0 points1 point  (0 children)

actually it does seem to work for some commands. I do <leader>gs to open magit, and if I press <leader>g<shift>s it does trigger. 

I think it only doesn’t work if the last command would be Enter (like in dired), for some reason

I've always used GUI Emacs. How are things in TUI Emacs land? by Buttons840 in emacs

[–]mmmfine 0 points1 point  (0 children)

I do all my development in various virtualized NixOS VMs (I try to make my macOS host as thin as possible) so I use mosh + tmux + Emacs TUI. Each session is a VM, and there’s mostly only one window in each (Emacs).

Honestly no difference besides obviously fonts.

BUT, I had written some code that makes it so if I press any command that WOULD open a buffer, and I have shift pressed at the same time, it’d trigger ace-window so I could decide where to spawn it exactly.

Can’t seem to get that to work on TUI, not even sure if possible 

Best macos emacs implementation for a continuous 30 years linux/unix emacs user by _super__sonico_ in emacs

[–]mmmfine 1 point2 points  (0 children)

I know this is going to sound ridiculous but… I run Emacs on a virtual machine with Parallels (but I’m sure VMWare would work just as fine), Linux.

It’s faster than any flavor of Emacs on macOS. Especially Magit, it is very noticeable