kubica

joined 1 year ago
[–] [email protected] 5 points 7 months ago

Can you blame them for wanting to work quietly once in a while?

[–] [email protected] 6 points 8 months ago

Why won't you sprint the sprint so we can get more sprints in the sprint?

[–] [email protected] 5 points 8 months ago

I'm very wary of it but It could have some potential thinking that the anti-monopoly action is pending.

[–] [email protected] 2 points 8 months ago

Indeed, I got corrected.

[–] [email protected] 5 points 8 months ago (2 children)

That's in short what digital means.

[–] [email protected] 7 points 8 months ago

I stopped doing that, half of the times the videos stopped being available. Fuck that.

If I really want something I save it to disk as soon as possible.

[–] [email protected] 73 points 8 months ago (7 children)

I'd say about the same level of assault than the christians gathering to call other people murderers.

[–] [email protected] 46 points 8 months ago (6 children)

I don't quite agree that for a beginer being presented with

sudo apt update && \
  sudo apt install --yes software-properties-common && \
  sudo add-apt-repository --yes ppa:deadsnakes/ppa && \
  sudo apt install --yes python3.9

is better than

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.9

All those symbols and "--yes" used to feel quite cryptic to me.

view more: ‹ prev next ›