• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4289 shaares
3 / 215
Filters

Honda Civic - No A/C

QRCode

In this video we have a look at this 2003 Honda Civic 1.7 that came in with a complaint of no A/C or blowing warm air out of the vents when the a/c was turned on. It was a fun fix because it had a little twist at the end that almost got missed but ended up being a good fix. Some times it is a little more than just being low on refrigerant.

How Car AC Systems Work and How to Diagnose AC System Issues For Beginners BY: Ratchets And Wrenches - https://www.youtube.com/watch?v=wtRZ5xTaIOI

How a Car AC System Works - For Beginners BY: Ratchets And Wrenches - https://www.youtube.com/watch?v=-INZ2sRrsuo

https://www.youtube.com/watch?v=DNx0X4INfiw
August 15, 2025 at 2:31:36 PM EDT *
cars
FILLER

How to Cook Perfect Rice on the Stove — The Mom 100

QRCode

All it takes to know How to Cook Perfect Rice on the Stove. Get fluffy, non-sticky white grains every time with the best white rice recipe.

https://themom100.com/recipe/how-to-cook-perfect-rice-on-the-stove-2/
August 13, 2025 at 7:35:26 PM EDT *
recipe
FILLER

Homemade Strawberry Shortcake - Sally's Baking

QRCode

New & improved recipe! This recipe for strawberry shortcake is homemade with fluffy whipped cream, juicy strawberries, and sweet biscuits.

I downloaded the recipe.

https://sallysbakingaddiction.com/easy-homemade-strawberry-shortcake/
August 11, 2025 at 11:20:08 AM EDT *
recipe dessert
FILLER

A Friendly Introduction to SVG • Josh W. Comeau

QRCode

SVGs are one of the most remarkable technologies we have access to on the web. They’re first-class citizens, fully addressable with CSS and JavaScript. In this tutorial, I’ll cover all of the most important fundamentals, and show you some of the ridiculously-cool things we can do with this massively underrated tool. ✨

https://www.joshwcomeau.com/svg/friendly-introduction-to-svg/
August 8, 2025 at 2:15:23 PM EDT *
svg
FILLER

A Beginner’s Guide to Good Ukulele Technique | Ukulele Magazine

QRCode

Here are some beginner technique tips for ukulele to avoid learning some bad habits that make things more difficult later.

https://ukulelemagazine.com/lessons/a-beginners-guide-to-good-ukulele-technique
August 8, 2025 at 2:15:09 PM EDT *
ukulele
FILLER

An unofficial guide to block printing - Austin Kleon

QRCode

If you’re brand new to block printing, Speedball makes a really handy beginner’s kit that includes:

  • a block to carve (these Speedy Cut blocks are soft and easy)
  • a lino handle with cutters to carve with
  • ink (water soluble cleans up easy)
  • a soft rubber brayer (I really like little ones for detail work)

I also recommend:

  • tracing paper
  • a soft, dark pencil
  • a baren (again, I prefer a little felt one for detail work)
  • some cheap paper to experiment — I particularly love to print on pages from the newspaper and old books that are falling apart
https://austinkleon.substack.com/p/an-unofficial-guide-to-block-printing
August 4, 2025 at 4:00:34 PM EDT *
printing
FILLER

things you can do –with uv | Lars Grams

QRCode

What is this post about In this post, I’ll dive into a powerful feature of uv: the --with option. I’ll explain how it works, share practical examples, and show how it solved a key challenge in my latest tool, ayu. But first of all…

https://zaloog.github.io/2025/07/07/uv-with.html
August 4, 2025 at 3:56:49 PM EDT *
python
FILLER

Nate Berkus' Chic Alternative To Vertical Blinds For Sliding Glass Doors

QRCode

Nate Berkus recommends installing chic full-length drapes at either side of glass doors to elevate any home interior. Choose classic linen or sheer fabrics.

https://www.instagram.com/reel/DBG6ld5vBuR/?utm_source=ig_embed
https://www.housedigest.com/1692572/diy-curtain-rods-wood-dowels-unique/
https://www.amazon.com/KAMANINA-Replacement-Finials-Curtain-Standard/dp/B0CMPYLB1T/?tag=staticmedia-housedigest-20&th=1

https://www.theshadestore.com/blog/how-to-install-curtain-rods/

https://www.housedigest.com/1921795/sliding-glass-doors-window-treatment-vertical-blinds-alternative-nate-berkus-hgtv
August 1, 2025 at 10:02:45 AM EDT *
home 918c doors
FILLER

Stop Building AI Tools Backwards | Hazel Weakly

QRCode

My favorite (evidence backed) theory on how humans learn is Retrieval Practice.
https://www.learningscientists.org/blog/2024/3/7/how-does-retrieval-improve-new-learning

Humans don’t really learn when we download info into our brain, we learn when we expend effort to pull that info out. This has some big implications for designing collaborative tooling!

The “thing” that we learn most effectively is not knowledge as we typically think of it, it’s process. This should be intuitive, if we put into a bit of a more natural context. Imaging learning baking for a moment: Do you teach someone to bake a cake by spitting out a fact sheet of ingredients and having them memorize it? Or do you teach them the process?

