Skip to content

Instantly share code, notes, and snippets.

View tracend's full-sized avatar
🎯
Focusing

✌ Makis Tracend tracend

🎯
Focusing
View GitHub Profile
@tracend
tracend / makesites-insider-201602.md
Last active February 3, 2016 12:20
Creation is Art #makesites #insider

Creation is Art

Drawing on cave walls was one of those definitive moments where our ancestors showed superior intellect. Since then, art forms have been an integral part of our expression as a species, translating the human condition into tangible objects and experiences. It's interesting to look into those attributes that elevate a simple creation to a form of art and investigate the parallels with application development.


Being Original

Any work of art encapsulates an originality that derives from the unique qualities of the creator. This is why creation can be a messy process. There's a lot of wandering while trying to find the meaning, the hidden desire a creation tries to fulfill, that makes everything purposeful.

@tracend
tracend / makesites-insider-201601.md
Last active January 6, 2016 22:51
The Dark Side of Open Source #makesites #insider

The Dark Side of Open Source

The road is long, with many a winding turn, as the song goes. And the experience of open source development holds more than a few painful surprises: Failure, betrayal, discredit, shaming, envy... Time to reflect.

A bloody history

First there was hardware, and for some time things were good. Then Man realized he could abstract instructions from the machine and software was born. And he saw that it was good... But as humans like to share things, guided by their survival instincts, so they did with software; calling it free software. And then all hell broke loose. Since then there hasn't been one generation of developers that hasn't battled through the perceptions of what's considered proprietary and open source territory.

Open source is under constant debate, even today. **Processes, contributions, methodologies are all up in the air and opinionated parties allo

@tracend
tracend / gist:8041df4a17f6e02895dd
Created December 8, 2015 00:30
Terminal colors
Source: http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html
@tracend
tracend / makesites-insider-201512.md
Last active December 10, 2015 04:27
History lessons for the disruptors #makesites #insider

History lessons for the Disruptors

How many apps have come and gone? How many developers have had their moment, shining under the public spotlight as an example of ingenuity and achievement, only to be absorbed and forgotten by the monolithic machine we call "big business"? What is excellent one day becomes obsolete the next day. As a result, users experience our products on a superficial level and have no problem discarding in an instant what might have taken years to create. Is this the only way things can be?


If you examine Silicon Valley you may eventually come to an interesting realization: innovation is more often communicated than experienced. We seem to be playing with the odds although chances are not in our favor since we're failing more times than we're succeeding. In sight of this reality, many are under the impression that history cannot guide us when we are thinking about the future; but as they say "those who cannot remember the past are condemned to repeat it". A closer look in

@tracend
tracend / notes.md
Last active November 11, 2015 10:53
Lets Encrypt notes

Manual:

./letsencrypt-auto certonly -a manual -d {{domain.com}} \
  --server https://acme-v01.api.letsencrypt.org/directory --agree-dev-preview

(same, single line)

./letsencrypt-auto certonly -a manual -d {{domain.com}} --server https://acme-v01.api.letsencrypt.org/directory --agree-dev-preview
@tracend
tracend / makesites-insider-201511.md
Last active November 13, 2015 09:18
Makesites Insider: The Little Server That Could

The Little Server That Could

A cautionary tale about machine intelligence and how it can aid in sustaining the Web; the importance of automation in our professional lives and a foresight in embracing the next evolutionary step in our human/machine relationship.


Servers can't even

We treat servers as mindless drones. We set them up in a rigid fashion and they simply appear online through a network interface. Uptime and response time are important attributes for these machines but at no given time do we question what a server is doing. Their parameters are very well defined and their limits are narrow and small. Many servers are so dumbed down they operate like ATMs. You request something, you receive something: end of transaction.

@tracend
tracend / youtube-feeds.md
Created October 25, 2015 08:34
Youtube Feeds
https://www.youtube.com/feeds/videos.xml?channel_id=CHANNELID
https://www.youtube.com/feeds/videos.xml?user=USERNAME
https://www.youtube.com/feeds/videos.xml?playlist_id=PLAYLISTID

Notes:

You can get the channel id by searching for the attribute data-channel-external-id in the source code of the youtube page

@tracend
tracend / makesites-insider-201510.md
Last active October 6, 2015 02:17
Collaboration Generation #collaboration #business #networking

Collaboration Generation

For the first time in history we have a connected society where people can work together from the edges of the world, in real time. This powerful way to cooperate comes with a lot of caveats, gray areas and necessary adjustments in our best practices for "getting things done".


Collaboration is a means to an end, not an activity. Through it we aim to achieve a goal and be more productive by combining our efforts. Collaboration without a goal is just play. That statement can also be a guide how good collaboration can function, as we perceive play to be executed effortlessly and with highly positive success rates. When the logistics are in the background and on the surface there is the sense of play still alive, collaboration just works. That's the subject of gamification and other similar trends.

Beneath the surface there should be of course process; and if the process is cumbersome or even offensive, no superficial adjustments

@tracend
tracend / .readme.md
Last active July 13, 2016 09:38
Ubuntu Macbook - Notes
@tracend
tracend / .readme.md
Last active January 25, 2016 00:18
CSS particles

CSS Particles

Generate particles using CSS transitions

Examples