24 Sep 2023 |
manmeet | * rust analyzer is too memory intensive for that, it uses 2GB RAM on fedimint repo. and then there is cargo build/check | 16:44:25 |
ethantuttle | I think moderns phones have the RAM but RIP battery… | 20:14:24 |
25 Sep 2023 |
| squanto3218976 joined the room. | 03:11:43 |
| erik_nerv joined the room. | 15:31:11 |
| anisotropia joined the room. | 16:18:27 |
| aitchi. joined the room. | 17:54:23 |
dpc#0812 | Seems like 8GB is a standard in top of the line phones, so probably 5 years and most phones will have it. | 18:46:29 |
dpc#0812 | I need to install NixOS on my phone ... | 18:47:48 |
ethantuttle | Legendary | 19:16:17 |
26 Sep 2023 |
manmeet | You also need a good editor with an onscreen keyboard or maybe just add an external keyboard. | 02:15:18 |
| juho6556 joined the room. | 09:59:24 |
| abhishandy joined the room. | 21:26:38 |
27 Sep 2023 |
ethantuttle | cguida x-posting from nostr:
We take Polar (https://github.com/jamaljsr/polar) and shove it into Tauri (https://tauri.app), then daemonize devimint and make it the backend. How does nix fit in here?
dpcpw too | 01:25:15 |
ethantuttle | * cguida x-posting from nostr:
We take Polar (https://github.com/jamaljsr/polar) and shove it into Tauri (https://tauri.app) as the UI, then daemonize devimint and make it the backend. How does nix fit in here?
dpcpw too | 01:25:22 |
cguida | Hmm, I don't know, what does Tauri do? Do you have more context? | 01:27:58 |
cguida | Is it like a docker visualizer? | 01:28:20 |
ethantuttle | Tauri is the middleware. It's a better Electron app because it's not javascript, it's Rust. It can lock down to specific sys calls allowed. It uses web frameworks for the UI, and then wires in RPC calls to a Rust backend. | 01:29:32 |
ethantuttle | (bold assertions will have bias) | 01:29:46 |
ethantuttle | Polar is a regtest LN network UI | 01:30:14 |
ethantuttle | https://lightningpolar.com/ watch the video here. A very good UI/UX for bitcoin dev env. but uses Docker. | 01:31:43 |
cguida | Yeah I'm familiar with Polar, just not Tauri | 01:32:29 |
ethantuttle | it's a Rust framework for on the slogan there "tiny, fast, and secure". I followed them a bit when I first started exploring Rust. They seem to have good foundations to build on. | 01:33:17 |
ethantuttle | imho | 01:33:20 |
ethantuttle | * it's a Rust framework like the slogan there "tiny, fast, and secure". I followed them a bit when I first started exploring Rust. They seem to have good foundations to build on. | 01:33:37 |
ethantuttle | deaktop app framework. | 01:33:45 |
cguida | Interesting, using wasm? | 01:33:53 |
ethantuttle | you can use wasm, but I was thinking that we rip the React from Polar and then just make devimint the backend instead of docker. | 01:34:15 |
cguida | Ahhh | 01:34:31 |
cguida | I like it! | 01:34:44 |
ethantuttle | https://tauri.app/about/intro
Good short read here and possibly a video watch | 01:35:15 |