• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4336 shaares
3 / 217
Filters

Rob's Guide to Cartooning | @doodlingphysicist | Instagram

QRCode

I started monthly sketchnote meetups at my new job after giving a sketchnote workshop there last month. We had our first meetup yesterday and talked about how to add simple cartoons to sketchnotes. I made a one-page reference to guide the meetup. Of course lots of inspiration from Bruce Blitz and Jack Hamm. #sketchnote

https://www.instagram.com/p/C5XwQWhO7wE/
December 19, 2025 at 2:04:46 PM EST *
sketchnotes drawing
FILLER

Homemade Sauerkraut

QRCode

All you need to do is combine shredded cabbage with some salt and pack it into a container. The cabbage releases liquid, creating its own brining solution. Submerged in this liquid for a period of several days or weeks, the cabbage slowly ferments into the crunchy, sour condiment we know and love as sauerkraut.

https://www.thekitchn.com/how-to-make-homemade-sauerkraut-in-a-mason-jar-193124
December 19, 2025 at 1:50:12 PM EST *
recipe fermentation
FILLER

How to Write Online Workshop

QRCode

In this video, I break down the basics of online writing. It’s the most distilled version of everything I teach in Write of Passage.

You can find notes from the workshop here: https://www.notion.so/bronsonchang/David-Perell-How-to-Write-Online-Workshop-2021-02-10-6cfaff84afd84b6592db2eb4461b3e40

I talk about:
How to improve your ideas through note-taking
How to write so people will want to read your work
How to build an audience of like-minded people

https://m.youtube.com/watch?v=1MNS21b6O_s
December 19, 2025 at 1:42:47 PM EST *
youtube blog writing
FILLER

Gel Printing Faux Cyanotype Effect | Nadya Borisevich art

QRCode

#gelplateprinting #cyanotype #gelprinting #creativeideas #botanicalart

https://m.facebook.com/watch/?v=762225786665979&vanity=100064310964243&http_ref=eyJ0cyI6MTc2MTY4MDgwODAwMCwiciI6Imh0dHBzOlwvXC9tLmZhY2Vib29rLmNvbVwvd2F0Y2hcLz92PTc2MjIyNTc4NjY2NTk3OSZ2YW5pdHk9MTAwMDY0MzEwOTY0MjQzIn0%3D
December 19, 2025 at 1:39:17 PM EST *
gelli printing
FILLER

How to Paint a Door: My Best Tips for Painting Interior Doors! - Driven by Decor

QRCode

Want tips for painting a door like a pro? I'm sharing my favorite door colors, painting supplies, and step by step how-to for getting the job done right!

https://www.drivenbydecor.com/how-to-paint-interior-door-like-pro/
December 19, 2025 at 1:37:05 PM EST *
painting doors home
FILLER

No Soup For You Project | ChampagneVideo

QRCode

In 1995, a man began selling soup in the Upper West Side. New Yorkers were stunned. Stunned by soup. He was truly a genius. The bisques, the...

https://champagnevideo.bigcartel.com/no-soup-for-you-project
December 19, 2025 at 1:25:50 PM EST *
recipe
FILLER

Mastering Photoshop With Paths — Smashing Magazine

QRCode

Anomalously residing within the pixel-gridded world of Photoshop are a series of tools waiting to break out of the canvas' inherent squareness. Mastering these tools opens the stage for a higher level of flexibility, full of clean lines and non-destructive editing. Presented here is a guide to help you build proficiency, increase productivity and demystify the elusive world of Paths. [Updated February/28/2017]

https://www.smashingmagazine.com/2009/08/mastering-photoshop-with-paths/
December 19, 2025 at 12:27:04 PM EST *
illustrator tutorial photoshop
FILLER

Your job is to deliver code you have proven to work

QRCode

As software engineers we don’t just crank out code—in fact these days you could argue that’s what the LLMs are for. We need to deliver code that works—and we need to include proof that it works as well. Not doing that directly shifts the burden of the actual work to whoever is expected to review our code.

https://simonwillison.net/2025/Dec/18/code-proven-to-work/
December 18, 2025 at 2:13:28 PM EST *
programming testing career
FILLER

Migrating to Gemini 3: Implementing Stateful Reasoning with Thought Signatures

QRCode

When performing multi-turn operations (specifically Function Calling), the client must pass this signature back in the subsequent request. This ensures the model resumes execution from the exact state where it halted, rather than re-computing context from the raw message history. Omission results in an invalid_argument error or non-deterministic behavior.

https://medium.com/google-cloud/migrating-to-gemini-3-implementing-stateful-reasoning-with-thought-signatures-4f11b625a8c9
December 17, 2025 at 2:28:17 PM EST *
ai llm gemini
FILLER

My CSS selector strategy  •  Stuff & Nonsense

QRCode
  • Element selectors keep styles as global as possible

  • ID selectors identify things (one per page)

  • Class selectors classify things
    Quite often, I’ll style those child elements using a descendant selector:

    # video > p
  • Attribute selectors vary things

    .layout { […] }
    [data-layout="bartok"] { […] }
https://stuffandnonsense.co.uk/blog/my-css-selector-strategy
December 17, 2025 at 1:27:56 PM EST *
css webdesign
FILLER

Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10

