RARodrigo Alvesinrodrigoalves.hashnode.dev·12h ago · 16 min readTopological Data AnalysisIntroduction When thinking about data, the first thing that probably comes to your mind is numbers. You might picture standard metrics used to characterize datasets, like the mean, median, and standar00
K/Kofi / Illestpreachainblog.illestpreacha.com·9h ago · 3 min readWCCC_BinaryGoldenTealDuality For this week's Creative Code Challenge by @sableraph: "Binary”, GoldenTealTerrain coded from LiveCodeLab, Python & HydraVideoSynth. Exploring the concept of Binary from a Color Stan00
QQyleroninqyleron-blog.hashnode.dev·3h ago · 9 min readBenchmarking Cyber Deception: Why Legacy Honeypots Fail Under High Concurrency (And How EchidraOSS Fixes It)A concurrency comparison of Cowrie, Thinkst Canary, and generic Twisted listeners against EchidraOSS's async FastAPI core. The difference shows up exactly when it matters most: under a connection floo00
DHDeploy Hatchindeployhatch.hashnode.dev·19h ago · 7 min readHow to Deploy a Python App From GitHubGetting a Python application working locally is usually the easy part. Keeping it running somewhere else is where deployment starts introducing extra work. You need a machine, a Python runtime, depend00
VRVijay Ram Enagantiinvijay-ram.hashnode.dev·18h ago · 9 min readReproducing Sequential AttentionTL;DR Implemented Google's Sequential Attention feature-selection algorithm (ICLR 2023) from scratch in PyTorch (seq-attention/), faithful to Algorithm 1: a softmax mask over per-feature attention lo10
SSevenindaoxe-notes.hashnode.dev·15h ago · 7 min readOne key for CrewAI, AutoGen, LlamaIndex and 8 more: the base_url trick for Python agentsPosted first on DEV.to: https://dev.to/seven7763/one-key-for-crewai-autogen-llamaindex-and-8-more-the-baseurl-trick-for-python-agents-5a3g Here's a fact that quietly makes multi-model agent developme00
Jjudeinsoit-ai.hashnode.dev·15h ago · 15 min readReading the code told me which services I could drop. Running it told me the truth.I read our own source code to work out which services a demo could do without, wrote down three conclusions, and then ran the trimmed stack to check. Two of the three were wrong. That is the real subj00
RDRanajit Dharinranajitdhar.hashnode.dev·16h ago · 11 min readRDAI: A Multi-Brain Python SDK for Self-Healing AIOne Python SDK. Any AI Provider. Automatic Failover. Modern AI applications are increasingly built on APIs from multiple LLM providers. But what happens when the AI provider your application depends 10
EEveindispatch-blog.hashnode.dev·16h ago · 11 min readWhy uv Now Deduplicates Every Wheel in Its Cache (and How It Does It)The Problem: Duplicate Wheels in the Cache A developer working on a monorepo with two Python projects—a FastAPI web service and a data pipeline—notices something odd. Each project has a requirements.t00
MAMuhammad Ariel Shakaramiroinshaka-ai.hashnode.dev·1d ago · 18 min readHands-On Data Preprocessing with Python: From Missing Values to PCALearning notes with code that actually runs — six core data preprocessing techniques you'll reach for before feeding data into a Machine Learning model, backed by real execution output instead of made00