Ask HN: Which tools/services have your favorite UI/UX?
21–30 of 87 posts
Re: Ask HN: Which tools/services have your favorite UI/UX?
#22You copy text on one device and paste it on the other. A great piece of UX, and an example of the best interface being no interface at all.
Re: Ask HN: Which tools/services have your favorite UI/UX?
#23Re: Ask HN: Which tools/services have your favorite UI/UX?
#24Earlier quoted context omitted.
I'm using it with https://github.com/ianyh/Amethyst . It's ok and I couldn't manage without.
Thanks! I run Ubuntu on my personal machine and haven't found a suitable alternative yet. The more time I spend on my Mac work machine the more I'm thinking about switching my personal one due to this
There's also this: https://github.com/koekeishiya/yabai, but I haven't tried it out because of the disclaimer: "You acknowledge that you understand the potential risk that may come from disabling arrow_upper_right System Integrity Protection on your system"
Re: Ask HN: Which tools/services have your favorite UI/UX?
#25Harvest: https://www.getharvest.com/ Simple, discoverable, does not abuse the SPA paradigm, and lets you turn off features you don't need so it doesn't clutter the UI.
Re: Ask HN: Which tools/services have your favorite UI/UX?
#26ipython + jupyter-notebook are such killer applications. I use both daily for everything from trying out code, calculations & notes.
Re: Ask HN: Which tools/services have your favorite UI/UX?
#27Especially when coming from Authy, which has by far the most horrible UI ever created.
Re: Ask HN: Which tools/services have your favorite UI/UX?
#28Re: Ask HN: Which tools/services have your favorite UI/UX?
#29Re: Ask HN: Which tools/services have your favorite UI/UX?
#30“In Julia mode, the REPL supports something called prompt pasting. This activates when pasting text that starts with julia> into the REPL. In that case, only expressions starting with julia> are parsed, others are removed. This makes it possible to paste a chunk of code that has been copied from a REPL session without having to scrub away prompts and outputs.” → https://docs.julialang.org/en/v1/stdlib/REPL/