BlogHide Resteemsthenewjavaman (41)in programming • 7 years agoHow to wait in a Node/JS threadintro So I'm currently writing an Electron application (info here) , and I had a need to stop my JS thread for just 250ms (0.25s). In Python, I simply would have: time.sleep(.25) the rub…thenewjavaman (41)in programming • 7 years agosteemCreated with Sketch.AI Tic Tac Toe, Part 1 (Data Sets) - Monday Post #2it's not monday Yeah... but my computer broke so I just fixed it. intro I recently wanted to create a more advanced neural network with a purpose. You can see my last post on a basic neural…thenewjavaman (41)in neuralnetwork • 7 years agosteemCreated with Sketch.Basic Xor Neural Network - Monday Post #1it's not monday It's Wednesday but I didn't post Monday, so... quick update I'm going to start writing posts every Monday afternoon. Follow if you like tech posts from AI to graphics cards.…thenewjavaman (41)in music • 7 years agosteemCreated with Sketch.r/ListenToThis on Steemit?(I've posted this only on Steemit because I don't have enough Reddit karma.) I've been on for a while now and love the format. Would anyone be interested in porting/creating a new version on …thenewjavaman (41)in gridcoin • 7 years agosteemCreated with Sketch.How to Setup a Gridcoin Wallet on Windowslinks BOINC : Gridcoin : Gridcoin Wallet Download : overview Gridcoin is a cryptocurrency that pays miners…thenewjavaman (41)in programming • 7 years agosteemCreated with Sketch.[Discussion] [Meta] Bots on Steemit/Power FraudWhat are the applications and possibilities for hosting bots on this site? Should there be an API or dedicated service to regulate non-human activity? Comment below. Some examples are like…thenewjavaman (41)in programming • 7 years agosteemCreated with Sketch.Sorting Algorithms (Selection Sort in Python)intro As a programmer, one of the most important technologies to learn is the sorting algorithm. Its use is commonly found in sorting data packets from the internet (what your browser does) so…