Modeling external ballistics: analytics and Python https://sudonull.com/modeling-external-ballistics-analytics-and-python
Analysis of three cases of external ballistics: without resistance, Stokes, Newton. Analytical formulas, Python simulator with solve_ivp. For developers and physicists — code, graphs, calculations of k and Cd. Study precise trajectory modeling.
AI agent with RAG and MCP: integration of external tools https://sudonull.com/ai-agent-with-rag-and-mcp-integration-of-external-tools
Assembling an AI agent on Python that uses RAG for documents and MCP for external APIs. Step-by-step implementation with code and architectural explanations.
MCP in Opera Neon: AI agents control the browser https://sudonull.com/mcp-in-opera-neon-ai-agents-control-the-browser
Connect external AI agents to Opera Neon via MCP for autonomous work with sites. Navigation, forms, screenshots without copy-paste. Available now — test it for automation.
Ballistics modeling with Cx(M) and ρ(h) in Python https://sudonull.com/ballistics-modeling-with-cx-m-and-ρ-h-in-python
Numerical solution of external ballistics problem with Cx depending on Mach and air density on altitude. RK4, Python code, results: 29 km range. For developers.
Async-background: background tasks in Ruby without Redis and Postgres https://sudonull.com/async-background-background-tasks-in-ruby-without-redis-and-postgres
Learn how async-background replaces Sidekiq without external dependencies. Resource utilization control, reliable queue on SQLite, deterministic sharding. Save on infrastructure!