Skip Navigation
MoriGM MoriGM @feddit.de
Posts 5
Comments 54
Is there any frontend client where I can read news websites?
  • Good i even use it but its somewhat broken in the ui Appartment.

  • Is there any frontend client where I can read news websites?
  • Yes. Only would Love it would be syncable.

  • Arch, Debian oder Fedora - was läuft auf eurem Desktop?
  • Für die Arbeit gerade Manjaro XFCE bald aber Xubuntu. Privat als DevOS Fedora und fürs Gamen Manjaro Cinnamon und auf meinen Laptop TuxedoOS 2.

  • DIY NAS Hardware setup?
  • I personaly wanted to build my own. The J5040 ist a nice but very slow CPU. If your searching for a Power efficent CPU i can recommend this Video.

    Bildung a Power efficent Home server

    I use for my Server Just an i3 10th Gen and it is fast enough.

  • Introducing Next LS and an elixir-tools update
  • Uh finally a new Elixir Language Server

  • which linux podcasts do you listen to?
  • For English, I can recommend:
    Linux Action News
    Linux Unplugged
    The Linux Experiment
    He has even an lemmy community https://feddit.de/c/[email protected]

    German: TuxRadio

  • Python book recommendation
  • Its really nice but not really for beginners.

  • Weird Linux amd64 abi trickery

    This Code should calculate the "Frobenius number". When the arguments are missing its exiting.

    This is done by using the Linux abi in which the return register of asm_exit_ret is used to set the rax register and the input 'i' to set the rdi register.

    0
    Your best terminal aliases
  • Uuuuh needed this one so many times.

  • Your best terminal aliases
  • I maybe will steal that for myself.

  • Your best terminal aliases
  • In my old company we used it and mostly it was just a ram eater for me XD

  • Your best terminal aliases
  • I mostly write my environment and aliases which are only ment to be used for a project by creating a file called .load.sh. It is mostly just things like alias run="python main.py" or something

  • Your best terminal aliases
  • I maybe steal your rust aliases What is bacon by the way?

  • Your best terminal aliases
  • What a nice abbreviation of the conventional way of declaring the minimanalasation of a command. I need to check out fish but i don't really know about it so much.

  • Your best terminal aliases
  • Classic but gold I also use alias ...="cd ../.."

  • Your best terminal aliases
  • That's always the best fun

  • Your best terminal aliases
  • Vis nether heard of this editor

  • This is the way.
  • Hey Mr. Rogers. He was such a nice and kind man.

  • Your best terminal aliases
  • That is really neat. I never knew I needed that.

  • Your best terminal aliases
  • I'm always thinking of using tmux for tilling.

  • Your best terminal aliases

    What are your most liked alias for long commands or just to give them better names.

    Mine are: alias load="source .load.sh" alias eload="$EDITOR .load.sh" alias gpush="git push" alias gadd="git add --all" alias gcommit="git commit -m " alias gst="git status -s" alias gpull="git pull"

    72

    What are your current Elixir Projects?

    I'm currently working on a Dashboard for all my self-hosted web applications. What are you guys up to?

    5

    Clojure for vim Users

    Im fairly new to the clojure programming language and had some questions.

    My main daily editor is neovim but i read most clojure developers prefer emacs.

    What are your prefered editor for writing clojure and are any of you daily driving neovim and can shine some light how to use it.

    2