netpipe April 6, 2021

with the rise of flying platforms and ed printed flight suits self steering bullets/mini missles with object recognition and integrated cameras could be a thing soon. also self stabalizing sniper rifles kinda like helicopter chase cams. arduino SOD might be able to perform the task in a bullet the size of your pinky finger. alot […]

netpipe April 5, 2021

some people have it pretty cushy with this formula – sometimes it feels like im surrounded by lazy retards but dont know why. child support from the government $6,765 per year ($563.75 per month) for each eligible child under the age of 6 $5,708 per year ($475.66 per month) for each eligible child aged 6 […]

netpipe April 2, 2021

Nano Patents and Innovations – Artificial Neuron Device Could Shrink Energy Use and Size of Neural Network Hardware CBC | Canada News – 14 people are mapping Canada’s path to net-zero emissions — can they do it? CBC | Canada News – CRA sending details of bank accounts to IRS that don’t have to be […]

netpipe April 1, 2021

i am writing a history of digital currency to compliment my new software but cannot find the original article that started it for me. it had been probably a slashdot article around 1996 ish maybe earlier like 1992 about a east indian who used excel spreadsheet to generate serial numbers as a ledger for  digital […]

netpipe March 28, 2021

along with my 6axis accelerometer gloves i have designed a touch system based on micro needles on the bottom of the hands or fingertips. it should allow feeling the surfaces of objects corners and edges. also possibly dr hos like electronic haptic feedback for finger movements.   new vr glove concept using 6 6axis accelerometers

netpipe March 22, 2021

when the first dwave computers came out there was a simulator online i decided to type in 1=0 and i ran it i think it might have broke something because my life seems weird now.   https://en.wikipedia.org/wiki/Technological_singularity after reading what a singularity is it seems like a outcome much the same as i described or […]

netpipe March 21, 2021

oldschool zombie movie formulas just by guess some of the tools would be. executioner wasp stings or other venoms combined with devils trumpet, methamphetamine, and barbiturates also fentanyl there could also be gene activated stuff for survival like mothers instinct and adrenaline enhancers also awakened pig genes that eat faces.   new age zombies implantable […]

netpipe March 21, 2021

I had my GPS guided machinery idea stolen from me from 1998ish. I would be interested in legal help to sue them. someone suggested I just use an air crane to pick up some tractors if I cant get paid . I have contacted them twice over the years without much at all response. they […]

netpipe March 19, 2021

trying to see if it needs tweaking still but might have educational or comical value. #!/bin/bash #movie reverse player #https://unix.stackexchange.com/questions/214327/how-can-i-reverse-a-video-clip ffmpeg -i input.mkv -an -qscale 1 %06d.jpg ffmpeg -i input.mkv -vn -ac 2 audio.wav sox -V audio.wav backwards.wav reverse cat $(ls -t *jpg) | ffmpeg -f image2pipe -vcodec mjpeg -r 25 -i – -i backwards.wav […]