home.social

Search

1000 results for “markd”

  1. Na #MusiQuinta de hoje falamos em ficção científica e fantasia: canções com robôs, alienígenas, monstros, fadas, etc..

    A minha ideia inicial ia para outra música, mas como olho para a hashtag e ainda ninguém falou em viagens no tempo...

    #kokori - Time Traveler (sed'ation mix)

    anti-demos-cracia.bandcamp.com

  2. Na #MusiQuinta de hoje falamos em ficção científica e fantasia: canções com robôs, alienígenas, monstros, fadas, etc..

    A minha ideia inicial ia para outra música, mas como olho para a hashtag e ainda ninguém falou em viagens no tempo...

    #kokori - Time Traveler (sed'ation mix)

    anti-demos-cracia.bandcamp.com

  3. Na #MusiQuinta de hoje falamos em ficção científica e fantasia: canções com robôs, alienígenas, monstros, fadas, etc..

    A minha ideia inicial ia para outra música, mas como olho para a hashtag e ainda ninguém falou em viagens no tempo...

    #kokori - Time Traveler (sed'ation mix)

    anti-demos-cracia.bandcamp.com

  4. Na #MusiQuinta de hoje falamos em ficção científica e fantasia: canções com robôs, alienígenas, monstros, fadas, etc..

    A minha ideia inicial ia para outra música, mas como olho para a hashtag e ainda ninguém falou em viagens no tempo...

    #kokori - Time Traveler (sed'ation mix)

    anti-demos-cracia.bandcamp.com

  5. Ich werde wohl morgen den Tag #urlaub dazu nutzen, im #garten zu pflanzen und eine Liste zu verfassen, was ich an meinem #selfhosted #gitlab im #homelab brauche und drüber nachdenken, wie ich potentielle Kandidaten testen kann... Der Anfang der Liste ist:
    * Issues müssen auf allen branches sichtbar sein
    * #markdown support
    * #plantuml support
    * Keine merge-konflikte wenn Kommentare von unterschiedlichen committern gepusht werden
    * Import von gitlab (inkl. Closed, tags, comments
    * (Attachments?)

  6. Getting excited for #ATmosphere2026 this week and wanted to try building a working app on #atprotocol. It's a simple Markdown editor that stores data in PDS records (more at diffdown.com). IANASWE, so I used LLMs to make it.

    A Markdown Editor on AT Protoc...

  7. TechGrumps 3.38 – The Bettification of everything

    I bet you don’t know what we are complaining about. I bet you $20

    Listen to your host Ryan Alexander with Ian ForresterDavid Eastman, and Wendy Grossman.

    Techgrumps 3.38

    AI Roundup

    1. https://simonwillison.net/2026/Feb/13/openai-mission-statement/ Comparing and showing diffs of the openai mission statement over time, you can watch the compromising happen!
    2. The new web is markdown, because the agents don’t want ads https://blog.cloudflare.com/markdown-for-agents/ 
    3. RA: https://tomloosemorework.wordpress.com/2026/02/19/ai-and-the-end-of-friction-as-a-policy-lever/ very interesting point about agentic AI taking on the engineered process friction put into the processes of accessing many public services.
    4. App detects if Smart glasses are near by https://www.404media.co/this-app-warns-you-if-someone-is-wearing-smart-glasses-nearby/?ref=daily-stories-newsletter
    5. https://arxiv.org/pdf/2602.16800 LLMs can de-anonymize pseudonymous online accounts. Similar to Discord offering to judge age “stochastically”
    6. Paper showing that LLMs can link profiles and postings at speed and at scale, pretty much killing online anonymity: https://arxiv.org/abs/2602.16800

    Main attractions

    AOB’s

     https://protocolsforpublishers.com/event-recap-london-2026/?ref=protocols-for-publishers-newsletter#stakeholder-forum

    Fediverse share this link: https://connectedplaces.online/reports/fr156-share-where/

    #AI #davideastman #ianforrester #PredictionMarket #ryanalexander #web #wendygrossman
  8. ----------------

    🛠️ Tool
    ===================

    Opening: openclaw-ops is an operational skill and script collection designed to manage local or self-hosted OpenClaw gateways. The package focuses on continuous monitoring, automated repair workflows, update/change detection, session-level analysis, and pre-installation security auditing of third-party skills. The bundle was tested against OpenClaw 2026.4.11 and documents a minimum supported baseline of v2026.2.12 due to prior critical fixes including CVE-2026-25253.

    Key Features:
    • Includes a dedicated skill /openclaw-ops to triage gateway configuration and runtime components: gateway, auth, exec approvals, cron jobs, channels, sessions, and installation state.
    • Provides single-purpose scripts such as heal.sh (one-shot auto-fix), post-update.sh (post-update orchestrator), and watchdog.sh (periodic liveness restarter with escalation).
    • Offers session tooling: session-monitor.sh for behavioral checks over JSONL session logs, session-search.sh for full-text search with structured, redacted output, and session-resume.sh to compact a session into a markdown resume with failure context.
    • Supplies operational checks: check-update.sh for version-change detection and explainers, health-check.sh for declarative URL/process checks, and security-scan.sh to score configuration and credential exposure (0–100).

    Technical Implementation:
    • Scripts rely on standard runtime tools (Python3, curl, openssl, ripgrep) and read runtime metadata from ~/.openclaw/openclaw.json, with the option to override the gateway port via the OPENCLAW_GATEWAY_PORT environment variable.
    • The post-update orchestrator sequences update detection, healing, workspace reconciliation (VPS-aware), security scan, and a sentinel trigger via a policy-guard state file (policy-guard.trigger).
    • macOS-specific integration is provided for always-on supervision via a LaunchAgent installer wrapper (watchdog-install.sh), while non-macOS environments are expected to use scheduling alternatives.

    Use Cases:
    • Continuous operations for small self-hosted deployments invoking automated healing and watchdog restarts.
    • Pre-installation vetting of third-party skills via skill-audit.sh to reduce risky dependencies.
    • Incident summarization through daily-digest.sh and a shared incident-manager.sh helper for lifecycle flows.

    Limitations:
    • The watchdog installer is macOS-only; cross-platform uptime requires external schedulers.
    • Several scripts depend on external binaries (e.g., rg, openssl, curl) and assume local file-system state in ~/.openclaw.
    • No bundled remote orchestration; intended for local/self-hosted operators rather than managed SaaS.

    🔹 tool #OpenClaw #security #ops #CVE-2026-25253

    🔗 Source: github.com/cathrynlavery/openc

  9. ----------------

    🛠️ Tool
    ===================

    Opening: openclaw-ops is an operational skill and script collection designed to manage local or self-hosted OpenClaw gateways. The package focuses on continuous monitoring, automated repair workflows, update/change detection, session-level analysis, and pre-installation security auditing of third-party skills. The bundle was tested against OpenClaw 2026.4.11 and documents a minimum supported baseline of v2026.2.12 due to prior critical fixes including CVE-2026-25253.

    Key Features:
    • Includes a dedicated skill /openclaw-ops to triage gateway configuration and runtime components: gateway, auth, exec approvals, cron jobs, channels, sessions, and installation state.
    • Provides single-purpose scripts such as heal.sh (one-shot auto-fix), post-update.sh (post-update orchestrator), and watchdog.sh (periodic liveness restarter with escalation).
    • Offers session tooling: session-monitor.sh for behavioral checks over JSONL session logs, session-search.sh for full-text search with structured, redacted output, and session-resume.sh to compact a session into a markdown resume with failure context.
    • Supplies operational checks: check-update.sh for version-change detection and explainers, health-check.sh for declarative URL/process checks, and security-scan.sh to score configuration and credential exposure (0–100).

    Technical Implementation:
    • Scripts rely on standard runtime tools (Python3, curl, openssl, ripgrep) and read runtime metadata from ~/.openclaw/openclaw.json, with the option to override the gateway port via the OPENCLAW_GATEWAY_PORT environment variable.
    • The post-update orchestrator sequences update detection, healing, workspace reconciliation (VPS-aware), security scan, and a sentinel trigger via a policy-guard state file (policy-guard.trigger).
    • macOS-specific integration is provided for always-on supervision via a LaunchAgent installer wrapper (watchdog-install.sh), while non-macOS environments are expected to use scheduling alternatives.

    Use Cases:
    • Continuous operations for small self-hosted deployments invoking automated healing and watchdog restarts.
    • Pre-installation vetting of third-party skills via skill-audit.sh to reduce risky dependencies.
    • Incident summarization through daily-digest.sh and a shared incident-manager.sh helper for lifecycle flows.

    Limitations:
    • The watchdog installer is macOS-only; cross-platform uptime requires external schedulers.
    • Several scripts depend on external binaries (e.g., rg, openssl, curl) and assume local file-system state in ~/.openclaw.
    • No bundled remote orchestration; intended for local/self-hosted operators rather than managed SaaS.

    🔹 tool #OpenClaw #security #ops #CVE-2026-25253

    🔗 Source: github.com/cathrynlavery/openc

  10. @ChrSt oh its just something i call myself because i love to yap about it

    typst is a typesetting language like LaTeX but more modern and is basically a weird programming language

    typesetting/rich text writing is closer to markdown/asciidoc than latex, but you can do really powerful things with the programming language part of it

    this is an example from their github:

    #set page(width: 10cm, height: auto)
    #set heading(numbering: "1.")

    = Fibonacci sequence
    The Fibonacci sequence is defined through the
    recurrence relation $F_n = F_(n-1) + F_(n-2)$.
    It can also be expressed in _closed form:_

    $ F_n = round(1 / sqrt(5) phi.alt^n), quad
    phi.alt = (1 + sqrt(5)) / 2 $

    #let count = 8
    #let nums = range(1, count + 1)
    #let fib(n) = (
    if n <= 2 { 1 }
    else { fib(n - 1) + fib(n - 2) }
    )

    The first #count numbers of the sequence are:

    #align(center, table(
    columns: count,
    ..nums.map(n => $F_#n$),
    ..nums.map(n => str(fib(n))),
    ))
  11. I could have hard-coded all the text, styles, and other data into my personal website. However, that would have been too easy.

    I decided to make my entire #webapp#blog and all — into a #template populated by #JSON and #Markdown. This was mostly just an exercise in #design, but I also wanted to make it something i could #opensource.

    carledwardlyons.ca/articles/de

    #svelte #sveltekit #typescript #javascript #webdesign #software #blog #devlog

  12. Would you like to contribute something easy to a little project?

    My game-devices-udev is missing out some udev-rules already in steam-devices. This would be a good chance to kill some time and do some MR :D (and even learn git, markdown, udev in the process!)

    codeberg.org/fabiscafe/game-de

    #gaming #udev #Linux #LinuxGaming #LazyMe

  13. Interested in better #rail services between #Canberra and #Sydney ?

    More often? Faster? Allowing bikes to be taken on board without the absurdity of putting them in boxes...?

    Have your input here.

    tfnswsurvey.qualtrics.com/jfe/

    #publictransport #activetransport #highspeedrail

  14. Interested in better #rail services between #Canberra and #Sydney ?

    More often? Faster? Allowing bikes to be taken on board without the absurdity of putting them in boxes...?

    Have your input here.

    tfnswsurvey.qualtrics.com/jfe/

    #publictransport #activetransport #highspeedrail

  15. Interested in better #rail services between #Canberra and #Sydney ?

    More often? Faster? Allowing bikes to be taken on board without the absurdity of putting them in boxes...?

    Have your input here.

    tfnswsurvey.qualtrics.com/jfe/

    #publictransport #activetransport #highspeedrail

  16. Interested in better #rail services between #Canberra and #Sydney ?

    More often? Faster? Allowing bikes to be taken on board without the absurdity of putting them in boxes...?

    Have your input here.

    tfnswsurvey.qualtrics.com/jfe/

    #publictransport #activetransport #highspeedrail

  17. Interested in better #rail services between #Canberra and #Sydney ?

    More often? Faster? Allowing bikes to be taken on board without the absurdity of putting them in boxes...?

    Have your input here.

    tfnswsurvey.qualtrics.com/jfe/

    #publictransport #activetransport #highspeedrail

  18. I was wondering: after years of globalisation and low tariffs, are there anywhere near enough customs officers and/or agents to implement this new wave of global tariffs? Or is it all automated these days?

  19. I was wondering: after years of globalisation and low tariffs, are there anywhere near enough customs officers and/or agents to implement this new wave of global tariffs? Or is it all automated these days?
    #tariffs #Politics #customsduties

  20. I was wondering: after years of globalisation and low tariffs, are there anywhere near enough customs officers and/or agents to implement this new wave of global tariffs? Or is it all automated these days?
    #tariffs #Politics #customsduties

  21. I was wondering: after years of globalisation and low tariffs, are there anywhere near enough customs officers and/or agents to implement this new wave of global tariffs? Or is it all automated these days?
    #tariffs #Politics #customsduties

  22. If you need a bit of a boost and a dose of hope for the future…. I just watched this film at a local cinema and it was really involving, moving and inspiring. Here’s a few links to help you maybe find a way to watch it 👍

    futurecouncil.global/

    #Film #ClimateChange #futurecouncil #Kids #future

    m.youtube.com/watch?v=sLPQxANf