Helix also, but aren’t Zed and Helix both modal?
edit: Huh. I just tried out Zed and looks like modal editing is optional.
Helix also, but aren’t Zed and Helix both modal?
edit: Huh. I just tried out Zed and looks like modal editing is optional.
The software will likely work, but keep in mind that you’ll have to add VM startup time when you want to use the software. I have occasionally seen software behave strangely in a VM as well, so best to just try it.
Can you share the software you went to use? Maybe there’s a good Linux alternative or someone knows how to get it working in wine.
Is this the one using the open source kernel module?
He’s just not fully materialized yet.
This is sad. I really like the app!
What’s everyone using instead?
I just don’t watch many shows and a lot of the stuff coming out I don’t find that great anyway so I’d rather do something else with my time than pay more for worse service.
That’s OK. I’ve already removed Netflix
The Bangle.js 2 is pretty cool
Congrats!
In this context the use of “they” is just proper English though. I can’t fault someone who speaks a gendered language from using gendered pronouns as is proper in that language, but the use of “they” in English is correct and hardly political or exclusive. Every language is going to have rules that may be strange to non-native speakers, but any “confusion” is easily remedied by explaining that’s just how the language works. I find that’s also part of the fun of learning another language. I especially love trying to mix the rules of one language into another to see how silly it sounds. :)
Zellij is fantastic! I’ve had it installed on all my machines for a while now and it works great.
The best part is that the UI is discoverable and pretty intuitive. I no longer have to look up the seldom used tmux key chords I could never remember.
Don’t be biased except for these biases.
Yup! Also languages in the ML family and others I’m sure.
Nope. In Rust, a semicolon denotes a statement while a lack of semicolon is an expression so you can’t just omit them at will. This does lead to cool things though like if/else blocks being able to produce values if they end in an expression. But the expression type is checked so you’re less likely to make a mistake. You can see an example here: https://doc.rust-lang.org/rust-by-example/flow_control/if_else.html
In JavaScript I never skip semicolons because I’ve seen those subtle bugs.
Yeah, semicolons are ugly anyway and they’d ruin the beautiful expression of your code.
Sounds fun! I assume you’re read the Async Book?
Finally some positivity around async Rust!
I write a lot of embedded C for a living, and can’t wait for the ecosystem to get better so I can switch to Rust. Threading always starts simple. All I need is to spawn a thread and wait for a message on a queue. Then requirements change and I’m waiting on multiple messages from multiple other threads and suddenly I’m writing yet another state machine that async Rust would write for me.
I also wish I had “coloured” functions in my embedded code. Often times it’s not even documented if a function blocks or not, and sometimes the behaviour changes depending on compile time configuration (blocking, or interrupt driven, or DMA, etc.).
Async Rust certainly has it’s complexity too, but at least to my brain it would make a lot of my code much simpler.
I need to find some time to really dig into Embassy one of these days.
Same.
I use Bortmatic to manage my repos and I pay a little bit to BorgBase for offsite backup of my important stuff.