home.social

#snippets — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #snippets, aggregated by home.social.

fetched live
  1. My first #release on github! #btText v1.0 is out (MIT LICENSE).
    Description: btText is a lightweight and #accessible Windows desktop application for managing and reusing text #snippets. It keeps frequently used text in a searchable SQLite database and can paste snippets into other Windows applications through the #clipboard. Optional #hotstrings and configurable global hotkeys make common snippets available without leaving the active application.
    Runs on Windows 11 and is written in Python.
    github.com/adkurz/btText

  2. I finally made the transition from #Vim to #EVi, and it seems to have gone mostly smoothly. #UltiSnips was the only casualty, though I'm sure I could get it to work if I tweaked around for a while longer. Anyway, I don't know if I want to get UltiSnips working since it seems to have a CLAUDE.md file in its repo, which would seem to defeat the purpose of using EVi in the first place. Perhaps this is a good time to try doing #snippets ‘the old fashioned way’.

  3. Task: save all messages in the (IMAP) mail folder, if using aerc client.

    Solution: use aerc commands and `formail` formatter from procmail package

    Snippet:
    # select all messages
    1. :mark -a
    # pipe each one to formail, which in turn will call cat
    2. :pipe -m sh -c 'formail -s sh -c "cat > ~/path/\$(uuid).eml"'

    #aerc #mail #snippets

  4. Open-sourcing a few reusable Play date #Lua gameplay systems from #Airborne! PD

    Spent some time extracting and cleaning up a few reusable Lua #snippets from Airborne! PD for Playdate.

    Mostly focused on:

    • animated sprite mechanics
    • object pooling
    • data-driven wave systems
    • per-frame sprite accounting
    • datastore persistence
    • lightweight rendering tricks
    • achievement persistence system

    These are small engineering notes and reusable gameplay patterns developed while building a performance-conscious Playdate project on constrained hardware.

    Thought some of them might help newer #Playdate #developers getting started with optimization and gameplay systems.

    Public repo:

    github.com/DaveLeonard/airborne-public

  5. Besoin d'un bout de code sous la main ou curieux de voir mes notes de dev ? 💻

    Je viens de centraliser mes derniers #snippets directement sur mon instance #ByteStash. C'est propre, c'est du fait maison et c'est dispo en accès public juste ici :

    👉 bytestash.blablalinux.be/publi

    Sers-toi et dis-moi si ça te dépanne ! 😎

    #SelfHosted #OpenSource

  6. O dia em que o Brasil ousou encarar o Google

    Cade reconhece, enfim: há sinais claros de que corporação apropria-se de conteúdos jornalísticos, manipula-os, monetiza-os e engorda seus lucros com ele. A quem produz, restam apenas os custos. Empresa será investigada. Pode ser primeiro passo para ampla regulação das big techs

    outraspalavras.net/tecnologiae

  7. New post: The Markdown Link no. 15

    Among today’s links are markdown editors Plumio and MultiMarkdown Composer, notes app Snippets, wireframe editor Mockdown, and markdown browser Hike.

    md-handbook.com/blog/markdown-

    #markdown #markdowneditors #Mockdown #Snippets #Hike #Plumio #MultiMarkdownComposer

  8. It’s the 18-Year Anniversary of when my mom, Patricia and I first began the 5-month process of recording our album. We started the project on January 3rd and wrapped it up in May (2008).

    This is Part 2 and the last five Snippets from our Little Blue Suitcase CD/Album.

    #acoustic #tenorguitar #musicduo #alaska #snippets #video #songs #motherandson #guitarplayer #compactdisc #album #tentracks #wonderfulmemories #music

    youtube.com/watch?v=p7ktdG8KkgI

  9. 8.0.0 — Smash That Like Button

    WordPress ActivityPub 8.0.0 makes your blog more interactive in the Fediverse: visitors can Like/Boost posts directly on-site, with faster repeat interactions and clearer guidance. New Fediverse block patterns/templates speed setup, a pre-publish panel suggests post formats, community snippets land in-repo, and remote media caching is rebuilt for reliability. PHP 7.4+ required.

    activitypub.blog/2026/03/05/8-

  10. java.evolved Code Snippets: Every old Java pattern next to its clean, modern replacement — side by side

    #code #java #pattern #snippets

    javaevolved.github.io/

  11. Javascript Fundamentals for React JS and React Native Learners

    This repository contains examples and code snippets of the most commonly used array methods and JavaScript fundamentals in web development.

    github.com/gokayburuc/js-funda

    #javascript #learn #programming #snippets

  12. Javascript Array Methods for Learners - Part V

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #code #snippets #note #programming

  13. Javascript Array Methods for Learners - Part IV

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #programming #snippets #code #note

  14. Javascript Array Methods For Learners - Part III

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #programming #snippets #code #note

  15. Javascript Array Methods for Learners - Part II

    Below you will find quick flashcards for JavaScript array methods.

    #javascript #snippets #programming #notes #code

  16. Javascript Array Methods For Learners - Part I

    While compiling my JavaScript notes, I decided to share these ready-made code snippets visually as well.Below you will find quick flashcards for JavaScript array methods.

    #javascript #snippets #code #learn #programming #notes

  17. il y a du ménage et du rangement à faire, vous ne rangez pas tous vos métadonnées en même temps hein, mais j'ai enfin mis à jour mon import d'abonnements à des flux web vers une sorte de blogroll.

    - le résultat 11d.im/notices/ecosysteme/
    - le template 11ty : codeberg.org/taniki/11d.im/src
    - le script codeberg.org/taniki/11d.im/src

    #eleventy #snippets

  18. 𝟯𝟬 𝘀𝗲𝗰𝗼𝗻𝗱𝘀 𝗼𝗳 𝗰𝗼𝗱𝗲:

    #Snippets #30secondsofcode

    thewhale.cc/posts/30-seconds-o

    30 seconds of code provides a wide variety of snippet and article collections for all your development needs. Explore individual language collections or browse through collections about specific topics and programming concepts.