Ask HN: Why hasn't x86 caught up with Apple M series?
369 points by stephenheron 1d ago 524 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 14h ago 1 comments
Show HN: Rustormy – a neofetch-style weather CLI in Rust
3 Tairesh 0 8/26/2025, 9:53:10 PM github.com ↗
I built `rustormy`, a minimal terminal tool to check the weather with ASCII art and ANSI colors.
Features:
- Current conditions (temp, wind, humidity, pressure, precipitation)
- ASCII icons + color output
- Input by city or lat/long
- Metric/imperial units, JSON output, multi-lang (EN, RU, ES)
- Live mode with auto-refresh
- Works out-of-the-box with Open-Meteo (no API key), also supports OpenWeatherMap
Install via `cargo install rustormy` or grab a prebuilt binary from releases page Repo: https://github.com/Tairesh/rustormy
Would love feedback, feature ideas, or bug reports -- especially from CLI/TUI fans.
No comments yet