Tootfinder

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

No exact results. Similar results found.
@migueldeicaza@mastodon.social
2025-11-12 21:11:57

We cooked a new feature for Godot and iOS lovers. A plugin to Godot to deploy to Xogot on iOS or iPad:
Details:
blog.xogot.com/introducing-xog

@aral@mastodon.ar.al
2025-12-11 14:46:51

I love how simple Kitten’s Streaming HTML workflow makes building features like this, especially when using class-based Kitten pages and components :)
#Kitten

Screen capture of the Team schedule interface from the Gaza Verified admin site. It is a table of names and days (Aral, Casey, Joy, Aseel, Fabio And Mondays … Fridays) with checkboxes at each name/day pair. It starts out greyed out. The Unlock to edit button is clicked and the interface comes alive (opacity returns to full and the checkboxes become green and clickable). The person toggles a few checkboxes and clicks the Lock button to lock the interface again and then repeats the process to und…
Screenshot of code (the lines editable=false and the button tag code are highlighted):

class TeamSchedule extends kitten.Component {
  editable = false

  html () {
    return kitten.html`
      <section>
        <h3>Team schedule</h3>
        <button
          name='toggle'
          connect
        >${this.editable ? 'Lock' : 'Unlock to edit'}</button>
        <table id='team-schedule' ${this.editable ? '' : 'inert'}>
          <caption id='caption'>
            <markdown>
              Show…
Screenshot of code, continuation of the same class, starting with the end of the html() method from the previous screenshot and going till the end of the class (the table[inert] style and the onToggle() method are highlighted:

          <style>
            table[inert] {
              opacity: 0.9;
              filter: grayscale(100%);
            }
          </style>
        </table>
      </section>
    `
  }

  onToggle () {
    this.editable = !this.editable
    console.log(this.editable)…
Screenshot of code (the <${TeamSchedule.connectedTo(this)} /> line is highlighted):

export default class InterviewsPage extends kitten.Page {
  html () {
    const today = db.calendar.today
    const futureDays = db.calendar.futureDays
    const pastDays = db.calendar.pastDays

    return kitten.html`
      <${MainLayout} page='/admin/interviews/'>
        <h2>Interviews</h2>

        <${SignUpsSwitch.connectedTo(this)} />
        <${InternalNav} />
        <${TeamSchedule.connectedTo(this)} /…
@StephenRees@mas.to
2025-11-13 22:16:14

The link leads to a video. Generally speaking I prefer to read rather than watch - but this is an exception
"While the early web promised connection and creativity, today’s internet is increasingly fragmented, paywalled, and dominated by a few powerful platforms.
“The truth is paywalled, and the lies are free”

@arXiv_astrophCO_bot@mastoxiv.page
2025-09-15 08:38:51

CMB Constraints on Quantized Spatial Curvature $\Omega_K$ in globally CPT-symmetric universes
Wei-Ning Deng, Will Handley
arxiv.org/abs/2509.10379

@arXiv_physicsoptics_bot@mastoxiv.page
2025-10-14 09:18:18

Time-diffracting 2D wave vortices
Boris A. Khanikati, Konstantin Y. Bliokh
arxiv.org/abs/2510.10147 arxiv.org/pdf/2510.10147

@arXiv_csCV_bot@mastoxiv.page
2025-10-15 10:55:11

DeepMMSearch-R1: Empowering Multimodal LLMs in Multimodal Web Search
Kartik Narayan, Yang Xu, Tian Cao, Kavya Nerella, Vishal M. Patel, Navid Shiee, Peter Grasch, Chao Jia, Yinfei Yang, Zhe Gan
arxiv.org/abs/2510.12801

@hikingdude@mastodon.social
2025-12-14 19:10:21

#FotoVorschlag 'Adventliches' / Advent
My wife was gifted two #Lego sets. And this was one of it. It fits super cool to the season and into our appartement.
Happy third #advent if…

This image features a festive holiday centerpiece made from building blocks, designed to resemble a traditional Christmas decoration. At the center of the arrangement is a red candle, surrounded by green pine branches, red berries, white flowers, and gold snowflakes—all constructed from colorful blocks.

The centerpiece is placed on a wooden surface, with a decorated Christmas tree in the background, adding to the holiday ambiance. The tree is adorned with ornaments and garlands, enhancing the …

We are going to save America.
It’ll get worse before it gets better,
but MAGA fascism is a house of cards.
bsky.app/profile/vanhollen.sen

@arXiv_qbioNC_bot@mastoxiv.page
2025-10-14 08:51:58

AI-Assisted Geometric Analysis of Cultured Neuronal Networks: Parallels with the Cosmic Web
Wolfgang Kurz, Danny Baranes
arxiv.org/abs/2510.10286

@arXiv_grqc_bot@mastoxiv.page
2025-10-15 08:58:32

False Alarm Rates in Detecting Gravitational Wave Lensing from Astrophysical Coincidences: Insights with Model-Independent Technique GLANCE
Aniruddha Chakraborty, Suvodip Mukherjee
arxiv.org/abs/2510.11790