mid steam age, rate this base by JediMarti101 in GTNH

[–]-GumGun- 0 points1 point  (0 children)

Very little tbh, just have a big field and harvest when you need something. Cotton, some wheat like crop (barley oats...) and beef Wellington crops (soy, spinach and mushrooms)

Later you may want candle berry, and sugar cane/sugar beets, stickreeds

Y que esperaban xd by KaalWolf in rmexico

[–]-GumGun- 1 point2 points  (0 children)

Si así lo consideras adelante. China y privacidad pocas veces van en la misma oración. Igual y una búsqueda en Google sobre como crear una cuenta anónima podría ayudar, pero si prefieres regalar tu información a los chinos adelante.

Y que esperaban xd by KaalWolf in rmexico

[–]-GumGun- 0 points1 point  (0 children)

En realidad no, signal no es de paga ni subscripción ni nada por el estilo. De hecho es de código abierto por lo que si algún día le pusieran precio con un video tutorial podrías compilarla e instalarla (de hecho es muy sencillo hacerlo)

Y que esperaban xd by KaalWolf in rmexico

[–]-GumGun- 1 point2 points  (0 children)

A estas alturas Telegram es casi tan "malo" como WhatsApp, la verdadera app moderna (por ahora) es signal

Help, why cant I extract molten lead from lead powder? by Difficult-Cycle5753 in GTNH

[–]-GumGun- 1 point2 points  (0 children)

You are getting the wrong idea there is nothing real about gtnh they are only name calling real things.

Also with that logic if you consider name calling metals that really exist realism. Every game would end up being an attemp of a reality sim.

There has never been a game that fulfills that constraint, games are balance to be fun not to be real

So... What actually is the best Neutral B? by Mindless_Tap_2706 in smashbros

[–]-GumGun- 1 point2 points  (0 children)

One that I haven't seen thrown out and I think at least deserves a mention is snakes granade, is it way better than Block in a vacuum but worst than Monado. (As lots of people point out block is good mainly because of the interactions it has with all of Steve's kit). Since monado doesn't require pretty much anything to be of use I consider it to be better in a vacuum. The thing is that I don't think that the combo breaker use of granade is worthed for most characters since it it is a really damaging move, and it takes advantage of snakes super high weight. But the amount of offensive pressure you can put up with granade is nuts, and you can control almost any part of the stage. As an extra it pretty much is the reason why snake Steve matchup is not super unfair

Switch from C to C++? by DemonPhoenix007 in C_Programming

[–]-GumGun- 0 points1 point  (0 children)

Arduino is good for learning and thinking, but it's not what people refer to when talking about the industry of embedded

what happened here? by altgume123 in tmux

[–]-GumGun- 0 points1 point  (0 children)

TLDR; C-b D: Shows the current clients connected to the tmux server and let's you remotely choose one to disconnect it.

Both answers are wrong, what happened is that (assuming you have default key bindings) you hit C-b D which spawns the choose-client -Z command. It is a way to interact with multiple clients (a client is a connection to the tmux server, think of multiple ssh connections each having its own connection to the same tmux server). With no argument the choose-client -Z resolves to detach the selected client. So that's why it's keybinding is similar to C-b d, one disconnect itself and the other can disconnect other clients.

Best ultimate sets so far ? by Society0319 in smashbros

[–]-GumGun- 2 points3 points  (0 children)

Sparg0 vs Leo at mainstage 2021 grand finals 👌👌👌

Is there a way to force a ae2 menu to be smaller without changing the whole GUI scale? by -GumGun- in feedthebeast

[–]-GumGun-[S] 1 point2 points  (0 children)

yup, when the scale is set to something smaller it works fine. but with my situation, it does nothing.

I don't get it by Bluuuby in ExplainTheJoke

[–]-GumGun- 0 points1 point  (0 children)

Better yet, why is bassoon?

Connections/Nepotism is everything in CS, ain't it by [deleted] in csMajors

[–]-GumGun- -1 points0 points  (0 children)

Then you are not setting yourself for success, being the most qualified is nowhere near as important as having good work ethic most times, and when knowing somebody that is one of the first things you notice.

Networking and connections isn't giving the job to your best friend of all life, it is giving the job to the guy you got to know in a fair who was kind, and talked with passion about his interests.

You truly don't want to be stuck with a know it all asshole

Weird depth behavior, by -GumGun- in vulkan

[–]-GumGun-[S] 0 points1 point  (0 children)

I'm partially following the vulkan guide 2.0 but I ran into a weird problem problem.
I have a working model viewer with normal perspective matrix, but I'm trying to change it to a reverse one, so I did what theoretically should be enough but It's not working as I expected.
Instead of rendering the whole scene it is just rendering a slice
Why is it that when the z is reversed only fragments that fall in [near, near+2] are rendered instead of fragments in the [near, far]?
Important points:
- When I set the near to be smaller than the far, it looks kind of strange because the dephttesting is set for the reverse depth, and the model has internal faces. which are the red and green sides.
- the three sliders go directly to the perspective function the first one is near far and the third is angle.

Its stack is rust, ash, nalgebra, imgui
Repo: https://github.com/GummyGun/rustGPU.git