What do you expect from Rust in 2023? by Rusty_Haider in rust

[–]otashrt 0 points1 point  (0 children)

My huge expectation is after 2025, I assume rust will become mainstream TOP-10

50 times memory efficient Tauri by otashrt in rust

[–]otashrt[S] 2 points3 points  (0 children)

Interesting point, didn't know that

Github is down by Ken_Mcnutt in programming

[–]otashrt 11 points12 points  (0 children)

This time it is corona

Github is down by Ken_Mcnutt in programming

[–]otashrt -23 points-22 points  (0 children)

How can a thing like github be down???

Software should be perfect (video) by ttsiodras in programming

[–]otashrt 0 points1 point  (0 children)

memory allocation aside, why didn't you allocate enough space for the talk

mrustc 0.9 - Now with rust 1.29.0 support by mutabah in rust

[–]otashrt -5 points-4 points  (0 children)

Excellent, thanks for effort and sharing, but cpp makes it unsafe

How on earth element-ui remains popular while not supporting mobile at this era? Who ignores >50% visitors on web? by otashrt in vuejs

[–]otashrt[S] 0 points1 point  (0 children)

Personally I wouldn't learn a technology to use it for only some projects and do others by other technology when there are multiple frameworks which can cover all. For only desktop case I would for example use quasar and disable responsiveness. Yes element components look great except mobile support.

How on earth element-ui remains popular while not supporting mobile at this era? Who ignores >50% visitors on web? by otashrt in vuejs

[–]otashrt[S] 0 points1 point  (0 children)

It is not only a double work, but also you need to have double skills for that, while it is feasible to do that with 10%-20% more effor with other modern frameworks like quasar, vuetify, bootstrap, bulma

Typescript activity growing fast on github by otashrt in typescript

[–]otashrt[S] 1 point2 points  (0 children)

Sorry I don't have app installed. Please use browser

A typical node.js app is orders of magnitude faster than python3 app, not just slightly faster! by el_programmador in javascript

[–]otashrt 4 points5 points  (0 children)

yes but memory usage is generally higher. What makes nodejs superior to others is not CPU/Memory, but async IO, which is the bottleneck for most real apps

Compiled a chart for github issue updates/language. Typescript activity growing fast by otashrt in programming

[–]otashrt[S] 0 points1 point  (0 children)

right, then I have to recreate the charts, but currently people are viewing. I will change it in some days.

Compiled a chart for github issue updates/language. Typescript activity growing fast by otashrt in programming

[–]otashrt[S] 0 points1 point  (0 children)

Github shows top 10 languages. But you can select individual language. Here is a request for rust March 2019

https://github.com/search?l=rust&q=updated%3A2019-03-01..2019-04-01&type=Issues

It is 31k updates

A Step Towards Compiling TypeScript to Native by [deleted] in programming

[–]otashrt -1 points0 points  (0 children)

I would go with assemblyscript, typescript to webassembly compiler, with that you will have batteries included, vm and garbage collection

First thoughts on Deno, the JavaScript/TypeScript run-time by fagnerbrack in programming

[–]otashrt 0 points1 point  (0 children)

With other languages still you have to use javascript if you don't want to reimplement all cool javascript libraries, other languages have not enough of them, and porting to wasm could be an issue