g0gzs | 3 years ago | on: Welcome to .NET Multi-Platform App UI
g0gzs's comments
g0gzs | 3 years ago | on: Welcome to .NET Multi-Platform App UI
I was using the following: Silverlight -> WPF -> Windows Phone -> WPF -> Angular/webdev -> Xamarin.Forms and now since MAUI Preview 11, we've been building our new mobile/desktop product with it, and we'll release it soon.
The part where I was a web developer was honestly awful. Web frontend isn't even close to what any of those mentioned above are right now. Layouting stuff on the web is a nightmare, a little less now that grid is coming along, but still lightyears away from what you have in WPF/XF/MAUI... and then there's decoupling UI code from your business logics for testability. With Angular/React/Vue (Vue suted me most, but it's still meh) it's halfway there but still meh.
On the .Net stack, you have battletested frameworks and libraries that have been around for ages, on both, hobbyist apps to full blown enterprise solutions. At some point I was working on a desktop app that would run on a 5*6 monitor array (highway control room software)... 30 windows open in parallel from one app, everything in sync, everything just working 24/7. And now, we'll cover Android/iOS and Windows desktop, with one codebase, and it's not just a simple CRUD app. We're connecting with RFID readers, using cameras, geo service etc... I can't imagine pulling this off, in the timeframe we did, and the amount of devs working on it, with any other stack.
Yes, there's no Linux support, but the way MAUI is laid out, it shouldn't be too hard to get that going. Just look at who and how contributed the Tizen backend. I'm sure the folks at MS will welcome you with open arms if you want to contribute some effort into making Linux happen.
g0gzs | 3 years ago | on: Ask HN: Important nonobvious startup/business lessons you've learned?
g0gzs | 3 years ago | on: No Dislikes has officially ruined YouTube for me
g0gzs | 4 years ago | on: Man Can’t Get Heart Transplant Because He’s Not Vaccinated Against Covid
We live in such broken times, I hope we can bounce back from this, but I only see more and more fragmentation.
g0gzs | 4 years ago | on: How is bamboo lumber made? (2016)
g0gzs | 4 years ago | on: How is bamboo lumber made? (2016)
g0gzs | 4 years ago | on: How is bamboo lumber made? (2016)
I really wanna build one almost completely from bamboo (with various veneers to get some accents/lines in) but it's really hard to source boards now. Meh... but yeah, who would have thought that "tonegrass" would become a term someday haha.
g0gzs | 4 years ago | on: How is bamboo lumber made? (2016)
g0gzs | 4 years ago | on: How is bamboo lumber made? (2016)
Compared the properties to the wood I wanted to use for parts of it (mainly the core/neck and fretboard) and decided to go for it.
So the second build [1] is 40ish % bamboo with purpleheart veneers in between layers of bamboo and purpleheart/olive for the body. Next build will be around 80% bamboo. Trying to source some strand woven bamboo boards to try them out as fretboards as well, but for a part time builder like me, getting such small quantities of bamboo boards is rather hard.
But yeah, fascinating material even outside of construction use. The boards I used for the guitar builds were nice to work with, easy to sand and finish (using wipe on poly).
The amount of "oh yeah, it seems hacky but that's the best practice" on web is mindboggling. Every time I had to use HTML/CSS/JS hacks to achieve something rather simple in terms of laying out components on the screen, I wanted to quit working on the project.
The amount of work you have to put into web frontend to get it pixel perfect and according to the design, is roughly 40-50% more than achieving the same thing on let's say WPF.
Take it however you want, but what MS achieves in dev experience on their UI stacks is quite admirable. The fact that those stacks don't survive long is a another pair of shoes.