gammarays

joined 2 years ago
[–] gammarays@lemm.ee 5 points 11 months ago

I mean, he's in a similar situation as Toby fox. He has the freedom to spend as much time as he wants on developing updates without worrying about money, so he doesn't need to charge anything or ask money from players.

[–] gammarays@lemm.ee 18 points 2 years ago (5 children)

Linux Mint makes it very easy to install Nvidia drivers and Optimus. I have used it in the past on a laptop with a similar configuration. It's also quite robust, probably more than Garuda.

[–] gammarays@lemm.ee 2 points 2 years ago

That's true. Also I guess domain names in most ideogram-based languages cannot be meaningfully converted to ASCII. The best detection method I'm aware of is detecting a mix of different alphabets in the domain, but I imagine even this has a lot of false positives

[–] gammarays@lemm.ee 2 points 2 years ago* (last edited 2 years ago) (5 children)

This should be ON by default, in my opinion. Also, I believe Mozilla has a massive opportunity here to demarcate themselves as the more security-conscious browser vendor. "This phishing trick works on all major browsers except Firefox" would be great publicity material.

[–] gammarays@lemm.ee 3 points 2 years ago (3 children)

What's the problem with it? (legit question from non-silverblue user)

[–] gammarays@lemm.ee 0 points 2 years ago

Note that this is an old article from 2 years ago and that GKI is already implemented in Android

[–] gammarays@lemm.ee 15 points 2 years ago (5 children)

Brainfuck? Really?

[–] gammarays@lemm.ee 92 points 2 years ago (13 children)

I think most people (including myself) prefer a minimal desktop by default, and then proceed to install only the software they need. Nevertheless, it always surprises me when I log in to a system that doesn't have vim.

[–] gammarays@lemm.ee 10 points 2 years ago (4 children)

It's open-source merely to comply with the GPL license of the kernel, but the fact is that an Android image built only from open source components will be extremely crippled or, depending on your point of view, basically useless. Such an image will not even boot on the majority of devices ; you'll need those sweet proprietary driver blobs if you want your phone to do anything, and a bunch more closed source binaries in order to use Play services.

[–] gammarays@lemm.ee 7 points 2 years ago

In tmux, you usually set configuration options with set -g in tmux.conf. "-g" sets a global option which will apply to all new windows and sessions, otherwise the option applies only for the current window, which is usually not what you want.

Since command-alias is an array, you can use the -a flag to append a new value at the end.

With that said, try this:

set -ga command-alias s="new-window ssh foo"

Keep in mind that run in tmux runs a shell command in the background, so you most likely want to use something like new-window or new-session instead.

[–] gammarays@lemm.ee 1 points 2 years ago

Since Google makes money off of you using Maps, and makes third-party apps pay a fee for using their API, I don't think they have an incentive to let you download navigation data to use it into another company's software

[–] gammarays@lemm.ee 4 points 2 years ago (1 children)

Sounds like you'd enjoy Nuclear Throne or Enter the Gungeon. Both are very similar, they are roguelike in 2D top-down view with enemies that shoot a lot of projectiles and gameplay is about using dodge rolls and taking cover

view more: ‹ prev next ›