| github | https://github.com/micfun123 |
| My Website | https://www.michaelrbparker.com/ |
| github | https://github.com/micfun123 |
| My Website | https://www.michaelrbparker.com/ |
Tried to book a bar. Ended up reverse engineering a malware campaign instead.
A fake "Cloudflare verify" page copied an obfuscated PowerShell loader to my clipboard. So I broke it down:
XOR-obfuscated script
Payload delivery
RedCap infostealer analysis
REMnux, Ghidra & Hybrid Analysis
Also watched the infrastructure get taken down mid-write-up.
First time doing any RE
https://blog.michaelrbparker.com/post/17
(Still haven't booked that drink.)
I’m seeing an epidemic of learned helplessness in programming. Students are learning to prompt, not code.
Core skills like debugging are fading. AI should be a tool, not a crutch. We need devs who don't freeze at a blank page.
https://blog.michaelrbparker.com/post/15
#Programming #SoftwareEngineering #ComputerScience #AI #LearningToCode #Developers #TechEducation #Coding #Learning #CS
Made a small web game. Each day your given two words that people mix up. this might be due to similar meaning, sounds or spelling and you need to select the right sentence. Build a streak Almost Synonyms today! 🔥
Every wanted to make your own #IOT RGB smart lights. I made a small program to host a flask site on a #raspberry pi zero W with a RGB strip. here a article iv written on how to set it up.
So a friend of mine had a great playlist but uses YT music for some reason. anyhow i ended up making a little command line tool to convert it to a spotify playlist https://github.com/micfun123/YT_To_Spotify
How to Ask Programming Questions Online (A Small Rant)
It's time for a new article. This time, the write-up for my first ever #hackathon ran by Hack Pompey Ltd
How I made a basic trading bot for both crypto and traditional stocks peaking at a theoretical 65% ROI.
#stocks #crypto #trading #tradingbot #python #StudentDeveloper #Student
Using ML and AI for stock price prediction. I have written a small article where I have used Pytorch to create an LSTM model for stock prediction. I would appreciate any feedback.