https://hazelweakly.me/blog/stop-building-ai-tools-backwards/#stop-building-ai-tools-backwards
July 25, 2025 at 9:09:13 AM EDT *
ai learning
FILLER

Things You Didn't Know About GNU Readline

QRCode

If you feel, not unreasonably, that both Vim and Emacs’ keyboard command systems are bizarre and arcane, you can customize Readline’s key bindings and make them whatever you like. This is not hard to do. Readline reads a ~/.inputrc file on startup that can be used to configure various options and key bindings. One thing I’ve done is reconfigured Ctrl-K. Normally it deletes from the cursor to the end of the line, but I rarely do that. So I’ve instead bound it so that pressing Ctrl-K deletes the whole line, regardless of where the cursor is. I’ve done that by adding the following to ~/.inputrc:

https://twobithistory.org/2019/08/22/readline.html
July 25, 2025 at 9:05:49 AM EDT *
linux readline
FILLER

Fine Tuning Python WSGI and ASGI applications for Flask, Django, and FastAPI

QRCode

Firstly covering the simpler of the two options, the ASGI/WSGI web server that goes between your Python code in the web framework and the users who have a web browser:

Gunicorn is the most popular WSGI server
Uvicorn is an ASGI server. It is both a standalone server as well as a plugin for Gunicorn
Hypercorn is an alternative that supports both WSGI and ASGI

https://tonybaloney.github.io/posts/fine-tuning-wsgi-and-asgi-applications.html
July 15, 2025 at 3:14:15 PM EDT *
python plack
FILLER

An Experienced (Neo)Vimmer's Workflow

QRCode

A guy decides to show off his Neovim setup.

https://seniormars.com/posts/neovim-workflow/
July 15, 2025 at 3:06:36 PM EDT *
neovim
FILLER

Dante Lab at Dartmouth College: Reader

QRCode

Dante Lab at Dartmouth College: a customizable digital tool for scholars of Dante Alighieri's Divine Comedy. DanteLab.Dartmouth.edu

http://dantelab.dartmouth.edu/reader
July 15, 2025 at 3:03:08 PM EDT *
dante books
FILLER

SVGs that feel like GIFs | Vincent D. Warmerdam

QRCode

The moving image below is only 49Kb and has an incredibly high resolution. It's similar to a GIF but instead of showing moving images, it shows moving SVGs!

Getting these to work involves asciinema and svg-term-cli. After uploading the asciinema you can use the tool to download a file that you can immediately click and drag into a README, or you can use this snippet to keep things local:

https://koaning.io/posts/svg-gifs/
July 15, 2025 at 1:38:03 PM EDT *
svg animation screencast
FILLER

GitHub - theopfr/somo: A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.

QRCode

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS. - theopfr/somo

https://github.com/theopfr/somo
July 15, 2025 at 1:37:25 PM EDT *
linux networking
FILLER

GitHub - obra/Youtube2Webpage: I learn much better from text than from videos

QRCode

I learn much better from text than from videos.

Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video with a transcript generated from the video's closed captions paired with screenshots of the video.

./yt-to-webpage.pl project-name "videoURL"

https://github.com/obra/Youtube2Webpage
July 15, 2025 at 11:18:20 AM EDT *
perl youtube
FILLER

Mastering JQ: Part 1 - by Tyler Adams - CodeFaster

QRCode

This is the first part of an ongoing series on mastering jq. jq is a valuable tool that every fast coder has in their tool chest. It contains depths of immense power. In part 1, we'll start off with the basics.

https://codefaster.substack.com/p/mastering-jq-part-1-59c
July 10, 2025 at 11:44:11 AM EDT *
json
FILLER

Sot GameTorch

QRCode
https://gametorch.app/blog/software-engineering-talent
July 10, 2025 at 11:28:16 AM EDT *
ai programming lifehacks career
FILLER

The True Story of Tamara de Lempicka and the Art of Survival | Museum of Fine Arts Boston

QRCode

Directed by Julie Rubio (USA, 2024, 96 min.). Massachusetts premiere.

With her distinctive high-gloss sensual nudes and cooly elegant portraits of high society in the Jazz Age, Polish Jewish artist Tamara de Lempicka (1894–1980) helped define Art Deco style and the glamour and transgressive vitality of post WW1 Paris. After stunning the art world in the 1920s with her showstopping work, which mixed cubist and neoclassicist styles, Lempicka fled to the United States in 1940 amidst the rise of fascism in Europe.

https://www.mfa.org/event/film/the-true-story-of-tamara-de-lempicka-and-the-art-of-survival
July 3, 2025 at 9:14:00 AM EDT *
art inspiration drawing
FILLER

Making Windows 11 Usable | Aleksandr Hovhannisyan

QRCode

My recommended settings for a fresh installation of Windows 11.

https://www.aleksandrhovhannisyan.com/blog/making-windows-11-usable/
July 3, 2025 at 9:08:52 AM EDT *
windows
FILLER
3 / 215
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community