Recurrent Neural Network Tutorial for Artists
A tutorial for artists on using a pre-trained recurrent neural network with Javascript and p5.js to generate interactive handwriting and vector artwork.
A tutorial for artists on using a pre-trained recurrent neural network with Javascript and p5.js to generate interactive handwriting and vector artwork.
A detailed build log of a custom S60-X mechanical keyboard, covering assembly, soldering, and firmware programming.
An introduction to Git hooks, explaining client-side and server-side hooks, their uses, and how to implement them with GitLab.
A developer reflects on a pivotal 2016, including a career move to focus on accessibility tools and a busy year of speaking at tech conferences.
A personal list of the author's favorite and most impactful web development and design conference talks from 2016.
A researcher's 2016 highlights: AI mapping to human vision, brain-based autism prediction, and fast matrix factorization algorithms for neuroimaging.
A critique of 'cute coding' practices that sacrifice code readability and maintainability for clever, terse syntax.
Critique of the classic iris dataset as a misleading example in modern machine learning education, exploring its original scientific purpose.
A developer shares their experience contributing to an open source OCR startup's Node.js SDK, fixing minor issues and submitting a pull request.
A technical tutorial on building a basic web service using the Racket programming language, exploring its web server libraries and syntax.
A technical guide detailing the process and pitfalls of performing a system recovery on an HPE HyperConverged 250 appliance running VMware ESXi.
A guide to using RequireJS's onResourceLoad API with NProgress for more accurate loading bar progress during script loading.
Explains why protocol-relative URLs (//example.com) are harmful for security and compatibility, advocating for absolute HTTPS URLs instead.
A senior developer explains his motivations for using StackOverflow for over 7 years, focusing on skill development and community engagement.
Sway 0.11 released with security policies for Wayland and a new bounty program to fund feature development.
An industrial engineer's principles of simplicity and intuitive design in control systems, applied to web development and user interfaces.
A technical guide on implementing sound emulation for a CHIP-8 virtual machine using Common Lisp, covering timers, wave generation, and threading.
A technical analysis of the evolution and OS-specific behaviors of R's download.file function, focusing on changes from versions 3.2.5 to 3.3.0.
How to use the handroll static site generator to create sitemaps and robots.txt files for better search engine visibility.
A technical guide exploring advanced JavaScript regex concepts: grouping, capturing groups, and the RegEx API for pattern matching.