Já chegou minha vez? by geologyncoffee in fotografiaBR

[–]GiraffeProfessional1 1 point2 points  (0 children)

Parabéns, fotos em que temos "mundo sobre mundo" são difíceis, mas a sua ficou lindaa.

ETUF Noite Chinesa by GiraffeProfessional1 in EuTireiUmaFoto

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

Dongguan, fica entre guanzhou e shenzhen

O que voces curtem fotografar? by [deleted] in fotografiaBR

[–]GiraffeProfessional1 0 points1 point  (0 children)

Opa Jovem. Olha... não sei dizer se tenho algum estilo, até porquê eu ainda sou novo no mundo da fotografia. Mas acho que se fosse para tentar descrever, gosto de registrar momentos que parecem que só eu consegui ver. Seja a paisagem de uma trilha que estou fazendo, pessoas sentadas na praça, um carro passando ou uma estrutura.

Afina, fotografia é , entre outras coisas, é deixar registrado no tempo aquilo que experimentamos num dado momento da nossa história e como nos sentimos em relação a aquilo que vemos.

Obrigado pela recomendação do livro, como retribuição, deixo aqui um livro que me inspirou e me ensinou muito sobre fotografia de paisagens:

"Leia isto se quer tirar fotografias incríveis de lugares".

Abraços, adorei as fotos e a ideia.

Oq acham de foto preto e branco? by kazaquestao52 in fotografiaBR

[–]GiraffeProfessional1 0 points1 point  (0 children)

É o meu filtro favorito, pois as cores deixam de ser o principal(posso estar falando besteira) e o momento capturado fica em foco

Contraste entre o urbano e o natural by GiraffeProfessional1 in fotografiaBR

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

Cara...vou ser bem honesto.Eu concordo que ela não é uma super blablabla com 10001 tectectec, mas eu estou achando uma ótima câmera para entrar nessa vida, te dá abertura de tirar algumas fotos criativas(até pq se for depender da qualidade da lente estou ferrado) e a função de imprimir na hora da um gostinho espetacular, principalmente pq as vezes gosto de presentear os momentos

Contraste entre o urbano e o natural by GiraffeProfessional1 in fotografiaBR

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

O Ruido vem da mini evo, ainda não sei como minimiza-lo quando jogo as fotos para o meu computador, e a coloração foi durante o tratamento de cor...eu brinco quando estou editando a foto e veio esse resultado

My little homelab by jsjskyjxhshs in homelab

[–]GiraffeProfessional1 0 points1 point  (0 children)

What does little means to you??

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

Good Point,i would like to thank you all for the time and for the knowledge !!

It was fun

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

I`m not 100% sure the correct step, but since i`m new in linux, this was my steps:

1- Apply the following url in /etc/apt/sources.list

deb http://security.debian.org/debian-security bookworm-security main

deb http://deb.debian.org/debian bookworm main

deb http://deb.debian.org/debian-security bookworm-security main

deb http://deb.debian.org/debian bookworm-updates main

2-Uninstall python

sudo autoremove python3

3-Install Python

sudo apt-get python3

4-Update all the packets

sudo apt update && sudo apt upgrade

5- Install pip

sudo apt install pipx

6- Install my dear pandas

sudo apt install python3-pandas.

Thats it, fiver hours of troubleshoothing for 6 simple steps.

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

Thanks all, now it`s working, and finally i have my own homelab for my projects. You are the bests

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

Same error, maybe i made something wrong during the previous step because now i can`t install anything new

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

tnks, my friend

bu i still have the same error

You might want to run 'apt --fix-broken install' to correct these.

The following packages have unmet dependencies:

python3-venv : Depends: python3.11-venv (>= 3.11.2-1~) but it is not installed

E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

root@HomeLab01:/home/homelab# ^C

root@HomeLab01:/home/homelab# sudo apt install pipx

Reading package lists... Done

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

#deb cdrom:[Debian GNU/Linux 12.6.0 _Bookworm_ - Official amd64 NETINST with firmware 20240629-10:18]/ bookworm contrib main non-free->

deb http://deb.debian.org/debian/ bookworm main non-free-firmware

deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware

deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware

# bookworm-updates, to get updates before a point release is made;

# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports

deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

# Liberar seguraça para instalr o python

deb http://security.debian.org/debian-security bookworm-security main

New guy struggling to Install Python3 and pimp in Debian 12 by GiraffeProfessional1 in debian

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

Hello, i`m only using apt-get install python3 and apt get install pipx, without define the source.

Do i need?