“I kissed some dirt and I like it…” xD
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
arthur@lemmy.zipto Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish2·2 months agoIt uses the same philosophy of cargo.toml files in Rust projects, where you have all dependencies and versions listed. It’s quite fast, and you can use it to install python cli tools without change your base installation. It’s the best of venv and pipx and more, IMHO.
arthur@lemmy.zipto Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish5·2 months agoHave you heard about
uv
? I’m loving it.
LLMs are great for rubberducking, to do pre-reviews, and sometimes code boilerplate (under supervision).
Nothing more IMHO