Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
2024-03-03 13:48:51

You can now create HTML and CSS fragments in Kitten.
This introduces two new file extensions (.fragment.html and .fragment.css) and you can import these fragments into your pages and into other components and fragments as if they were JavaScript modules*.
HTML fragments also support slots.
Example:

Screenshot of terminal window on left, web browser on right.

Terminal window has hx (Helix Editor) 
running, showing 23 lines of code, with the first two highlighted:

import Styles from './Styles.fragment.css'
import Markup from './Markup.fragment.html'

export default async () => kitten.html`
  <page css>
  <h1>HTML and CSS fragments</h1>

  <${Markup}>
    <div>I’m content from index.page.js for the default slot.</div>
    <content for='other'>
      <div>I’m content from index.page.js for …
Screenshot of terminal window showing hx (Helix Editor) with two panes.

Left pane, selected, shows source of Markup.fragment.html:

<div class='box'>
  <p>I’m some HTML from Markup.fragment.html.</p>

  ${SLOT}

  <p>I’m some other HTML Markup.fragment.html.</p>

  ${SLOT.other}
  
  <p>I’m yet more HTML Markup.fragment.html.</p>
</div>

Right pane shows source of Styles.fragment.css:

/* I’m some CSS */
:root {
  --accent-colour: red;
  --border-width: 2px;
}

div {
  border: var(--border-wid…
@usul@piaille.fr
2024-04-04 05:53:13

Trouvaille du jour
Open-Source Observability | SigNoz
signoz.io/

@jamesthebard@social.linux.pizza
2024-04-04 19:13:55

Hrmm, just finished setting up Immich on the homelab and it is pretty damned impressive so far. Got it saving the libraries to NFS, certs all setup, and up uploading all the photos. The iOS app is pretty solid as well. No issues so far, but we'll see how this goes. Also, that poor, poor VM... #homelab

A screenshot of the main Immich page showing a very, very Google Photos-like webpage.  The top row shows the "N years since" roll, and below that is the photos organized by date.  The left-hand pane shows various options like Explore, Map, Sharing...
The `btop` listing showing the Immich server (`narcissus`) being absolutely slammed with 4C/4T allocated to the VM.
@Infrogmation@mastodon.online
2024-05-03 16:10:16

Weathered windows, Uptown New Orleans.
Photographs by Infrogmation of New Orleans.
@…
#Windows #NOLA

Detail of wood and stucco building, a protruding balcony window upstairs; some of the wooden slats below the window have decayed and fallen down.
Tall double-hung window in decrepit building covered with vines.
Detail of 19th century wooden building with some carved "gingerbread" style decorative wooden details.  Looking to set of three windows in center of attic above porch; most of the panes of glass are missing.
Side of a once grand old  3 story house divided into apartments. Some windows have air-conditioners, some drawn shades, and some wooden boards behind them. At center a large window retains old decorative stained glass; the top of the center pane is slightly open.
@rcassano@mastodon.world
2024-04-02 13:47:30

Você pode seguir o Brogue também pelo #flipboard
flipboard.com/@rcassano76/brog

@khalidabuhakmeh@mastodon.social
2024-02-28 16:36:51

I really should use #JetBrainsRiders quick definition more often than I do for #dotnet development.

JetBrains Rider quick definition pane
@bici@mastodon.social
2024-03-30 22:32:08

La Pasqua ebraica, chiamata Pesach (pascha, in aramaico), celebra la liberazione degli Ebrei dall'Egitto grazie a Mosè e riunisce due riti: l'immolazione dell'agnello e il pane azzimo
========///\\\=========
La Pasqua è la solennitŠ cristiana che celebra la Risurrezione di Gesù, con l'instaurazione della Nuova alleanza e l'avvento del Regno di Dio.

@arnie_dxer@mastodon.radio
2024-03-29 20:17:36

11870, 11935, 13830 & 15565 kHz: all four frequencies scheduled for Vatican Radio's Via Crucis commentaries are up. However, 11935 Arabic seems to have fallen in a Houthi (?) trap - apparent heavy buzz #jammer targeting Republic of Yemen Radio in exile, which has been changing frequencies across 25m a couple times in the past months. Bad stuff...

SDR-Console four-receiver pane showing 4 VFOs tuned to Vatican Radio signals on 11870, 11935, 13830 and 15565 kHz. Signal quality is good on 11870, very good on 13830, poor on 15565, and 11935 is hit by a loud buzz... Used an SDRPlay RSP1 for this reception.
@toxi@mastodon.thi.ng
2024-03-16 21:59:32

VERY disappointed in GitHub refusing to support the LaTeX `\colorbox` (outright banned) or `\textcolor` macros (seemingly only very limited support) or any CSS solution to allow one to create colored text in Markdown files... I was hoping to create color swatches as shown in the attached preview (in VSCode), but just none of this works on GitHub...
(And yes, I understand there're some potential accessibility issues, but there're more social solutions to address these than an ou…

Screenshot of VSCode split-screen editor of a Markdown file containing a long list of colors. The left pane shows the MD source code, the right pane the rendered preview, incl. color swatches (as background colors)
@qurlyjoe@mstdn.social
2024-03-23 19:16:32

Ghost #birdsOfMastodon. A large-ish bird, probably one of the collared doves that have been hanging out on my deck, flew into the window last week and left its mark. March 2024

Photo. Taken through my living room window. Seems to be just a shot of a corner of a house with a rail fence and some trees and grass. But there is a white imprint on the window pane from when a large-ish bird, probably one of the collared doves that hang out on my deck, flew into the window, a week or so ago. The bird was not hurt—it immediately flew away. March 2024.
@cheeaun@mastodon.social
2024-02-20 08:28:13

Looking at console logs in the Edge browser dev tools.
Me: Wait, what's that new icon? *hovers over*
Edge: "Ask Copilot: explain this error"
*Clicks on the icon* — opens Copilot chat pane (with blank chat text field) 🤦‍♂️

A screenshot of a devtools console showing lines of console logs with highlighted text and a cursor. One of the highlighted line contains a new icon on the right. Cursor hovers over it, a tooltip appears showing "Ask Copilot: explain this error"
@migueldeicaza@mastodon.social
2024-02-15 14:52:00

Ok, this is my next victim, and I am struggling with how to reorganize this.
The tab-bar along the top switches modes.
I could either replicate the tabs at the top, and switch the content inside, or use a 3-pane navigation view (but it does seem a little odd to have two levels of trees).
Here is one possible option (needs two screenshots to show the effect):

@zachklipp@androiddev.social
2024-04-18 17:18:05

Huh, I guess it *is* possible to go viral on Mastodon.

screenshot of top of Mastodon's web UI's notifications pane, showing "202 new items" button
@toxi@mastodon.thi.ng
2024-03-16 21:59:32

VERY disappointed in GitHub refusing to support the LaTeX `\colorbox` (outright banned) or `\textcolor` macros (seemingly only very limited support) or any CSS solution to allow one to create colored text in Markdown files... I was hoping to create color swatches as shown in the attached preview (in VSCode), but just none of this works on GitHub...
(And yes, I understand there're some potential accessibility issues, but there're more social solutions to address these than an ou…

Screenshot of VSCode split-screen editor of a Markdown file containing a long list of colors. The left pane shows the MD source code, the right pane the rendered preview, incl. color swatches (as background colors)
@chris@mstdn.chrisalemany.ca
2024-03-08 23:08:00

Thataway! 🛳️ Through the double pane window. 🪟 And the gap in the Islands please. 😊 A plane just landed in front of us. Could have been taking that one (in the other direction).
#Ferry #SalishSea

A view out of the window of the ferry. You can see the harbour with its grey water and dark green forest covered shores. There is a gap between the shores. The clouds are thick and grey.
A small white seaplane lands in the water a few hundred meters away. The shore of the Island is just beyond. The plane's floats are leaving a white wake.
@qurlyjoe@mstdn.social
2024-03-23 19:16:32

Ghost #birdsOfMastodon. A large-ish bird, probably one of the collared doves that have been hanging out on my deck, flew into the window last week and left its mark. March 2024

Photo. Taken through my living room window. Seems to be just a shot of a corner of a house with a rail fence and some trees and grass. But there is a white imprint on the window pane from when a large-ish bird, probably one of the collared doves that hang out on my deck, flew into the window, a week or so ago. The bird was not hurt—it immediately flew away. March 2024.
@dankeck@a11y.social
2024-02-11 14:39:41

#SilentSunday

Looking through some teal painted bars, like square window panes with no glass, into a small chapel, lit only by sunlight coming in through windows. The teal bars are perpendicular lines, except on the right there are extra bars in one of the pane, a superimposed x and cross like a Union Jack. The teal bars have lots of scratches, showing white underneath the teal paint. The inside is out of focus, but the following can be made out. Light flows in through two stained glass windows in the far wa…
@jamesthebard@social.linux.pizza
2024-03-23 12:54:40

Uptime is back at 100%, all the services are up...too bad that's gonna change today once the LSI HBA comes in...MUHAHAHA. Also happy to see the certificate renewal setup is working perfectly. #homelab

A screenshot of Uptime Kuma running internally ("uptime.cerberus.local") showing all services being 100% online.  The main pane of the webpage shows the Proxmox Node ("urushi") having valid certificates.
@leodurruti@puntarella.party
2024-03-06 16:28:29

«Quello del 29 febbraio è stato il tentativo più significativo dal 7 ottobre di ristabilire colonie ebraiche nella Striscia [...] Avevano giŠ pronto il nome della colonia, Nuovo Nisanit, dal nome di uno degli insediamenti evacuati nel 2005. Solo più tardi i militari hanno riportato indietro i giovani che sono stati accolti dagli applausi di tutti gli altri coloni ed attivisti di destra. Poi la folla ha cominciato a scandire “È tutto nostro”, in riferimento a Gaza».

@Kencf618033@disabled.social
2024-03-05 16:43:46

Bought two Global Forever stamps yesterday at Fast Freight and a pane of Saul Bellow stamps on-line this morning –I’ve always liked him, and there’s the #Chicago connection.

@smurthys@hachyderm.io
2024-03-15 18:40:06

Beware the "Ides" of March. 🗡️
(Please save the "well actually..."s for things worthwhile 😉)
#Vim #Vi #editors #IDE

Vim editor displaying C code in a dark theme: Two vertical panes, the left pane is split horizontally into two showing the contents of a file "datagram.c" at the top and "dst.c" at the bottom. The right pane shows the file "netpoll.c"
Window titled "QEMU" showing Vi editor, black background, white text. The window contains a "Hello, world" C program.
@davidshq@hachyderm.io
2024-02-18 14:00:37

The #Chrome / #Chromium #bookmark manager drives me nuts for a few reasons and I tend to use other solutions like #Diigo