Skip Navigation

Posts
1
Comments
62
Joined
2 yr. ago

  • I've been using (X)Ubuntu for ages. I just wanted something that "just works". Tired of too much tinkering and there's plenty of (non commercial) support. Mixing it with i3 as my window manager.

    Roast me ;)

  • cgi-bin.. Shudder

  • You can also use something like notifyd to generate a pop up for visual feedback :) I can't remember the exact command right now though. Differs per distro or desktop environment, obviously.

  • Although, Hegseth (or whoever wrote it) does a wonderful job with all the random Capitalization Everywhere.

  • I have been experimenting with Reaper a bit, but I am a sort of DAW noob, so it's kind of hard to get in to. I've done a tiny bit using Lmms though, but I am missing synthesizer stuff in Reaper. I've tried installing plugins by putting them into the proper folders and let Reaper attempt to resolve it, but it doesn't really work as expected.

    Any tips? Especially for Linux of course. Many of the tutorials are Windows oriented.

  • I've never finished Skyrim because of literally this. Started the game six times, got bored every time :D

  • I am not even sure if he knows what a glitch is on a technical level btw.

    It is however his very very first admittance of a failure from his administration, so.... yay? I see progress! /s

  • Fish is a really great shell for daily use. There's so much built in, its scripting language is better (not portable though if someone else does not have fish).

  • The main thing that has been bugging me is slowness of rust-analyzer or whatever the name is of the code completion engine.

  • Fair enough, but Python is not that hard, especially for simple calculations. Start up the repl and type away!

     python
        
    from math import *
    x = sin(12) + pi * 3.2
    y = tan(x)
    y
    # prints 0.09200389785419612
    
      
  • Why not just use python as a calculator then?

  • I'm all for bashing Elon Musk, but how is he actually directly responsible for that massacre?

  • My first non-trivial program in Rust was a Markov chain. Right now I'm trying to build a REST API with Actix and a Mongo database. So far it has been an interesting experience.

  • Hence the expression "Jesus fucking Christ"!

  • Nitpick: a lightyear is a measure of distance, not of time :)

  • Is Python scripting working on version 3.0? For the life of me I can't get that to work on version 2 (whichever version).

  • Write a ticket, mentioning "tackle TODOs" 😅

  • Rust Programming @lemmy.ml

    2023 Annual Rust Survey Results | Rust Blog