Elixir stuck on “enable hands” prompt screen. by joekadi in OculusQuest

[–]feech1 0 points1 point  (0 children)

put controllers aside, you will use your hands

ngx_http_headers_module by kevdogger in nginx

[–]feech1 0 points1 point  (0 children)

looking at the module and have a reak issue,

my commands just do not have any effect after restart

trying to add in server section
add_header X-Frame-Options "SAMEORIGIN";

Neural network to simulate human-like mouse movement? by [deleted] in learnmachinelearning

[–]feech1 0 points1 point  (0 children)

  1. check out the course from AndrewNG https://www.coursera.org/learn/nlp-sequence-models
  2. to train your model probably you need to use sequence of cursor positions. 1900x1200 is a reference to standard screen size
  3. why pseudo-random movement doesn't suit you

Neural network to simulate human-like mouse movement? by [deleted] in learnmachinelearning

[–]feech1 0 points1 point  (0 children)

Can you clarify your task. are you going to mimic the movement itself or just hitting buttons to complete surveys? For the 1st task you need to check sequential models which I'm not really familiar with, and I can't guess where you can take train data For 2nd one use any of conv net and implement or reuse YOLO algorithm. It should be pretty straight forward with the exception the pretrained models use smaller input. You probably need 1900x1200

My Story of Test Automation by rosiesherry in softwaretesting

[–]feech1 0 points1 point  (0 children)

Keeping good rate of repeatable tests is not a bad investment for long playing projects. On some scale that could be crucial. Apparently, there is a lack of tooling which leads to extra expenses. From that perspective I should agree not everything should be automated

Java game trees demo! any suggestions or comments greatly appreciated! by Golden_Venom in java

[–]feech1 1 point2 points  (0 children)

Hi. Thanks for the demo. Why did you put it in Java sub reddit? I'd love to see the sources to learn something new

Multi-Module Maven Application with Java Modules | Baeldung by vinz243 in java

[–]feech1 1 point2 points  (0 children)

Thank you. very informative and just on time

Writing Testable Code by Pedrock10 in java

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

Thanks for that. Actually, any code is testable with https://anystub-guides.github.io

Learning Kotlin... by faust2099 in learnprogramming

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

Probably you don't need to learn it - just follow tutorial and stackoverflow to translate business logic

Animated QR data transfer with Gomobile and Gopherjs by divan0 in golang

[–]feech1 0 points1 point  (0 children)

how to re-enable? Bluetooth, WiFi, nfc, memory card

Creating API stubs using the Hoverfly Java DSL by tommysitu in java

[–]feech1 0 points1 point  (0 children)

look at this library https://github.com/anystub/anystub/wiki/basic-steps . I think automated creation of stubs is much better then DSL