Linux for UX Designers - What I learned after a year of doing design work on Linux
My experience with moving from Mac to Linux for professional UX and UI design work and how to make the switch yourself.
How To Treat Achilles Tendon Pain | The Ready State
Looking for ways how to treat Achilles tendon pain? I’ll show you how in this article. Explore stretches, exercises, and remedies for a pain-free, active life.
Schizoid personality disorder - Wikipedia
Schizoid personality disorder is a personality disorder characterized by a lack of interest in social relationships, a tendency toward a solitary or sheltered lifestyle, secretiveness, emotional coldness, detachment, and apathy. Affected individuals may be unable to form intimate attachments to others and simultaneously possess a rich and elaborate but exclusively internal fantasy world. Other associated features include stilted speech, a lack of deriving enjoyment from most activities, feeling as though one is an "observer" rather than a participant in life, an inability to tolerate emotional expectations of others, apparent indifference when praised or criticized, a degree of asexuality, and idiosyncratic moral or political beliefs.
Symptoms typically start in late childhood or adolescence.
Suicide may be a running mental theme for schizoid individuals, though they are not likely to attempt it.
VIP Tour of The Museum of Printing with Frank Romano
VIP Tour of The Museum of Printing with Frank Romano, Museum Curator and Industry Icon, followed by Jim Hamilton, VP MoP Board of Directors
Open Source Alternatives to Popular Software – OpenAlternative
OpenAlternative is a community-driven list of open source alternatives to proprietary software and applications. Discover the best tools for your needs.
How To Build a Desk with Butcher Block and Pipes | Family Handyman
Made with black pipe and IKEA butcher-block countertop, this pipe desk is the perfect home office upgrade. Learn how to build a pipe desk.
Materials Required
24-in. pipe (4)
6-in. pipe (4)
70 in. pipe (1)
8-in. pipe (4)
Cap (4)
Floor flange (4)
IKEA Karlby countertop
No. 12 1-1/4-in. wood screw (16)
Tee fitting (6)
Best Practices for Docker to run SQL Server on a Mac
Check out this consolidated list of things you can (or should) do when using Docker to run SQL Server on a Mac.
Safer table saw methods for tricky cuts - FineWoodworking
Stay safe using a table saw by avoiding trapped workpieces. Learn about push sticks, push pads, and safer cutting methods for effective woodworking.
The primary question to ask is this: Is my workpiece trapped between the fence and the blade during this cut? If the answer is yes, then another question follows: Does it have to be?
https://www.finewoodworking.com/project-guides/shop-machines/how-to-use-a-tablesaw-safetly
(#233–May/June 2013 Issue)
How to Repair Broken Concrete Stairs - Quick and Easy
In this video I show you how to easily repair broken concrete stairs with Quikcrete quick-setting cement.
Items I used for this repair:
Tapcon Screws - https://amzn.to/3aGWLsj
Drill bit - https://amzn.to/3nph17a
Cement - https://amzn.to/3t4ux1m
Bonding Adhesive - https://amzn.to/3UL1Cxs
Drill - https://amzn.to/3nt7pIH
Wire Brush - https://amzn.to/2PrRnC2
Trowel - https://amzn.to/3tZwgWU
Cold Chisels - https://amzn.to/3aKKXFy
Sponge - https://amzn.to/32TQ8yH
My Favorite Hammer EVER! - https://amzn.to/3eDEY6C
https://www.youtube.com/watch?v=JOXBBujIIYM
https://www.housebeautiful.com/home-remodeling/diy-projects/a43471159/how-to-repair-concrete-steps/
XyProblem - Greg's Wiki
In other words:
User wants to do X.
User doesn't know how to do X, but thinks they can fumble their way to a solution if they can just manage to do Y.
User doesn't know how to do Y either.
User asks for help with Y.
Others try to help user with Y, but are confused because Y seems like a strange problem to want to solve.
After much interaction and wasted time, it finally becomes clear that the user really wants help with X, and that Y was a dead end.
Great Animations
What it takes to craft great animations.
- Great animations feel natural
- Great animations are fast
- Great animations have a purpose
- Great animations are interruptible
How not to use box shadows
So you think you know box shadows huh? I bet you didn't know they could do this.
Olympic keepsakes by MUTI on Dribbble
Olympic keepsakes designed by MUTI. Connect with them on Dribbble; the global community for designers and creative professionals.
When life gives you lemons, write better error messages
About a year ago at Wix, we abruptly realized that, too often, we were not giving users the answers to these questions. When we got this wake-up call, we felt compelled to act swiftly, and not just to address the one error message that woke us up.
This is an example of a bad error message. It uses an inappropriate tone, passes the blame, speaks in technical jargon and is too generic.
https://medium.com/deliveroo-design/how-to-write-any-error-message-7a3348cce594
35 Phrases To Set Boundaries Firmly and Fairly, According to Mental Health Pros
- I need you to play on your own for some time.
- Let's compromise.
- I need you to do this first. Then, we can do X.
- While I trust your judgment, I still need you to follow some rules. We can discuss them together.
- I cannot agree to this. You have to meet me halfway on this issue.
- I need some more time to process this. Let’s revisit this later after I have had a chance to think about it.
- We know you mean well, but we are different. Can you respect the difference?
- This is what I need.
- I respect what you want, and I understand it. Unfortunately, I am not comfortable yet saying yes.
- I need you to help me.
- I understand you are doing something, but I need you to X.
- I understand you need my help, but I cannot work on this right now.
Magic Color Picker
The Text2Color API allows you to convert text descriptions of colors in any language into their corresponding color codes. This API uses advanced language processing to interpret color descriptions and return accurate color representations in various formats including HEX, RGB and CMYK.
Fix Your Webcam Setup for Webinars and Video Recordings - Wistia Blog
Learn how to fix your webcam setup with the best equipment (lights, camera, microphone) and the techniques to keep your viewers and attendees engaged with your recordings and webinars.
While buying a full video lighting kit (or rigging up a DIY video lighting kit) is an option, a simple lamp or LED light can work as a fill light in a pinch. Point it away from your face and toward a brightly colored wall to bounce light around the room. This is exactly how the pros do it!
https://support.apple.com/guide/mac-help/use-iphone-as-a-webcam-mchl77879b8a/mac
https://wistia.com/learn/production/best-iphone-camera-settings-for-video
How to Make an Envelope Out of (Almost) Anything
You can make an envelope out of pretty much any flat, paper-like material! All you have to do is make a template, trace around it, cut, and glue.
Coding my Handwriting — Amy Goodchild
Coding my handwriting in Javascript - how I did it and what I’m doing with it.
https://www.amygoodchild.com/blog/generating-the-alphabet
As a summary, I created it by:
-
Writing code to define key points in each letter’s paths (~10 points per letter).
-
Smoothing those paths using Chaikin’s curve algorithm.
-
Turning the path into a shape for variable thickness along the length.
-
Draw the shape paths using p5js.