-
Notifications
You must be signed in to change notification settings - Fork 1
Index by Category
Maciej J edited this page Aug 24, 2026
·
1 revision
Jump to: Work (88) · Music (42) · Fun (26) · Life (9)
- A Face-api.js: TensorFlow.js Face Recognition - JavaScript API for browser-based face detection, recognition, and landmark detection with TensorFlow. · #computer-vision #tensorflow #face-recognition · M
- A Discord Gateway: Message Create Events - Official Discord documentation for gateway message creation events and real-time message handling. · #discord-bot #websockets #api
- A Discord Channels Resource: Create Message - Official Discord API documentation for creating messages in channels via REST API. · #discord-bot #rest-api #api
- B Things They Don't Teach You Running a Business by Yourself - Solo founder's firsthand account of building an indie SaaS business from technical, operational, and financial angles. · #indie-business #solopreneur
- B 10 Interview Questions Every JavaScript Developer Should Know - Essential JavaScript fundamentals and mastery questions for technical interviews and professional development. · #javascript #interview-prep
- B Ask HN: Resources to Develop System Thinking - Community thread recommending books and frameworks for developing systematic thinking and mental models. · #systems-thinking #mental-models
- B NestJS: Progressive Node.js Framework - TypeScript-based Node.js framework combining OOP, FP, and FRP for building scalable web applications. · #nodejs #typescript #backend
- B Flutter - Google framework for building native applications across mobile, web, and desktop from one codebase. · #flutter #mobile #cross-platform
- B Projects: Practical Programming Challenges - Curated list of beginner-to-intermediate coding projects implementable in any programming language. · #learning #projects #practice
- B JavaScript Visual Explanations - Visual guides with diagrams and illustrations explaining complex JavaScript and frontend concepts. · #javascript #visualization #learning
- B JavaScript Event Bubbling and Capturing - Modern JavaScript tutorial explaining event propagation through DOM tree phases and delegation. · #javascript #dom #tutorial
- B XMLHttpRequest: withCredentials Property - MDN reference for XMLHttpRequest.withCredentials, controlling cross-origin credential handling. · #xhr #cors #http
- B Tracking.js: Web-Based Computer Vision - JavaScript library providing computer vision algorithms for face, color, and object detection. · #computer-vision #javascript #library · M
- B Headtrackr: JavaScript Head Tracking via Webcam - JavaScript library for real-time head position tracking using webcam and WebRTC getUserMedia. · #computer-vision #javascript #tracking · M
- B Serialization - MDN definition of serialization: converting objects and data for network transfer or storage. · #serialization #data-format
- B Top 5 Face Tracking and Recognition JavaScript Libraries - Curated roundup of five JavaScript libraries for facial tracking and recognition with WebRTC. · #computer-vision #javascript #resources · M
- B Ask HN: Modern Alternative to JavaScript the Good Parts? - Hacker News discussion recommending modern JavaScript learning resources and best practices. · #javascript #learning #resources
-
B IPFS - Distributed peer-to-peer file system providing decentralized content addressing and storage. · #ipfs #distributed #storage ·
dead - B Rough.js - Lightweight JavaScript library for rendering graphics with a sketchy, hand-drawn appearance. · #javascript #graphics #library
- B XState Documentation - State machines and statecharts library for managing complex application state in JavaScript. · #javascript #state-management #xstate
- B discord.py: Python API Wrapper for Discord - Mature Python library for building Discord bots with full API coverage and asyncio support. · #discord-bot #python #api-wrapper
- B Git Exercises - Interactive tutorial with hands-on exercises for learning Git version control fundamentals. · #git #learning #tutorial
- B RegExr - Interactive tool for learning, building, testing, and debugging regular expressions online. · #regex #dev-tool
- B One Model to Learn Them All - Review of machine learning research on unified models spanning multiple domains and tasks. · #machine-learning #research #ai
- B Using the Fetch API - MDN guide to using JavaScript's Fetch API for making HTTP requests and handling responses. · #fetch-api #http #javascript
- B Building Neural Networks in JavaScript - Practical introduction to implementing neural networks in JavaScript without deep theory. · #ml #neural-nets #javascript
- B Viral Marketing - Casey Neistat's contrarian approach to viral filmmaking, marketing, and content creation. · #viral #marketing #content · M
- B Clmtrackr: JavaScript Facial Feature Tracking - JavaScript library for precise facial landmark detection using Constrained Local Models. · #computer-vision #javascript #face-recognition · M
- B Using Promises - MDN guide explaining promises and how they handle asynchronous operations in JavaScript. · #promises #async #javascript
- B Cross-Origin Resource Sharing (CORS) - HTTP mechanism allowing servers to permit cross-origin resource requests from browsers. · #cors #http #web-api
- B MediaDevices getUserMedia() API Reference - MDN documentation on accessing user audio and video streams from browsers via Web APIs. · #web-api #audio #javascript
- B Strapdown.js - Lightweight markdown-to-HTML library for writing simple web pages in Markdown format. · #markdown #html #javascript · archived
- B AJAX - Wikipedia overview of Asynchronous JavaScript and XML, a foundational web technique. · #ajax #javascript #web-tech
- B React Developer Roadmap - Structured learning path and skill progression guide for becoming a React developer. · #react #learning-path
- B Apache Guacamole - HTML5 remote desktop gateway providing clientless access to SSH, RDP, VNC servers. · #remote-desktop #infrastructure
- B Chrome DevTools - Official guide to debugging and optimizing web applications using Chrome DevTools. · #chrome #debugging #devtools
- B One Order of Operations for Starting a Startup - Y Combinator guide on foundational steps and sequencing for launching a startup. · #startup #business
- B Python Design Patterns - Comprehensive guide to design patterns in Python programming by Brandon Rhodes. · #python #design-patterns
- B GluonCV — Deep Learning Toolkit for Computer Vision - GluonCV: Apache MXNet deep learning toolkit for computer vision tasks. · #computer-vision #deep-learning
- B 123 Essential JavaScript Interview Questions - Comprehensive GitHub reference: 123 JavaScript interview questions. · #javascript #interview-prep
- B XSStrike: XSS Vulnerability Scanner - XSStrike: advanced XSS vulnerability scanner for web applications. · #security #penetration-testing
- B Gluon CV Toolkit - Gluon CV: open-source deep learning toolkit for computer vision. · #computer-vision #deep-learning
- B Pedestrian Detection OpenCV - Detect pedestrians in images using OpenCV HOG descriptor method. · #opencv #computer-vision
- B Computer Vision with Ultralytics and OpenCV - LinkedIn Learning course: computer vision projects with OpenCV. · #opencv #computer-vision
- B OpenCV People Counter - Build a people counter using OpenCV and Python object tracking. · #opencv #computer-vision
- B Real-time Human Detection in Computer Vision — Part 1 - Real-time human detection using deep learning on video streams. · #computer-vision #human-detection
- B Next Frame Prediction with Pix2Pix - Magenta video generation: next frame prediction using pix2pix. · #computer-vision #video-synthesis
- B Webpack 4 Course: Entry, Output, ES6 - Webpack tutorial: entry points, output, and ES6 configuration. · #webpack #javascript
- B Debug Node.js with VSCode - Debug Node.js applications efficiently using VSCode debugger. · #node-js #debugging
- B Simple Todo App with Vue - CodeSandbox: to-do app demo using Vue single-file components. · #vue-js #code-example · archived
- B 10 Common JavaScript Interview Questions - Coderbyte: 10 JavaScript interview questions with solutions. · #javascript #interview-prep
- B Best SaaS Landing Page Examples - Curated SaaS landing pages analyzed for conversion tactics. · #saas #web-design
- B Data Structures and Algorithms Free Course - Free algorithms and data structures tutorial with examples. · #algorithms #data-structures
- B Build Full Stack with MEVN Stack Part 1 - MEVN stack tutorial (MongoDB, Express, Vue, Node) part 1. · #full-stack #vue-js
- B Build Full Stack with MEVN Stack Part 2 - MEVN stack tutorial (MongoDB, Express, Vue, Node) part 2. · #full-stack #vue-js
- B Emscripten SDK Download and Install - Emscripten SDK setup guide for WebAssembly development. · #emscripten #web-assembly
- B Essential JavaScript Interview Questions - Toptal: curated list of JavaScript interview questions. · #javascript #interview-prep
- B Vue Loader: Webpack Plugin - Vue Loader: webpack plugin for bundling Vue components. · #vue-js #webpack
- B Vue.js Components Registration - Vue.js docs: component registration (local and global). · #vue-js #components
- B 3 JavaScript Questions to Watch Out For - FreeCodeCamp: tricky JavaScript interview questions. · #javascript #interview-prep
- B Vue.js Single-File Components - Vue.js docs: single-file component (.vue) structure. · #vue-js #components
- B Vue.js Dynamic & Async Components - Vue.js docs: dynamic and async component patterns. · #vue-js #components
- C How to Detect Objects with Deep Learning on Raspberry Pi - Run deep learning inference on Raspberry Pi with limited data and hardware constraints for embedded vision applications. · #deep-learning #embedded-ai #raspberry-pi · M
- C Faster and Simpler: Deep-Comparing 5GB JSON Files 3x Faster - Command-line technique for comparing large JSON datasets without writing custom code; Apple Music export case study. · #cli-tools #json #performance
- C discord.io: JavaScript Interface for Discord - JavaScript Discord API wrapper; last published 9 years ago, superseded by discord.js but still available. · #discord-bot #javascript #deprecated
- C Stop Writing JavaScript Compilers, Make Macros Instead - Essay advocating JavaScript macro systems over compiler extensions for language feature development. · #javascript #macros #language-design
- C How to Make a Discord Bot (No Coding Required) - Tutorial explaining Discord bot creation for server admins without requiring programming knowledge. · #discord-bot #no-code
- C Twitter's Discovery of Cramming - Twitter engineering insights on linguistic analysis behind character limit expansion. · #nlp #twitter #linguistics
- C From Newbie to Six-Figure Engineer in 9 Months - Career story: self-taught programmer lands senior job part-time. · #career #learning-path
- C Python OpenCV: Detect and Track Person - ResearchGate Q&A: detect and track people in video using OpenCV. · #opencv #computer-vision
- C Million-Dollar One-Person Business Ideas - Forbes: discover solo business opportunities using census data. · #entrepreneurship #solopreneur
- C .NET Tutorial: Hello World - .NET getting started guide with basic framework introduction. · #dotnet #csharp
- C JavaScript Loop Example Code - GitHub Gist: JavaScript code example demonstrating loops. · #javascript #code-example
- D Discord for Developers - (unverified - page requires JavaScript, content not accessible) · #discord-bot #api
- D 11 JavaScript Utility Libraries You Should Know - (unverified - page not reachable) · #javascript #libraries · archived
- D 21 Essential JavaScript Tech Interview Questions - (unverified - page not reachable) · #javascript #interview-prep · archived
- D (unverified - page not reachable) - (unverified - page not reachable) · #computer-vision #face-recognition #javascript
- D CS50 2018 - (unverified - page not reachable) · #cs-education #harvard · archived
- D fast.ai Part 2 - (unverified - page not reachable) · #ml #education #fastai · archived
- D Firefox Debugger - (unverified - page not reachable) · #firefox #debugging
- D Flashcards.js - (unverified - page not reachable) · #interview-prep #flashcards
- D IPFS HLS Converter - (unverified - page not reachable) · #ipfs #streaming
- D JavaScript performant coding tips - (unverified - page not reachable) · #javascript #performance
- D Launching Cutting Edge Deep Learning for Coders: 2018 Edition - (unverified - page not reachable) · #ml #education #fastai · archived
- D Make a Discord Bot in Python - (unverified - page not reachable) · #discord-bot #python · archived
- D Reptile: A Scalable Metalearning Algorithm - (unverified - page not reachable) · #meta-learning #llm-agents
- D The Hacker's Guide to Python - (unverified - page not reachable) · #python #programming
- D The Road to Learn React - (unverified - page not reachable) · #react #education · archived
- A Neural Drum Machine - Interactive web demo of AI drum machine powered by deep neural network; generate patterns from a seed rhythm. · #ai-music #deep-learning #drum-generation · M
- A Core MIDI – Apple Developer Documentation - Official Apple documentation for Core MIDI API to communicate with hardware MIDI keyboards and synthesizers. · #midi #macos #apple-framework · M
- A Arduino MIDI Library - Comprehensive Arduino library providing core MIDI protocol implementation for hardware controllers. · #midi #arduino #library · M
- A Shairport-sync: AirPlay Audio Receiver - Open-source AirPlay and AirPlay 2 compatible audio receiver software for Linux and Raspberry Pi. · #airplay #audio #raspberry-pi · M
- A Apple MIDI Network Driver Protocol Documentation - Official Apple technical documentation for implementing RTP-MIDI protocol in driver software. · #midi #protocol #documentation
- A NSynth: Neural Audio Synthesis - Google Magenta's machine learning model for generating novel sounds by interpolating audio. · #ai-music #synthesis #ml · M
- A Wad: Web Audio DAW Library - JavaScript library for dynamic sound synthesis and music creation using Web Audio API. · #web-audio #synthesis #daw · M
- A preenfm2 MIDI Specification - MIDI implementation guide for preenfm2 DIY FM synthesizer covering control messages. · #midi #synth #fm · M
- A Shruthi-1 MIDI Implementation Chart - MIDI control mapping reference for the Shruthi-1 DIY synthesizer. · #midi #synth · M
- A Magenta.js: Music Generation - Magenta.js: browser-based ML music generation using TensorFlow. · #music-ai #javascript · M
- A WaveNet: Generative Model for Raw Audio - DeepMind's WaveNet: generative model for raw audio synthesis. · #music-ai #audio-synthesis · M
- A Magenta: Music and Art Generation with ML - TensorFlow research project for ML-assisted music and art. · #music-ai #magenta · M
- A NSynth: Sound Maker - NSynth: interpolate and blend instrument sounds using AI. · #music-ai #synthesis · M
- A MusicVAE: Interactive Music Composition - MusicVAE: variational autoencoder for music generation. · #music-ai #magenta · M
- B Build a Step Sequencer Using Python (FOSDEM '17) - Conference talk on building a step sequencer with Python, covering hardware like Maschine and Circuit controllers. · #sequencer #python #music-tech · M
- B Yudin Workshop: Pulsar Signature Steel Tongue Drums - Handmade percussion instruments from Poland for beginners without theory, pressure, or performance requirements. · #percussion #handmade #poland · M
- B Neural Beatbox (Prototype) - Deep learning model that analyzes voice input to generate drum patterns and build drum kits interactively. · #ai-music #drum-generation #deep-learning · M
- B SwiftMIDI: Core MIDI Implementation in Swift - Core MIDI library for Swift enabling communication with hardware MIDI keyboards and synthesizers on macOS. · #midi #swift #macos · M
- B ChordChord: Chord Progression Generator for Music Makers - Web tool to build and hear chord progressions, export to MIDI, WAV, or PDF for songwriting integration. · #chord-tool #music-theory #web-tool · M
- B MIDI Transmission Over WiFi with ESP8266 - Forum discussion on sending MIDI wirelessly via ESP8266 using AppleMidi library with hardware inputs. · #midi #esp8266 #wireless · M
- B 7 Most Interesting Browser-Based Vintage Synths - Vintage Synth Explorer roundup of browser-playable emulations of classic synthesizer instruments. · #synthesizers #web-audio #emulation · M
- B Arduino AppleMIDI Library: Ethernet MIDI over RTP - Arduino library enabling MIDI transmission over Ethernet using Apple's rtpMIDI protocol standard. · #midi #arduino #networking · M
- B 5 Free Software Synthesizers for Linux - Vintage Synth Explorer guide to five open-source synthesizer software options for Linux systems. · #synthesizers #linux #audio · M
- B Patchstorage - Community platform for sharing and discussing audio and video programming patches and projects. · #audio #dsp #patches · M
- B SuperCollider: Physical Modelling Synthesis - SuperCollider tutorial on physical modeling synthesis for realistic instrument sound emulation. · #supercollider #dsp #synthesis · M
- B MiniMidi: WiFi MIDI Bridge for ESP8266 - ESP8266 WiFi-to-MIDI bridge with example implementations for wireless networked MIDI devices. · #midi #esp8266 #wireless · M
- B Pimidi: Raspberry Pi RTP-MIDI Server - Raspberry Pi implementation of RTP-MIDI protocol for wireless MIDI networking on ARM systems. · #midi #rtp-midi #raspberry-pi · M
- B Build a WiFi MIDI Controller - Tutorial for building wireless MIDI controller using ESP8266 with WiFi network connectivity. · #midi #esp8266 #diy · M
- B MIDI WiFi Demos - Collection of example implementations for MIDI communication over WiFi using ESP8266 boards. · #midi #esp8266 #code-examples · M
- B Node-rtpmidi: Node.js RTP-MIDI Implementation - Node.js library implementing Apple's Network MIDI (RTP-MIDI) protocol for web applications. · #midi #rtp-midi #nodejs
- B OSC2Midi: ESP8266 OSC to MIDI WiFi Bridge - ESP8266-based converter bridging OSC and MIDI protocols for wireless network music control. · #midi #osc #esp8266 · M
- B Raspberry Pi AirPlay Receiver Setup - Guide to configure Raspberry Pi as AirPlay audio receiver for streaming from Apple devices. · #raspberry-pi #airplay #audio · M
- B Linux Support for RTP-MIDI - StackExchange discussion on networking MIDI across Linux systems using RTP-MIDI protocol. · #midi #rtp-midi #linux
- C AutoChords: Chord Progression Generator - Tool to generate chord progressions by feel, key, and progression type; exports to MIDI for songwriting. · #chord-tool #music-theory #midi-export · M
- C Glitch Project: abrupt-peanut - (unverified - page not reachable) · #midi #music-tech · M
- D Swift 3 Core MIDI - (unverified - page requires JavaScript, content not accessible) · #midi #swift #macos · M
- D Breaking Jazz Tracks into Beats with Unsupervised Clustering - (unverified - page not reachable) · #music-ml #audio-clustering · archived
- D How I Taught My Computer to Write Its Own Music - (unverified - page not reachable) · #ai-music #composition · M · archived
- D Piano Genie - (unverified - page not reachable) · #music-ai #magenta · M · archived
- D Pitch Detection Web Audio Demo - (unverified - page not reachable) · #web-audio #pitch-detection · M · archived
- D PitchFactor Preset Programming - (unverified - page not reachable) · #effects-pedals #preset-programming · M · archived
- D QLC+ DMX Software - (unverified - page not reachable) · #dmx #stage-control · M · archived
- A openFrameworks: C++ Creative Coding Framework - Cross-platform C++ library for creative coding, visual art, and interactive installations with GPU acceleration. · #creative-coding #cpp #visualization · M
- B LOOK MUM NO COMPUTER: Arduino Sample Trigger - DIY electronics project for triggering audio samples via Arduino; part of larger maker/synth project collection. · #arduino #diy-synth #audio-hardware · M
- B Datamoshing: Channel Shifting in Processing - Tutorial on applying channel shifting effects in Processing by manipulating pixel RGB values across positions. · #glitch-art #processing #image-manipulation · M
- B NodeBox: Generative Design and Data Visualization - Node-based tool for generative 2D/3D design and data visualization with GPU acceleration and Python support. · #generative-design #visualization #data-viz · M
- B Frei0r: Open Source Video Effect Plugins - Free and open source plugin collection with 100+ video filters, sources, and mixers for video applications. · #video-effects #open-source #vst · M
- B Resolume: VJ Software Shop - Professional VJ/live visualization software for performances; Avenue and Arena pricing and specs available. · #vjing #live-performance #visual-effects · M
- B GlitchTools: Public Glitch Scripts and Tools - GitHub organization with 49 repositories of glitch art scripts and tools for digital art experimentation. · #glitch-art #processing #vvvv · M
- B Processing Glitch Example - Processing sketch demonstrating glitch art techniques; source code and interactive demo available online. · #glitch-art #processing #creative-coding · M · archived
- B Coding, Sounds and Colors: Glitch Art - Blog documenting algorithmic experiments in glitch art, music, and visual art using processing and code. · #glitch-art #algorithmic-art #processing · M
- B Glitch Pack 1.0: 4K Animated Glitches for Video Editors - Collection of 4K animated glitch effects for video editing and motion graphics software on Mac and PC. · #glitch-effects #video-editing #motion-graphics · M
- B Motion: Software Motion Detection - Linux motion detection software for camera feeds with recording triggers on detected movement. · #motion-detection #video #linux · M
- B Raspberry Pi Motion Detection Security Camera - Instructables guide for building motion-triggered camera using Raspberry Pi for surveillance. · #raspberry-pi #diy #motion-detection · M
- B V4l2rtspserver: RTSP Server for Video Capture - RTSP streaming server for Linux video devices supporting HEVC, H.264, JPEG, VP8, VP9 codecs. · #video-streaming #linux #rtsp · M
- B Raspberry Pi: Best Way to Stream Live Video - Raspberry Pi forum discussion on methods and tools for live video streaming from Pi boards. · #raspberry-pi #video-streaming #diy · M · archived
- B UV4L for Raspberry Pi: Installation Guide - Installation instructions for UV4L video streaming framework on Raspberry Pi with Raspbian. · #raspberry-pi #video-streaming #linux · M
- B Daniel Temkin: Glitch Tutorials Directory - Curated tutorial directory for databending and glitch art techniques from across the web. · #glitch-art #datamoshing #tutorials · M
- B Inline Assembler Cookbook - AVR GCC inline assembler reference for microcontroller programming. · #embedded #assembly · M
- B YASP: USB Master Emulator - YASP: USB Master emulator running in browser for assembly learning. · #emulator #embedded · M
- B Learning Assembly With A Web Based Assembler - Hackaday: web-based assembler for learning low-level assembly. · #assembly #embedded · M
- C ThinkPad T420 High Sierra Hackintosh - Reddit discussion of running macOS High Sierra on a ThinkPad T420 laptop. · #hackintosh #thinkpad #retro · M
- D Building a Motion-Activated Security Camera with Raspberry Pi Zero - (unverified - page not reachable) · #raspberry-pi #diy #motion-detection · M · archived
- D ElectroMage – Pixelblaze - (unverified - page not reachable) · #led-control #pixelblaze #electronics · M
- D Glitchnet Resources - (unverified - page not reachable) · #glitch-art · M
- D RemixVideo Pro - (unverified - page not reachable) · #video-editing · M · archived
- D ThinkPad T420 Hackintosh Dual-Boot Guide - (unverified - page not reachable) · #hackintosh #hardware #retro · M · archived
- D vvvv: Live Performance Toolkit - (unverified - page not reachable) · #vjing #live-performance #visual-programming · M · archived
- B Genialni: The Lvov School of Mathematics (Dodruk 2021) - Book on the Lvov mathematical school (Banach, Steinhaus, Ulam, Mazur) during Poland's interwar period. · #polish-history #mathematics
- B Mental Models for Problem Solving - Essay collecting useful mental models from decades of expert experience for complex reasoning. · #mental-models #thinking #wisdom
- B How to opt out of Facebook data sharing - Instructions for disabling Facebook's third-party data broker partnerships for ad targeting. · #privacy #facebook #data-brokers
- B The Importance of Deep Work & The 30-Hour Method for Learning - Framework for deliberately learning new skills through sustained, focused effort. · #learning #productivity #deep-work
- B 2018 Year in Review Wiki - Personal archive documenting articles, inspirations, and videos from 2018. · #personal #archive #2018
- B How to Get Things Done When You Don't Feel Like It - ACM article: strategies for overcoming procrastination. · #productivity #motivation
- C Dabbawala: India's Lunchbox Delivery System - Wikipedia entry on India's traditional tiffin wallah system delivering thousands of lunch boxes daily with 99.9% accuracy. · #india #logistics #culture
- C Don't Listen to Productivity Gurus: Why 6am Wake-Ups Don't Ensure Success - Critique of mainstream productivity advice suggesting individual optimization matters less than structural factors. · #productivity #skepticism
- D maciejjankowski/2019: Personal Wiki - (unverified - page not reachable) · #personal-wiki
Across all years: Highlights · Index-All-Years
2018: Home · Best-Of · By tag · By category · For Maciek · Dead links · Noise
Other years: 2019 · 2020 · 2021 · 2022 · 2023 · 2024 · 2025 · 2026
Across all years: Highlights · Index-All-Years
2018: Home · Best-Of · By tag · By category · For Maciek · Dead links · Noise
Other years: 2019 · 2020 · 2021 · 2022 · 2023 · 2024 · 2025 · 2026