#uv — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #uv, aggregated by home.social.
-
-Why don't you release a Python course if you're a Python developer? You have courses on everything except the language you actually use for work.-
I said I wouldn't release anything until the skies darkened... and today there will be a total eclipse in my city.
https://en.andros.dev/courses/ab396439/python/1/setting-up-the-environment/
It compiles all the best practices, principles, and conventions I've learned throughout my career.
- Tool installation.
- Project management.
- Creating advanced functions.
- Testing.
- Error handling.
- Concurrency.
- Dependencies.
And much more.
All with a functional approach without shying away from proper OOP practices.
Go from amateur to expert. It's available in both Spanish and English.
And best of all: free and no registration required.
#python #programming #development #testing #uv #pytest #freesoftware #devs -
-Why don't you release a Python course if you're a Python developer? You have courses on everything except the language you actually use for work.-
I said I wouldn't release anything until the skies darkened... and today there will be a total eclipse in my city.
https://en.andros.dev/courses/ab396439/python/1/setting-up-the-environment/
It compiles all the best practices, principles, and conventions I've learned throughout my career.
- Tool installation.
- Project management.
- Creating advanced functions.
- Testing.
- Error handling.
- Concurrency.
- Dependencies.
And much more.
All with a functional approach without shying away from proper OOP practices.
Go from amateur to expert. It's available in both Spanish and English.
And best of all: free and no registration required.
#python #programming #development #testing #uv #pytest #freesoftware #devs -
Starts With A Bang podcast #132 – Space in the ultraviolet
From Earth, we only see the Universe in a few wavelengths of light; the rest require going to space.
The ASPERA mission launches soon; here's what awaits in the ultraviolet!
bigthink.com/starts-with-...
#space #uv #aspera #astro
Starts With A Bang podcast #13... -
introducing mastodon-cli!
launch right in your command line.
note: right now, this is an experiment and will have bugs.
i'll be working on this more in the future.
if you would like to contribute to #mastodon cli, it is open source under a gpl v3 license.
in edition, it can be (apparnelty) installed with #pip / #uv with pip install mastodon_cli or uv add mastodon_cli .
note: by default , the project uses uv.
https://github.com/averlice/mclient . -
introducing mastodon-cli!
launch right in your command line.
note: right now, this is an experiment and will have bugs.
i'll be working on this more in the future.
if you would like to contribute to #mastodon cli, it is open source under a gpl v3 license.
in edition, it can be (apparnelty) installed with #pip / #uv with pip install mastodon_cli or uv add mastodon_cli .
note: by default , the project uses uv.
https://github.com/averlice/mclient . -
Did some updates and...
> success: Upgraded uv from v0.9.25 to v0.12.0! https://github.com/astral-sh/uv/releases/tag/0.12.0
Whoops, been awhile. I saw something earlier about breaking changes upgrading to version 0.12.0 but you know what? I like a little chaos (I don't like chaos).
Do I dare checkout php composer for updates...
-
Did some updates and...
> success: Upgraded uv from v0.9.25 to v0.12.0! https://github.com/astral-sh/uv/releases/tag/0.12.0
Whoops, been awhile. I saw something earlier about breaking changes upgrading to version 0.12.0 but you know what? I like a little chaos (I don't like chaos).
Do I dare checkout php composer for updates...
-
Uno de los quebraderos de cabeza con python han sido siempre los environments y creo que esta forma de hacer un sandbox con uv que propone @marimo_io es una manera sencilla de solucionarlo cuando sólo pretendes, como en mi caso, hacer algunas cálculos muy de vez en cuando.
La verdad es que el ritmo de desarrollo de marimo está implementando funcionalidades interesantes a un ritmo imposible de seguir.
-
Uno de los quebraderos de cabeza con python han sido siempre los environments y creo que esta forma de hacer un sandbox con uv que propone @marimo_io es una manera sencilla de solucionarlo cuando sólo pretendes, como en mi caso, hacer algunas cálculos muy de vez en cuando.
La verdad es que el ritmo de desarrollo de marimo está implementando funcionalidades interesantes a un ritmo imposible de seguir.
-
“China has built its first domestic prototype of an #EUV #lithography machine. The national effort pulled together so many resources that many compared to China's Manhattan project.
But one detail stood out immediately. The #prototype reportedly occupies an entire factory floor.” — Anastasi In Tech
#AnastasiInTech / #EE / #ASML / #silicon / #UV / #China / “China Just Built What ASML Feared Most” <https://www.youtube.com/watch?v=YiPgSm62fiM>
-
“China has built its first domestic prototype of an #EUV #lithography machine. The national effort pulled together so many resources that many compared to China's Manhattan project.
But one detail stood out immediately. The #prototype reportedly occupies an entire factory floor.” — Anastasi In Tech
#AnastasiInTech / #EE / #ASML / #silicon / #UV / #China / “China Just Built What ASML Feared Most” <https://www.youtube.com/watch?v=YiPgSm62fiM>
-
I've been prowling after sunset with the UV rock light (bought through the geology club to look at fluorescent rocks) to see what I can see in the yard. Discovered that crickets fluoresce. So last night I went out with UV light and the cellphone to try to get a photo of a cricket. Didn't find any crickets, but I did find this! I knew we supposedly had some scorpions here, but I'd never actually seen one and didn't entirely believe it. About 1.5" long. So cool!
-
I've been prowling after sunset with the UV rock light (bought through the geology club to look at fluorescent rocks) to see what I can see in the yard. Discovered that crickets fluoresce. So last night I went out with UV light and the cellphone to try to get a photo of a cricket. Didn't find any crickets, but I did find this! I knew we supposedly had some scorpions here, but I'd never actually seen one and didn't entirely believe it. About 1.5" long. So cool!
-
#Python #uv users on #Debian: I've been using this setup:
apt install extrepo
extrepo enable uv
apt install uvThat worked perfectly for all local users using standard Debian package management + updates.
Unfortunately, "deb.griffo.io" (host behind this uv extrepo) switches to a paid service in 2026-10.
https://docs.astral.sh/uv/getting-started/installation/ mentions following install workflows I don't like:
installs for one user and not host; not using debian package management and/or unclear update mechanism:
- https://releases.astral.sh/installers/uv/latest/uv-installer.sh
- pipx install uv
- Dockerhttps://github.com/astral-sh/uv/releases as no deb packages either
Do you have an idea for me how to setup uv in a Debian way?
-
#Python #uv users on #Debian: I've been using this setup:
apt install extrepo
extrepo enable uv
apt install uvThat worked perfectly for all local users using standard Debian package management + updates.
Unfortunately, "deb.griffo.io" (host behind this uv extrepo) switches to a paid service in 2026-10.
https://docs.astral.sh/uv/getting-started/installation/ mentions following install workflows I don't like:
installs for one user and not host; not using debian package management and/or unclear update mechanism:
- https://releases.astral.sh/installers/uv/latest/uv-installer.sh
- pipx install uv
- Dockerhttps://github.com/astral-sh/uv/releases as no deb packages either
Do you have an idea for me how to setup uv in a Debian way?
-
💁🏻♀️ TIL: 🎃📦 Researchers at #Kyushu University turned discarded #pumpkin peel into #carbon #quantum dots and combined them with #plant fibers and gelatin to make a #food wrapping.
In lab tests with cherry #tomatoes over 20 days, the material outperformed conventional #plastic at blocking #UV light, stopping microbial growth, and preserving antioxidants. It passed #safety tests and can be sprayed on or used as #packaging film.
#solutions #science #upcycling #sustainability #environment #research #japan #nanotechnology #innovation #chemistry