16 posts tagged with code.
Displaying 1 through 16 of 16. Subscribe:

Codections

Connections for coders. Inspired by the hot new word game from the New York Times. Test your dev knowledge!
posted by thomaspark on Sep 22, 2023 - 4 comments

News and Weather

This application starts your day with news and weather from weather.gov based on your zip code. [more inside]
posted by metatuesday on Jan 10, 2023 - 3 comments

Full featured, extensible enumerations for javascript.

It seems like my pandemic super-power is starting a project, getting side-tracked by some aspect of that project, turning that into its own project and then forgetting about the thing I was originally working on. In that spirit, I give you enumerated types (not just constants!) for javascript. [more inside]
posted by Mister_Sleight_of_Hand on Mar 18, 2021 - 1 comment

txt.substack

txt. [more inside]
posted by TheMadStork on Aug 29, 2020 - 5 comments

Visualizing COVID19 with interactive programming

I wanted to better understand the COVID-19 situation, so I found some open data, wrote some programs to create bar charts and choropleth maps, open-sourced the code, and blogged about it. [more inside]
posted by daveliepmann on Mar 8, 2020 - 3 comments

Gist Press

Publishes GitHub gists in a friendly article format, with a little help from Tufte CSS. Accepts Markdown, syntax-highlights code, renders math symbols beautifully. [more inside]
posted by daveliepmann on Sep 3, 2019 - 2 comments

FatFinger.JS

FatFinger is a library that allows you to run JavaScript full of typos. It will look at your code, attempt to guess at your intent, and do its best to make the code runnable. Rather than a tool to clean up code, FatFinger encourages the programmer to leave the code full of errors and fully embrace the chaos of JavaScript. [more inside]
posted by rottytooth on Aug 9, 2017 - 9 comments

Interactive diary chat bot

Monolog is an interactive diary bot that prompts you with interesting questions, which it chooses based on the topics you write about. [more inside]
posted by TheMadStork on Dec 23, 2016 - 6 comments

Livejournal Archive Tools

There were no good tools for downloading your Livejournal archive here in the year of our lord 2016, so I dusted off my exceedingly dusty Ruby book and set about trying to see if I could maybe fix that. [more inside]
posted by Sokka shot first on Jul 10, 2016 - 9 comments

lexiconjure

A twitter bot that uses machine learning to define invented words, posting truncated definitions on Twitter and complete ones on Tumblr. Tweet @lexiconjure a made-up word, and it'll define it for you. [more inside]
posted by TheMadStork on Feb 20, 2016 - 4 comments

Neural Networks Translate Images to Poetry

Neuralsnap generates an image caption using a model I trained (convolutional and recurrent neural networks), then uses another character-level recurrent neural net that I trained on ~40 MB of poetry to expand the caption into a poem. (In this example, generated from a Rothko painting, the red text is the direct image caption, and the rest is the poetic expansion.) [more inside]
posted by TheMadStork on Jan 13, 2016 - 5 comments

A Twitter bot that draws your code

@dupdupdraw is a Twitter bot that tries to make up programs to draw things on its own and also draws what you tweet at it. Look at the favorites for a quick Best Of, or read a quick intro or the more thorough README. All programs are valid, and the worst that can happen is you get a random solid color.
posted by 23 on Feb 24, 2015 - 1 comment

esoteric.codes

esoteric.codes is my blog about esolangs (esoteric programming languages), aimed at a less technical audience. Esolangs are created by programmers at play, challenging conventions of coding, looking at how we communicate with the machine, and indulging the strangest what-if scenarios in code. The blog looks at the ideas behind these languages and explores connections to code art and conceptual practices -- but it is also a fanzine to my favorite languages. It features interviews with the original designers (recently: Ben Olmsead of Malbolge, coming up soon David Morgan-Mar of Piet and Whenever) alongside posts about common themes between languages (e.g. languages that produce no output). It was recently awarded the 2014 Arts Writers Grant.
posted by rottytooth on Jan 5, 2015 - 0 comments

ITP Code Poetry Slam 2014

I'm organizing a code poetry slam in New York City on November 14. Submissions are now open. Judges, special guests, etc. to be announced. Stay tuned. [more inside]
posted by TheMadStork on Sep 20, 2014 - 2 comments

acb's technical journal

I have started a new technical blog, where I will be documenting various projects I have worked on (typically involving code, though not always). [more inside]
posted by acb on Jul 10, 2013 - 0 comments

The Code Challenge - a maths treasure hunt by the BBC

I helped make the games and treasure hunt for a BBC Two series called The Code, a fantastic three-part series about maths in the world around us presented by Prof. Marcus du Sautoy. While it's just finished, you can still watch clips; play games about tessellation, prime numbers, symmetry (this one is awesome), and physics; and tackle our beautiful, free 84 page book of puzzles. Then there's the treasure... [more inside]
posted by adrianhon on Aug 11, 2011 - 0 comments

Page: 1