bio
- 64 Posts
- 89 Comments
uthredii@programming.devOPMto Framework Laptop Community@lemmy.ml•Framework (2nd Gen) Event | 2025 Launch Event - DiscussionEnglish45·3 个月前New LTT Framework video: https://www.youtube.com/watch?v=-lErGZZgUbY
uthredii@programming.devOPMto Framework Laptop Community@lemmy.ml•Framework (2nd Gen) Event | 2025 Launch Event - DiscussionEnglish2·3 个月前nope, your right, I was mistaken
uthredii@programming.devOPMto Framework Laptop Community@lemmy.ml•Framework (2nd Gen) Event | 2025 Launch Event - DiscussionEnglish6·3 个月前- Framework 13 AMD upgrades
- Framework mini desktop announced - up to 128GB capable of running 70b lamma3.3
- Framework laptop 12 announced - a touchscreen convertible laptop
uthredii@programming.devto Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?English2·3 个月前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.
uthredii@programming.devto Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?English2·3 个月前Yeah I agree, I like that aspect too!
uthredii@programming.devto Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?English272·3 个月前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:
- it is much faster and more minimal
- It might be harder to get things up and running than in vs code, e.g. to get auto-completion working in helix you need to have the LSP for that language installed. It can be a bit confusing if you have never done it before but it is easy once you have done it a few times.
Compared to neovim I think it is:
- easier to learn
- slightly faster - especially with large files
- you will have a much smaller/simpler configuration. AFAIK Helix has more features working out of the box than neovim (file picker, lsp support ect) and needs less configuration to get things to a workable state.
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:
- yazi - terminal file manager
- gitui or lazygit - terminal git user interface
- zellij - terminal pane manager
Helix really shines when:
- performance matters - I have edited files with millions of lines and had no trouble on codebases where my colleagues IDE’s become very slow.
- You want to use multiple cursors at times
- You want a simple or no configuration
- It is taking too long to learn the vim keybindings - vim keybindings are more concise but less intuitive and harder to learn
I recommend you use the tutor (
hx --tutor
) for a few minutes each day to learn the keybidings.
uthredii@programming.devto Not The Onion@lemmy.world•Why not let workers live in the office?English15·3 个月前Another day older and more tech debt
uthredii@programming.devMto Framework Laptop Community@lemmy.ml•Distro recommendations and experiencesEnglish2·6 个月前I have run Fedora and NixOS on my framework. Both run well, Fedora is equal/close equal to Ubuntu in ease of use.
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.devOPto Nix / NixOS@programming.dev•Nix is my favorite package manager on MacOs - Dreams of AutonomyEnglish1·7 个月前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.
uthredii@programming.devto Programming@programming.dev•What are your favorite statically typed, compiled, memory safe programming languages?English8·8 个月前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.devto Python@programming.dev•uv IS the Future of Python Packaging 🐍📦English1·8 个月前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.devto Python@programming.dev•ELI5 Using python virtual environment in docker container.2·9 个月前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.devto Python@programming.dev•ELI5 Using python virtual environment in docker container.English1·9 个月前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.devto Python@programming.dev•ELI5 Using python virtual environment in docker container.2·9 个月前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.devMto Framework Laptop Community@lemmy.ml•new display arrived, what can I do with the old one?English4·9 个月前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.devto Opensource@programming.dev•there's a new "zen" Firefox fork on the block focused on theming and has some features from Edge, all licensed under MPLEnglish21·9 个月前He is a front end dev/engineer and he mainly talks about the UI (which is his expertise).
uthredii@programming.devto Opensource@programming.dev•there's a new "zen" Firefox fork on the block focused on theming and has some features from Edge, all licensed under MPLEnglish4·9 个月前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
Agreed, but it does mean the evidence at her trial was not stall sufficient to prove guilt (beyond reasonable doubt).