Conversation

is macports actually usable?

1
0
0

it seems like i could give it a try, but i would have to compile elixir-ls myself, which is annoying
if only nix/lix was not constantly committing sodoku

1
0
0

installing macports, at least trying to

1
0
0

now i have to figure out how to uninstall lix from my system

1
0
0

i can't unmount the partition (because it is used) however i can delete it (???)

1
0
0

time to install basic shit (elixir, postgresql)

1
0
0

that's fascinating how my system is only running since the 2nd of february and i already want to format it because of system creep

1
0
0
sudo -u postgres psql
sudo: psql: command not found

i hate computers i hate computers

1
0
0

guess i will have to install brew because this at least work

1
0
0

we have evolved beyond curl | bash, behold:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1
0
0

i'm fine with curl | bash as long there is https and you can trust the remote thing to not infect you

1
0
0

@hypha people get weird about curl | bash but,, it's just running code from the internet. it's always dangerous, and curl|bash isn't really any worse

1
0
0

@tavi @hypha wget source.tar ; ./configure ; make is literally the same exact thing anyways, but people get less concerned over that

(and no, reviewing just the makefile or configure script isn't enough if you'll be running the binary)

1
0
0

@5225225 @tavi @hypha the configure script is several dozen kilobytes of unreviewable noise, a prime target for hiding malicious code in which is literally what the XZ backdoor did!

0
0
3