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

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

help-circle









  • 20 feet is fine unless you want 4K 120 Hz and stuff like that. I’m which case 20 feet may also be fine with a passive cable, but a bit on the edge of where AOC starts to make sense.

    As for 1080p and 4K30 I think 10 meters can work passively.

    Edit: My in-head unit conversion was a bit off, 20 feet is probably a bit over what’s sensible for 4K120. But it’s probably fine for non-UHS HDMI.







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




  • exscape@kbin.socialtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 year ago

    History search is built into most shells AND it’s interactive. Try hitting Ctrl+r and stay typing. Ctrl+r again to go to the previous result.

    When you find the one you want, either hit enter to execute or use arrows, Ctrl+a/home or Ctrl+e/end to start modifying the command.


  • Nice! I started using it just this week. I built a computer to serve as NAS with Debian and ZFS.

    I’m also considering moving my Ubuntu based server to Debian; it gets too many package updates that I frankly don’t care about, plus even Ubuntu server feels a bit bloated.
    I moved from Gentoo to Ubuntu a few years ago precisely to reduce my workload; I just wanted it to work… and now I’m considering Debian for the same reason.