Tootfinder

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

No exact results. Similar results found.
@heiseonline@social.heise.de
2025-12-11 08:29:00

Android: Google ermöglicht Live-Video-Streaming an Notrufzentralen
Google hat eine neue Sicherheitsfunktion für Notfälle eingeführt, die es Notrufzentralen ermöglicht, Live-Videostreams von Android-Geräten anzufordern.

@UP8@mastodon.social
2026-03-09 15:55:01

🎥 Building a FOSS live streaming camera
#software

@stefan@gardenstate.social
2025-12-11 14:08:00

This site seems like it might be cool
streamily.com/
"Watch your favorite talent sign personalized autographs for you on camera. Delivered right to your door!"

@Kingu@sakurajima.moe
2026-02-10 00:39:50

nonamera - なくしもの (nakushimono) LIVE - ENGLISH LYRICS

Britain's Keir Starmer has agreed with Germany’s Friedrich Merz and Italy’s Giorgia Meloni to “work closely together” in navigating commercial shipping through the strait of Hormuz.
A spokesperson for Starmer said the prime minister spoke to the leaders of Germany and Italy on Monday night “about the situation in the Middle East, discussing the strait of Hormuz.”
He said:
They agreed on the vital importance of freedom of navigation for vessels through these waters. They ag…

@boris@cosocial.ca
2025-12-11 17:30:41

Where should we recommend events & community host long videos that isn't YouTube?
* Vimeo - paid, embeds work, recently acquired is a bad sign
* @… - free, no embeds
* BunnyCDN - paid, lots of options including APIs, no embeds
* Peertube - self-hosted, no embeds
Full write up in the forum

@ErikJonker@mastodon.social
2025-12-11 12:39:59

If you remember that Rutte has to speak on behalf of all NATO-members (including the USA), his speech is quite strong.
#NATO

@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-12-11 18:25:12

From Translink
From Expo 86 to Everyday Essential: SkyTrain Marks 40 Years
For four decades, Metro Vancouver’s driverless trains have helped shape where people live, how they move, and how the region grows
link.etranslink.ca/v/443/61496

Two of the original two-car sets of SkyTrain on opening day
@heiseonline@social.heise.de
2026-02-11 13:58:03

Mit Social Media gut verdienen? Cool. Ohne Steuern? Eher schwierig. 😬
Zum Artikel: heise.de/-11172274?wt_mc=sm.re

Auf dem Bild ist ein Smartphone in einer Hand zu sehen. Auf dem Display ist zu sehen, wie eine Person in ein Mikrofon spricht. Unter dem Bild steht: „Steuerbehörden nehmen 7.000 Influencer in NRW unter die Lupe.”