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

help-circle

  • mbw@feddit.detoOpen Source@lemmy.ml***
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    No? This will search the logfiles (if irssi is configured to create those at all) for a pattern. This still requires that you had to have an irssi client running and connected to the server/channel in question, during the time the user is afk. Which is why others recommend e.g. setting up ZNC.





  • I used tmsu (“tag my shit up”) for a while, but it required too much discipline and then I dropped it.

    In addition, tools like fzf for fuzzy file-search (comes with shell integration to e.g. replace the default history search in bash) and ripgrep-all made this kind of organization unnecessary for me. It now suffices to have a vague idea where a thing is located and I can do a brute-force search in a few seconds.

    The next-level filesystem argument is brought forward every few months, but I’m not buying it.




  • Although the relevant links have already been provided, the gist is

    • Acme stands for some “generic” editor here, where you have to use the mouse a lot, which is perceived as slow
    • Emacs is known to be very powerful (to the extend of being called an “OS with a bad editor”), but using unergonomic keyboard shortcuts
    • Vim is an editor that has been designed for keyboard power users in mind, but which has the reputation of being difficult to learn

  • mbw@feddit.detoMemes@lemmy.mlI miss forums
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    It was 2006 or 2007 when I sent a girl from my class a funny pdf.exe on ICQ, which simply restarted her computer when she started it. I didn’t know that she would lose a whole day’s work that way, but eh what are you gonna do if programs don’t have autosafe.

    Also, anyone remember “dialers”? Fun times.




  • Then again, I’m not sure if for servers, Debian is still as important as it used to be. I’m probably overly generalizing, but often all you need is a few daemons installed natively (SSH, Docker, firewall), and your reverse proxy and any services are then managed e.g. via docker compose.

    There are variations on this, but with the fraction of packages installed via the distro’s package manager having become smaller like that, what distro you use for a server should not impact your QoL as severely as it used to I think.

    Your point about desktop usage still holds of course.