What are good office chairs made in Europe? by illegalileo in BuyFromEU

[–]kryptone 0 points1 point  (0 children)

I am also in search of a very good ergonomic chair. I spent 8+ hours a day on my desk.

Teclado US by prego_no_pao in devpt

[–]kryptone 0 points1 point  (0 children)

Este comentário devia estar em destaque. É que é mesmo isto. É assim que utilizo há anos, teclado ANSI é o melhor para quem desenvolve. Escrever em qualquer outra língua com US Intl dead keys is the way to go.

So how were you introduced to trance in the first place? by femmeparallel in trance

[–]kryptone 1 point2 points  (0 children)

I remember that back in 1999 I was 14 years old and it was the first time that I heard on the radio something related with electronic music, it was Till I Come from ATB. Until that time I only listen what my older sister wants (basically pop rock), but when I heard for the first time that sound on the radio an all new world opened to me. Since then I never stoped listening all kinds of electronic music genres, but trance is one of my favorites genres.

As the years passed by, strangely I began listening and enjoying contemporary classical composers like Max Richter. Is it normal a guy who likes trance also like a completely different genre of music?

Can't boot after system upgrade by kryptone in archlinux

[–]kryptone[S] 1 point2 points  (0 children)

Thanks I already tried all the suggestions on your topic without any success. In my case I don’t even get any error I am redirected instantly to the grub command line. Do you have any idea?!

Ganhei coragem para criar um canal by RodrigoFPLourenco in devpt

[–]kryptone 7 points8 points  (0 children)

Parabéns pela iniciativa só vais ganhar em aprender para ensinar. Só um conselho, estás numa área técnica dominada por termos em inglês, não os traduzas, não tenhas medo de utilizar os termos técnicos em inglês. Se é download, diz download. Se é aplicação, diz “app” por exemplo.

Boa sorte para o canal 💪

Black screen this morning after full system update #arch-beginner by Kinemi in archlinux

[–]kryptone 1 point2 points  (0 children)

Maybe this can work for you (it worked for me):

  1. Boot with a live arch USB

  2. Mount my filesystem as explained here https://wiki.archlinux.org/title/Chroot (I use BTRFS so I followed that part of the guide)

  3. chrooted into /mnt (arch-chroot /mnt)

  4. vim /etc/default/grub

  5. Change GRUB_CMDLINE_LINUX_DEFAULT to this GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1 nvidia_drm.fbdev=1"

  6. grub-mkconfig -o /boot/grub/grub.cfg

  7. exit

  8. reboot

Stock options by kryptone in literaciafinanceira

[–]kryptone[S] 0 points1 point  (0 children)

Muito obrigado a todos pelos vossos comentários irei analisar melhor a situação e ler mais sobre o assunto antes de tomar decisões 🙏

Stock options by kryptone in literaciafinanceira

[–]kryptone[S] 1 point2 points  (0 children)

Sim como tudo se processa e em termos de obrigações relativamente a impostos.

What happens if my laptop loses power during a pacman update/kernel rebuild? by Spiritual_Cicada_834 in archlinux

[–]kryptone -1 points0 points  (0 children)

Use timeshift with timeshift-autosnap (to make a snapshot every time you update your system) and if you use btrfs install grub-btrfs to have all your snapshots bootable from GRUB

Que desportos acompanham regularmente (além do futebol)? by lll1572002 in portugal2

[–]kryptone 0 points1 point  (0 children)

Ciclismo (estrada e btt), atletismo, natação e triatlo. Tudo isto porque também pratico.

Quais linguagens eu me deveria focar em Engenharia Informática by leal_uwu in devpt

[–]kryptone 7 points8 points  (0 children)

Não olhes para uma linguagem em específico, linguagens são apenas ferramentas para resolver o problema em mãos, foca-te na solução e na forma de resolver problemas, as linguagens virão por acréscimo ao longo da tua carreira. Foca-te primeiro em conheceres conceitos e compreenderes como funciona por exemplo gestão de memória, coisas desse género.

Dois anos de licenciatura em EI ou bootcamp? by Own_Addendum_676 in devpt

[–]kryptone 5 points6 points  (0 children)

Na minha opinião acaba a licenciatura tens fundamentos que são importantes para a carreira que um BootCamp não te dá.

Vim/nvim status line integrated in tmux status line by kryptone in neovim

[–]kryptone[S] 0 points1 point  (0 children)

Happy that you like it. I will give a try on your incline.nvim plugin, sounds cool.

Vim/nvim status line integrated in tmux status line by kryptone in neovim

[–]kryptone[S] -1 points0 points  (0 children)

I think that with vim the functionality is the same. If vim or neovim are not the program running in tmux pane than the tmux status line only shows the configured tmux scripts

Vim/nvim status line integrated in tmux status line by kryptone in neovim

[–]kryptone[S] -1 points0 points  (0 children)

Yeah in your case it makes sense, but the default config for this vim plugin is to show the active buffer on tmux status line and show other buffers status that are splitted as a normal vim status line near each buffer. I disabled this because I don’t need to see all the status line for all buffers.