RedstoneValley
@RedstoneValley@sh.itjust.works
- Comment on Gmail can read your emails and attachments to train its AI, unless you opt out 6 days ago:
Same here. I’m not actively using it, but it fills up with spam. Training AI on that… excellent idea 😈
- Comment on Coinbase CEO explains why he fired engineers who didn’t try AI immediately 2 months ago:
Don’t worry, he’ll come back to developers crying for help when his precious coins get stolen due to sloppy coding
- Comment on Microsoft pushes staff to use internal AI tools more, and may consider this in reviews. 'Using AI is no longer optional.' 4 months ago:
Did this Microsoft tactic ever work in their favour? Forcing people to use things they don’t like? Internet Explorer, Edge, Bing Search, AI and so on. I think it’s not a long-term success story. Also, why focus on tool usage instead of actual goals.
- Comment on Using source command for virtual Python environment 10 months ago:
I think VS Code is doing its own thing and it might be better if you create your own. It doesn’t have to be called .venv, that is just a VS Code convention.
python -m venv myenvand then
source myvenv/bin/activateshould do it.
Otherwise there is something wrong in your path or a weird python installation.
python --versionshould give you a version number 3.4 or above, because these have venv included and need no additional pip installs