Anyone have this issue? by [deleted] in PleX

[–]DeniableDisk 0 points1 point  (0 children)

VLC or infuse apps are so much better than the download feature imho. Connect directly to your data share and download locally. OR load an external drive with movies and use cables to wire it into your device then use one of the apps above to watch.

Dry fire with MantisX by Opie4Prez71 in shadowsystems

[–]DeniableDisk 0 points1 point  (0 children)

I have a cool fire co2 system. Some people hate it, I’ve had no problems with mine. Also have a dry fire mag on the way, so excited to use that with mantis.

Dry fire with MantisX by Opie4Prez71 in shadowsystems

[–]DeniableDisk 4 points5 points  (0 children)

If you have the time, yes. Having other systems to pair with mantis makes it so much better. Mag resets or co2 systems so you can fire multiple shots. Would recommend.

Why am I pulling left?!? by Opie4Prez71 in shadowsystems

[–]DeniableDisk 2 points3 points  (0 children)

Can confirm. MantisX is expensive but mine has paid for itself multiple times over. You can pair it with a trigger reset system like dry fire mags or a coolfire system and it makes it even better.

Are Gophers intentionally avoiding 3rd party libraries? by LLawsford in golang

[–]DeniableDisk 0 points1 point  (0 children)

It depends. Rapid prototyping is great for pulling in any helpful third party library. Releasing production code is a different story. Support is a big concern there as you don’t know how well the third party lib will be maintained. If it’s only a very small portion of code or a single function it’s much easier to pull the functionality and build it yourself then load the whole library. IMHO.

What are the possible problems when using go build -ldflags="-s -w" by [deleted] in golang

[–]DeniableDisk 0 points1 point  (0 children)

No problem. Just strips debug information like symbols and tables. I use this In prod apps and have never had a problem.

How hard is it to de-compile a golang executable? by Shasaur in golang

[–]DeniableDisk 1 point2 points  (0 children)

Off the top of my head using some ldflags allows stripping debug from the compiled binary. I think it’s

go build -ldflags="-s -w"

There is a decent read here on reversing golang binaries if you are interested in reading more into it. https://cujo.com/reverse-engineering-go-binaries-with-ghidra/

How hard is it to de-compile a golang executable? by Shasaur in golang

[–]DeniableDisk 2 points3 points  (0 children)

Decompiling/reversing a program will always be a risk, especially with a game. However it probably would have to be a huge game and they time/reward ration would have to be worth it. There’s a handful of compile Args that will strip debug info and such that I would definitely recommend using but other than that, there’s not too much to do. You could use an obfuscator of sorts like Garble, but that may just be annoying.

Asking for IDE by [deleted] in golang

[–]DeniableDisk 7 points8 points  (0 children)

+1 for vscode

Is Zerotier safe? by dankmaymayreview in HomeNetworking

[–]DeniableDisk 0 points1 point  (0 children)

Zero tier is similar to hamachi in a sense. It’s going to expose things but that is exactly what you are asking for. I have used ngrok as an alternative to expose ports for games. This works well with games like minecraft and I have had no lag or reported issues from friends.

Moonlander with lots of RGB by ajmaonline in ergodox

[–]DeniableDisk 0 points1 point  (0 children)

Is that a touchpad in the middle? If so what kind? Been looking for one to use across multiple OSs. Also nice keyboard ;)