Live data from Hacker News

Time to talk about my writerdeck

veronicaexplains.net

241–250 of 303 posts

Re: Time to talk about my writerdeck

#241
interesting choice to use syncthing instead of rsync, given the OP is already comfortable with it. equally curious to see why it was not even mentioned nor discussed for regular readers/viewers.

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!

Re: Time to talk about my writerdeck

#243

This 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…

[flagged]

Re: Time to talk about my writerdeck

#244

This 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.

For a while I kept finding out co-workers were building their own CNC machines, and the mostly used them to make CNC machines components

Re: Time to talk about my writerdeck

#246
post #34

Earlier 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.

https://zellij.dev/tutorials/basic-functionality/

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

#247

This 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.

I'm really, really curious why though? I'm not gonna try to dig at you, I just don't understand and want to know.

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

#249
post #103

Earlier 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…

I think Ctrl+Alt+F1-F7 are Kernel provided Virtual Console things, and technically they can be connected to different things, I think like VC 5 -> /dev/tty5 -> a thread in /sbin/getty? The VC 7 used to be often opened up for X, but Ubuntu moved X to VC 1 at some point. I guess it's VC 2 now.

Re: Time to talk about my writerdeck

#250

This 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.

https://rakhim.org/honestly-undefined/19/
Post reply on HN