Software and technology has changed every aspect of the world we live in. At one extreme are the ‘mission critical’ applications - the code that runs our banks, our hospitals, our airports and phone networks. Then there’s the code we all use every day to browse the web, watch movies, create spreadsheets… not quite so critical, but still code that solves problems and delivers services.
But what about the code that only exists because somebody wanted to write it? Code created just to make people smile, laugh, maybe even dance? Maybe even code that does nothing at all, created just to see if it was possible?
Join Dylan Beattie - programmer, musician, and creator of the Rockstar programming language - for an entertaining look at the art of code. We’ll look at the origins of programming as an art form, from Conway's Game of Life to the 1970s demoscene and the earliest Obfuscated C competitions. We’ll talk about esoteric languages and quines - how DO you create a program that prints its own source code? We’ll look at quine relays, code golf and generative art, and we’ll explore the phenomenon of live coding as performance - from the pioneers of electronic music to modern algoraves and live coding platforms like Sonic Pi.
Check out more of our talks, courses, and conferences in the following links:
https://ndcconferences.com/
https://ndc-london.com/
In this video I use Python, Jinja2 and Markdown2 to build a simple static site generator for my website.
Need one-on-one help with your project? I can help through my coaching program. Learn more here: https://prettyprinted.com/coaching
Get the code here: https://prettyprinted.com/l/WPP
Web Development Courses: https://prettyprinted.com
Subscribe: http://www.youtube.com/channel/UC-QDfvrRIDB6F0bIO4I4HkQ?sub_confirmation=
Twitter: https://twitter.com/pretty_printed
Github: https://github.com/prettyprinted
Note 1: Is this Series worth reading? Frankies Girl thinks so. From her comment below: LOVE this series! All I can say is read this, and you’ll be doing this later: Note 2: If you are still wondering whether to dive in, this independent review might help. I think it captures this blog’s essence perfectly. If after reading... [Continue Reading]
I have a 10 character string key field in a database. I've used CRC32 to hash this field but I'm worry about duplicates. Could somebody show me the probability of collision in this situation?
p.s....
Collect and parse external markdown files outside of `dir.input`? · Issue #204 · 11ty/eleventy
Not sure if 11ty can do this or if anyone has ideas on a better approach... or if it's a worthy use-case for 11ty. I have a folder of markdown files that shouldn't be treated as tem...
possible to checkout or clone another repo? · Issue #24 · actions/checkout
I noticed the documentation for actions says I can't call an action in another private repo that I own. I have a different question. Is it possible to use the checkout action (of my repo) t...
How to Deploy Eleventy to GitHub Pages With GitHub Actions
I recently discovered Eleventy, a modern static site generator that’s customizable and flexible, but without fuss.
Eleventy uses JavaScript, but it’s not a JavaScript framework. It uses Node.js under the hood to transform templates into static (HTML, CSS) content. But those pages don’t contain any JavaScript.
Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure.
Photopea Online Photo Editor lets you edit photos, apply effects, filters, add text, crop or resize pictures. Do Online Photo Editing in your browser for free!
First, we'll do a brief overview of the FizzBuzz kata, and see one 'idiomatic' way to implement it in C# (the Java, Javascript, Visual Basic, etc. version would be similar, so all OO programmers are welcome). Next, most of the talk will be a live demo showing approaches to the kata in Haskell and Clojure. If you've never seen Haskell or Clojure before, but are curious about these languages, this is the talk for you! Finally, we take some of the ideas from the Haskell and Clojure implementations, and bring them back to C# for a second attempt at the kata.
NDC Conferences
https://ndcsydney.com
https://ndcconferences.com
Functional architecture - The pits of success - Mark Seemann
Object-oriented architects and developers have, over the years, learned many hard lessons about successfully designing systems with object-oriented programmi...
Elixir - Easy fun for busy developers by David Schmitz
Did you ever want to create an application that is never down? Have you ever been jealous of those Erlang guys, that produce applications that practically ne...