> Plus it has poor Typescript support. Vue 3 has excellent Typescript support. It's even built in Typescript. What exactly are you referring to when you say that it's "poor"?
Impressive, I'm looking forward to seeing more of this project. Did you draw inspiration from Talon? There are a lot of similarities when it comes to the voice commands.
Were they internal or external apps? Because latency was the problem last time I looked, and it won't be super noticeable if you have the servers that close to you.
Last time I looked at Blazor it only had two options, which were both equally horrible for public websites. You either had to ship a big and bloated WASM file, which was at least 10x the size of competing JS frameworks,…
Does it affect your vision when using them for many hours? Whenever I use VR headsets for more than 1 hour I tend to get blurry vision once I take them off, since my eyes have adjusted to having the screen so close to…
I'm not sure where you get the impression that people who would benefit from this tool have no friends. That requires some quite absurd mental gymnastics.
I don't have any experience with vim or other alternatives, but after reading that article or seems like kakoune is way better in practice. I wonder why Lapce didn't go with "object -> verb".
It sounds like Serenade.ai would be more useful to you. It is more of a complete product, with the ability to add custom commands on top of it. Plus it's open source. I'm not trying to steal the spotlight from…
V looks interesting, and I wish it the very best. However the attitude of the lead developers toward criticism or negative feedback (even if it's not valid) is highly off-putting imo. Everything negative that people say…
Yeah it appear that they made the framework page their home page now, which is much better.
Not to mention that the landing page says absolutely nothing about what it is. Just saying that it's a framework means nothing. A framework can be a lot of different things. Sorry to sound so negative.
I'm not the same person that you responded to, but I feel much less secure in TS than in C# due to the fact that typing is not a requirement, and that type definitions might differ from the actual library/framework…
The developer time isn't higher than if it was server side rendered. And for some applications, like the ones I'm building, it would be impossible to do the work on the server.
I even have the browser and code on the monitor at the same time. And with pretty much all modern web frameworks you have a dev server that automatically does hot module replacement, so you instantly see your changes…
I'm a Swede so I think I'm qualified to answer this. Yes the meatballs served at IKEA fits your description. They are really low quality meatballs.
The text looked crisp on Windows, but on Mac the PPI was too low, so it was barely readable. The frustrating thing is that Mac used to have settings that would fix this problem, but they removed them a while ago. I ran…
> What monitor, mouse, and keyboard did not work with mac? The monitor was an MSI Optix MAG321CQR (32", 1440p, 144hz). The text on it was blurry and pixellated as hell. It turns out that Apple has removed previously…
Rant I switched to a Mac Mini M1 in December and it has been a complete pain in the ass. First of all, to even be able to use it I had to switch out my monitor, mouse, keyboard and speakers because Apple didn't like…
I'm really interested in knowing if your used any frameworks or libraries for this game, and if that's the case, which ones? I'm on my phone now so I can't easily check your source.
With web development being as prevalent as it is nowadays, is there any plan to support HTML, CSS, JS/TS? Go and Rust are often used for web backends, so it would make sense to support frontend languages as well.…
There are lots of benchmarks of Actix if you search for it. It's also one of the top frameworks in the TechEmpower benchmarks.
I love Serenade. It has some rough edges at the moment, but the team is working hard on making it better. What I love is that it feels so natural to use. It understands the context of the code, which means you don't…
What does the tethered version weigh? My biggest gripe with the Oculus Quest 2 is how heavy it is. If the tethered version of the Simula One is considerably lighter, then I'm interested.
Talon is great. I'm personally also using Serenade. https://serenade.ai/
Besides .NET MAUI and Xamarin, there's plenty of third party cross platform frameworks, like Avalonia and Uno.
> Plus it has poor Typescript support. Vue 3 has excellent Typescript support. It's even built in Typescript. What exactly are you referring to when you say that it's "poor"?
Impressive, I'm looking forward to seeing more of this project. Did you draw inspiration from Talon? There are a lot of similarities when it comes to the voice commands.
Were they internal or external apps? Because latency was the problem last time I looked, and it won't be super noticeable if you have the servers that close to you.
Last time I looked at Blazor it only had two options, which were both equally horrible for public websites. You either had to ship a big and bloated WASM file, which was at least 10x the size of competing JS frameworks,…
Does it affect your vision when using them for many hours? Whenever I use VR headsets for more than 1 hour I tend to get blurry vision once I take them off, since my eyes have adjusted to having the screen so close to…
I'm not sure where you get the impression that people who would benefit from this tool have no friends. That requires some quite absurd mental gymnastics.
I don't have any experience with vim or other alternatives, but after reading that article or seems like kakoune is way better in practice. I wonder why Lapce didn't go with "object -> verb".
It sounds like Serenade.ai would be more useful to you. It is more of a complete product, with the ability to add custom commands on top of it. Plus it's open source. I'm not trying to steal the spotlight from…
V looks interesting, and I wish it the very best. However the attitude of the lead developers toward criticism or negative feedback (even if it's not valid) is highly off-putting imo. Everything negative that people say…
Yeah it appear that they made the framework page their home page now, which is much better.
Not to mention that the landing page says absolutely nothing about what it is. Just saying that it's a framework means nothing. A framework can be a lot of different things. Sorry to sound so negative.
I'm not the same person that you responded to, but I feel much less secure in TS than in C# due to the fact that typing is not a requirement, and that type definitions might differ from the actual library/framework…
The developer time isn't higher than if it was server side rendered. And for some applications, like the ones I'm building, it would be impossible to do the work on the server.
I even have the browser and code on the monitor at the same time. And with pretty much all modern web frameworks you have a dev server that automatically does hot module replacement, so you instantly see your changes…
I'm a Swede so I think I'm qualified to answer this. Yes the meatballs served at IKEA fits your description. They are really low quality meatballs.
The text looked crisp on Windows, but on Mac the PPI was too low, so it was barely readable. The frustrating thing is that Mac used to have settings that would fix this problem, but they removed them a while ago. I ran…
> What monitor, mouse, and keyboard did not work with mac? The monitor was an MSI Optix MAG321CQR (32", 1440p, 144hz). The text on it was blurry and pixellated as hell. It turns out that Apple has removed previously…
Rant I switched to a Mac Mini M1 in December and it has been a complete pain in the ass. First of all, to even be able to use it I had to switch out my monitor, mouse, keyboard and speakers because Apple didn't like…
I'm really interested in knowing if your used any frameworks or libraries for this game, and if that's the case, which ones? I'm on my phone now so I can't easily check your source.
With web development being as prevalent as it is nowadays, is there any plan to support HTML, CSS, JS/TS? Go and Rust are often used for web backends, so it would make sense to support frontend languages as well.…
There are lots of benchmarks of Actix if you search for it. It's also one of the top frameworks in the TechEmpower benchmarks.
I love Serenade. It has some rough edges at the moment, but the team is working hard on making it better. What I love is that it feels so natural to use. It understands the context of the code, which means you don't…
What does the tethered version weigh? My biggest gripe with the Oculus Quest 2 is how heavy it is. If the tethered version of the Simula One is considerably lighter, then I'm interested.
Talon is great. I'm personally also using Serenade. https://serenade.ai/
Besides .NET MAUI and Xamarin, there's plenty of third party cross platform frameworks, like Avalonia and Uno.