Two methods to find your brilliant moves on chess.com| Joe Martinez
This artical was originally published in the seventh edition of Unredacted Magazine by Michael Bazzell: https://inteltechniques.com/issues/007.pdf In the third edition of Unredacted Magazine Michael Bazzell discussed the utility of police scanners monitoring neighborhood activity. I believe he also mentioned their utility for OSINT investigations on a podcast episode sometime around 2021. It gave me the idea at the time to start transcribing police scanner audio with one of Google Text To Spe...| Joe Martinez
These are a couple of annoying things people do with JavaScript. I made a Tampermonkey script that defeats most of them except for scroll jacking and a live website to test it’s effectiveness. https://github.com/NotJoeMartinez/anti-annoyance-tampermonkey https://annoying-js.pages.dev/ preventDefault and stopPropagation The preventDefault() method of the Event interface is a source of a lot of intentional and unintentional annoyances. preventDefault is unintentionally annoying when it overwr...| Joe Martinez
copcrawler.com I want to build a police scanner search engine. It will allow you to search the transcripts of police scanner audio for key words and it will integrate semantic search. Here are some things I will need to do to pull this off A source of police scanner audio. A premium account on broadcastify.com will get you access to all publically available police scanner live feeds in the US and up to one year of archives.| Joe Martinez
I’ve been getting back into machine learning so I can hopefully still have a job in 5 years. When I first played around with ML a couple of years ago all of the introductory tutorial use the fashion-mnist dataset. for example, this is a snippet from Tenserflows image classification tutorial. fashion_mnist = tf.keras.datasets.fashion_mnist (train_images, train_labels), (test_images, test_labels) = fashion_mnist.load_data() While this tutorial is supposed to be a quick start it glosses over a...| Joe Martinez
Table of contents chessinsights.xyz The chess.com API Bulk Export of pgn Chessinsights.xyz I’m one of the millions of people who took up online chess over the pandemic. Everyone has their own reasons for enjoying the game but for me it’s the fact that it’s one of the few “digital pass times” that doesn’t completely wreak my attention span. Another reason is that it’s a data driven game where you can gradually see your progress over time via the Elo rating system.| Joe Martinez
Remove Audible DRM from aax and aaxc files| Joe Martinez
What's the point of unlimited bandwidth if you can't upload large files?| Joe Martinez
My woes trying to improved semantic search with yt-fts| Joe Martinez
PhotoMath for music theory| Joe Martinez
My sketchy implementation of a mass SMS service using Twilio and GroupMe API| Joe Martinez
A guide on how to export iPhone data from an iTunes backup with python| Joe Martinez
Why go outside when you can overcomplicate Word Puzzles?| Joe Martinez
Using python to understand an obscure Russian CMS| Joe Martinez
A quick look through your log files can reveal a world of hacked web servers| Joe Martinez
Parse auto generated youtube captions to search an entire youtube channle for quotes| Joe Martinez