HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zarel

no profile record

comments

Zarel
·3 माह पहले·discuss
Ctrl+Fn+F?
Zarel
·6 माह पहले·discuss
To me, the bigger problem is the lack of ability for Android phones to register an AirTag as recognized. They've never done anything to address the problem of "drive your wife's car and her AirTag is beeping at you and your Android phone is beeping at you and there's no way to tell either one to stop".
Zarel
·6 माह पहले·discuss
Every preset with powerlevel10k-style segments don't support hiding empty segments. Look at Pastel Powerline, Tokyo Night, Gruvbox Rainbow, Catppucin Powerline...

https://starship.rs/presets/#pastel-powerline

I tried making my own and the config TOML syntax isn't expressive enough to support hiding empty segments.

You're right that it's the thing with the Unicode character as separator, which all the alternatives handle just fine: powerlevel10k, tide, oh-my-posh... it's just everyone seems to love Starship, and that's what confuses me.
Zarel
·6 माह पहले·discuss
I'm surprised Starship is so popular. It's missing really basic powerlevel10k features like empty segments. If you look at some examples:

https://starship.rs/presets/gruvbox-rainbow

You can see that when the segments are empty, they still appear as a 1-width segment, rather than entirely disappearing.

It also makes you configure many things by hand. powerlevel10k has an interactive wizard that lets you design your prompt one option at a time (do you want a nerd font? do you want it one line or two? etc) but Starship makes you manually write escape codes if your preferences don't match one of the presets.

No judgment, but I do wonder what people like about Starship that makes up for these things.
Zarel
·8 वर्ष पहले·discuss
For the record, I use VS Code, but the fastest way to _open_ VS Code is

    cd project-name
    code .
It also lets me type Git commands directly into the terminal, which is way faster than doing it through VS Code. And there are still plenty of things, like rebasing, which VS Code doesn't have GUI support for.