Horacio
124 posts


Something that I love about working at @vercel is just how enjoyable it is to use our technology. From using the platform to ship new products, to the agents you find in our workspace that make life easier. It's like experiencing the future while building the future 🔁
English
Horacio retweetledi
Horacio retweetledi
Horacio retweetledi
Horacio retweetledi

Horacio retweetledi

Workflow setting up a quick test on a remote box:
- `apt install python3`
> Python is up to date
Cool, let's install the dep I need
- `pip install rembg`
> Do I look like I know what pip is?
Ugh. I guess I have to install pip separately
- `apt install python3-pip`
- `pip3 install rembg`
> You fool. You absolute buffoon. You aren't using a virtual env? Who do you think you are???
Haven't had to do that in awhile. Whatever.
- `python3 -m venv workenv`
- `ls workenv/bin` (forgot what the command was)
Ask claude because I'm lazy
- `source workenv/bin/activate`
- `pip3 install rembg`
And NOW I CAN WORK.
English

@hudsonwisler in my defence it wasn't _my_ change but it was a prod deployment
English







