20, they/she, math+CS student

  • 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle

  • KDE has nearly all of these now. Not all of them are official Wayland protocols (I think global keyboard shortcuts fall under that umbrella still). Some of the issues you’re complaining about I’ve never even seen a Wayland desktop have (eg not letting you set a window to stay on top, literally every wayland desktop I’ve ever used has had this).

    And graphical performance for Wayland native apps has been on par with or superior to xorg for a while, however running software through XWayland does add some latency, so for very fast-paced games running in Wine, X11 is still the move.




  • I mean the best local models are only a few months behind the the best proprietary cloud models. Just look at Qwen 3.8 Flash or 27B. Imo local models are more than sufficient if you’re going to use AI for programming. Who cares if the small model can’t oneshot the whole patch, you shouldn’t be submitting raw LLM code to public repos anyway. Imo the only acceptable use of LLMs for coding is as a way of rapidly prototyping ideas that you will later mostly/entirely rewrite by hand, or as an extra static analysis tool for finding potential security holes.

    And as someone who frankly doesn’t give a shit about intellectual property over code, my main ethical issue with LLMs is the monstrous resource consumption of hyperscale datacenters, so local models are strongly preferable. Also for privacy reasons.