Another day older and more tech debt
Most is described here (the author probably has some amount of bias but this is the only summary I know of): https://github.com/KFearsoff/nix-drama-explained
Other than that some very active contributors resigned as maintainers in support of the open letters.
And it seems now that the community members in support of the open letters/changes have convinced the board of the foundation to agree on some things.
This actually sounds really promising!
- They are teaming up with an existing python package manger written in rust.
- These are the people who make/made ruff, probably the most useful and fast python linter.
- you basically get pip from a single binary.
- they plan to have cargo/poetry like functionality in the future.
Edit: here is a blog post from the creator of rye talking about rye and UV: https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/
Thank you Ategon and all the other admins for the work you are doing to make this place great.
In this regard, AI-generated code resembles an itinerant contributor, prone to violate the DRY-ness [don't repeat yourself] of the repos visited.
So I guess previously people might first look inside their repo's for examples of code they want to make, if they find and example they might import it instead of copy and pasting.
When using LLM generated code they (and the LLM) won't be checking their repo for existing code so it ends up being a copy pasta soup.
Doc martens are not so great quality now. The general consensus is that Solovair are the spiritual successor (in terms of quality) to what Dr Martens were. This video has more info: https://youtu.be/vkhCcvfVHRs?si=21bH9fSvkNgmjwm1
For laptops O would recommend framework laptops. The idea is that they have upgradable and repairable.modules. You can follow them on mastodon too: @[email protected] And we have a Lemmy community too: [email protected]
Discourse and Lemmy are both based around topics/communities so hopefully there will be better federation here. E.g. being able to follow a discourse topic from lemmy would be really cool.
Hopefully they have done this in a way where Lemmy can federate with then easily.
I think it depends on the website. There are some websites where chrome will work better either because chrome works better with certain libraries/technologies or because the developers put more time into optimizing for chrome.
On the other hand Firefox might have less bloat around telemetry that gives it an advantage too.
Previous products took much longer for batches to sell out. Even the AMD framework 13 laptops didn't sell this fast and they were the #1 thing the community had been asking for for about a year.
We (sadly) can't tell how many units are in a batch. But we can tell that demand is far exceeding their expectations.
I have a framework laptop and really like it.
The main benefit is that it is fairly future proof, so you could get one the of the cheaper ones now and then upgrade if you need better ram/CPU/apu
Oh captain my captain!
I use Helix
TLDR: Yes I think helix is worth trying out. It has some missing features but it is an amazing piece of software.
Yes I use helix daily. It is very fun to use and you can do many things faster. It is particularly good when navigating a (large) codebase you know fairly well. You are able to jump around and find/edit relevant code very quickly.
Compared to vs code:
Compared to neovim I think it is:
The downside of helix compared to both neovim and vscode is that it does not have plugin support yet so you will need to use other tools in combination with it to get an equivalent experience. Here are some tools that are commonly used with helix:
Helix really shines when:
I recommend you use the tutor (
hx --tutor
) for a few minutes each day to learn the keybidings.