redditor since 2008, hoping kbin/the Fediverse can entirely replace it.

  • 3 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle



  • Mostly for finding information that for whatever reason can be difficult to find using search engines. For example, I’ve used ChatGPT to ask spoiler-free questions about plot points in books I’m reading, which has worked rather well. It hasn’t spoiled me yet, but rather tells me that giving more information would be a spoiler.

    Last time I tried to look something up on Google, carefully, I got a massive spoiler for the end of the entire book series.

    I also use it for code-related questions at times, but very rarely, and mostly when using a language I’m not used to. Such as when I wrote an expect script for the first (and perhaps only) time recently.













  • How does that work, and with which editor settings? If you simply set the tab width (tabstop) in vim, things go south.

    Say you have a function definition one indent level in, then 22 characters of text. You more want to align the next line to that. How does that work in practice with tabs?

    The obvious way with tabs and ts=4 would be 6 tabs and two spaces(one tab for the initial indent, the rest to match 22 characters). But then someone with ts=2 comes along and barely gets half way there, or someone with ts=8 who overshoots by a lot.