Everything Is Hacked
Everything Is Hacked
  • 18
  • 657 436
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
มุมมอง: 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

ความคิดเห็น

  • @2v02
    @2v02 วันที่ผ่านมา

    "Apparently it takes a lot to shock ElectroBOOM" Yeah, electro is in his name

  • @Haplo-san
    @Haplo-san 5 วันที่ผ่านมา

    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.

  • @israelquiroz7245
    @israelquiroz7245 7 วันที่ผ่านมา

    As a contractor I approve of those safety squints. Done like a pro.

  • @Gni_Gni
    @Gni_Gni 8 วันที่ผ่านมา

    at this point the community is keeping the game alive with mods

  • @johndoe-kz8zt
    @johndoe-kz8zt 13 วันที่ผ่านมา

    sooooo yes no? wtf did i just watch

  • @oEQjet
    @oEQjet 14 วันที่ผ่านมา

    That shot of you opening the bag after the flight hurt me emotionally and physically.

  • @amateurprogrammer25
    @amateurprogrammer25 14 วันที่ผ่านมา

    ...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

  • @marten3451
    @marten3451 17 วันที่ผ่านมา

    doctor who, live chest. the scene where you get zapped every time you move a piece to many times

  • @jjkatlego5092
    @jjkatlego5092 17 วันที่ผ่านมา

    love your work men

  • @jordanalmady2145
    @jordanalmady2145 19 วันที่ผ่านมา

    U should sue that airport

  • @Its_Squirly
    @Its_Squirly 23 วันที่ผ่านมา

    he made the most electricboom creation, and met electricboom

  • @h0ly208
    @h0ly208 24 วันที่ผ่านมา

    "shootout my TH-cam channel-" *video ends*

  • @iroelchannel5110
    @iroelchannel5110 26 วันที่ผ่านมา

    Waiting someone to make a GUI for this

  • @Littletobbo
    @Littletobbo 26 วันที่ผ่านมา

    tony stark built this in a cave with a diaper box

  • @haydonfleming1324
    @haydonfleming1324 หลายเดือนก่อน

    5:03 - 5:32 Tony built this in a CAVE, with a box of SCRAPS!

  • @verenagruber1890
    @verenagruber1890 หลายเดือนก่อน

    God bless YOU!

  • @eyesonthey
    @eyesonthey หลายเดือนก่อน

    Pretty stupid, put your time, skills and effort into something worth while.

  • @takumi2023
    @takumi2023 หลายเดือนก่อน

    I feel bad that your board got destroyed on the plane :(

  • @xanschneider
    @xanschneider หลายเดือนก่อน

    You're gonna need like a lightning to shock Electroboom.

  • @DocSquintz
    @DocSquintz หลายเดือนก่อน

    pre tin your wires

  • @hobbyadhd
    @hobbyadhd หลายเดือนก่อน

    So which airlines are best for rapid disassembly of my projects?

  • @FranRojo91
    @FranRojo91 หลายเดือนก่อน

    I admire your persistance

  • @truko22
    @truko22 หลายเดือนก่อน

    🧅😵‍💫 🧅 Viva Venezuela libre 🇻🇪✊

  • @YoungMasterJedi
    @YoungMasterJedi หลายเดือนก่อน

    6:34 HES (or shes?) SO CUTE AKNLNAKHJBAKJHAKJHBAJHHIOJAOHI7JKHABKJAJHKKJSBKIJS

  • @bakedpotato7254
    @bakedpotato7254 หลายเดือนก่อน

    The flashbacks during the 6:00 era are comedic gold.

  • @der.Schtefan
    @der.Schtefan หลายเดือนก่อน

    So you think you can type type type type....

  • @danielming3255
    @danielming3255 หลายเดือนก่อน

    Had to like and comment just cause of you rebuilding it over and over. Great video too 😂

  • @WarmReversal
    @WarmReversal 2 หลายเดือนก่อน

    Wait that’s electroboom

  • @dascandy
    @dascandy 2 หลายเดือนก่อน

    @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.

  • @thatGUYbehindthemask
    @thatGUYbehindthemask 2 หลายเดือนก่อน

    bro you brought a wiring nightmare on a plane how did they not think that shit was a bomb?

  • @confusionofdahighestorda668
    @confusionofdahighestorda668 2 หลายเดือนก่อน

    Wowwwwww

  • @Alex-jw5un
    @Alex-jw5un 2 หลายเดือนก่อน

    OMG, you actually met Kasparov at 9:35 :D

  • @darknessblades
    @darknessblades 2 หลายเดือนก่อน

    Beware of next year, Electroboom might make his own, but with the voltage cranked up to 1000/10

  • @MrTeckish
    @MrTeckish 2 หลายเดือนก่อน

    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

  • @yashjaiswal2141
    @yashjaiswal2141 2 หลายเดือนก่อน

    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

  • @YamiSuzume
    @YamiSuzume 2 หลายเดือนก่อน

    I would sue the god damn airlines

  • @manuelfriend4060
    @manuelfriend4060 2 หลายเดือนก่อน

    Ya the fragile stickers don't actually do anything. They don't handle them any differently smh.

  • @GrenPara
    @GrenPara 3 หลายเดือนก่อน

    Cool video you made chess from the Doctor Who episode. Except yours is a bit lower voltage.

  • @chronolojays4634
    @chronolojays4634 3 หลายเดือนก่อน

    👍

  • @noone-ld7pt
    @noone-ld7pt 3 หลายเดือนก่อน

    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!

  • @atmegaatmega
    @atmegaatmega 3 หลายเดือนก่อน

    Imagine do this project to play tekken

  • @laverian2251
    @laverian2251 3 หลายเดือนก่อน

    As a chess player, AND as a maker, I loved this video end to end

  • @Panny42
    @Panny42 4 หลายเดือนก่อน

    Thats some nice effort you put into this, and of course its interesting aswell :)

  • @KenderGuy
    @KenderGuy 4 หลายเดือนก่อน

    6:49 so glad to see he has safety goggles, gloves, and boots I love when content creators take safety seriously

  • @yeahaddigirl
    @yeahaddigirl 4 หลายเดือนก่อน

    TH-camr: relays Air BNB: *shudders* it's a bug! Alaskan Airlines: DW I got it *pulls out comically large mallet*

  • @Deancob
    @Deancob 4 หลายเดือนก่อน

    I thought this was going to be a reference to doctor who's "live chess"

  • @maggiestone1869
    @maggiestone1869 4 หลายเดือนก่อน

    As a ramp rat for an airline, but a nice pelican case.

  • @miha6694
    @miha6694 4 หลายเดือนก่อน

    This guy is a god.

  • @PCBWay
    @PCBWay 4 หลายเดือนก่อน

    You did a THING! 🤩

  • @CalebSmith-gg1dt
    @CalebSmith-gg1dt 4 หลายเดือนก่อน

    Casually drops that his finger prints stopped showing up. Lordt