uthredii

joined 1 year ago
MODERATOR OF
[–] uthredii@programming.dev 2 points 1 day ago* (last edited 1 day ago)

https://snowflakeos.org/ - this project is focused on building an easier version of nixos including a GUI software store based on gnome software.

edit:ooops I meant to respond to @onlinepersona@programming.dev here

[–] uthredii@programming.dev 1 points 2 weeks ago

anything I tried getting from their repos was always way further behind the mac OS homebrew or Debian apt versions.

Nixpkgs are the most up to date of any package respiratory source

It is likely that you were using the current 'stable' channel that does not have the very latest packages. The 'unstable' channel does have the very latest packages and is what I think most people use.

nixOS is really slick in concept, but has a steep learning curve to get it properly customized as a daily driver. The learned skills don’t really translate outside the nix realm either, so I decided it was too much effort for my use case. I love this concept as a way to build reproducable servers or workstations tho, so I’ll def be playing with it again.

I totally agree, I wish it was easier to learn.

 

Homebrew is the most popular package manager on MacOS, and for good reason. However personally, I believe that Nix is more powerful.

[–] uthredii@programming.dev 8 points 3 weeks ago (3 children)

You should check out zig, its compiler can even be used for c/c++. If you have time to listen to an interview, this developer voices interview on zig explains some of the advantages of this: https://www.youtube.com/watch?v=5_oqWE9otaE&t=3970s

[–] uthredii@programming.dev 1 points 3 weeks ago

Putting aside the speed uv has a bunch of features that usually require 2-4 separate tools. These tools are very popular but not very well liked. The fact these tools are so popular proves that pip is not sufficient for many use cases. Other languages have a single tool (e.g. cargo) that are very well liked.

[–] uthredii@programming.dev 2 points 1 month ago

If you do multi stage builds (example here) it is slightly easier to use venvs.

If you use the global environment you need to hardcode the path to global packages. This path can change when base images are upgraded.

[–] uthredii@programming.dev 1 points 1 month ago (1 children)

Sure, but in the case where you upgrade python and it affects python packages it would affect global packages and a venv in the same way.

[–] uthredii@programming.dev 2 points 1 month ago (3 children)

upgrading your base image won’t affect your python packages

Surely if upgrading python will affect your global python packages it will also affect your venv python packages?

you can use multi stage builds to create drastically smaller final images

This can also be done without using venv's, you just need to copy them to the location where global packages are installed.

[–] uthredii@programming.dev 4 points 2 months ago

I'm not really against it if there is a demand and people want to buy/sell/trade here. If buy/sell/trade gets too much we could restrict it to a sticky thread.

It might be easier for people to find buyers/sellers on the framework forum category that @narc0tic_bird@lemm.ee pointed out though.

[–] uthredii@programming.dev 1 points 2 months ago

He is a front end dev/engineer and he mainly talks about the UI (which is his expertise).

[–] uthredii@programming.dev 4 points 2 months ago* (last edited 2 months ago) (2 children)

Here are their repos: https://github.com/zen-browser

and here is a video from Theo on youtube looking into zen browser: https://www.youtube.com/watch?v=tKM2N4TQHQY

[–] uthredii@programming.dev 1 points 2 months ago (1 children)

I don't think they have anything to do with each other, it looks like prefix.dev uses conda packages.

[–] uthredii@programming.dev 5 points 2 months ago

Yeah it is, eventually they want UV to have feature parity with rye and rye will basically just be a pointer to UV

 

TL;DR: uv is an extremely fast Python package manager, written in Rust.

 

cross-posted from: https://programming.dev/post/17763625

Datamining youtuber found some stuff.

 

Datamining youtuber found some stuff.

 

Came out a few days ago, but I thought it was worth posting here =)

 

cross-posted from: https://programming.dev/post/13537798

Exciting Partnership Announcement: Framework Community & NixOS Communities Join Forces!

 

cross-posted from: https://programming.dev/post/13537798

Exciting Partnership Announcement: Framework Community & NixOS Communities Join Forces!

view more: next ›