[-] CjkOvPDwQW@lemmy.pt 3 points 2 months ago* (last edited 2 months ago)

Even though I am a vim user. This is a good comment ! Nice editor choice (The only reason I don't use it is because never got used to the keybinds)

[-] CjkOvPDwQW@lemmy.pt 6 points 11 months ago

There is also an Android app, I would advise to not login your account as you will get banned, but for looking at public profiles it works (as anonymous).

Barinsta (Simple yet advanced Instagram client) https://f-droid.org/packages/me.austinhuang.instagrabber/

[-] CjkOvPDwQW@lemmy.pt 7 points 1 year ago

I was loving that website until it said it is sarcastic...

motherfuckingwebsite.com is peak design, and that's how I would design my website.

[-] CjkOvPDwQW@lemmy.pt 3 points 1 year ago

Seems to be just normal vim, maybe some distros packages the binary (of vim with more options enabled at compile time) as vimx so that it doesn't conflict with another vim package (as an example vim-tiny). https://www.systutorials.com/docs/linux/man/1-vimx/

But only @aram@garam@lemmy.my.id, can answer that for us.

[-] CjkOvPDwQW@lemmy.pt 4 points 1 year ago

This, super love that distro !!! Perfect for users that don't have a lot of needs.

Personally, I never got used to the container workflow :(

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

O percurso que normalmente faço de Expressos não tenho que parar para ir ao WC, é um percurso curto, cerca de 2 horas, por isso a experiência de pagar 1 euro para ir à casa de banho não tenho. Mas parece-me ser mais um problema dos operadores dessas estações de serviços/terminais do que da Rede Expressos.

Mas sim concordo em parte com o que dizes.

Atrasos constantes. No terminal da minha terra não existe nenhuma informação, simplesmente é ficar lá sentado até aparecer o autocarro.

E o que me choca mais é o preço. Esta viagem Porto -> terra Perto de Vila Real pago 11 e tal por um bilhete normal. O autocarro está sempre cheio, não percebo o preço elevado. Ou seja, cerca de 24 euros ida e volta.

Fazendo as contas fica mais barato andar de carro sozinho (infelizmente porque para mim é uma filosofia/ideologia os transportes públicos).

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Didn't know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)

But a quick Google search and the first project that appears say that:

A simple makefile generator that can generate makefiles for: GNU-make targeting MinGW, clang-cl or MSVC.

1

Hi, first time contributer, so here are some questions:)

Could someone please check if I did this speed cam right ?

https://www.openstreetmap.org/changeset/138752062#map=19/41.15212/-8.58060

Also I have added this comercial gym node, but shouldn't I update the overview of the buildings to show that there are 2 different places now ? If so, how ? ( I am using Vespucci on Android)

https://www.openstreetmap.org/changeset/138552050

Appreciate your insights thanks !

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Good luck with that, with the amount of Programmers that use the Gnuism for make, I would say that no developer can patch that amount of software

3
submitted 1 year ago* (last edited 1 year ago) by CjkOvPDwQW@lemmy.pt to c/neovim@sopuli.xyz

Hi everyone long time vim/neovim user, currently for my latex I have in ~/.config/nvim/after/ftplugin.lua the following line:

vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"

I am now working in a latex project that has a makefile, is it possible to create something in the lines of:

if ! makefile_exists then
  vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"
end

Ended up with this and it seems to work fine:

~/.config/nvim/after/ftplugin/tex.lua

local makefile_exists = vim.fs.find('makefile', {
  upward = true,
  stop = vim.uv.os_homedir(),
  path = vim.fs.dirname(vim.api.nvim_buf_get_name(0)),
})

if #makefile_exists == 0 then
	vim.opt_local.makeprg = "pdflatex -output-format pdf -output-directory /tmp %"
end
[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Most sane conversation I had online in a while.

On reddit thjs conversation would have been impossible

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Currentlt playing Red Dead Redemption 1 so yes I am at the +10years behind

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Are there any proof of that ? (Chinese distros having backdoors).

[-] CjkOvPDwQW@lemmy.pt 3 points 1 year ago

Anything thats not made in America.

What kind of point is that ? Are there any problem with chinese distro ?

1
submitted 1 year ago by CjkOvPDwQW@lemmy.pt to c/meta@lemmy.pt

Nao me importo de ser admin, so nao sei como chamar a comunidade, mas a ideia seria poder partilhar noticias sobre halterofilismo/bodybuilding/powerlifting e onde pudessemos discutir algo sobre ginasio e até tirar duvidas :)

Provalmente algo geral como ginasioPT ou algo assim

1
Antropov suspended for doping (www.insidethegames.biz)

One of my current favorite lifters.

However I was excited to see what he could achieve in the following years.

Nurgisa Adiletuly seems to be the other kazakhstan lifter that gave positive. He posted a compilation of his lifts on insta with the caption No more sport for me

view more: next ›

CjkOvPDwQW

joined 1 year ago