MI Python Text Adventure RPG Tutorial 1 |Create The Game, Objects, and Grid

CREATING THE GAME AND GRID Repl for this section https://pythontextadventuretutorial1.mandrews85.repl.run Hey every one, Thought I would share my methodology for making a text adventure / RPG in Python. I wanted to make this in pure Python with no added dependencies, other then built in Python dependencies. I wanted to create a simple and logical text adventure frame work. Each Python class is its own “module”. I wanted each “module” to handle its own functions to keep everything clear and concise. Today we will be implementing our Game Grid in the…

Journey With the Python Text Adventure Empire Fable

PLAY THE WORK IN PROGRESS GAME EMPIRE FABLE HERE: https://PYTHONTEXTADVENTURE.mandrews85.repl.run Hey everybody, I’ve seen some questions lately. I would like to share my methods (pun intended) that helped me better understand what I want to do with my programs . I think Python is an excellent language for a text adventure. If I want to scale it up later with graphics and menus. Tkinter is an easy option or of course Pygame. For this project though I wanted to stick with pure Python. I didn’t want to have a bunch…

HP Z Home Office Workstation / Computer Lab Upgrade 2020 for Under $500 / HP z800

Hey, every one. I decided to upgrade my Home Office Work Station / Computer Lab for 2020. It was definitely time for an upgrade for productivity and down right sanity running some of these newer O.S.’s as bloated as they are. The use cases would be as a DAW(Digital Audio Work Station),DVW(Digital Video Work Station), crypto trading box., along with image editing, etc.. I decided to go with an HP z800 Work Station box for my upgrade path. I know this a 9 year old system but I think it…

Chinese Sonic Attack on U.S. Embassy? | Black Hat Acoustic Warfare?

chinese_embassy_sonic_attack_2018

Chinese Sonic Attack on U.S. Embassy? | Black Hat Acoustic Warfare?   Things seem to be escalating.  Both, in the geopolitical arena, as well as the technological warfare scene. Interesting what one can do with resonant frequencies.  This takes the black hat audio attacks a step further then exploitation of the web connected consumer devices.  This could be a direct scaler acoustic attack on humans?   From the Washington Post https://www.washingtonpost.com/world/asia_pacific/us-embassy-warns-citizens-in-china-about-mystery-sonic-illness/2018/06/08/dda66954-6adc-11e8-bbc5-dc9f3634fa0a_story.html BEIJING — The U.S. Embassy in China issued a second health alert Friday, warning American citizens about a mystery…

Mcdonalds Black Hat HoneyPot Operation With Duck Tape and a Cell Phone?

Watch Out For the Black Hat  Mcdonalds Honey Pot Operation With Duck Tape and a Cell Phone? Well first lets look at Mcdonalds latest honeypot leak. McDonald’s got Black Hatted. India has ‘fessed up that its app spaffed personal data to all and sundry and has urged users to install an update. https://www.theregister.co.uk/2017/03/19/mcdonalds_india_data_leak/ Over the weekend, a post at Medium said the company’s McDelivery app in India was leaking user data through a misconfigured server. The leaks, disclosed by payment security company Fallible.co, “includes name, email address, phone number, home…

Exploitation of 3.0 Web Audio on IOT Exploitable Devices

Audio Exploitation on the Web 3.0 What other Exploits are Around the Corner? The exploitation of web devices on the web 3.0 network of things has been sky rocketing lately. Mainly through audio web exploits.  This new web 3.0 tech is frighteningly interesting.  The Audio exploits abound though especially on the web. First a couple from Portland had an interesting experience with a web audio exploit on their Alexa powered audio web 3.0 device. Katie Canales Business InsiderMay 24, 2018 A couple in Portland, Oregon, say their Amazon Alexa-powered devices…

Method Preventative Audio Hacking of Web 3.0 Smart Devices ?

Method Preventative Audio Hacking Web 3.0 Smart devices ? This is a follow up to the post about the exploitation of Smart Web 3.0 Devices and Web Bots. I had some down time and boredom set in.  So,  what’s the next logical step for me?  Well, I wanted to test all these old smart phones I had around. For both frequency response and what the various “helper functions” do with different tones.  Mainly just to see what frequency response would be considered music or user input. This is a fun…

Smart Device Audio Hacking on the Web 3.0 | MIPYTHON.com

Smart Device Audio Hacking on the Web 3.0 | MIPYTHON.com So one of my other hobbies beside web 3.0 bot building is cyber security. It’s really something you have to be up on everyday as it’s an extremely fast paced dynamic environment. Some of these bots never sleep lol. Any who I was just casually getting back into the scene and noticed some fascinating exploits with the harmonics of the cooling fan In a PC. Well it could be almost any device I suppose. https://www.wired.com/2016/06/clever-attack-uses-sound-computers-fan-steal-data/ Mordechai Guri, manager of research…

Python Selenium Spinner Post Bot API | spinrewriter 0.1.5

I’ve been monkeying around with web automation bots with Python and Selenium.  I was going to develop my own API for a word spinning post bot.  Then this little piece of code fell into my lap. https://pypi.python.org/pypi/spinrewriter spinrewriter 0.1.5 Download spinrewriter-0.1.5.zip Python bindings for SpinRewriter API Spin Rewriter is an online service for spinning text (synonym substitution) that creates unique version(s) of existing text. This package provides a way to easily interact with SpinRewriter API. Usage requires an account, get one here. Source code @ GitHub Releases @ PyPI Documentation…

You-Get | You Get Video Downloader for Youtube Vimeo Tube Sites Top Best 2018

You-Get | You Get Video Downloader for Youtube Vimeo Tube Sites Top Best 2018   https://github.com/soimort/you-get You-Get You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it. Here’s how you use 1you-get to download a video from YouTube: $ you-get ‘https://www.youtube.com/watch?v=jNQXAC9IVRw’ site: YouTube title: Me at the zoo stream: – itag: 43 container: webm quality: medium size: 0.5 MiB (564215 bytes) # download-with: you-get –itag=43 [URL] Downloading Me at the zoo.webm … 100%…