Skip to content

Instantly share code, notes, and snippets.

View dlinsin's full-sized avatar

David Linsin dlinsin

View GitHub Profile
@dlinsin
dlinsin / gist:7168888
Last active December 26, 2015 14:49
Linkly x-callback-url integration

Integrate Linkly Clipping into your App

You can integrate your App or Website with Linkly starting from Version 1.2.

x-callback-url

Linkly supports x-callback-url, which provides a standardized means for iOS developers to expose and document features of their App to other developers.

Linkly's exposed URL schema

@dlinsin
dlinsin / Teamwork.md
Created June 30, 2013 16:31
Teamwork

Teamwork

The last week was quite eventful and as most of the time when a lot of things are happening, I learned quit a bit.

I was part of a grandcentrix team participating in the Interactive Cologne Hackathon. We pitched the idea to visualize local train stations and their trains departing on a map. Since grandcentrix is a mobile development company, we wanted to hack on an iOS and Android App.

The team started out with three developers, but fortunately got re-enforced by two designers.

The technical challenge of loading a bunch of information from a server and dropping pins on a map is rather small. The project wasn't really that interesting from a developer's point of view. However, the two designers came up with a very cool idea of how to visualize the information - the technical challenge was back on.

@dlinsin
dlinsin / My new productivity setup.md
Created January 26, 2013 13:12
My new productivity setup

My new productivity setup

I tried a lot of stuff when it comes to productivity and I'm pretty sure productivity means different things to different people. For me it boils down to three different aspects:

  1. easy and fast access to the right information
  2. easy and fast navigation
  3. easy and reliable reminders

As you can see, for me the theme is easy access to the right information at any time. I'll share tools or tips over the next couple of weeks which help me accomplish this goal. The first two key ingredients of my setup are Gmail and Alfred App. Furthermore, I explained how GitHub plays a role in my daily productivity.

@dlinsin
dlinsin / My new productivity setup.md
Last active December 11, 2015 01:29
My new productivity setup

My new productivity setup

I tried a lot of stuff when it comes to productivity and I'm pretty sure productivity means different things to different people. For me it boils down to three different aspects:

  1. easy and fast access to the right information
  2. easy and fast navigation
  3. easy and reliable reminders

As you can see, for me the theme is easy access to the right information at any time. I'll share tools or tips over the next couple of weeks which help me accomplish this goal. The first two key ingredients of my setup are Gmail and Alfred App.

@dlinsin
dlinsin / My new productivity setup.md
Last active December 10, 2015 09:59
My new productivity setup

My new productivity setup

I tried a lot of stuff when it comes to productivity and I'm pretty sure productivity means different things to different people. For me it boils down to three different aspects:

  1. easy and fast access to the right information
  2. easy and fast navigation
  3. easy and reliable reminders

As you can see, for me the theme is easy access to the right information at any time. I'll share tools or tips over the next couple of weeks which help me accomplish this goal. The first tool I wrote about was Gmail.

@dlinsin
dlinsin / My new productivity setup.md
Last active December 10, 2015 04:18
My new productivity setup - Gmail

My new productivity setup

I tried a lot of stuff when it comes to productivity and I'm pretty sure productivity means different things to different people. For me it boils down to three different aspects:

  1. easy and fast access to the right information
  2. easy and fast navigation
  3. easy and reliable reminders

As you can see, for me the theme is easy access to the right information at any time. I'll share tools or tips over the next couple of weeks which help me accomplish this goal.

@dlinsin
dlinsin / The blog is dead long live the blog.md
Created December 24, 2012 14:28
The blog is dead long live the blog

The blog is dead

I had a blog since November 2004 and I have been writing on and off ever since. I think writing blog posts was probably the longest consistent thing I've ever done in my life, besides being with my wife. Everything comes to an end and so does my blog.

Long live the blog

I won't fully retire from writing. Although, I don't enjoy it as much as I used to, sometimes a blog says more than a thousand tweets. I won't maintain a full blog like I used to on the web. I'll probably publish my ramblings using Gists on GitHub or Pro Tips on coderwall.

@dlinsin
dlinsin / Untitled.txt
Created December 17, 2012 15:37
No description
spring_ = [[Spring alloc] initWithSiteAndApplication:@"app" application:@"wetter-com"];
NSMutableDictionary *dict = [NSMutableDictionary dictionary];
[self.spring commit:dict];
@dlinsin
dlinsin / gist:2666823
Created May 12, 2012 14:31
Alfred Apple Script Extension to create iCal Reminder
-- extended from http://www.dirtdon.com/?p=1261
on alfred_script(q)
tell application "iCal"
activate
set theDueDate to (current date) + 1 * days
set time of theDueDate to 0
set hours of theDueDate to 8
set newtodo to (make new todo at end of todos in calendar "Private" with properties {summary:q, due date:theDueDate})
tell calendar "Private"
@dlinsin
dlinsin / gist:2651799
Created May 10, 2012 08:00
Unity3D Entwickler für Spiele-Projekt gesucht!
Zur kurzfristigen Verstärkung eines unserer Projekt-Teams in Köln suchen wir einen Unity3D Freelancer,
der uns bei der Umsetzung eines Spiele-Projekts unterstützt.
Köln ist kein Muss - remote wäre auch okay. Bei Interesse einfach E-Mail an david.linsin@grandcentrix.net.