gamma

joined 2 years ago
[–] gamma@programming.dev 2 points 2 weeks ago

Steam has always had a Linux Runtime for that exact reason.

[–] gamma@programming.dev 3 points 1 month ago* (last edited 1 month ago)

I've always considered it to be such that the whole thing is simultaneously a joke and true (haha jk, unless?), or maybe just hyperbole. But I've avoided using it myself because clearly it gets misinterpreted way too frequently

[–] gamma@programming.dev 12 points 1 month ago

Yeah, theres a lot of old old laptops which make no sense to run. But there's a growing crop of more recent used devices that are only being sold off because they don't support Windows 11, and the power efficiency story changes there. The OOP mentions "8.1 lappies"; my main laptop has a 15W 8th gen which is only in the last year starting to feel less appropriate for desktop use. (And honestly, a RAM and storage bump will probably get me another couple years.)

For environmental concerns, youve got to tax new devices with manufacturing costs as well.

100% agree about VMs though.

[–] gamma@programming.dev 13 points 1 month ago (1 children)

Not as cursed as

print("eovdedn"[n%2::2]) 
[–] gamma@programming.dev 10 points 1 month ago* (last edited 1 month ago)

I don't fit into any of those categories.

Its obtuse, old, and doesn't have a lot of functionality of modern code editors

Obtuse? Yeah. The keyboard focus means natural discoverability is low. But I immediately preferred modal editing once I learned it.

Old? Eh, most people use Neovim nowadays and write plugins in lua. Even in OG Vim, Vim9script broke compatibility for a better dev experience.

Functionality? Out of the box, it is just a text editor. But only VSCode might have a more active plugin ecosystem. ALE has been a thing for ages if it's LSP support you're looking for.

It's not better, it's not worse, I'm not in any way superior for using it, but I love it for a reason.

[–] gamma@programming.dev 1 points 2 months ago

Same camp as wtype, you have to bind something to exec it.

[–] gamma@programming.dev 4 points 2 months ago* (last edited 2 months ago) (3 children)

autokey

I accomplish the same thing with compose sequences, and by binding a keyboard shortcut in my desktop to call a script with wtype. It's not a cross-compositor solution though, as you'd have to manually setup binds in each of them.

I don't see much hope for this one-to-one unfortunately.