Skip to content

Instantly share code, notes, and snippets.

View canercandan's full-sized avatar

Caner Candan canercandan

  • Remote
View GitHub Profile
@canercandan
canercandan / SketchSystems.spec
Created July 18, 2018 07:21
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
@canercandan
canercandan / gist:19bcf06408f6e6d1af1992e5adf4e346
Last active April 8, 2018 13:40
A way to regulate centralized AIs

Following the documentary I watched yesterday about the influence of AI available here http://doyoutrustthiscomputer.org

The big problem I see about big corporates is that they don’t have any regulations to use their users data, and therefore can train their algorithms for free with a huge quantity of data, FB has more than 2 billion users which mean trillions of data shared to FB in a daily basis. You can watch the documentary I shared above to have a better idea of the danger those IA have and will have in our lives.

Big influencers start to stop using FB such as Tesla and SpaceX they just decided to remove their FB accounts with more than a million followers after the leak about the FB data used to influence the US elections.

I had a discussion with @geraldinestarke today about it and we came to the conclusion that the data is the most important part for those giants and if we found a way to give a control back to the users (aka FB users, Google users, twitter users…) we can limit the supra power domina

Keybase proof

I hereby claim:

  • I am canercandan on github.
  • I am canercandan (https://keybase.io/canercandan) on keybase.
  • I have a public key whose fingerprint is 845E 3F22 63B9 21A1 A1D6 F987 EC0E D65E 2A25 3954

To claim this, I am signing this object:

Verifying that +canercandan is my Bitcoin username. You can send me #bitcoin here: https://onename.io/canercandan
@canercandan
canercandan / ucoin-cli.md
Last active January 4, 2016 09:39 — forked from c-geek/ucoin-cli.md
added a table of contents
#!/usr/bin/env python3
from parser import Parser
import requests
from pprint import pprint
URL = 'http://mycurrency.candan.fr:8081'
AUTH = False
class API:
@canercandan
canercandan / org-html5presentation.el
Created October 2, 2012 13:54 — forked from takumikinjo/.gitignore
Deck.js presentation export for Org-mode (in progress)
;;; org-html5presentation.el --- HTML5 Presentation export for Org-mode
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
;; Version: 7.5
;;