gammarays

joined 1 year ago
[–] [email protected] 77 points 1 year ago (3 children)

Just got a call from Rust HQ; they cancelled the project and are deleting all the articles talking about it

[–] [email protected] 54 points 1 year ago (3 children)

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

[–] [email protected] 5 points 1 year ago

Apart from text editors/IDEs I don't really see the use for it. I think it is not practical unless all your users are both power users and programmers, which basically boils down to developer tools.

[–] [email protected] 2 points 1 year ago

This strategy is actually really good in VSH

[–] [email protected] 4 points 1 year ago

With the amount of cheaters in casual, i doubt it

[–] [email protected] 22 points 1 year ago (7 children)

Brainfuck? Really?

[–] [email protected] 97 points 1 year ago (16 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.

[–] [email protected] 11 points 1 year 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.

[–] [email protected] 8 points 1 year 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.

[–] [email protected] 1 points 1 year ago

Hop on 2fort and get spawn camped by a pocket demo

[–] [email protected] 3 points 1 year ago

This looks a bit cheesy for me. I don't think the anime style really suits MTG, the only exception being Kamigawa blocks perhaps.

[–] [email protected] 2 points 1 year 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

view more: ‹ prev next ›