Tempy

joined 1 year ago
[–] Tempy@programming.dev 3 points 3 months ago

I don't think the code is the problem they are cleaning up. I think they just want to remove the contributor from the history.

[–] Tempy@programming.dev 1 points 3 months ago

I mean it should. It'll have a steam os installed on the device itself. It'd be a pretty silly oversight to not work with a computer running Linux.

[–] Tempy@programming.dev 6 points 3 months ago

It is. Relatively so. This smells of Mozilla wanting to package things in there that Linux distro maintainers wouldn't package in themselves.

You may say I'm being overtly cynical and as much as I love Firefox, I can't say I trust Mozilla's intentions

[–] Tempy@programming.dev 5 points 4 months ago

Not so much toggled, but you can break out of it. At that point it just becomes a fedora install with a somewhat different set of defaults.

[–] Tempy@programming.dev 2 points 5 months ago

Nope. I make my code open source so the code is there in case someone finds it useful. I ain't supporting it outside of what I can be bothered to do though. It's open source, you chose to use it, it's on you to support yourself.

[–] Tempy@programming.dev 3 points 5 months ago

A bad company. Because they should be delivering a holistic product. But their hardware side knows their shit at least.

[–] Tempy@programming.dev 1 points 6 months ago (1 children)

What GPU have you got? My 7900XT works flawlessly.

[–] Tempy@programming.dev 1 points 8 months ago

Does GCC support pluggable backends? I feel when something like this comes up, the real answer should be, for those that make sense to drop from the core, it'd make sense to make them pluggable and separate them out, so that those that need them can pick them up if they need.

[–] Tempy@programming.dev 2 points 8 months ago (1 children)

Can't libre office's calc work with Excel files?

[–] Tempy@programming.dev 1 points 8 months ago

Yeah. I had this problem. I ended up switching out the WiFi module for one with better Linux support. (In my laptop it's just a little m.2 thing).

[–] Tempy@programming.dev 8 points 9 months ago* (last edited 9 months ago) (2 children)

The simplest and slowest way when you need to use something from the system clipboard:

Copying: Enter visual mode (v) Highlight the text I want to copy then enter in command mode "+y which basically means "Use a register for following command (") make it the external clipboard register (+) and yank/copy (y)"

Pasting Move to where I want to paste then enter in command mode "+p to paste after the current position or "+P to paste before the current position

If I don't need to copy/paste stuff to applications outside of vim, then I can skip the "+ register setting part, and just use the default internal register.

view more: ‹ prev next ›