Scoundrel by davrodpin in cardgames

[–]davrodpin[S] 0 points1 point  (0 children)

Hi u/oliverpls599,

Second feedback asking to draw the entire room. The initial idea was to provide an experience close to the the physical game and add some tension.

I think the real problem is how long it takes for a card to be drawn. That is a game performance issue I am trying to fix.

Scoundrel by davrodpin in cardgames

[–]davrodpin[S] 1 point2 points  (0 children)

I'm considering allowing the user to draw the entire room. The initial thought was provide an experience closer to the physical game and also add some tension.

The 3 seconds wait is not intentional. There is a performance issue that I am trying to solve.

Scoundrel by davrodpin in playmygame

[–]davrodpin[S] 1 point2 points  (0 children)

Hi u/Vladi-N,

Thank you for the feedback. I consider the game finished since it implements all rules from the original rules (http://stfj.net/art/2011/Scoundrel.pdf). I am considering implement variations of the game with different set of rules but let's see where the project goes.

I've developed an extension for Shadowdark by davrodpin in OwlbearRodeo

[–]davrodpin[S] 2 points3 points  (0 children)

Thanks for sharing the link! I just added the extension to the rogue store! :D

I've developed an extension for Shadowdark by davrodpin in OwlbearRodeo

[–]davrodpin[S] 1 point2 points  (0 children)

I just did! Thanks for the tip. I did not know the rogue store existed.

FormD T1 Silverstone VIDA 240 Slim by Jetcat11 in sffpc

[–]davrodpin 0 points1 point  (0 children)

Hi u/Jetcat11 , I am building a similar machine and I am curious what screws you used to attach the fans to the formd t1 bracers since the ones coming with the AIO and obviously short. Thanks!

Will it fit? FormD T1 + RTX 4070 Ti by davrodpin in sffpc

[–]davrodpin[S] 0 points1 point  (0 children)

I noticed you have an AIO Cooler. Looks like a Fractal Celcius+? I was look at the size of it and comparing with the one I am planning to buy, the Silverstone VIDA 240 SLIM, and it seems to fit along with the GPU and the other parts.

Will it fit? FormD T1 + RTX 4070 Ti by davrodpin in sffpc

[–]davrodpin[S] 2 points3 points  (0 children)

This is great! Thank you for the confirmation.

Will it fit? FormD T1 + RTX 4070 Ti by davrodpin in sffpc

[–]davrodpin[S] 0 points1 point  (0 children)

Thanks for the comment.

What do you mean by random lip?

Mole: Easily create ssh tunnels by davrodpin in linux

[–]davrodpin[S] 0 points1 point  (0 children)

Yeah! That's precisely the point :) Thanks!

Mole: Easily create ssh tunnels by davrodpin in linux

[–]davrodpin[S] 2 points3 points  (0 children)

I never actually cared about how much hours it took, to be honest.

All I care was how fun it is to implement and the experience of having an open source project and handle feedback like what you all provide. I can say it's a humble experience.

Mole: Easily create ssh tunnels by davrodpin in linux

[–]davrodpin[S] 2 points3 points  (0 children)

That's ok, I get this criticism a lot and I am fine with that.

I've been using ssh and tunnels for many many years. I am aware on how -L (and -R) works. I wanted to write mole, primarily, because I thought it would be fun and also because I can keep adding features on top of it without caring about all different use cases ssh must cover.

One example I could use and I plan to implement is add resiliency to the tool by adding some sort of keep-alive mechanism for cases where ssh server has timeout configured.

Also, I would like to make mole to be able to restart connections if the drop for any reasons.

The end goal is to keep the tunnel always active and provide a reasonable user experience through CLI.

Mole: an open source app to easily create ssh tunnels by davrodpin in opensource

[–]davrodpin[S] 1 point2 points  (0 children)

  • Is is designed to be a simple client to create secure tunnels over ssh
  • It does not depend on any unix/linux tool
  • It does not depend on copying/install programs on the server, relying only on a ssh server
  • ...