This Reddit is a private community

The moderators of r/programming have set this community as private. Only approved members can view and take part in its discussions.

In a dramatic turn of events, a wave of subreddits has gone dark today, making their presence disappear from the digital landscape. These virtual communities, brimming with discussions and camaraderie, have taken this drastic action to protest against recent changes to the pricing of the Reddit API for third-party mobile apps. It’s a bold move that could potentially alter the Reddit landscape forever, for the worse.

Among the affected applications is Apollo, a highly regarded iOS Reddit app. The developer of Apollo would have been burdened with an astonishing $20 million annual cost to keep the app running. Such a financial blow would have undoubtedly crippled their operations. As for me, I’m an avid user of Reddit is Fun, a cherished app that has become an integral part of my daily routine. Unfortunately, the costs associated with maintaining this beloved app have also skyrocketed, forcing the developer behind it to announce its impending shutdown on June 30th.

I tried the official app, but it’s not as polished as RIF. The second post I saw was a promoted post, which is, of course, one of the reasons for pushing users towards that app. Many point out that Reddit wouldn’t be Reddit if it wasn’t for all the volunteer moderators who keep the site running. Annoying those moderators isn’t going to encourage them to volunteer more time.

I hear that the Reddit app can be modified and patched (no, I won’t link to it) but I’ll probably visit Reddit a lot less now. There’s always Hacker News, where there are already two threads this morning about it. In one of these threads, a user conjectured that Reddit may be intentionally shedding its current user base to appeal to a less technically inclined, more advertisement-friendly demographic. It begs the question: who will shoulder the responsibility of moderation in this new era?

As well as the protest, Reddit seem to be boycotting themselves. The site went down today for a while. It might be all the private sub Reddits don’t cache that well, and the traffic to so many of them is bringing things down. Ouch.

I guess I’ll be reading more books. That will be good for my peace of mind.

Restore terminal access to Dropbox on macOS

Dropbox just updated and moved the Dropbox folder to ~/Library/CloudStorage/Dropbox, a secure location. There is still a symlink from ~/Dropbox to that folder, so hopefully any local scripts will continue working.

The first thing I did was open an iTerm2 and attempt to look in ~/Dropbox with cd Dropbox. As it is hard-coded in my brain, when I change to a new directory, I will want to see what’s in it, so I immediately typed ls -l. Too fast for my own good, as I noticed the flicker of a dialogue appear and disappear when I tapped the return key.

~/Dropbox » ls
ls: cannot open directory ‘.’: Operation not permitted

I had denied iTerm2 access to the Dropbox directory. Oops.

Thankfully, it’s easy to fix. Open up the Security & Privacy settings in System Preferences. Go to the Privacy tab.

Click on Files and Folders and scroll down to your terminal programme.

You’ll see a new checkbox there for Dropbox. Click the lock to authenticate and click the Dropbox checkbox.

Go back to your terminal, and you’ll be able to see what’s in ~/Dropbox once again.

Some tips to make Mac OS X Finder easier to use

Making the switch from Windows or Linux to Mac OS X is not without pain. The extra CMD key plays havoc with muscle memory, and the “Windows Explorer” of Mac OS X, Finder, is quite a different beast to what you might be used to in the Windows or Linux worlds.

About two weeks ago I decided to make the switch again to Mac OS X and I lamented the difficulty in using Finder to do simple tasks. I’m still not 100% happy with Mac OS X it but the tips on the following pages made things easier:

  • Home and End keys work on a line, not a document, silly.
  • Disable natural scrolling.
  • Switch CMD and ALT if you’re using a PC keyboard. I have a lovely split keyboard but the default configuration hurt my fingers.
  • Change the keyboard layout if your keyboard doesn’t work the way you’re used to. I still haven’t got this set up exactly as I want it to. In my terminal some keys act differently I think but I haven’t set aside time to work out which. I need to swap ” (shift-2) with @ (key to the top/left of right-shift). My muscle memory gets them mixed up all the time.
  • Automount SMB drives automatically. I haven’t been able to get the fstab method to work yet because my password has spaces but the “User Login” one works well enough.
  • Change Finder search so it searches the current directory by default.
  • Type the path into Finder.
  • 9 tips to improve Finder.
  • Sorting and arranging in Finder.
  • Right click on the directory name in Finder and show a dropdown of the path to that directory.
  • Install Mac Ports to get a working copy of Rsync and a better ls that lets me put parameters after the filename.

There are still oddities. When Mac OS X mounts an SMB share it does so with permissions that only allows the current user to edit files in the share. That’s perfectly understandable but it messes things up for Rsync when I’m syncing directories with a remote host. I’ve had to resort to using the “–size-only” parameter of Rsync so it won’t attempt to sync every file each time. I need to figure out if that can be fixed somehow.

I’ll update this post from time to time as I come across more oddities.

Beware! The Java Updater installs the Ask Toolbar

I had to update Java this morning and I was in a hurry. I clicked through the first page of the install wizard without really looking and then remembered I should have paid attention and noticed it said it would install the Ask.com app. Grrr.

Java Updater
(Here’s a screenshot I captured a few months ago)

I could have cancelled it but I ploughed on. However there was no sign of the extension after the install. When I restarted it, Chrome reported that the extension “Search App By Ask v2” was added!

Search App By Ask v2

I did not enable it of course, and checked my search engine settings. The site ask.com had been added, but was not set as the default engine. Gone with that then!

I hate that Oracle put a browser toolbar in the install of the Java runtime. I wonder how many kids who installed Java to run Minecraft have this toolbar installed now?