

Yeah I agree, I like that aspect too!
bio
Yeah I agree, I like that aspect too!
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.
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
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.
What is the app?
Could you link to the Lemmy style app please, I haven’t heard of this before
Why? It is the same power dynamic as any other open source project that is primarily built by a company.
From what I read in the HN thread the token is only used for governance (and possibly also fundraising), it is not baked into the actual platform. I am happy to be corrected though if anyone knows more/has more details.
I agree that Forgejo looks good as well and is likely more usable than Radicle right now. But I do think there is value at looking at P2P solutions.
From what I read in the HN thread the token is only used for governance (and possibly also fundraising), it is not baked into the actual platform. I am happy to be corrected though if anyone knows more/has more details.
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.
You can install alternative android distros on an android phone that will keep updating long after the manufacturer has stopped. For example lineage OS which supports lots of devices (but not all).
There are also Linux distros targeted to mobile devices.
You just need to pick a device that is supported when buying.
I have personally used fedora and nixos on a gen 1 framework 13 and it works great.
Does Framework do anything regarding FOSS drivers or firmware?
Regarding your question they say this:
We deliberately selected components and modules that didn’t require new kernel driver development and have been providing distro maintainers with pre-release hardware to test to improve compatibility. We’re also working on enabling firmware updates through LVFS to complete the Linux experience.
source: https://frame.work/gb/en/linux
I think the DIY model doesn’t include some components in the base price and that is why it is cheaper. Once you configure it to include other components it is a comparable price.
It seems the DIY option will only really save you money if you already have those components or if you buy those other components cheaply somewhere else.
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 am quite liking liftoff. It has a slightly different layout to wefwef and you can customize it a bit if you don’t like the default colours.
Try this: https://zero-to-nix.com/
It is also available on macos
Isn’t the fediverse an anarchist project?
It seems to be the most flat peer structure of any social media.
Ahhh nice, I have thought about trying out Kakoune as it supports plugins. Do you use many plugins/find them useful?
Helix does have a pipe command also.