Skip to content
View therealchjones's full-sized avatar
Block or Report

Block or report therealchjones

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
therealchjones/README.md

Welcome. Have a look around if you wish, but I don't come here often. I mostly just make notes in Gists if I'm looking into something that may be useful to others. If you'd like to reach out, you're more likely to find me on my Mastodon feed.

Pinned

  1. seedhost web serving seedhost web serving
    1
    # [Seedhost](https://seedhost.eu)'s web server structure
    2
    
                  
    3
    I don't know if this applies to all Seedhost servers, just "Dedicated Hosting", or just the server I use. I've
    4
    made some notes here because it's not entirely straightforward and doesn't appear to be documented elsewhere.
    5
    If you're looking to host your own content on a Seedhost box, however, it may be useful to know how the system is
  2. Notes on scripting rtorrent Notes on scripting rtorrent
    1
    tested and source reviewed for rtorrent 0.9.6
    2
    
                  
    3
    d.multicall2=viewname,command performs command for each download that is visible in view viewname. This is *not* the same as each download with d.views.has=viewname. I think that d.views.* and view.* describe two entirely different things, or at best ones that are loosely related. 
    4
    Also, inconsistent naming and implicit targets just suck.
    5
    A view ([view.h](https://github.com/rakshasa/rtorrent/blob/cf1ba60b676b3300e9c9554a20c696bec49d7f80/src/core/view.h)) is a list of downloads split into visible downloads and filtered (not visible) downloads. set_visible(d) and set_not_visible(d) moves download d between the sublists, and filter_download(d).