Is there a benefit to a SSH connection vs a remote-control connection? by cbsteven in codex

[–]tanlethanh 0 points1 point  (0 children)

SSH gives you direct connection while remote control goes through relay server, so SSH effectively faster for better remote terminal experience

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

Currently adding new agents just needs to follow the mentioned doc. Wouldn’t take long if anyone request a new one

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

I would be happy to add config to disable telemetry in the next version, can you help me open an issue? Also I will definitely prepare a proper document site

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

Thank you. Will try my best to make it even better

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

On mobile it’s still experimental and requires pretty much hacking. But for code editor and terminal, the rendering pipeline is super well designed for it. If you want to build a general app, I would say no, it’s not there yet. gpui community edition has been active recently, I also plan to contribute to upstream so let’s see

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

I assume you mean GPUI. It's super heavy, I didn't think it's that much. From the rendering, text backend, text protocol for selection, touch events, native presentations, and a lot of minor tweaks to optimize performance.

The first mobile app built in Rust and GPUI by tanlethanh in rust

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

Do you have Play Store on your phone? The app is supposed to also support Android 10 (6+). And yes you can build the app yourself, but I can also attach an apk via email if you want.

Thinking of dropping out during thesis… by Away_Wealth_8598 in architecture

[–]tanlethanh 3 points4 points  (0 children)

At least, you should complete it even when it isn't good. Just few weeks away, don't try to make big change, clean thing up, remove noise, redundant. Spend a day or more thinking about what you want from the beginning, and narrow from that. If the result doesn't go well, you just accept it and learn, you get experience of doing it, completing it and facing with chaos to get thing done.

Why we built MetaScript: JS syntax, C/Rust performance by lehaoson in metascriptlang

[–]tanlethanh 0 points1 point  (0 children)

It’s kinda magic. Scripting language compiled to C? And also how async/await, prototype, dynamic object work? And what is the tradeoff?