- 18
- 657 436
Everything Is Hacked
United States
เข้าร่วมเมื่อ 29 ต.ค. 2016
Adventures in building, breaking, and misusing technology.
I took Taser Chess to Open Sauce
Thanks @ElectroBOOM and @Jabrils for being prototype victims, @JoelCreates for the initial inspiration with your excellent keyboard, @opensaucelive for bringing so many mad scientists under one roof, @raspberrypi for the brains, and @AlaskaAirlines for allowing me to get so much practice with acrylic glue.
Yes, it took me an extra year to get this video out. I took it to Open Sauce v1 in 2023!
In Taser Chess, you strap your arm to a TENS unit, then your hand receives a shock for any "bad" move, based on a chess engine, puzzle solving, or a timed game. Powered by Raspberry Pi with python-chess doing the heavy lifting on chess logic. It supports all standard rules except en passant, because who does that.
0:00 Hustling
1:55 Creating the board "keys"
2:47 First shocking test
3:00 Board modes
4:16 Building while traveling
6:05 Advice from Open Sauce
6:49 Crunch time
7:56 Have board, will travel
8:09 Disaster the first
8:49 Disaster strikes again
9:00 Open Sauce
9:58 Return of Disaster
10:28 Rebuilding again
10:42 A visit to the master
11:25 Playing taser keyboard
11:40 A fourth rewiring
12:00 Back where we started
---
Music from StreamBeats by Harris Heller.
#python #taser #chess
Yes, it took me an extra year to get this video out. I took it to Open Sauce v1 in 2023!
In Taser Chess, you strap your arm to a TENS unit, then your hand receives a shock for any "bad" move, based on a chess engine, puzzle solving, or a timed game. Powered by Raspberry Pi with python-chess doing the heavy lifting on chess logic. It supports all standard rules except en passant, because who does that.
0:00 Hustling
1:55 Creating the board "keys"
2:47 First shocking test
3:00 Board modes
4:16 Building while traveling
6:05 Advice from Open Sauce
6:49 Crunch time
7:56 Have board, will travel
8:09 Disaster the first
8:49 Disaster strikes again
9:00 Open Sauce
9:58 Return of Disaster
10:28 Rebuilding again
10:42 A visit to the master
11:25 Playing taser keyboard
11:40 A fourth rewiring
12:00 Back where we started
---
Music from StreamBeats by Harris Heller.
#python #taser #chess
มุมมอง: 463 078
วีดีโอ
Humane "Ai Pin" parody: Ai Albatross
มุมมอง 4.1Kปีที่แล้ว
We are so excited to bring the Ai Albatross to your neck. Please enjoy our launch video. #humane #humor #ai #parody
I made a full-body GAME controller!
มุมมอง 4.7Kปีที่แล้ว
Play any game using your body as a keyboard! Make your own custom setups. I created a full-body game controller so you can punch, kick, jump, squat, and generally move around to control the players in any computer game. Come say hi at Open Sauce and try out some of my projects live in meat space: opensauce.live Or stay at home and try it out yourself; code is available at github.com/everythingi...
I made a FULL-BODY keyboard!
มุมมอง 43Kปีที่แล้ว
Get an 80s workout while you type! Code available at: github.com/everythingishacked/Semaphore 0:00 Hello World 0:20 dog 0:24 The Vision 1:41 The Method 3:32 The Challenge 5:35 The Side Quest 6:39 The Injury 7:19 The Final Attempt 8:06 bonus round Sound effects from ZapSplat. Thank you to all the musicians and record labels for use of the wonderful ear worms. I know this video will never have a ...
I Used AI to Write a Bestseller (ChatGPT)
มุมมอง 2.1Kปีที่แล้ว
I used OpenAI's ChatGPT to write a best selling book of erotic poetry. It took some convincing to get the AI to open up and really rise to the occasion! AI has been used to *help* write and illustrate lots of works, but I wanted to 'create' a work guided and written by AI as much as entirely possible. Provocative Poems is available for sale here, if you're into that kind of thing: a.co/d/1LMiLz...
If ChatGPT actually replaced software engineers
มุมมอง 1.5Kปีที่แล้ว
Based on a true story. This video is clearly satire, but all of the screenshots are from an actual conversation that I had with ChatGPT (Feb 13 version). Large language models are actually great at helping generate standard boilerplate code. They're not so great at logic and inference... or math. Also, errors generally compound. #chatgpt #ai #softwareengineer
What is ChatGPT's personality type?
มุมมอง 1.1Kปีที่แล้ว
ChatGPT has a distinct personality. I wanted to find out how it would describe its own character, so I gave ChatGPT a Myers Briggs Type Indicator test. Here's the knockoff test we both took: www.truity.com/test/type-finder-personality-test-new And if you want one that's more questionable but comes with your own low-poly avatar: www.16personalities.com/free-personality-test The personality test ...
Using AI to illustrate nonsense poetry (DALL-E 2 vs Stable Diffusion vs Midjourney)
มุมมอง 7832 ปีที่แล้ว
What happens when you feed gibberish to text-to-image AI models? Comparing the output of DALL-E2, Midjourney, and Stable Diffusion text-to-image GAN models when asked to illustrate the text of the poem Jabberwocky. This one’s a little different than my usual! I wrote up a whole script around this idea weeks ago, then never had time to record it, so I decided to upload the result anyway. This wa...
I Made a Remote Lie Detector to Test Zuckerberg's Pulse
มุมมอง 10K2 ปีที่แล้ว
Identify deception in anyone on camera, then measure their heart rate. My latest project, Truthsayer, reveals signs of possible deception in live or recorded video by analyzing faces to identify changes in heart rate and other relevant physical cues. I tested it out on some known liars, then tried to determine whether Zuckerberg is in fact a lizard person. To run your own Truthsayer, the code i...
Coding a Zoom video filter in Python
มุมมอง 3.6K2 ปีที่แล้ว
Create your own custom face-tracking video filter using Python, OpenCV, and MediaPipe. In this tutorial we overlay a mustache on a tracked face. This filter can be used in Zoom, Teams, etc. It also works with video recordings as input. The resulting code is available at github.com/everythingishacked/Stash 00:00 Intro 01:24 MediaPipe Face Mesh 05:21 Using facial landmarks 07:26 Drawing shapes wi...
Zoom filter adds pants when you forget to wear them
มุมมอง 30K2 ปีที่แล้ว
Using Python, OpenCV, MediaPipe, and pyvirtualcam to create a Zoom (or Teams or Hangouts or whatever) video filter to blur out your lower half or add customizable pants. This should work on any platform video call app, as well as on recordings. To put your own pants on, the code is available at github.com/everythingishacked/Pants Click here to be hacked: bit.ly/3GyHJnu Music from StreamBeats by...
I made a face-controlled keyboard
มุมมอง 7K2 ปีที่แล้ว
Code with your face using Python OpenCV! Code is available at github.com/everythingishacked/CheekyKeys This includes my Morse code cheatsheet at github.com/everythingishacked/CheekyKeys/blob/master/Morse cheatsheet.md If this project could actually be of practical use to anyone, I'd love to hear it and would love to help out! MediaPipe's Face Mesh example in Python: google.github.io/mediapipe/s...
Write a Custom Burp Suite Extension in Python
มุมมอง 9K2 ปีที่แล้ว
Extend the functionality of BurpSuite with your own custom Python scripts. The resulting code is available at github.com/everythingishacked/burpsuite-custom-extension 00:00 Overview 00:46 BurpSuite intro 01:43 Python vs Java 02:49 Extender API docs and example extensions 04:45 Writing the simplest custom extension 05:46 Configuring Jython environment 06:24 Loading a custom extension 06:45 Writi...
Wordle HACKED: find the best strategies (and play any word!)
มุมมอง 7672 ปีที่แล้ว
I missed a couple days of Wordle, so I started poking around the code to get my streak back. Not only did I figure out how to play the word from any day, but I ended up hacking the whole game, finding out the date that Wordle will end, and building a browser extension you can use to improve your strategy. The Chrome extension is available at chrome.google.com/webstore/detail/wordle-helper-hackl...
Help Ukrainians and Russians fight censorship and access an open internet (Tor Snowflake)
มุมมอง 2.4K2 ปีที่แล้ว
Help Ukrainians and Russians fight censorship and access an open internet (Tor Snowflake)
SSH, DNS and ICMP ping tunnels via EC2 using sshuttle and Hans
มุมมอง 6K7 ปีที่แล้ว
SSH, DNS and ICMP ping tunnels via EC2 using sshuttle and Hans
Set up Kali Linux and Metasploitable 2 virtual machines in VirtualBox
มุมมอง 65K8 ปีที่แล้ว
Set up Kali Linux and Metasploitable 2 virtual machines in VirtualBox
"Apparently it takes a lot to shock ElectroBOOM" Yeah, electro is in his name
8:26 Bruh! Wasn't Alaska Airlines who made huge problem for GoodTimesWithScar when he was going for TwitchCon or returning back to home? Airline regulators should revoke their licences.
As a contractor I approve of those safety squints. Done like a pro.
at this point the community is keeping the game alive with mods
sooooo yes no? wtf did i just watch
That shot of you opening the bag after the flight hurt me emotionally and physically.
...so what i'm getting out of youtube lately is that when i went to open sauce this year i missed literally 100% of the cool exhibits
doctor who, live chest. the scene where you get zapped every time you move a piece to many times
love your work men
U should sue that airport
he made the most electricboom creation, and met electricboom
"shootout my TH-cam channel-" *video ends*
Waiting someone to make a GUI for this
tony stark built this in a cave with a diaper box
5:03 - 5:32 Tony built this in a CAVE, with a box of SCRAPS!
God bless YOU!
Pretty stupid, put your time, skills and effort into something worth while.
I feel bad that your board got destroyed on the plane :(
You're gonna need like a lightning to shock Electroboom.
pre tin your wires
So which airlines are best for rapid disassembly of my projects?
I admire your persistance
🧅😵💫 🧅 Viva Venezuela libre 🇻🇪✊
6:34 HES (or shes?) SO CUTE AKNLNAKHJBAKJHAKJHBAJHHIOJAOHI7JKHABKJAJHKKJSBKIJS
The flashbacks during the 6:00 era are comedic gold.
So you think you can type type type type....
Had to like and comment just cause of you rebuilding it over and over. Great video too 😂
Wait that’s electroboom
@2:30 should I tell you about reed relays? Saves switches, and probably headache because the whole thing is then mostly non-moving... @6:52 if you use a rotating or reciprocating saw, don't wear gloves. Gloves can get caught in the mechanism and will tear your hand into the blade.
bro you brought a wiring nightmare on a plane how did they not think that shit was a bomb?
Wowwwwww
OMG, you actually met Kasparov at 9:35 :D
Beware of next year, Electroboom might make his own, but with the voltage cranked up to 1000/10
lol at first I thought it would shock you if you have to take a piece off the board in case of a capture....I think that would be a neat idea
You can done this only with 8 relays by connecting all column in parallel and each square has different resistance with each move we can detect the position of each pieces by comparing first position and trigger high voltage relay according to it. Microcontroller will continuously check each row using analogread and use preassign data and algorithm to make it working efficiently
I would sue the god damn airlines
Ya the fragile stickers don't actually do anything. They don't handle them any differently smh.
Cool video you made chess from the Doctor Who episode. Except yours is a bit lower voltage.
👍
Jesus that airport footage hurt so much to watch. As someone who travels with expensive instruments a lot I've felt that pain all too often!
Imagine do this project to play tekken
As a chess player, AND as a maker, I loved this video end to end
Thats some nice effort you put into this, and of course its interesting aswell :)
6:49 so glad to see he has safety goggles, gloves, and boots I love when content creators take safety seriously
TH-camr: relays Air BNB: *shudders* it's a bug! Alaskan Airlines: DW I got it *pulls out comically large mallet*
I thought this was going to be a reference to doctor who's "live chess"
As a ramp rat for an airline, but a nice pelican case.
This guy is a god.
You did a THING! 🤩
Casually drops that his finger prints stopped showing up. Lordt