• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Anyone using the BRAVE web browser? Thoughts? Experiences?

      I was reading about it here: https://www.cnet.com/news/brave-browser-matures-with-move-to-chromium-foundation/ First I heard of it and was curious if anyone has tried it. I love the idea of...

      I was reading about it here:

      https://www.cnet.com/news/brave-browser-matures-with-move-to-chromium-foundation/

      First I heard of it and was curious if anyone has tried it. I love the idea of blocking ads and trackers by default.

      19 votes
    2. What if we could "vouch" for users?

      I know the trust system is far off. However, I think a really interesting point to include could be the ability to "vouch" for a user via a profile button. Generally, this should be if you know...

      I know the trust system is far off. However, I think a really interesting point to include could be the ability to "vouch" for a user via a profile button. Generally, this should be if you know them off-site or you recognize them as a great contributor here.

      There shouldn't be any indication to the user that someone has vouched for them-- that makes it easy to manipulate, allowing for more of a tit-for-tat with randos.

      There should also be a number of factors involving the invite tree here (user 1 is the person whose profile button was clicked; user 2 is the clicker vouching for the other person here)--

      • Did user 2 invite user 1? If so, it's worth a little
      • Did user 1 invite user 2? If so, it's not worth much
      • Are users 1 and 2 completely unrelated in the tree? That's worth the most.
      • Older accounts provide more trust when vouching.

      This way, it's harder to manipulate, too.

      What do you guys think about this? Obviously it'll be a lower priority than the primary trust system, and will take a while to get the mechanics sorted, but I think it will be a worthwhile addition in the future

      e: meant to add that trust given should be directly correlated to the trust of the person vouching; new users shouldn't even have an option to vouch, at least until their trust is x or they've been around for a few weeks.

      13 votes
    3. Has anyone used a book scanning/digitization service?

      I ask because I have several physical books that I would love to have digital copies of. Most of the services out there are destructive, so you lose the book when you send it in to scan. I'm fine...

      I ask because I have several physical books that I would love to have digital copies of.

      Most of the services out there are destructive, so you lose the book when you send it in to scan. I'm fine with this in theory, except for the fact that I'd hate to lose the physical book and have it replaced with a crappy digital copy. I've not had terribly great luck with my own attempts at OCR with documents (but I'm also not a professional).

      Additionally, some of the books I want to scan have extensive footnotes. The ideal would be that the book gets scanned and edited to have these footnotes hyperlinked in the resulting ebook, but I don't know if anyone offers that kind of service. I'd even be okay with the footnotes just being eliminated if it's too much trouble. What I don't want is them just being flowed into the main text of the document.

      There are a lot of different options out there, and I'm more than willing to pay for a good job. Has anyone used one of these services and can speak to their quality?

      7 votes
    4. What are you reading these days? #8

      What are you reading currently? Fiction or non-fiction, any genre, any language! Tell us what you're reading, and talk a bit about it. Past weeks: Week #1 · Week #2 · Week #3 · Week #4 · Week #5 ·...

      What are you reading currently? Fiction or non-fiction, any genre, any language! Tell us what you're reading, and talk a bit about it.

      Past weeks: Week #1 · Week #2 · Week #3 · Week #4 · Week #5 · Week #6 · Week #7

      17 votes
    5. Struggle setting up Tildes development environment

      I'm interested in possibly developing a tildes client. In order to experiment with the currently disabled API, as well as to become more familiar with how Tildes works internally, I've been trying...

      I'm interested in possibly developing a tildes client. In order to experiment with the currently disabled API, as well as to become more familiar with how Tildes works internally, I've been trying to set up a Tildes development environment on my machine following the instructions on the docs site. I've run into a problem with the 'vagrant up' stage of the setup.

      ...  
      ==> default: Running provisioner: salt...  
      Copying salt minion config to vm.  
      Checking if salt-minion is installed  
      salt-minion was not found.  
      Checking if salt-call is installed  
      salt-call was not found.  
      Using Bootstrap Options:  -F -c /tmp  
      Bootstrapping Salt... (this may take a while)  
      bash: /tmp/bootstrap_salt.sh: /usr/bin/sh: bad interpreter: No such file or directory  
      The following SSH command responded with a non-zero exit status.  
      Vagrant assumes that this means the command failed!  
        
      /tmp/bootstrap_salt.sh  -F -c /tmp  
        
      Stdout from the command:  
        
        
        
      Stderr from the command:  
        
      bash: /tmp/bootstrap_salt.sh: /usr/bin/sh: bad interpreter: No such file or directory  
      

      So the Salt provisioning is failing, and it seems like it just has the wrong path to the shell it needs, but while I could probably just tweak this script, it seems like that goes against the concept of using Vagrant in the first place. I was wondering if anyone else ran into this problem, or if the bug lies between the seat and the keyboard.

      15 votes