Posts

Showing posts from April, 2025

Good affordable system for AI modeling

A good affordable system for AI modeling depends on what type of modeling you plan to do (e.g., image generation, NLP, training small models, inference only, etc.). Here’s a setup guide based on performance vs budget balance, especially for local use on Windows/Linux. --- Recommended Affordable AI System (2025) 1. CPU AMD Ryzen 7 5800X or Intel i7-12700F Good multi-thread performance for data preprocessing and multitasking. Avoid ultra-budget CPUs if you’re doing any heavy parallel task. 2. GPU (Most Important for AI) NVIDIA RTX 4070 (12GB VRAM) – Best value per watt/dollar in 2025. Alternative budget: RTX 3060 (12GB) – minimum for Stable Diffusion, LLMs with quantization. Used RTX 3090 (24GB) – great for large models if you can find it under $700. Avoid GTX cards – no Tensor cores. 3. RAM 32 GB DDR4 or DDR5 (DDR5 is faster but pricier) For larger datasets or multitasking, especially with Jupyter, Docker, etc. 4. Storage 1TB NVMe SSD (Gen 3 or 4) for OS and datasets. Optional: Add a 2T...

Battery Lifespan & Usable Charge Cycle

When operating at 50% capacity load, rechargeable external batteries will generally last longer (in terms of lifespan and usable charge cycles) under constant recharge and simultaneous discharge (also called pass-through charging or trickle usage) rather than full charge and full discharge cycles. Here's why: --- Comparison: 1. Constant Recharge + Simultaneous Discharge (Partial Cycles): Smaller Depth of Discharge (DoD): Battery is only partially discharged before being recharged, which reduces wear on the battery cells. Reduced Heat Build-Up: Discharging and charging slowly generates less heat compared to deep cycles. More Charge Cycles: Lithium-ion batteries degrade less with shallow cycles. For example: 1000+ cycles at 20% DoD ~500 cycles at 80–100% DoD Lifespan Friendly: Ideal for stationary or semi-stationary use (like UPS or solar buffer systems). 2. Complete Charge → Full Discharge (Deep Cycles): Higher Depth of Discharge: Drains most of the battery before recharge, which ca...