uv IS the Future of Python Packaging 🐍📦
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3w ago 100%

    I’ve been mostly a poetry guy but have tested out uv a bit lately. Two main advantages I see are being able to install Python (I relied on pyenv before) and it’s waaay faster at solving/installing dependencies.

    7
  • Vanilla OS 2 - Future Plans, Updates, and Next Release
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3w ago 100%

    I have to use macOS at work and I sorely miss the efficiency and simplicity of gnome.

    I’ve spent a lot of time configuring and tweaking various DEs in the last 20 years, but somehow gnome shell nailed it for me.

    Happy to have many options as a Linux user!

    1
  • Vanilla OS 2 - Future Plans, Updates, and Next Release
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3w ago 100%

    It’s very minimalist and the project ditched the Windows-style approach some years ago. Personally, I’ve grown to love it and other DEs feel bloated now.

    To each their own 🤷‍♂️

    8
  • linux
    Linux 3mo ago
    Jump
    linux as business/ company pc?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3mo ago 100%

    My company only requires that I run their AV agent (bit defender).

    Microsoft Teams is even flakier than on Windows (yes, it’s possible…)

    2
  • Immich v1.109.1 released with optional paid license
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3mo ago 100%

    This is not a subscription but a perpetual license and for my needs it’s already well worth the price they are asking. Using this actively with my wife but also sharing albums with about 8 other family members.

    I find the no-subscription model very attractive and I’m open minded to companies trying out new software licensing approaches. I like the idea of the developers getting paid for their good work and being able to do it full time.

    2
  • Immich v1.109.1 released with optional paid license
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    3mo ago 100%

    This just means that this project is still too early in development for you. The breaking changes happening in this phase are going to pay off in the long run and prevent the project from getting bogged down.

    I would give it another shot when they release v2

    21
  • linux
    Linux 4mo ago
    Jump
    Which distro do you find the most visually appealing?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    4mo ago 100%

    Sometimes I use Drawing for adding some annotations but I mostly just paste directly from the screenshot tool.

    In terms of editing, I work more with SVG where I use a very simple editor BoxySVG.

    2
  • linux
    Linux 4mo ago
    Jump
    Which distro do you find the most visually appealing?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    4mo ago 100%

    Yea, none of those things matter to me.

    Don’t get me wrong, I’ve had plenty of fun customizing DEs but I don’t really need that on my daily driver. I also have more of a terminal based workflow so perhaps shell customization scratches that itch for me.

    To each their own :)

    1
  • what's the best python libraries for beginners to download and learn with?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dallen
    4mo ago 100%

    I personally also put Pydantic on the S tier.

    Also, I use (geo)pandas on a regular basis and when it comes to geometric operations Shapely is an amazing library.

    3
  • https://urbanheat.app/

    Repo: https://github.com/damienallen/urban-heat cross-posted from: https://programming.dev/post/14939898 > I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public. > > I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings. > > I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future. > > Feedback is welcome :) > > > ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fprogramming.dev%2Fpictrs%2Fimage%2F238902c2-60f8-4b8b-afd4-038e6b13f826.png)

    14
    0
    https://urbanheat.app/

    repo: https://github.com/damienallen/urban-heat cross-posted from: https://programming.dev/post/14939898 > I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public. > > I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings. > > I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future. > > Feedback is welcome :) > > > ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fprogramming.dev%2Fpictrs%2Fimage%2F238902c2-60f8-4b8b-afd4-038e6b13f826.png)

    41
    1
    urbanheat.app

    I wanted to share a small project I've been working on. The goal was to make the data from NASA's Landsat Thermal Infrared Sensor more accessible to the general public. I worked with the raw temperature band data to general annual maximum surface temperature raster images for large urban areas covered by the Eurostat GISCO Urban Audit. In the browser, these images are transformed into easier to interpret isotherm contours with some adjustable settings. I don't have a specific target audience in mind. The map could help identify areas of refuge for the warmer months, or overheated neighborhoods to avoid as we march towards a toasty future. Feedback is welcome :) --- EDIT: For UK visitors, sorry to leave you with an empty map... I've taken a look at older urban extent data and found the geometry I need to process the UK (from before leaving Eurostat). However, there are still some UI limitations to overcome since it seems that cities are split into many boroughs that could only be viewed one at a time. The reason I went with the Eurostat dataset to begin with was a nice delineation of what a city was (for the purposes of this project). Don't have a timeline, but I do want to add the UK and automatic loading of cities as you pan! ![](https://programming.dev/pictrs/image/238902c2-60f8-4b8b-afd4-038e6b13f826.png)

    96
    12