LWLearn with HJinblog.hardeepjethwani.com·14h ago · 27 min read🧠🏗️ Classes & Objects in the Age of AIA beginner-friendly guide to Python classes, objects, inheritance, encapsulation, composition, and how object-oriented programming powers real AI systems. Artificial intelligence can generate text, un00
YPYogesh Peelainexploitnotes.hashnode.dev·6h ago · 4 min readBronoCTF : LEts a GO WriteupCategory: Forensics / Misc Difficulty: Easy Flag: bronco{3ve4yth1ng_1s_aw3s0me} Challenge We're given lego_bricks_challenge.zip, a 63 KB archive. $ zipinfo lego_bricks_challenge.zip Archive: lego_bri00
YPYogesh Peelainexploitnotes.hashnode.dev·5h ago · 2 min readBronoCTF : No Laughing MatterChallenge A single file, aha.txt, containing nothing but space-separated 8-letter "words" made up of only two characters: A and H. $ cat aha.txt AHHAAAHA AHHHAAHA AHHAHHHH AHHAHHHA AHHAAAHH AHHAHHHH A00
Pprj1991inspecllm.hashnode.dev·3h ago · 3 min readspecllm – makes any LLM behave like a normal REST APILLMs are powerful but unreliable API citizens. They don't consistently respect schemas, types, or contracts. You ask for JSON, you get markdown. You ask for one of three options, you get a fourth one 00
AHAkash Hadagali Persettiinakashpersetti.hashnode.dev·4h ago · 6 min readFour rival LLMs, zero consensus: designing an MCP panelThe obvious version of a multi-model tool is a black box: send it a question, it asks GPT and Gemini and Claude and Grok, and hands you back one blended answer. That was the first thing I cut. I built00
SPShawn palinshawnpal.hashnode.dev·8h ago · 6 min read🚁 End-to-End Autonomous UAV Reconnaissance using PX4, Gazebo Harmonic, YOLOv8 & MATLAB🚁 End-to-End Autonomous UAV Reconnaissance using PX4, Gazebo Harmonic, YOLOv8 & MATLAB A complete engineering case study on autonomous drone navigation, warehouse simulation, real-time object detect00
YPYogesh Peelainexploitnotes.hashnode.dev·5h ago · 4 min readBroncoCTF : Spot the difference WriteupChallenge We're given two files, file1.txt and file2.txt, each containing what looks like a long, random blob of letters, digits, and symbols — one character per line. At a glance the two files look i00
YPYogesh Peelainexploitnotes.hashnode.dev·6h ago · 7 min readBroncoCTF : Atomic Substitution Theory WriteupChallenge We're given secret.txt, a single line of comma-separated tuples wrapped in what looks like braces and underscores: (4, 17), (2, 16), (2, 15), (4, 9), { , (3, 2, 1), (5, 3), _ , (2, 17), ... 00
YPYogesh Peelainexploitnotes.hashnode.dev·6h ago · 7 min readBronoCTF : Custom Cipher WriteupSummary pscheme.py implements a toy "encryption" scheme that encodes each 4-byte chunk of the flag as extra roots multiplied directly into a public polynomial. Because the polynomial multiplication is00
SSubhaninmy-cloudjourney.hashnode.dev·9h ago · 2 min readStop Running Terraform Manually: Automate It With PythonTerraform is incredible for provisioning cloud infrastructure. However, typing out terraform init, waiting, running terraform plan, inspecting it, and then running terraform apply -auto-approve can qu00