Italian Broccoli Salad
Italian broccoli salad combines tender broccoli with fresh lemon zest that's tossed in a garlicky lemon-Dijon vinaigrette and served chilled.
The Four Fundamental Principles ofHuman-Centered Design and Application – Don Norman's JND.org
Human-centered design has four major principles:
- Understand and Address the Core Problems;
- Be People-Centered;
- Use a Systems Approach;
- Use Rapid Iterations of Prototyping and Testing.
Polishing your typography with line height units | WebKit
Learn how to use line-height units when setting paragraph margins — creating vertical rhythm in your text.
My favorite thing to do with the lh unit is to set margins on content. Let’s set a new universal margin on paragraphs with:
p { margin-block: 1lh; }
Graphic Design History Resources - We Made This
When I’m not doing graphic design stuff at We Made This, I’m an Associate Lecturer on the Graphic Design BA course at the School of Art, Architecture and Design (previously named The Cass) at London Metropolitan University. It’s a wonderful course, with great connections to industry, and some really brilliant students who regularly create exciting and […]
Chandra: Cross-Platform Desktop GUIs in Perl - DEV Community
Building desktop applications has traditionally been a challenge in the Perl ecosystem. While we have... Tagged with perl, c, xs, programming.
Learn to Play “My Funny Valentine” on Ukulele with Victoria Vox | Ukulele Magazine
This mellow, jazz-flavored arrangement is based on Chet Baker’s version of the timeless standard.
Greek Baked Beans
⭐️ Get Recipe: https://theplantbasedschool.com/gigantes-plaki-greek-baked-beans/
This Gigantes Plaki (Greek baked beans) recipe gives you a simple, comforting one-pan dinner made with pantry beans, tomatoes, olive oil, and feta cheese—easy to make, deeply satisfying, and perfect for a cozy, healthy weeknight meal.
Beautiful Perl feature: "heredocs", multi-line strings embedded in source code
A piece of "heredoc" data can appear anywhere in a Perl expression. It starts with an initial operator written either << or <<~. The second variant with an added tilde ~, available since Perl v5.26, introduces an indented heredoc, where initial spaces on the left of each line are automatically removed by the interpreter.
Empty string as delimiter
The delimiter string can also be .. an empty string! In that case the heredoc content ends at the next empty line; this is an elegant way to minimize noise around the data.
Several heredocs can start on the same line, as in this example:
my @blogs = $dbh->selectall_array(<<~END_OF_SQL, {}, split(/\n/, <<~END_OF_BIND_VALUES));
Shell Tricks That Actually Make Life Easier (And Save Your Sanity) | Larvitz Blog
Watch someone backspace 40 characters instead of pressing CTRL+W, and you’ll understand why this list exists.
Hacker News:
https://news.ycombinator.com/item?id=47525243
Un-Sass'ing My CSS: Native CSS Nesting | Always Twisted
Learn how to use native CSS nesting in modern browsers. Understand the & selector, specificity rules, differences from Sass, and when to use nesting with practical examples for components, themes, and accessibility.
Here's where things get a little interesting. CSS nesting follows the same specificity rules as traditional CSS, with one important detail: the & nesting selector calculates its specificity like the :is() pseudo-class it uses the highest specificity from the parent selector list, not the sum of all the selectors.
How To Ferment at Home: A Simple Guide
You know fermented foods help your gut. But can you make your own delicious ferments? Here’s an expert’s easy guide to fermenting (almost) any plant.
2% salt by weight
Ironic Serif: A Brief History of Typographic Snark and the Failed Crusade for an Irony Mark
Nearly half a century later, in 2007, Pan-European type foundry Underware was commissioned to create a special punctuation mark for the occasion and thus the ironieteken was born — a zigzaggy exclamation point denoting irony. But despite significant buzz across Dutch literary circles — including some criticism that, when placed in a row of several, it bore an unfortunate resemblance to the Nazi swastika — the mark quickly fizzled.
Wikipedia: Irony punctuation
https://en.wikipedia.org/wiki/Irony_punctuation
Percontation point
The percontation point, a reversed question mark later referred to as a rhetorical question mark, was proposed by Henry Denham in the 1580s and was used at the end of a question that does not require an answer—a rhetorical question. Its use died out in the 17th century.
This character can be represented using the reversed question mark (⸮) found in Unicode as U+2E2E; another character approximating it is the Arabic question mark (؟), U+061F.
US Non-denominational stamps
Pounds, Shillings, and Pence Explained - Created with Gemini
Ah, the "LSD" system (£sd). Before the UK went decimal in 1971, the currency was a quirky, base-12 and base-20 masterpiece of mental arithmetic that makes modern math look like child’s play.Here is the breakdown of how it worked:
Whirlpool refrigerator
33.625 depth might be too much! :-( Kenmore is 30" deep
Springs and Bounces in Native CSS • Josh W. Comeau
The “linear()” timing function is a game-changer; it allows us to model physics-based motion right in vanilla CSS! That said, there are some limitations and quirks to be aware of. I’ve been experimenting with this API for a while now, and in this post, I’ll share all of the tips and tricks I’ve learned for using it effectively. ✨
An in-depth guide to customising lists with CSS - Piccalilli
Richard Rutter helps you to make sense of list-style, list-item, ::marker, counters(), counter(), @counter-style, symbolic, symbols(), symbols and more to push your HTML and CSS lists to the next level.
Beautiful Perl feature : fat commas, a device for structuring lists - DEV Community
A fat comma in Perl is a construct that doesn't involve a typographic comma! Visually it consists of an expression followed by an arrow sign => and another expression. This is used in many contexts, the most common being for initializing hashes or for passing named parameters to subroutines:
Easing Wizard - CSS Easing Editor and Generator
Generate and customize CSS easing functions with ease and magical precision using Easing Wizard 🧙