Tyfon

joined 1 year ago
[–] Tyfon@programming.dev 7 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Here for V1: https://www.levminer.com/blog/tauri-vs-electron

Note that tauri is not bundling entire browser in binary, it's using WebView of operating system instead. Therefore any comparison should be done on machine that will run your code.

[–] Tyfon@programming.dev 16 points 5 months ago (1 children)

Bash is one of the most used shell language, it's installed on almost all Linux and Mac systems and can also be used on windows. Almost no one likes writing it as it is convoluted and really really hard to read and write. There are many replacement language's for it, but using them is troublesome, because of incompatibilities. Amber is compiled which will solve problems with compatibility and it seems that language itself is very readable. On top of that it has most futures that modern programmers need.

 
[–] Tyfon@programming.dev 2 points 9 months ago* (last edited 9 months ago)

I'm JavaScript developer. I love coding WebApps. JS sucks💩.

[–] Tyfon@programming.dev 14 points 9 months ago (1 children)

I don't understand, isn't it what is required for junior positions these days, every manager would tell you that they also required soft skills. His wish won't even land him a job.

[–] Tyfon@programming.dev 2 points 11 months ago

Ears are wrong colour 🤮

[–] Tyfon@programming.dev 12 points 1 year ago (15 children)

I'd like to point out that TypeScript is a superset of JavaScript, so if anything goes wrong with it, you can just remove the type information and you'll have regular JavaScript.

[–] Tyfon@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

Looks fine, but I didn't get highlighting

const foo=""

It didn't show on webpage są code, but works in Jerboa app. If you want to render block of code use three `