Skip Navigation

User banner
Posts
11
Comments
243
Joined
2 yr. ago

  • I have changed my mind about how much we should bet on the fucker actually existing. The dude who sent the Carl Sagan video... You da mvp

  • Sorry for hijacking this beautiful conversation you talented gentlemen are having, but can help me out?

    I wanted to learn electronic music creation. I learnt very briefly how fl studio works, and then got busy due to my workload. Now I want to give it a go again. I heard llms is good for Linux, but I don't understand how to get various instrument samples like fl studio. How do I set it all up? Can you point me to any good resources. I am also not committed to lmms and am open to suggestions.

  • What I mean is that we don't have any data to even comment on the likelihood. You can't say most likely.

  • How do I file a copyright infringement? They created an action figure of mine and I don't see any royalties

  • How can you assume that? There is no data which supports the absence of a creator. As long as the initial cause is not determined it's all hypothetical. It's like arguing between Copenhagen interpretation and Many worlds. All arguments are moot without data.

  • Man this is fantastic. Can a gentleman pass the sauce?

  • Hey man.. Don't break the dreams of a little child

  • That's completely irrelevant. You can be working hard towards something and achieve it while there is someone always trying to sabotage you. I am asking about the saboteur

  • I have been using Linux for some time now and the only place where I encounter problems is the office suit. Like Libre office basically meets all my needs, but when I share the docs to other people, somehow Ms office fucks it up. I don't know how to fix it.

  • How do I support it?

  • Isn't fedora switching to KDE default?

  • Uninstall the system package manager... Then install with rustup.

  • Did you install cargo using rustup? Or did you use the system package manager. Using rustup is the preferred method.

    PS I don't have my dev machine with me a this moment. But as I can see many people have so many installation issues, I will try to create a flatpak for the application. I will post soon

  • You need a c compiler. Install gcc or clang

     
        
    sudo apt install gcc
    sudo apt install clang
    
      
  • Let the chant begin

    KDE! KDE! KDE! Death to foot fetish Death to mice Death to everybody who dont rice

    KDE! KDE! KDE!

  • Seems like you need openssl for some dependancy. What distro are you using. You can install openssl development libraries and check again.

    I just saw you said ubuntu

    You need to run

     
        
    sudo apt install libssl-dev
    
      

    The run

     
        
    cargo install offflix