uthredii

joined 2 years ago
MODERATOR OF
[–] uthredii@programming.dev 4 points 11 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 11 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 11 months ago* (last edited 11 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 11 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 11 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

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

Early on uv was only trying to replace pip. This latest update is a big step towards becoming a poetry (and pyenv/pipx) replacement too.

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

It worked for me with just: virtualisation.libvirtd.enable = true; in the configuration.nix.

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

Stable channels provide conservative updates for fixing bugs and security vulnerabilities, but do not receive major updates after initial release.

If you want up to date packages then use the unstable channel.

[–] uthredii@programming.dev 9 points 1 year ago* (last edited 1 year ago) (11 children)

Nix has the most unique packages and the most up to date packages of any Linux software repository. It has substantially more fresh packages than Arch or Alpine (which you say does a better job in a separate comment).

Source:https://repology.org/repositories/graphs

[–] uthredii@programming.dev 7 points 1 year ago

Also you can comb your hair with an electric comb for 10 days

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

Yeah I agree, I am sure they are missing some obscure stuff. But in practise it has everything that I use and there has been no need for me to touch flatpak/appimage/snap

[–] uthredii@programming.dev 3 points 1 year ago* (last edited 1 year ago) (7 children)

object oriented

Python does have OOP but you are not at all forced to use it. You can write code in a functional or even procedural style.

typing

I do hate that python doesent have proper support for typing but I think weakly typed variables will actually help beginners as it is less to think about to start off with.

indentation

I think there are pros and cons here. In other languages it is considered good style to use indentation anyway.

I'm sure it is difficult to teach a large class like that though. It was hard enough for me to learn with a much more favourable teacher to student ratio than you probably have. Sorry but honestly I do sympathise with admin as well.

view more: ‹ prev next ›