Using Tauri (instead of Electron) to build a desktop app with TypeScript and Elm (kickstartcoding.com) 44 points by michaelpb 5y ago ↗ HN
[–] xupybd 4y ago ↗ This seems like a lot to couple your app to.I wonder what the long term maintenance would be like. In 10 years will all the technology underpinning this still be active? [–] CodesInChaos 4y ago ↗ Migrating from Tauri to another webviewer shouldn't be too difficult.Typescript can be compiled to maintainable javascript, so in the worst case you could just take that downgrade.
[–] CodesInChaos 4y ago ↗ Migrating from Tauri to another webviewer shouldn't be too difficult.Typescript can be compiled to maintainable javascript, so in the worst case you could just take that downgrade.
[–] nickphx 4y ago ↗ What's with the rant about github? Was the intent of the article to show potential clients your technical knowledge or a soap box to air personal opinion? [–] saurik 4y ago ↗ It seems like a ridiculous stretch to call two-thirds of one sentence--barely even a single thought in the grand scheme of things--a "rant". [–] lawtalkinghuman 4y ago ↗ One is allowed to do both. Human beings are allowed to have opinions and not be walking LinkedIn profiles all day long.
[–] saurik 4y ago ↗ It seems like a ridiculous stretch to call two-thirds of one sentence--barely even a single thought in the grand scheme of things--a "rant".
[–] lawtalkinghuman 4y ago ↗ One is allowed to do both. Human beings are allowed to have opinions and not be walking LinkedIn profiles all day long.
5 comments
[ 1.8 ms ] story [ 25.4 ms ] threadI wonder what the long term maintenance would be like. In 10 years will all the technology underpinning this still be active?
Typescript can be compiled to maintainable javascript, so in the worst case you could just take that downgrade.