HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pythops

no profile record

投稿

From the Transistor to the Web Browser

github.com
2 ポイント·投稿者 pythops·先月·0 コメント

Tegratop – A Comprehensive TUI monitoring tool for Nvidia jetson boards

github.com
1 ポイント·投稿者 pythops·5 か月前·0 コメント

Tegratop – A TUI monitoring tool for Nvidia jetson boards

github.com
1 ポイント·投稿者 pythops·7 か月前·0 コメント

Ratatui.rs Running on Amazon Kindle

bsky.app
4 ポイント·投稿者 pythops·9 か月前·0 コメント

コメント

pythops
·8 か月前·議論
that's why I don't like network manager and bloated software in general, they try to do everything and it always come problems

You don't need network manager for bluetooth. just install bluetoothd and there you go and use bluetui or bluetoothctl for wifi, I recommend iwd, and then you can use impala, or iwctl pick up the right tool for right purpose
pythops
·8 か月前·議論
hahah nice one :D
pythops
·8 か月前·議論
no everyone is using network manager. and personally I don't like as it is bloated tool trying to do everything and not being good at anything

wifi => iwd => impala, iwctl, iwgtk blueooth => bluetoothd => bluetoothctl, bluetui ... vpn => coming soon ;)
pythops
·8 か月前·議論
Yes https://github.com/pythops/impala
pythops
·8 か月前·議論
I agree on the easiness of Go, but I don't think people should always choose the easy solution. The easiness of Go come at a cost.
pythops
·8 か月前·議論
I still think it's better to learn Rust

https://www.youtube.com/watch?v=nOSxuaDgl3s
pythops
·8 か月前·議論
bluetui author here,

Thanks, glad you like it. And yes Big kudos to Orhun !
pythops
·8 か月前·議論
sure, feel free to open a github issue and I will do my best to implement it asap :)
pythops
·8 か月前·議論
bluetui author there

You can set a window with in the config file (with = positive integer) and TUI will be displayed with this width even in a large screen.

https://github.com/pythops/bluetui?tab=readme-ov-file#custom...
pythops
·8 か月前·議論
Bluetui author here Happy to hear that :)
pythops
·8 か月前·議論
bluetui author here.

> It made me really happy how a tool so simple makes such a huge difference in terms of how smooth it is to solve a problem,

Happy to hear that :)

> if I have one tiny criticism about bluetui is the annoying fonts

You suggest to get rid of the icons ? what if they can be disabled in the config, will that fix the issue for you ?

> there's plenty of white space You can set the window width from the config file (width = positive integer) if you don't want the TUI to be responsive.