[-] gammarays@lemm.ee 2 points 1 month ago

BURNIN DOWN THE HOUSE

[-] gammarays@lemm.ee 5 points 1 month ago

Just because the game failed doesn't mean the whole studio needs to be scrapped... Artists and programmers could still get their chance to shine, without the top level decision makers steering the game towards dated formulas like hero shooters

[-] gammarays@lemm.ee 2 points 1 month ago

It used to be my favorite game before I played Outer Wilds. That was a while back, aah the nostalgia.. The Swapper's graphics are also quite unique and aged pretty well I think.

[-] gammarays@lemm.ee 5 points 3 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 5 points 4 months ago

static typing:

  • afraid to make mistakes
  • restricts your freedom
  • thinks i'm too stupid to know the types of my variables
  • years of programming yet no real world use found for Option<Option<Result>>

dynamic typing

  • bold, fearless
  • null pointer exceptions? catch them and return 0
  • can use eval, easily extendable
[-] gammarays@lemm.ee 3 points 1 year ago

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

[-] gammarays@lemm.ee 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.

[-] gammarays@lemm.ee 4 points 1 year ago

With the amount of cheaters in casual, i doubt it

[-] gammarays@lemm.ee 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.

[-] gammarays@lemm.ee 4 points 1 year ago

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

[-] gammarays@lemm.ee 6 points 1 year ago

Do you mean emulators such as the Android emulator that comes with Android Studio, or is the latter lacking features that other software on windows possess?

[-] gammarays@lemm.ee 4 points 1 year ago

This looks cool. I might consider trying GNOME again if it gets implemented.

view more: ‹ prev next ›

gammarays

joined 1 year ago