Bookmark
Prompt chaining
https://www.ibm.com/think/topics/prompt-chaining, posted 28 Nov by peter in ai development nlp reference toread
Prompt chaining can enhance the effectiveness of AI assistance in various domains. By breaking down complex tasks into smaller prompts and chaining them together, developers can create more personalized and accurate responses tailored to individual users’ needs. This approach not only improves the overall user experience but also allows for greater customization and adaptability in response to changing user requirements or application scenarios[3].
Bookmark
Argh: The Natural CLI
https://pythonhosted.org/argh/, posted 2 Sep by peter in development free opensource python reference
Argh provides a wrapper for argparse. Argparse is a very powerful tool; Argh just makes it easy to use.
Bookmark
Kräftodling
https://www.svensktvattenbruk.se/46/att-driva-vattenbruk/vattenbruksinriktning-och-teknik/kraftodling.html, posted 16 Aug by peter in environment food inswedish nature reference
Kräftor odlas idag för både utplantering och för konsumtion. Odling av sötvattenskräftor sker oftast i grunda grävda dammar där kräftorna både lever av den föda som förekommer naturligt i dammen samt av foder. För att minska risken för predation från exempelvis häger är det dock viktigt att strandkanterna inte är för grunda. Kräftodling sker i många fall också utan extra matning och skötsel (så kallad extensiv odling) i jorddammar på jordbruks- och skogsbruksfastigheter.
Bookmark
box-decoration-break
https://developer.mozilla.org/en-US/docs/Web/CSS/box-decoration-break, posted Apr '25 by peter in css development html reference webdesign
The
box-decoration-breakCSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.
Not the biggest problem in the world, but it's annoying when you're trying to use borders around words or phrases in paragraphs of text and the result looks like crap because of line breaks. Glad to know there's a simple solution.
I randomly learned this trick today from a newsletter by Victor Ponamariov so thanks for that!
Bookmark
What Is Linear Phase EQ? The Complete Guide
https://audiosorcerer.com/post/what-is-lnear-phase-eq/, posted Apr '25 by peter in audio music reference toread
In the world of audio processing, the use of linear phase EQs has become increasingly popular among mixing and mastering engineers. Unlike traditional equalizers that can introduce phase shifts and distortions, linear phase EQ maintains a consistent phase response across all frequencies. This is achieved by delaying the audio signal, allowing for precise control over the harmonic spectrum without affecting the original tonal balance.
Why is this important? The significance of linear phase EQ lies in its capability to achieve a more transparent sound than standard EQs. This makes it particularly valuable in mixing and mastering applications where clarity and definition are paramount.
By reading this article, you will gain a comprehensive understanding of what linear phase EQ is, how it works, its key features and benefits, practical applications in mixing and mastering, and how it compares to standard equalizers.
Bookmark
Coreutils Gotchas
https://www.pixelbeat.org/docs/coreutils-gotchas.html, posted Aug '24 by peter in development documentation howto reference shell toread
We make very careful considerations about the interface and operation of the GNU coreutils, but unfortunately due to backwards compatibility reasons, some behaviours or defaults of these utilities can be confusing.
Bookmark
Python Practical Package Packing 2024
https://matt.sh/python-project-structure-2024, posted Jul '24 by peter in development howto python reference toread
requirements.txt(or “requirements insetup()call”) is not a valid way to manage dependencies — and it hasn’t been for the past 5+ years. If you are still usingrequirements.txtit shows you need professional help. luckily, i’m a professional.Let’s go over some bad / good / example practices for living your best python life in 2024.
Bookmark
What is a Vector Database & How Does it Work? Use Cases + Examples | Pinecone
https://www.pinecone.io/learn/vector-database/, posted Jun '24 by peter in ai development reference storage toread
A vector database indexes and stores vector embeddings for fast retrieval and similarity search, with capabilities like CRUD operations, metadata filtering, horizontal scaling, and serverless.
Bookmark
How to think about HTML responsive images
https://danburzo.ro/responsive-images-html/, posted Apr '24 by peter in css development graphics howto html reference webdesign
Here’s how I made sense of responsive image content, progressing from simpler to more complicated — and then back to simple.
Bookmark
What I wish I’d known about Yocto
https://docs.yoctoproject.org/what-i-wish-id-known.html, posted Apr '24 by peter in development documentation linux reference
Using the Yocto Project is fairly easy, until something goes wrong. Without an understanding of how the build process works, you’ll find yourself trying to troubleshoot “a black box”. Here are a few items that new users wished they had known before embarking on their first build with Yocto Project. Feel free to contact us with other suggestions.