Link Dump - June 18, 2025
Tabs Be Gone
Just closed out all the tabs in my browser. This is what was there:
-
jsonrpsee wrapper crate.
-
Clipse - So Be It (Official Music Video) - YouTube
New Album 'Let God Sort Em Out' July 11Pre-Order Now - https://letgodsortemout.com/Follow ClipseInstagram: https://www.instagram.com/clipse/TikTok: https://w...
-
GitHub - atuinsh/atuin: ✨ Magical shell history
✨ Magical shell history. Contribute to atuinsh/atuin development by creating an account on GitHub.
-
The Kelp Commons License ~ Go Make Things
I’ll finally be releasing some early code for Kelp UI (my UI library for people who love HTML) over the next few days.
The one last thing I’ve been finalizing before I do is the license.
I knew early on that I didn’t want to release this under a traditional open source license like MIT, but I do want users to be able to view, modify, and redistribute code.
-
This crate will help you to write simpler tests by leveraging a software testing concept called test fixtures. A fixture is something that you can use in your tests to encapsulate a test’s dependencies.
- Syntax Highlighting - Tree-sitter
-
Beautifully designed, privacy-focused, and packed with features.
-
Oddly useful Linux tools you probably haven't seen before - YouTube
some Linux utilities, shell scripts, etc that I've found oddly useful for one reason or another :-)0:00 https://github.com/cowtoolz/webcamize1:32 https://git...
-
A Powerful Way To Make Editing Code In Neovim Even Better - YouTube
Leverage treesitter and syntax aware text objects to take Neovim code editing to the next level and make it even better. Hope you guys enjoy it!🚀 My config:...
-
Give Me 20 Minutes and I’ll Make You a Vim Motions Expert - YouTube
Start building with Windsurf, is the AI powered code editor by Codeium: https://wind.surf/devopstoolbox---✅ Build a Second Brain With Neovim in Under 90 Minu...
-
NASA WorldWind Software Development Kits (SDKs) for geo-spatial 3D virtual
globe visualization via OpenGL/WebGL on Android, Java and JavaScript/HTML5 platforms.
- Index of /~duncjo01/archive/browsers/mozilla
-
The pure-HTML templating system for the modern web.
-
What if posting on your website was easier than posting on social media?
-
Superposition Live Debut - King Gizzard & The Lizard Wizard - YouTube
King Gizzard & The Lizard Wizard play Superposition live for the first time ever in Athens, Greece on 06/06/2025 Directed, Produced and Shot by Heaps Keen @h...
-
World's most affordable 3D-printed 6x17 Panoramic camera.
Solid construction in PLA+, PETG, WOOD+ plastics and aluminium. It goes with 120 format film rolls and produces 4 (four) 6x17cm sized negatives. We can fit the design for lenses up to 120mm and down to 65mm.
Lenses cones with focus (and focus scale included
- Physical/logical properties, keywords, and functions
-
Scrappy: make little apps for you and your friends
make little apps for you and your friends
-
Structuring larger Rust projects with Cargo Workspaces - YouTube
Today we are talking about structuring larger Rust projects with Cargo Workspaces.Code: https://github.com/letsgetrusty/blog_workspace_example
-
Distributed Blackness: Open Square: NYU Press
[Open Access] Winner, 2021 Harry Shaw and Katrina Hazzard-Donald Award for Outstanding Work in African-American Popular Culture Studies, given by the Popular Culture AssociationWinner, 2021 Nancy Baym Annual Book Award, given by the Association of Internet ResearchersAn explanation of the digital practices of the black Internet From BlackPlanet to #BlackGirlMagic, Distributed Blackness places blackness at the very center of internet culture. André Brock Jr. claims issues of race and ethnicity as inextricable from and formative of contemporary digital culture in the United States. Distributed Blackness analyzes a host of platforms and practices (from Black Twitter to Instagram, YouTube, and app development) to trace how digital media have reconfigured the meanings and performances of African American identity. Brock moves beyond widely circulated deficit models of respectability, bringing together discourse analysis with a close reading of technological interfaces to develop nuanced arguments about how “blackness” gets worked out in various technological domains. As Brock demonstrates, there’s nothing niche or subcultural about expressions of blackness on social media: internet use and practice now set the terms for what constitutes normative participation. Drawing on critical race theory, linguistics, rhetoric, information studies, and science and technology studies, Brock tabs between black-dominated technologies, websites, and social media to build a set of black beliefs about technology. In explaining black relationships with and alongside technology, Brock centers the unique joy and sense of community in being black online now.
-
A list of blog posts and other assorted published material by Nic Chan
-
Digital Spaghetti is hosted by musician, filmmaker, and CEO of Patreon, Jack Conte. We sit down with the best creators to dive deep into their creative process and find out what motivates their work.
New episodes every Tuesday.
Jack Conte is the CEO of Patreon and half of the bands Pomplamoose and Scary Pockets.
Digital Spaghetti
PO Box 410777
San Francisco, CA 94141
-
Creativity is messy... - YouTube
Hey! I’m Jack Conte and this is my new show where I’ll be talking with your favorite creators about topics like burnout, hiring a team, quantity vs quality a...
-
Craig Ferguson Speaks From The Heart - YouTube
Craig Ferguson Speaks From The Heart 2/20/2007: "The Britney Spears Monologue"The Late Late Show with Craig Ferguson - 3x32Best Craig Fergusons Monologue eve...
-
Music Software & Bad Interface Design: Avid’s Sibelius - YouTube
In this video, I take a detailed look at the UX/UI design of Avid's Sibelius - a popular music notation software. Sibelius is the embodiment of what not to d...
-
Adriano Celentano - 'Prisencolinensinainciusol' - YouTube
'Prisencolinensinainciusol'by Adriano Celentano (1972)The nonsense lyrics to “Prisencolinensinainciusol” were intended to imitate the way American English so...
-
These real world experiences with Azure are now available in the Pluralsight
course "Modernizing Your Websites with Azure Platform as a Service"
[http://www.pluralsight.com/courses/modernizing-websites-microsoft-azure]I’m one
of these people that must learn by doing. Yes, I’m sure all those demos look
very flashy and
-
Things we wish we didn't know
-
tokio::spawn is conceptually same as thread::spawn. Like threads, force shutdown tasks externally is not supported. But you can wrap the inner future itself with futures::future::select with another future that can accept external signal. If the signalling future completes, the other future will be dropped and should cancel all its pending tasks. let (sender, receiver) = tokio::sync::oneshot::channel(); tokio::spawn(futures::future::select(get_task(), receiver.map_err(drop))); sender.send(()); ...
-
How to Find Who/What is Listening on TCP Ports on Mac
Occasionally you may find yourself in a situation where you are seeking to find what open TCP connections are in a listening state on a Mac. This can be useful whether you’re troubleshooting …
-
How to Find and Kill a Process Using a Specific Port on macOS - Pi My Life Up
Quick and easy steps
-
Shared state ~ Tokio - An asynchronous Rust runtime
Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
-
Compression Streams API - Web APIs ~ MDN
The Compression Streams API provides a JavaScript API for compressing and decompressing streams of data using the gzip or deflate formats.
-
Format your code with Deno's built-in formatter
-
Against the backdrop of mass layoffs, LLMs, site-builders and vibe coding what does it mean to conscientiously build for the web, and where do we go from here?
-
We have long referred to our niche of the web as the web industry but never has the term been more congruent than it is right now. I believe this throws us into some conflicts, that we are left deal with alone.
-
Learn JavaScript Reactivity: How to Build Signals from Scratch
If you're learning JavaScript, you may have heard the terms reactivity or signals. But perhaps you haven't gotten to use them in practice yet. If so – or if you just want to learn more about these concepts – you're in the right place. In this article...
-
The Easy Intro to the APCA Contrast Method ~ APCA
This is the APCA project repo on GitHub.Documentation linked below.
-
The APCA Accessible Perceptual Contrast Algorithim BASIC VERSION.
- https://colorjs.io/dist/color.js
-
Color contrast checker with Oklch, Oklab, Display P3, and more – helping designers meet WCAG 2 accessibility standards.
- Contrast • Color.js
- Color.js: Let’s get serious about color • Color.js
-
Color experiments with OKLCH – Chris Henrick
Creating color palettes programmatically and fixing color contrast issues using the OKLCH color space in CSS.
-
The good colors – Full spectrum – OKLCH
Generate perceptually uniform color palettes with OKLCH, ensuring consistent lightness and chroma. Supports wide gamut displays, checks contrast ratios using APAC, and is optimized for color blindness.
-
Creating a nice layout CSS Grid layout using grid template areas - YouTube
Continuing my dive into the CSS Grid, this week I take a look at grid template areas, and how they make laying out a design SUPER intuitive. I first set up m...
- MusicBrainz - the open music encyclopedia
- Web API Reference ~ Spotify for Developers
-
Four Hours of Winamp Visualisation Milkdrop 2.0, No Audio - YouTube
Four Hours of Winamp Visualisation Milkdrop 2.0, No Audio
-
How to get currently running function name using JavaScript ? - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
-
Minnie Pearl "Howdy"
-
The simple trick to transition from height 0 to auto with CSS - YouTube
Animating or transitioning to and from height auto is, well, not really possible (though it is being worked on!), but luckily, there is actually a solution u...
-
Use .prettierignore to ignore (i.e. not reformat) certain files and folders completely.
-
A sidebar is a pane that is displayed at the side of the browser window, next to the web page. This page describes sidebars, specifying them, designing them, and examples of use.
-
Mary Poppins (1964) - "Supercalifragilisticexpialidocious" - Video/Lyrics - YouTube
Lyrics for the fun song Supercalifragilisticexpialidocious!Directed by: Robert StevensonProduced by: Walt Disney & Bill Walsh (co-producer)Screenplay by: Bil...
-
An interactive map of Metal history and the influential bands that helped shaped the genres we know today
-
Turning Portal 2 into a Web Server - YouTube
I found a way to turn Portal 2 into a web server.Thank you for watching!This project is available on GitHub: https://github.com/p2r3/HTTPortalJoin our Discor...
-
The Magic of the Most Minimal HTML Possible (and Why We Don’t Make Use of It) · Jens Oliver Meiert
On challenging XHTML–HTML and regular redos, by looking at HTML–HTML, full separation of concerns, and iterations.
- Designer and Blocks Editor
-
Nerdy Professor Shocks High School by Speaking Gen Alpha Slang - YouTube
Thanks to BetterHelp for sponsoring this video! Let BetterHelp help you rule your anxiety so it doesn’t rule you. Click https://betterhelp.com/xiaoma for a d...
-
Metal Drummer reacts to Greyson Nekrutman - YouTube
Metal Drummer reacts to Greyson NekrutmanWatch me LIVE: https://twitch.tv/66samus30 day free trial for DRUMEO: https://www.drumeo.com/affiliate/66samusMerch:...
-
TrueRef Gesture Tool – Resource Box
Visit the post for more.
-
Official website: https://to.pbs.org/IL_2024 | #IndieLensPBS“WE WANT THE FUNK!,” a syncopated voyage through the history of funk music, spans from gospel, so...
-
Writing a theme · nvim-lualine/lualine.nvim Wiki · GitHub
A blazing fast and easy to configure neovim statusline plugin written in pure lua. - nvim-lualine/lualine.nvim
-
Podcast Episode: Love the Internet Before You Hate On It ~ Electronic Frontier Foundation
There’s a weird belief out there that tech critics hate technology. But do movie critics hate movies? Do food critics hate food? No! The most effective, insightful critics do what they do because they love something so deeply that they want to see it made even better. The most effective tech...
-
Keynote Speaker - Cory Doctorow - YouTube
Note: This video contains strong language that may offend some viewers. The opinions and perspectives within this video should not be considered official sta...
-
How to collect Webmentions for your site ~ Henry From Online
Here’s a quick blog post on how to use Webmention.io and some other IndieWeb services to collect webmentions for your site!
-
Forever ✱ Notes - A free framework for Apple Notes
Discover Forever ✱ Notes, a unique digital note-taking framework designed for Apple Notes users.
-
Introduction to Bases - Obsidian Help
Introduction to Bases - Obsidian Help
-
free_local_ipv4_port_in_range in port_check - Rust
Returns an available localhost port within the specified range for IPv4.
- Super cache strategy - Erick Merchant
-
I Started An INSANE Hip-Hop Cypher at Washington Sq Park NYC - YouTube
Starting a CRAZY rap cypher at Washington Square Park - the warm weather in NYC always brings out dope freestylers & musicians!Every beat improvised on the s...
-
GitHub - stevearc/conform.nvim: Lightweight yet powerful formatter plugin for Neovim
Lightweight yet powerful formatter plugin for Neovim - stevearc/conform.nvim
-
The Knocks - Brazilian Soul (feat. Sofi Tukker) [Acoustic Bossa Version] - YouTube
The Knocks "Brazilian Soul ft. Sofi Tukker [Acoustic Bossa Version]" https://BigBeat.lnk.to/ABVIDPre-save Revelation the album: https://neongoldrecords.ffm....
-
GitHub - stevearc/conform.nvim: Lightweight yet powerful formatter plugin for Neovim
Lightweight yet powerful formatter plugin for Neovim - stevearc/conform.nvim
-
Format your code with Deno's built-in formatter
-
A brief history of JavaScript ~ Deno
In 30 years, JavaScript went from being a little scripting language to one of the world's most popular. Here are key moments to show how it has evolved and where it is headed.
-
Almost Half of the Images on Adobe Stock Are AI-Generated ~ PetaPixel
Photographers say they are facing upload limits.
-
Important changes are coming to Glitch
We’ve got an important update for the Glitch community today: We’ll be ending web hosting for your apps on Glitch.
-
Tiny Plaid Ninjas Series.
-
Albino Blacksheep (ABS): Mostly Flash, Game and Video Media files for users and developers.
- Web Components Guide
-
All the words
- Conflict-free replicated data type - Wikipedia
- Command key - Wikipedia
-
dissertation/dissertation.pdf at master · adam-coster/dissertation · GitHub
Contribute to adam-coster/dissertation development by creating an account on GitHub.
-
Distilling the world's data, information & knowledge into beautiful infographics & visualizations
-
Styling of Rust Frontmatter · Issue #212 · rust-lang/style-team · GitHub
RFC 3503 adds the concept of a frontmatter to rust for the sake of RFC 3502: cargo-script. Ideally, before stabilization, we decide on the style and get support for it.
-
lofi Archive radio 🎞️ beats to scan/read microfiche to - YouTube
Off Hours? Watch a 2hr stream at https://www.youtube.com/watch?v=gibUecoF1bEEver wonder how government documents, locked away on tiny sheets of microfiche, b...
-
Situation: You're implementing a method, that requires invocation of multiple functions, which returns Result <>. You have to handle all errors. There are a few ways to handle the situation. Let's say you handle 2 files and you don't need to crash the application with panic!, But handle it. The solution with match : fn something(path1: &String, path2: &String) -> Result
{ match File::open(path1) { Ok(mut file1) => { match File::open(path2) { ... - https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt
-
GitHub - wordset/wordset-dictionary: The Open Source Dictionary
The Open Source Dictionary. Contribute to wordset/wordset-dictionary development by creating an account on GitHub.
-
Block and inline layout in normal flow - CSS ~ MDN
In this guide, we will explore the basics of how Block and Inline elements behave when they are part of the normal flow.
- Tarsier - Wikipedia
- Kinkajou - Wikipedia
- Peafowl - Wikipedia
- Echidna - Wikipedia
- List of fictional pachyderms - Wikipedia
-
The Crypto interface represents basic cryptography features available in the current context.
It allows access to a cryptographically strong random number generator and to cryptographic primitives.
-
Crypto: getRandomValues() method - Web APIs ~ MDN
The Crypto.getRandomValues() method lets you get cryptographically strong random values.
The array given as the parameter is filled with random numbers (random in its cryptographic meaning).
- CSS/Properties/color/keywords - W3C Wiki
-
Format, lint, and more in a fraction of a second.
-
Configs ~ ESLint Plugin Perfectionist
Discover our list of ready-to-use ESLint Plugin Perfectionist configurations. Enhance your coding standards and maintain a consistent code style with our carefully curated config options.
-
Optimize your code with our ESLint Plugin Perfectionist designed for sorting various data such as objects, imports, types, enums, and JSX props. Improve code readability and maintain a consistent coding style effortlessly
-
An annual publication for exploring the vast poetic web, featuring essays, musings and a directory with the personal websites of hundreds of designers, developers, writers, curators, and educators. Published since 2025.
-
A Modern CSS Reset • Josh W. Comeau
I have a set of baseline CSS styles that come with me from project to project. In the past, I'd use a typical CSS reset, but times have changed, and I believe I have a better set of global styles!
-
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support - dense-analysis/ale
-
GitHub - xojs/xo: ❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults - xojs/xo
-
HTML Template Linter and Formatter ~ djLint
Find common syntax errors, reformat to make your HTML templates shine! Supports django, jinja, nunjucks, twig, handlebars, mustache, golang, and more!
-
Install the Biome manually
- JavaScript Standard Style
-
GitHub - beautifier/js-beautify: Beautifier for javascript
Beautifier for javascript . Contribute to beautifier/js-beautify development by creating an account on GitHub.
-
conform.nvim/doc/advanced_topics.md at master · stevearc/conform.nvim · GitHub
Lightweight yet powerful formatter plugin for Neovim - stevearc/conform.nvim
-
Find and fix problems in your JavaScript code - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
-
Rules Reference - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
-
Create Plugins - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
-
GitHub - dustinspecker/awesome-eslint: A list of awesome ESLint plugins, configs, etc.
A list of awesome ESLint plugins, configs, etc. Contribute to dustinspecker/awesome-eslint development by creating an account on GitHub.
-
An ESLint rule for enforcing consistent ES6 class member order - bryanrsmith/eslint-plugin-sort-class-members
-
prettier plugin to organize javascript and typescript classes - wdfinch/prettier-plugin-organize-class-members
-
@stylistic/eslint-plugin ~ ESLint Stylistic
Stylistic Formatting for ESLint
-
Format And Fix All Files With Prettier And ESLint (Recursively) ~ rockyourcode
The problem: You have a bunch of JavaScript and .jsx files that you wish to parse with Prettier and ESLint.
Why?
You would like to make sure that ESLint analyzes your code for problematic patterns.
You would like to have consistent formatting, and don’t worry about code style while writing the code.
In this post, I’ll show you how to recursively fix and format all your JavaScript files with one command.
-
Using Prettier and ESLint for JavaScript formatting - LogRocket Blog
Using Prettier and ESLint together can enhance your JavaScript dev workflow by maintaining a consistent code style and fixing code issues.
- Google JavaScript Style Guide
-
LazyVim/lua/lazyvim/plugins/extras/linting/eslint.lua at main · LazyVim/LazyVim · GitHub
Neovim config for the lazy. Contribute to LazyVim/LazyVim development by creating an account on GitHub.
-
How To Setup Linting And Formatting In Neovim To Replace null-ls - YouTube
Hey! In this step by step guide, I show you how to setup linting & formatting in Neovim with conform.nvim and nvim-lint in order to replace this specific fun...
-
eslint/packages/js/src/configs at main · eslint/eslint · GitHub
Find and fix problems in your JavaScript code. Contribute to eslint/eslint development by creating an account on GitHub.
-
Using ESLint Without Installing it as a dependency for your project -- sbondLog
Taking advantage of and using ESLint in your javascript project without installing it as a dependency in your package.json. ESLint Global install.
-
GitHub - mantoni/eslint_d.js: 🪄 Speed up eslint to accelerate your development workflow
🪄 Speed up eslint to accelerate your development workflow - mantoni/eslint_d.js
-
GitHub - nvim-lua/kickstart.nvim: A launch point for your personal nvim configuration
A launch point for your personal nvim configuration - nvim-lua/kickstart.nvim
-
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support. - mfussenegger/nvim-lint
-
Color Spaces: Explained from the Ground Up - Video Tech Explained - YouTube
At long last, here it is! A comprehensive, from-the-ground-up introduction to the foundational concepts used in modern color spaces. == Navigation ==00:00 In...
-
Jonathan Groff and Gracie Lawrence Try Not to Break While Singing into Each Other's Mouths - YouTube
Jonathan Groff and Gracie Lawrence talk about receiving six Tony nominations for their Broadway show Just In Time, interacting with the audience while perfor...
-
Focus on your text and let Typst take care of layout and formatting. Sign up now and speed up your writing process.
-
TechCats ~ The cats of people who make websites
The cats of people who make websites.
-
BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
- Mystical
-
When to Use a List Comprehension in Python – Real Python
Python list comprehensions help you to create lists while performing sophisticated filtering, mapping, and conditional logic on their members. In this tutorial, you'll learn when to use a list comprehension in Python and how to create them effectively.
-
Naz Hamid • Bring That Beat Back
Drumming as therapy.
-
GFDL X-Shield Temperature and Cloud Water Path - YouTube
The simulation is from DYAMOND Phase I (https://doi.org/10.1186/s40645-019-0304-z) simulating 40 days of Summer 2016, using X-SHiELD v2018. Read more about t...
-
I Completely Forgot Plymouth Had A Bronco-Like SUV - The Autopian
I feel like when most of us think about early (as in ’60s and ’70s) shortened-truck-like SUVs, we tend to think of vehicles like the Ford Bronco or the International Scout or the Chevy Blazer, and, oh yeah, the Dodge Ramcharger. What we almost never bring up, though, is the Plymouth one! Yes, Plymouth did […]
- siderea ~ Improper Nouns [p/a/s, Patreon]
- https://fishfolk.org/
-
less net work for networks
-
A way to be on the web!
- Grammar of CSS 2.1
-
The Internet Used to Be a Place - YouTube
The rise and fall of the old internet, a love letter to Geocities, a goldfish rebellion on Hypnospace Outlaw, and the importance of doorways🚪Liked this vide...
- Dynamic style - manipulating CSS with JavaScript - W3C Wiki
-
For decades, we've done our jobs in the background. We helped with filing taxes, getting veterans' benefits, applying for financial aid, refugees navigating immigration, everyone find vaccines, parents find baby formula
-
Cyber Colours by Ramses Revengeday
Explore the cyberpunk world with these vibrant and futuristic color palettes created by Ramses Revengeday. Copy the color codes with a click and bring your digital creations to life.
-
How to title your blog post or whatever
choose a classifier
-
Lexical grammar - JavaScript ~ MDN
This page describes JavaScript's lexical grammar. JavaScript source text is just a sequence of characters — in order for the interpreter to understand it, the string has to be parsed to a more structured representation. The initial step of parsing is called lexical analysis, in which the text gets scanned from left to right and is converted into a sequence of individual, atomic input elements. Some input elements are insignificant to the interpreter, and will be stripped after this step — they include white space and comments. The others, including identifiers, keywords, literals, and punctuators (mostly operators), will be used for further syntax analysis. Line terminators and multiline comments are also syntactically insignificant, but they guide the process for automatic semicolons insertion to make certain invalid token sequences become valid.
-
MIT License ~ Choose a License
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
-
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
-
Convert a number between 0 and 1 to another range.
-
OKLCH Color Picker & Converter
OKLCH is a new way to encode colors (like hex, RGBA, or HSL)
-
Window: requestAnimationFrame() method - Web APIs ~ MDN
The window.requestAnimationFrame() method tells the
browser you wish to perform an animation. It requests the browser to call a
user-supplied callback function before the next repaint.
-
Laws of UX is a collection of best practices that designers can consider when building user interfaces.
-
Sometimes a problem is a lot simpler than it seems. Give it a poke to find out!
-
I Know About The Date In The Footer ~ Henry From Online
A quick note about string interpolation and jokes that didn’t land. It's about a 1 minute read.
- ongoing by Tim Bray · Decentralizing Schemes
- Tiny Emulators
-
Choosing fairly when you don't know how many you're choosing from.
-
Personal website of Sam Rose.
-
It was just a parody…but then they copied it anyway - YouTube
#WalkHard #filmanalysis Have you ever seen a parody so good that it totally ruins a genre for you? For me, that's Walk Hard. It's rare for a film to be so ac...
- If I had a nickel for every time I was doomed by a puppet - YouTube
-
Aglet ~ Official Music Video ~ Phineas and Ferb ~ @disneychannel - YouTube
A-G-L-E-T! Don't forget it! Watch the Aglet official music video from Phineas and Ferb, Season 2, Episode 3, "Tip of the Day!"Watch More Phineas and Ferb: ht...
-
Faith No More - Epic (Official Music Video) - YouTube
Faith No More - "Epic" (Official Music Video) from the album 'The Real Thing' (1989)🔔 Subscribe to UPROXX Indie Mixtape and ring the bell to turn on notific...
-
Faith No More - Epic (Official Music Video) - YouTube
Faith No More - "Epic" (Official Music Video) from the album 'The Real Thing' (1989)🔔 Subscribe to UPROXX Indie Mixtape and ring the bell to turn on notific...
- What are Occlupanids? ~ HORG
- John C. Flournoy, PhD – science is a verb
-
Dr. Cat Hicks ~ Resilient Productivity
Leading teams that put science behind software team success
-
Variable fonts for developers, a collection of fun experiments, effects, demos, articles, font lists, and stuff I have learned as a developer about variable fonts
-
Articles exploring the world of text effects using CSS, HTML, and JavaScript
-
Articles about text, text properties, accessibility, performance, usage, demos and explanations
-
【大人気!キーボードの祭典】キーボードイベント 天キー Vol.8 レポート - YouTube
自作キーボードの大型イベント、天下一キーボードわいわい会(略称:天キー)はキーボード好きによるゆるふわ交流会!今回で第8回目の開催です。この動画では、配信には映らなかった会場の様子を中心におさめたレポートです。約350名が持ち寄った自慢のキーボードを見せあったり、キーボード好き同士で交流したり、多種多様で個性的な...
-
12 000 Clip Art Image CD-Rom for Windows 3.1 or Windows 9512 000 Clip Art Images covering an amazing array of topics for use in all your favorite documents...
- cool cat - Wiktionary, the free dictionary
-
Grease takes the friction out of building fast, adaptable, aesthetic websites.
-
Adam Varn ~ Front-End Developer
A personal website and blog about Adam Varn, a front-end developer.
-
Art in Austin ~ Just Melanie from the Internet
I work for a company that was recently acquired by IBM. We’re now HashiCorp, an IBM Company. Anyway, they had an offsite event to welcome us; flew most of us to Austin for a week. I found some interesting (to me) art while I was there, so I’m going to share the pieces I purchased and some of the things I’ve bought online since then (they were the larger pieces that would not have fit in my luggage).
-
Investigation: How Roblox Is Exploiting Young Game Developers - YouTube
With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage ...
-
i made the perfect roblox game - YouTube
i now have skibidi auraLINK TO MEM WORLD: https://www.roblox.com/games/107883452271553/UPDATE-3-1-Spring-Event-MWjake's links: @YakeY18 and https://twitch.tv...
-
GitHub - watchexec/watchexec: Executes commands in response to file modifications
Executes commands in response to file modifications - watchexec/watchexec
-
Full length/Unedited: https://www.patreon.com/Cinebinge https://www.instagram.com/cinebingechannel/ Merch: https://www.cinebinge.ca BlueSky: https://bsky.app...
- Water wheel - Wikipedia
-
Come on in My Kitchen - YouTube
Provided to YouTube by EpicCome on in My Kitchen · The Allman Brothers BandShades of Two Worlds℗ 1991 Epic Records, a division of Sony Music EntertainmentRel...
- Parse, don’t validate
- Language-theoretic Security
-
Types are a powerful construct for improving program safety.Haskell has a few notable ways of handling potential failure, the most famous being the venerable...