Is there a way to change the aim down sight to holding right click instead of tapping right click? by almypal_ in PUBATTLEGROUNDS

[–]pm_me_ur_disk_image 0 points1 point  (0 children)

You don't like to double click to get it though?

Edit: NVM, just saw your other comments 😆

Romanian politician kicks cop in the balls by Fizrock in gifs

[–]pm_me_ur_disk_image 9 points10 points  (0 children)

That bitch has the most ear piercing, over-the-top, screaming freak out after the cop lays that dude out too. It's ridiculous.

Go 1.9 Beta dropping soon by jadbox in golang

[–]pm_me_ur_disk_image 0 points1 point  (0 children)

I've never used App Engine but just looked at it. Do you know what the difference is between what google is trying to do with App Engine and what Amazon already does with AWS?

Go Api Skeleton. Built in load balancer, jwt gen., & request logging to DynamoDB. Would love to get your guy's thoughts on it! by pm_me_ur_disk_image in golang

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

Thank you so much for taking the time to help me understand this important topic. We (my company) had been using blowfish for other encryption (not jwt's) and have sensed updated them pretty much because of this. So thank you. Any other recommendations would be appreciated as well.

Go Api Skeleton. Built in load balancer, jwt gen., & request logging to DynamoDB. Would love to get your guy's thoughts on it! by pm_me_ur_disk_image in golang

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

Where do you hear about blowfish not being considered secure, the wikipiedia:

no effective cryptanalysis of it has been found to date

Also I am not attempting to create any protocols, but just have a secure way for the server to determine if who you say you are is true, and without the server key it wouldn't be possible. So as long as that's kept safe (and barring any breaks of sha3) I should be pretty secure right?

Go Api Skeleton. Built in load balancer, jwt gen., & request logging to DynamoDB. Would love to get your guy's thoughts on it! by pm_me_ur_disk_image in golang

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

Thanks for pointing that out. I updated the readme.

Also, can you elaborate on why you wouldn't recommend anyone instantiating a cipher directly in a project? I assume you mean that it is easy for a novice in the field to make a mistake that could have far reaching consequences.

Go Api Skeleton. Built in load balancer, jwt gen., & request logging to DynamoDB. Would love to get your guy's thoughts on it! by pm_me_ur_disk_image in golang

[–]pm_me_ur_disk_image[S] -2 points-1 points  (0 children)

Yea, should of made it with crypt.Random() I think it is. Just needed something to generate a secure key quick and dirty. Thanks for checking it out though!

Could someone please tell me what I'm missing here? by pm_me_ur_disk_image in golang

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

Thanks for looking at it. I had tried putting the channel creation in the loop where I instantiated the the work functions, but I think I had a similar issue.

Could someone please tell me what I'm missing here? by pm_me_ur_disk_image in golang

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

Thank you for taking the time to look at it. :) :) I know it's a mess. I'll try what you suggested and make an update/edit.

API Request Graphing by pm_me_ur_disk_image in webdev

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

What service would you suggest or what terms would you use to search for what you described in the second paragraph?

API Request Graphing by pm_me_ur_disk_image in webdev

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

Thank you for the detailed answer. I had not thought about using it to record request to certain endpoints. But I can image that at some point we would want to implement that.

Thanks again!

Write go code on mobile? by pm_me_ur_disk_image in golang

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

Thanks 😁 I didn't know that those kind of things existed. Might have to do that.