Author Archives: notori0us

It’s going down, I’m yelling Tinder!

Now here’s an interesting bit from this week’s news: Tinder, the popular mobile dating app, has suddenly been flooded with non-human user often referred to as bots. These bots seem to have one purpose, first conversing with the user but then they suddenly recommend a game called “Castle Crash”. Furthermore, they link to a “tinderverified.com”, further attempting to trick the user. Afterwards, the bots even hint at giving you their phone number if you beat them.

There are some ethical questions raised here that I would like to consider. For one, is it ethical to have bots masquerading as humans? What about on dating websites? Additionally, does Tinder have a duty to stop spammers?

In my opinion, it is unethical to have bots pretend to be humans. In general, when paired with someone on Tinder, the user expects to be able to have a conversation with a genuine human being. Applying act utilitarianism, this evolution from spam email causes the users and the creators of the service unhappiness, meaning that it is unethical. Additionally, rule utilitarianism has a similar outcome. If everyone used bots to spam each other, there would be less happiness. We could possibly also apply moral rights theory and say that people have a right to know who they are talking to, whose duties would say that you have to be honest about your identity. Following this, the spam is unethical as well.

Considering the question regarding Tinder’s duty to stop spammers, I think this is true. If people are creating misleading links using the Tinder name, this tricks users and could reduce their happiness. Seeing as I’m hinting toward another utilitarian perspective, we could regard Tinder’s action, or rather inaction, as unethical.

I look forward to comments!

The Great Init Debate

Recently, Debian GNU/Linux (“the universal operating system”) has come under fire for it’s politics, centered around which init system to use by default.

So, what’s an init system? Well, in Unix and Unix-like operating systems (I’ll refer to them as *nix, or just nix) init is the first thing that starts when your computer turns on. It starts everything else (usually things called daemons) that makes your system work. In the past, System V init has been used, that is, there is a program that executes a set of shell scripts in 5 different levels, each of which are started in alphabetical order. Historically stable and portable (working on all *nix systems) it is slow, but powerful.

Recently, there have been calls to replace the default init system in Debian, a historically stable and slow-to-change distribution of GNU/Linux (where distribution means Linux+GNU in a nice package). With this, comes a great debate on what to choose.

On the one hand, there is Systemd. Systemd is fast, and can use dependencies for init scripts (ie, wait for one to finish before starting another). It also makes logging easier, works much faster (for faster boots), and most of all, writing system services is exponentially easier. However, with these benefits come negatives. For one, it is not POSIX compliant, that is, it is specific only to Linux and doesn’t work on any of the other unixes (or unicies, unixen). Additionally, userland applications like logind and udev are now included or explicitly dependent on systemd. Is it ethical for software to be written in such a manner that it only benefits a subset of the community? Is it ethical to ignore alternatives in which all could benefit?

Another option is Upstart. Developed by Canonical (the company behind the popular distribution Ubuntu), it is event-based instead of dependency based. This means that, when events happen on the system, Upstart can react. Originally designed to make Ubuntu boot faster, it offers numerous advantages over a System V init system. However, in order for people to contribute, Canonical reserves the right to relicense their work later under a closed source license. Although Upstart could work on multiple platforms, it hasn’t been done in the past so it would require work. Is it ethical for a software project to require that contributions be allowed to be re-licensed under whatever they please?

A final option is openRC. POSIX compliant, and fast, it offers most of the advantages of a System V system while also staying minimal. However, it is experimental and as such has been largely ignored by the debate.

As of this writing, the Debian project chose Systemd. Do you think that was the right option? I look forward to comments

-chris

Artificial Intelligence

Artificial Intelligence is a topic that, since the beginnings of computers, has come up time and time again. People seem to be fascinated at the idea that machines could perform tasks just as well or better than humans.

This year in particular has been particularly interesting already for artificial intelligence. Google just payed £400million for an AI research company, IBM is pouring $1billion into it’s newly branded Watson division, a movie about a man falling in love with an AI meets success, and Eric Schmidt warns that the Jobs problem will be ‘the defining one’. Why so much buzz about AI? In my opinion, I think it’s because artificial intelligence suddenly seems real to us as a people. We live in a world where computers beat humans at everything from chess to Jeapordy, a game that is uniquely human in so many ways.

Ethically, artificial intelligence is very interesting. In a world where tasks normally reserved for full time employees can be automated, it creates questions of morality. For instance, is it ethical to replace somebody with a machine? What if that machine could perform this task more accurately and safely. However, without that task to perform a worker may have trouble finding employment. Without employment, the worker contributes to a global trend of growing economic inequality.

AI is interesting stuff. Looking forward to comments.

-chris