12 comments

  • ale29 minutes ago
    &gt; Disclaimer: This article was created with the assistance of AI and reviewed by the JetBrains RustRover team<p>Honestly there should be a filter for these types of articles. I’m not going to bother reading something another person did not even bother writing.
    • pizza2349 minutes ago
      &quot;AI-assisted&quot; != &quot;AI-written&quot;. People who have AI write their articles entirely surely don&#x27;t mention it at all.
  • cdud355 minutes ago
    You don&#x27;t. This days run your C&#x2F;C++ code through AI and fix the issues it found. That gives you more in shorter time.
  • faangguyindia16 minutes ago
    I rewrote my Haskell project in Rust.<p>memory usage dropped to half, execution speed is now 2x. Cross deployment is easy from silicon man to x64.<p>There are many low level optimizations available which i can exploit, compile is super fast for my project so development experience is better.<p>LOC dropped to half of the original.<p>Rust made life so much easier :)
  • ivanjermakov1 hour ago
    Remembering times when JetBrains was about carefully crafted Java intellisense. And I don&#x27;t think demand for such tools is gone.
  • fukaiall44 minutes ago
    1. Hop around a few rust communities and fill yourself up with full love of rust and hatred against c&#x2F;c++.<p>2. Ignore any technical tradeoffs and considerations but solely lean on your guts and hypes on the Internet.<p>3. Ask Claude to rewrite the entire codebase to rust. Boom! Now you’re allowed to show off yourself on LinkedIn and HW as a super great rust engineer.
  • zombot1 hour ago
    For Qt apps written in C++ I don&#x27;t see how that could work yet.
  • imthias4041 hour ago
    Its kinda hard to understand the point somebody&#x27;s making, when its articulated&#x2F;made up by AI. Slop.
    • pjmlp1 hour ago
      Similar experience to applications written with Claude slop.
    • alex_suzuki30 minutes ago
      [dead]
  • himata41132 hours ago
    I&#x27;ve seen someone rewrite a wireguard proxy in rust for performance without realizing that it&#x27;s just a daemon that interacts with the kernel to setup routing... But hey, at least the key generation is faster!
  • scaredginger1 hour ago
    They didn&#x27;t need the disclaimer for this to be obvious AI slop
  • forrestthewoods1 hour ago
    Step 1. Start with a library that is a fat wrapper around a massive C++ library that does all the hard work<p>Step 2. Rewrite only the wrapper using already written tests.<p>Step 3. Get internet points because an LLM Rewrote it in Rust!
    • ramon1561 hour ago
      To be fair, big refactors like this need to be done gradually. This is obviously the first step.<p>Next step can be to port it using e.g. tractor tooling and have a bunch of unsafe calls you need to implement. It&#x27;s a really fun puzzle. The goal is to have no more cpp dependency
  • namjh1 hour ago
    [dead]