my main concern with the setup was with the additional config required to make sure sleep states and other hw annoyances are in check. but it does help to have a well-supported linux machine as a base!
Time to talk about my writerdeck
241–250 of 303 posts
Re: Time to talk about my writerdeck
#242Re: Time to talk about my writerdeck
#243This is an awesome setup. I like it, good job. That said, I do think there's a bit of irony to solving your "paying attention to writing" problem by setting up your OS from scratch, choosing to swap out the default networking stack, installing a novel flavor of your preferred text editor because you're "trying to get to know it a bit more," customizing your battery readouts, tweaking the login sequence, and then, aft…
Re: Time to talk about my writerdeck
#244This is an awesome setup. I like it, good job. That said, I do think there's a bit of irony to solving your "paying attention to writing" problem by setting up your OS from scratch, choosing to swap out the default networking stack, installing a novel flavor of your preferred text editor because you're "trying to get to know it a bit more," customizing your battery readouts, tweaking the login sequence, and then, aft…
This is a thing I see everywhere. It’s the carpenter who mostly just builds jigs and french cleats for their workshop. Or the programmer who spends far too much time obsessing over what keyboard and font to use.
Re: Time to talk about my writerdeck
#245I think what would really make a nice writerdeck is an E-ink screen. Would be perfect for purely text based interface.
Re: Time to talk about my writerdeck
#246Earlier quoted context omitted.
https://hn.algolia.com/?q=zellij
That did not help. Seems like slightly different UI and written in Rust are two main "features" over tmux.
If you're already a tmux expert then zellij is probably no big deal, and the "written in rust" part is more of a red-herring than the headline.
Firstly, it doesn't conflict with Ctrl-A by default (but I think that's actually `screen`), second it has mouse support, floating window, saved layouts, stacked tabs, session picker/manager, and take a look at the configuration mechanism: https://github.com/zellij-org/zellij/blob/main/zellij-utils/...
...for some reason it's just feels "super-sensible", comfortable, and allows a lot of flexibility.
The concept of "booting layouts" (a very poor-man's `docker compose` ;-) is really interesting and powerful:
https://zellij.dev/documentation/layouts.html
https://zellij.dev/documentation/creating-a-layout.html
...and I've got like a total of like 1.5hrs of zellij usage under my belt.
I've never been one to be super attached to screen/tmux, tried out byobu... none of them clicked in the same way with power, ease, and flexibility that zellij felt like it provided right away.
Again: this may be telling a vim user about the power of emacs, in which case just nod and smile and go about your day, but since these terminal multiplexers are effectively "just UX", then a "slightly different UX" may end up being in actuality the whole compelling product!
Re: Time to talk about my writerdeck
#247This is an awesome setup. I like it, good job. That said, I do think there's a bit of irony to solving your "paying attention to writing" problem by setting up your OS from scratch, choosing to swap out the default networking stack, installing a novel flavor of your preferred text editor because you're "trying to get to know it a bit more," customizing your battery readouts, tweaking the login sequence, and then, aft…
Just open a term, start opencode, and tell my idea to LLM and ask it to write a passage of given length and save it to a file for me. Then the review loop starts. This is the writing job in the new era.
Is your "writing job" one where the end goal is like short random articles on some giant aggregate, or something like instructional content for businesses or something? Where a human typing things was just a means to an end, rather than what I'd assume OP's doing where they're writing for their own joy and/or because people love their specific voice? Because that's the only way my brain can rationalize it right now.
Re: Time to talk about my writerdeck
#248Re: Time to talk about my writerdeck
#249Earlier quoted context omitted.
Yes, and if you want it to boot directly into a tty mode run: sudo systemctl set-default multi-user.target As an aside: on some of my computers it is Ctrl+Alt+F2 but on others it is Ctrl+Alt+F7 to return to graphical mode.
I'm a proverbial greybeard and Ctrl+Alt+F7 used to just be what you did to get back to your desktop GUI. FWIW, right now I'm typing this from Ubuntu Studio 24.04 and it's Ctrl+Alt+F2 to get back to the GUI. Ctrl+Alt+F1 shows you the bootup output scroll, +F3 to +F6 will give you a login prompt to drop into a shell. +F7 to +F12 just give me a blinking cursor un the upper right corner of the display. I'm kinda surprise…
Re: Time to talk about my writerdeck
#250This is an awesome setup. I like it, good job. That said, I do think there's a bit of irony to solving your "paying attention to writing" problem by setting up your OS from scratch, choosing to swap out the default networking stack, installing a novel flavor of your preferred text editor because you're "trying to get to know it a bit more," customizing your battery readouts, tweaking the login sequence, and then, aft…
It it reminds me of a lot of friends who wanted to "start blogging" and their first step was writing a new static site system from scratch.