space_comrade [he/him]

  • 0 Posts
  • 48 Comments
Joined 4 years ago
cake
Cake day: November 11th, 2020

help-circle



  • I don’t like VMs because I need to allocate memory upfront for it, and considering it’s a Windows VM and depending on the dev work you’re doing on it you might need to give it 10Gb+.

    If it’s at all possible for OP I’d recommend getting a separate physical workstation and then just remoting into it with your Linux machine, if you use VSCode the process is pretty much seamless, you use VSCode from your Linux machine normally while all the work is being done on the remote machine.











  • space_comrade [he/him]@hexbear.nettoAsklemmy@lemmy.mlWhats your such opinion
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    edit-2
    7 months ago

    Oh my god dude you sound so pathetic right now. If you actually do hold radical left beliefs of any kind and it’s not just a cute online label for you (really doubt that but I’ll give you the benefit of a doubt) go outside, touch some fucking grass, and organize IRL, or at least talk to people IRL about it. We’ve all heard your bullshit “anti tankie” tirades from people like you a thousand times over, you’re not changing any minds and are not impressing anybody with your arguments, I can absolutely guarantee you that.







  • because no compiler can check to see if you thought of everything.

    We can try to get closer to that with better language design. You’ll never get there but I think there are obvious benefits as to why you’d want to do that.

    I write way less bugs in Rust than I have in Java or C++, and that’s mostly thanks to the language design.

    I’m just tired of people entirely dismissing languages like C because they don’t have these features. Especially when the operating systems their code runs on and their languages may even be implemented in C!

    Because that code has been review and re-reviewed and patched by experts in the field for years. You’re not gonna write a backend for an app with short deadlines in C because that would be absolutely fucking insane.