Digital Minimalism for the Working Hacker
blog.zdsmith.com
Digital Minimalism for the Working Hacker
1–10 of 107 posts
Re: Digital Minimalism for the Working Hacker
#2Re: Digital Minimalism for the Working Hacker
#3Interesting read, but ultimately I was left confused as to the purpose of the article. As far as I can tell it was to express the author's disdain for the modern web stack (an embarrassment for web devs, to be sure) and to advocate using vim (yawn).
Re: Digital Minimalism for the Working Hacker
#4Interesting read, but ultimately I was left confused as to the purpose of the article. As far as I can tell it was to express the author's disdain for the modern web stack (an embarrassment for web devs, to be sure) and to advocate using vim (yawn).
Nevertheless Slack still manages to do it badly: Cmd+Shift+K takes 3 seconds to load the list of channels for a quick jump. How's that considered usable?
It's something I generally miss: the ability to do actions using the keyboard. I think IDEA did it relatively well: their double-shift "Search everywhere" window works both fast and literally searches everything, providing something quite familiar to the console.
Re: Digital Minimalism for the Working Hacker
#5This, too, is my dream (or sorts).
- Spotify without the spotify interface. (Google Music, in his case)
- Slack without the slack interface (IRC, I guess)
- Email without the web-client or sluggish Apple mail interface.
I know there are CLI for each of those use cases. But it takes commitment to learn and get them working to your liking.
Re: Digital Minimalism for the Working Hacker
#6Interesting read, but ultimately I was left confused as to the purpose of the article. As far as I can tell it was to express the author's disdain for the modern web stack (an embarrassment for web devs, to be sure) and to advocate using vim (yawn).
Re: Digital Minimalism for the Working Hacker
#7Re: Digital Minimalism for the Working Hacker
#8I can't really do anything about employer mandated Slack, but most corporate or hosted email is accessible through IMAPS and SMTP. Can't do much about Spotify, but I don't use that while working anyway, I tend to buy music files if it's convenient to do so, and I play those in cmus.
Re: Digital Minimalism for the Working Hacker
#9So, I use Emacs as a window manager. My computer boots into a full screen Emacs, so I don't think of it as opening Emacs — I think of my computer as an Emacs-based thing, which in turn contains a bunch of other tools (like M-x shell for running shell commands).
The way the author uses xterm with tmux and Vim, I use Emacs instead.
My environment has a large font and no syntax highlighting. I find that language mode regexps so often get confused that they're more annoying than convenient.
I would really, really like to try working with an e-ink monitor. Slow latency and monochrome would be a benefit as far as I'm concerned.
Re: Digital Minimalism for the Working Hacker
#10Interesting read, but ultimately I was left confused as to the purpose of the article. As far as I can tell it was to express the author's disdain for the modern web stack (an embarrassment for web devs, to be sure) and to advocate using vim (yawn).
I think I mainly understand the point author tries to make: for example, it takes time to learn all of the shirtcuts in any GUI application (let's say, Slack) and become a power-user in it; so why not have a proper console interface if it's the same case for pushing buttons? Nevertheless Slack still manages to do it badly: Cmd+Shift+K takes 3 seconds to load the list of channels for a quick jump. How's that considere…
I'd say in most cases it takes more time to learn a console application. GUI's these days are, mostly, pretty intuitive. CLI applications are not intuitive at all.
The difference is, for me, that GUI use quickly levels out in efficiency. _If_ I have learned the CLI commands and know them well, I generally can do tasks a whole lot quicker than a GUI I know well. It just has a higher up-front cost, which may be very worth it, to not worth it at all, depending on how much you use the application.