• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • That dude is just slow and doesn’t understand his tools. I have several thousand tabs open and it takes all of half a second to jump to any one of them. FF allows you to search open tabs just by using the address bar. Let’s say you’re researching camera lenses and you have 5 youtube videos open, several forum posts, the lens maker’s website open, and a bunch of different sales websites like adorama and b&h open. Do you literally bookmark those and close them all to end your day and then just reopen them the next? Why not just leave them open. FF handles it fine.


  • I don’t really understand how bookmarks would help. Like, let’s imagine you’re in your office doing research and your office happens to be the Library of Congress. You have a bunch of books with different references open on the table. You need to go to sleep. Is it easier to write down every single page you have bookmarked and put it on a piece of paper on the table, then close all the books put them back on the shelf, go to sleep, wake up, and then take all the books back off of the shelf, reference your paper, and open every book again back to those pages to continue working? I very much doubt so. Bookmarks are one of the worst inventions of the browser honestly. They do not accomplish anything they mean to. I use bookmarks for one thing. Pages I visit daily and don’t need to remember context in. e.g. github repos. And then I use vimium to navigate to them with fuzzy search. Working projects always stay open and I use Sidebery to maintain groupings.




  • I was the person who used every kind of zsh package manager that existed. I even had performance tweaks for some because they were too slow for me. I didn’t even use oh my zsh because it was too slow, and I had hundreds of customizations and maybe 30 plugins.

    I no longer needed any of the plugins except fzf and fzf-marks when I switched to fish. It really did simplify my life a whole lot. I don’t ever mess with configs anymore.


  • Once upon a time I was the person that was constantly messing with my shell. I would performance tune it, try out new plugins weekly, change my config often. It honestly became a huge waste of time. Since switching to fish I literally haven’t spent any time configuring it at all, besides adding in the fzf plugin and the fzf-marks plugin. It just works. And it has all of the same features that everyone adds to zsh with plugins straight out of the box.

    If you’re happy with the default in bash or zsh then you will be even more happy with the default in fish, as it’s just much much more user friendly (which is why so many people add so many plugins to bash and zsh: to make it more user friendly). You can even configure it (even the colors) with a web interface! No mucking about in text files if you don’t want to.


  • Not really. I hate writing bash scripts anyway so I usually script whatever I need in Ruby which is far better at scripting than any posix script ever will be, and even when I do need to run a bash script I still can or just shell down into bash or zsh if I really really need to. But that’s like once a year.