MoriGM

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 1 year ago

Good i even use it but its somewhat broken in the ui Appartment.

[–] [email protected] 1 points 1 year ago (2 children)

Yes. Only would Love it would be syncable.

[–] [email protected] 1 points 1 year ago

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.

[–] [email protected] 5 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

Uh finally a new Elixir Language Server

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

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

[–] [email protected] 1 points 1 year ago (1 children)

Its really nice but not really for beginners.

 

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.

[–] [email protected] 2 points 1 year ago

Uuuuh needed this one so many times.

[–] [email protected] 2 points 1 year ago

I maybe will steal that for myself.

[–] [email protected] 1 points 1 year ago

In my old company we used it and mostly it was just a ram eater for me XD

[–] [email protected] 1 points 1 year ago

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

49
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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"
 

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

 

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.

view more: next ›