HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pythops

no profile record

Submissions

From the Transistor to the Web Browser

github.com
2 points·by pythops·上個月·0 comments

Tegratop – A Comprehensive TUI monitoring tool for Nvidia jetson boards

github.com
1 points·by pythops·5 個月前·0 comments

Tegratop – A TUI monitoring tool for Nvidia jetson boards

github.com
1 points·by pythops·7 個月前·0 comments

Ratatui.rs Running on Amazon Kindle

bsky.app
4 points·by pythops·9 個月前·0 comments

comments

pythops
·8 個月前·discuss
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 個月前·discuss
hahah nice one :D
pythops
·8 個月前·discuss
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 個月前·discuss
Yes https://github.com/pythops/impala
pythops
·8 個月前·discuss
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 個月前·discuss
I still think it's better to learn Rust

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

Thanks, glad you like it. And yes Big kudos to Orhun !
pythops
·8 個月前·discuss
sure, feel free to open a github issue and I will do my best to implement it asap :)
pythops
·8 個月前·discuss
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 個月前·discuss
Bluetui author here Happy to hear that :)
pythops
·8 個月前·discuss
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.