Building Icons / Icon Sets with ChatGPT | by aruva - empowering ideas | Feb, 2023 | Medium
Prompt: Let's create an icon set for design patterns. Here are the parameters for building individual icons in the icon set
- the icon will be used on a website and even in an app
- the icon needs to be square in shape
- the icon needs to represent the design pattern in context
- Use a minimalist design style
- use stroke size as 1 for all lines
- use complementary colours; probably pastel colour shades
- use colours in a way that they can be adapted to the entire set
- define a consistent and uniform style that we can propagate to other icons in the set
I need you to create this icon in SVG format and provide the SVG code for the icon
How To Put Your LG Front Load Washer In To Self Test Mode | Diagnostic Mode
Test sequence:
1 Tumble clockwise
2 Low speed spin
3 High speed spin
4 Pre-wash inlet valve
5 Main wash inlet valve
6 Hot water inlet valve
7 Bleach/spray rinse valve
8 Tumble counter-clockwise
9 3-second heater, thermistor check
10 Recirculation pump test
11 Drain pump test
12 Exit test, off
How to Make Your Own Sugru Substitute
As stated before, Oogoo is simply a mixture of clear silicone caulk and corn starch. It can be mixed anywhere from 5 to 1 to 1 to 2 silicone to corn starch by volume. Up to a point, the more corn starch you add the faster it will set up.
A good starting mixture to try out is 1 corn starch to 1 silicone by volume. It is easiest to mix it in small quantities so as to have plenty of time to work it. To see how it works, you could start with 1 tablespoon silicone caulk to 1 tablespoon of corn starch. You can reduce the amount to as little as 1/4 tablespoon corn starch to 1 tablespoon silicone if you want more time to cast it or sculpt it. I rarely mix up more than 3 tablespoons of silicone at a time.
Poline — Esoteric Color Palette Generation Library
Poline is lightweight, dependency free and fast JavaScript function written in TypeScript. It draws lines between anchors over polar HSL coordinates to generate pleasing color palettes.
Theme Toggles
A Collection of dark and light theme toggles, built with SVG's driven by CSS transitions. This dark mode switches library comes with official React support
Different SQL TimeStamp functions in SQL Server
This article will show different SQL timestamp functions available with examples
The Coach’s Game At Resorts World: Part 1 by Kevin Haney | Published: Jan 11, 2023
Coach’s mix encompasses 17 different variants, including a few I had never even played or frankly even knew existed. The entire list is as follows:
• Limit Five-Card Omaha 8/OB
• Badugi
• Drawmaha High-Dugi
• Stud 8/OB (Three Cards Down)
• Badeucey
• Deuce to Seven Triple Draw Lowball
• Deuce to Seven Drawmaha
• Razzdeucey (Three Cards Down)
• Badacey
• Drawmaha 49
• Archie
• Drawmaha High
• Five Card Double Board Omaha 8/OB Ultimate
• Stud High-Low No Qualifier (Three Cards Down)
• Drawmaha Low-Dugi
• Drawmaha Zero
• Badugi High-Low
A collection of popular layouts and patterns made with CSS - CSS Layout
A collection of popular layouts and patterns made with CSS
Atlas Icons
Open source free icons library, available in variable stroke SVG format, web font, Figma, React, Vue and Flutter ready to use packages
CSS Position Sticky - How It Really Works! | by Elad Shechter | Medium
When an element with a position: sticky style is wrapped, and it is the only element inside the wrapper element, this element, which was defined position: sticky will not stick.
An Interactive Guide to Flexbox in CSS
When we truly learn the secrets of the Flexbox layout mode, we can build absolutely incredible things. Fluid layouts that stretch and shrink without arbitrary breakpoints. In this action-packed interactive tutorial, we'll pop the hood on the Flexbox algorithm and learn how to do remarkable things with it. ✨
Photography for geeks
It is said that composition is the most important aspect of a photograph. I disagree. An intriguing interplay of light and shadows can make a discarded candy wrapper look profound. An unflattering light makes even the most expertly framed scenery look pedestrian and dull.
Perl Advent Calendar 2022 - Create Professional Slideshows with Mojolicious::Plugin::RevealJS
Santa's elf had a problem. He had to write a presentation very fast and show it to a bunch of new elves. The email assigning this to him was sent by Santa himself. The elf started to look on MetaCPAN and found this module: Mojolicious::Plugin::RevealJS
Pluralistic: Tiktok’s enshittification (21 Jan 2023) – Pluralistic: Daily links from Cory Doctorow
Here is how platforms die: first, they are good to their users; then they abuse their users to make things better for their business customers; finally, they abuse those business customers to claw back all the value for themselves. Then, they die.
I call this enshittification, and it is a seemingly inevitable consequence arising from the combination of the ease of changing how a platform allocates value, combined with the nature of a "two sided market," where a platform sits between buyers and sellers, holding each hostage to the other, raking off an ever-larger share of the value that passes between them.
PDF document creation with Markup languages | PMPERRY [blogs.perl.org]
New, powerful features have recently been added to PDF::Builder and PDF::Table, enabling faster and easier high-level generation of PDF documents. The versions are respectively 3.025 and 1.005, and are available on CPAN.
As well as the ability to "pour" text into a document's defined page areas, and have it flow easily over pages, this new version also enables high level text formatting with markup languages, as well as much-enhanced font management. The markup supports Markdown (via Text::Markdown) and a large (and growing) subset of HTML/CSS, as well as simple paragraphs-only markup, and for the first time can be used to format cells in PDF::Table. This is far from the final version, as many improvements are in the pipeline for this functionality, and are expected to be released over the coming one to two years. These will include, among other things, proper word hyphenation and probably some form of paragraph shaping, such as Knuth-Plass. The full list (at this time) is at https://github.com/PhilterPaper/Perl-PDF-Builder/issues/195 .
Perl Testing in 2023 - DEV Community 👩💻👨💻
With my open source work, I’ve historically taken an approach which relies more on integration... Tagged with perl, tdd, test2suite.
Test2::V0 provides a good base to work with, so we add that to our project’s requirements list straight away.
We’ll round that out with:
Test2::Require::AuthorTesting to skip certain tests when run on the end user’s machine, and require the AUTHOR_TESTING environment variable to run. This is useful for tests which are very slow or require a highly specific environment to run in.
Test2::Require::Module to skip certain tests when optional modules are unavailable.
Test2::Tools::Spec to better structure our unit tests.
Test2::Plugin::BailOnFail for when your tests simply cannot carry on. Use sparingly.
Announcing Date::Parse::Modern
I'm a big fan of PHP's strtotime() so I wanted that same functionality in Perl. If you have a date/time string and need a unixtime, then strtotime() is the way to go.
I just released the first public version of Date::Parse::Modern, which is a modern replacement for Date::Parse. Not only does it support more formats than Date::Parse, it's also significantly faster.
In a perfect world this functionality (strtotime) should be in Time::Piece. It's very common in my work flow to read a log file and need to parse the date/time part of the line to a Unixtime.
POSTERS — Weinberg Art & Design
Revolutionary Snake Ensemble poster
James Weinberg is a designer, illustrator, and screenprinter out of Somerville MA. With a hands on approach he creates everything from illustration, brand identity, bookjackets, hand silkscreened posters, packaging and murals. His work has been featured in The AIGA BoNE Show, Communication Arts, Print and Uppercase.
https://vadosware.io/post/its-never-been-easier-or-harder-to-self-host-email/
Combine sources for Noto Serif & Noto Serif Display (also Sans)? · Issue #171 · notofonts/latin-greek-cyrillic · GitHub
Colleagues, are there plans to combine the .glyphs sources for Noto Serif & Noto Serif Display into one source? And the same for Noto Sans and Noto Sans Display?
simoncozens commented yesterday
We decided to do away with the "Display" versions, as they were ill-defined. (Not really opsz, not really contrast, and not consistent between Sans/Serif.) Maybe we'll bring them back one day! (Probably not.)
https://github.com/notofonts/latin-greek-cyrillic/issues/436#issuecomment-1577379159
The "display" version was not exactly optical size and not exactly contrast, and was a different implementation between serif and sans. It didn't really fit into any of the models of font variation that we support elsewhere. So they need re-thinking, harmonising, and re-drawing.