QRCode

This talk focuses on that evil little term “UX/UI,” which is responsible for so much confusion and tension in open-source projects. Not only does it unnecessarily pit programmers against designers, but it also limits our vision of what we could be doing.

jenson.org

  • Could - Should - Might - Don't

  • Non-designers think of UX/UI as pixels-only: icons

  • Designers think statistically (opinions), Programmers think mathematically

  • 24:25 - "The most common product mistake is rushing." (more and more stuff)

  • Loops are better than individual controls

  • The iphone is a consumer machine, not productivity

https://www.youtube.com/watch?v=1fZTOjd_bOQ
December 17, 2025 at 11:52:09 AM EST *
ux design webdesign mastodon youtube
FILLER

Decentralizing quality || Matt Ström-Awn, designer-leader

QRCode

Why moving judgment to the edges wins in the long run

Quality is the degree to which a product or service meets or exceeds user expectations.

Building quality software is already hard. Centralized quality starts and ends with leadership-driven quality standards and reviews, where a single stakeholder reviews our work and decides whether it meets their standards. This has been the standard at every company I’ve worked with; design and engineering are both taught through critique and reviews from the earliest stages of production to the final delivery of a complete product. This approach can work brilliantly when executed with precision, but it creates a bottleneck: no matter how talented, a single person can only review so much.\

Decentralized quality means putting quality in the hands of workers, not managers.

https://mattstromawn.com/writing/decentralizing-quality
December 9, 2025 at 12:47:08 PM EST *
design programming career
FILLER

Pikaday

QRCode

A friendly guide to front-end date pickers!

https://pikaday.dbushell.com/
December 9, 2025 at 12:36:33 PM EST *
javascript jquery dates forms webdesign
FILLER

Building a Simple Search Engine That Actually Works - Build it yourself | Software Development Blog - Karboosx

QRCode

You don't need Elasticsearch for most projects. I built a simple search engine from scratch that tokenizes everything, stores it in your existing database, and scores results by relevance. Dead simple to understand and maintain. - Build it yourself

https://karboosx.net/post/4eZxhBon/building-a-simple-search-engine-that-actually-works
December 9, 2025 at 12:26:58 PM EST *
search llm
FILLER

Color Palette Pro

QRCode
https://colorpalette.pro/
December 9, 2025 at 12:24:01 PM EST *
colorscheme color
FILLER

Grid Paper - daverupert.com

QRCode

After 15 minutes of getting frustrated I said “I can build this.” And so I did using HTML, CSS, and the tiniest bit of JavaScript. And because it’s a webpage… why limit myself to one kind of grid? I’m able to support ~7 grids types using different kinds of background gradients:

Grids
Dot Grids
Isomorphic Grids
Isomorphic Dot Grids
Dual Hex Grids
Perspective Grids
Two-Point Perspective Grids

https://daverupert.com/2025/11/grid-paper/
December 9, 2025 at 12:19:55 PM EST *
drawing grid notebook
FILLER

GitHub and the Perl License | Mikko Koivunalho [blogs.perl.org]

QRCode

The Solution: Separate License Files
The simplest and most effective solution is to provide each license in its own dedicated file. This allows Licensee to easily identify and display both licenses. This is perfectly valid because the Perl 5 license explicitly allows for distribution under either the Artistic License or the GPL. Providing both licenses separately simply makes it clearer which licenses apply and how they are presented.

https://blogs.perl.org/users/mikko_koivunalho/2025/11/github-and-the-perl-license.html
December 9, 2025 at 12:18:24 PM EST *
perl github
FILLER

My Workout with KneesOverToesGuy! | Tim Ferriss

QRCode

My workout with Ben Patrick, better known as “Kneesovertoesguy” (@TheKneesovertoesguy). Ben is the founder of Athletic Truth Group (ATG), an online and brick-and-mortar training system rooted in rehabilitative strength and joint health. After years of debilitating knee and shin pain (including multiple surgeries), he rebuilt his body and performance, going from a sub-20″ vertical to a documented 42″ leap.

https://www.youtube.com/watch?v=xpM4V6O9f6w
November 19, 2025 at 9:37:51 AM EST *
ferriss workout fitness youtube
FILLER

dead framework theory - React

QRCode

React isn’t competing with other frameworks anymore. React has become the platform.

you’re not just competing with React—you’re competing against a self-reinforcing feedback loop between LLM training data, system prompts, and developer output that makes displacing React functionally impossible.

https://joshcollinsworth.com/blog/self-fulfilling-prophecy-of-react

React isn’t great at anything except being popular.

https://aifoc.us/dead-framework-theory
November 17, 2025 at 1:46:56 PM EST *
javascript react
FILLER

How To Easily Remove Backgrounds In Photoshop

QRCode

This beginner friendly tutorial will show you how to cut out an image in Photoshop. Many struggle to refine hair selections when creating subject masks, however this video takes you through the steps of how to remove background around lots of hair.

For this photoshop tutorial, I chose an image from a not ideal situation, demonstrating one method of cutting out hair from an extremely busy background.

https://www.youtube.com/watch?v=ubN_L9ug58w
November 6, 2025 at 2:50:24 PM EST *
photoshop youtube
FILLER
3 / 217
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