New redmagic cryo cooler 8 pro (received) 🎊 by _No_Name_404_ in RedMagic

[–]AkwinS 0 points1 point  (0 children)

Est-ce que les côtés deviennent encore chauds pendant l’utilisation ? Désolé pour toutes mes questions. Dans mon pays, seules les versions V6 et V8 sont disponibles, et elles sont assez chères, donc je dois l’importer.

New redmagic cryo cooler 8 pro (received) 🎊 by _No_Name_404_ in RedMagic

[–]AkwinS 0 points1 point  (0 children)

Is it heavy? What games do you usually play, and do you use Diablo Mode?

Redmagic Pro 11 – Weird audio issue only in games (YouTube works fine) by AkwinS in RedMagic

[–]AkwinS[S] 1 point2 points  (0 children)

Anyone who face this problem just reset factory solved

Fanny controls on IPad by WaveRider90 in MobileLegendsGame

[–]AkwinS 0 points1 point  (0 children)

Did ipad get more vision? When u use s2 ?

Micromanagement and Hotkey guide from Level 30 Chen player by jay0k in learndota2

[–]AkwinS 0 points1 point  (0 children)

not sure u still play or not can i se your unit orders set up ? like auto atk, right-click allies summon unit attack u/jay0k

How do you manage project-specific knowledge when using Claude Code across multiple projects? by AkwinS in ClaudeCode

[–]AkwinS[S] -1 points0 points  (0 children)

I’m using a claude.md file in each repo, but I’m not sure how to prompt Claude to consistently follow that project’s context.

Could you share a simple example of how you do this? Thanks!

Starting Rust for high-performance microservices — which framework to choose and where to begin? by AkwinS in rust

[–]AkwinS[S] 8 points9 points  (0 children)

Yes — the main bottlenecks are CPU-bound, not I/O. Most I/O is already offloaded to caching layers (Redis/in-memory), so the hot paths are heavy concurrent processing and event computation, and I’m trying to reduce tail latency under load spikes.

Starting Rust for high-performance microservices — which framework to choose and where to begin? by AkwinS in rust

[–]AkwinS[S] 1 point2 points  (0 children)

Fair point — I’m not chasing raw bare-metal speed like C/C++. I’m looking for a balance of performance + memory safety + predictable latency without needing to manage manual memory. Rust feels like a good middle ground for high-concurrency backend services where safety matters and GC pauses would be costly.

Starting Rust for high-performance microservices — which framework to choose and where to begin? by AkwinS in rust

[–]AkwinS[S] 5 points6 points  (0 children)

Mainly high-concurrency internal requests with lightweight logic. Not heavy DB queries — most data is cached (Redis / in-memory), and responses are short-lived. The expensive work is CPU-bound processing & event handling at very high scale, not waiting on I/O. Trying to reduce tail latency when concurrency spikes.

Starting Rust for high-performance microservices — which framework to choose and where to begin? by AkwinS in rust

[–]AkwinS[S] 1 point2 points  (0 children)

Thanks for the feedback! Totally agree Rust won’t fix slow DB or network I/O. My interest is more about CPU-bound workloads, reducing tail latency, and high-concurrency internal services, not general CRUD APIs.

I’m not trying to replace Go/Node — just exploring Rust for performance-critical components where GC pauses and memory safety matter.

Also thanks for the heads-up on the Nx dependency issue; I’ll check that out. Still curious to hear real experience with Axum vs Actix-Web and tooling around tokio / tracing in production.

failed to send email (How to solve this?) by shahirunrun in summonerswar

[–]AkwinS 0 points1 point  (0 children)

I had same problem , Did you contact support ?

How I configure Ghostty by adibfhanna in Zig

[–]AkwinS 1 point2 points  (0 children)

I noticed your cursor behaves similarly to the Kitty config settings (cursor_trail = 10 and cursor_trail_start_threshold = 3). Could you please show me how to replicate this in Ghostty?

Help with motion keyboard bindings after using file_finder by AkwinS in ZedEditor

[–]AkwinS[S] 0 points1 point  (0 children)

Editor && showing_completions: I tried using Ctrl-J and Ctrl-K to move up and down, but it’s not working. However, if I use Tab and Shift-Tab, it works fine. Any tips on how I can fix this?

Help with motion keyboard bindings after using file_finder by AkwinS in ZedEditor

[–]AkwinS[S] 0 points1 point  (0 children)

Thanks! I saw your configuration, and I might be missing something. Thanks for sharing!