Täglich Weekly Monthly

Monthly Shaarli

All links of one month in a single page.

May, 2022

The Centre for Computing History - Computer and Video Game Museum - Cambridge

The Centre for Computing History is a computer and video game museum based in Cambridge, UK. With a collection of vintage computers and game consoles, many of the exhibits are hands on and interactive.

#Hashtag|verkürzung

#ServiceTröt Weil ich so oft sehe, wie ihr die pipe zur #Hashtag|verkürzung verwendet, hier ein Tipp: Ich nutze inzwischen den zero-width space zur #Hashtag​trennung. Dieses nullbreite oder auch breitenlose Leerzeichen finde ich optisch ganz zauberhaft, es verbraucht genauso nur ein einziges unserer wertvollen Zeichen und seitdem ich es in meiner Zwischenablage angepinnt hab, muss ichs auch nicht mehr jedes Mal von https://codepen.io/chriscoyier/pen/AwVNjg rauskopieren.

Mastodon Hosting Provider

You can create your own Mastodon server even without technical knowledge 🐘
There are companies that provide Managed Hosting, where you pay a monthly fee and they do all the technical stuff including hosting, installation and updates.
You own and run the server, they do the tech stuff behind the scenes.
The best managed hosting companies for Mastodon are probably https://masto.host and https://federation.spacebear.ee
It's not just Mastodon either, there are lots of Fediverse platforms and other online services available through managed hosting. Try visiting https://growyourown.services for more options (or follow them at @homegrown).

mastodon usercount

User Count Bot for all known Mastodon instances

Lokale Linux User Gruppen

GLX Consulting @glx@social.glx-consulting.com
@roblen Such mal nach lokalen #LUG Bspw Wien Linux User Group , ich weiß das es ein paar Menschen der #FSFE in .at gibt. Der #CCC vielleicht…
#HappyHacking

fnordkollektiv GmbH

Das fnordkollektiv ist ein kollektiv geführtes IT-Unternehmen. Wir entwickeln und betreiben Software nachhaltig und datenschutzkonform. Unser Fokus sind kundenspezifische Lösungen basierend auf Open Source Software wie Jitsi, WorkAdventure oder BigBlueButton. Wir sind stark in der internationalen Genossenschaftsbewegung aktiv und arbeiten gerne mit Organisationen zusammen, die unsere Werte teilen.

Kurz notiert: Social Bookmarks mit Shaarli | Vektorkneter

Ich war unzufrieden mit Delicious und habe eine vergleichbare Lösung zum selber Hosten gesucht. Diese habe ich mit Shaarli gefunden. #shaarli

Acorn Computers - Computing History

The UK Computer and Videogame Museum

Lokale Maschine für Serviertest

Ich würde dir eine virtuelle Maschine auf deinem lokalen System empfehlen. Kann snapshots (falls du was kaputtspielst) und ist nicht draussen im Internet und kostet nix.
Unter Windows via Hyper-V oder Virtualbox unter Linux mit virt-manager und qemu/kvm.

Shaarli als Blogsystem

Ich schreibe diesen kleinen Artikel in meiner Shaarli Installation. Wenn alles gut geht, wird es mittels des “shaarli2mastodon“ Plugin automatisch auf @roblen@microblog.at gepostet.

Ich bin auch gespannt, inwieweit die Markdown-Formatierungen auf Mastodon ankommen oder was mit ihnen passiert?

Freie Software - eventbike_zero - Das Veranstaltungs-Mitmachprojekt für Potsdams Jugend

Was ist Freie Software? Und warum arbeitet das eventbike_zero vorrangig damit? Hier nachlesen, worum es geht.
#Floss #Foss #Free #Freie #Open #Software #Source #and

Neopronomen-Baukasten Teil 1 – Mach Halt Mal

Komplette Übersicht aller gegenderten Sprachelemente Was braucht man für ein Pronomen-System? Wollt ihr ein neues Pronomen erfinden? Wollt ihr ein Buch schreiben mit einem Neopronomen (oder mehreren)? Fällt euch manchmal störend auf, dass euch Fälle fehlen, und ihr wollt das ändern? Hier sind ein paar Tabellen, die restlos ausgefüllt werden müssen, um ein wirklich vollständiges…

TT157 Vom tröten und sternen - TechnikTechnik

Mario Hommel und Marius Quabeck sprechen über Ubuntu 22.04 LTS, Bundesnetzagentur verbietet Telekom StreamOn und sie beschäftigen sich ausführlich mit Mastodon und dem Fediverse!

shaarli2mastodon: This Shaarli plugin allows you to automatically publish links you post on your Mastodon timeline.

This Shaarli plugin allows you to automatically publish links you post on your Mastodon timeline. - GitHub - kalvn/shaarli2mastodon: This Shaarli plugin allows you to automatically publish links you post on your Mastodon timeline.
#Mastodon #Shaarli

LinkAce Features - LinkAce

LinkAce is a free and open source bookmark archive for long-term storage and organization of your favorite links.

Test.Notiz

Markdown: Syntax

Note: This document is itself written using Markdown; you
can see the source for it by adding '.text' to the URL.


Overview

Philosophy

Markdown is intended to be as easy-to-read and easy-to-write as is feasible.

Readability, however, is emphasized above all else. A Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters -- including Setext, atx, Textile, reStructuredText,
Grutatext, and EtText -- the single biggest source of
inspiration for Markdown's syntax is the format of plain text email.

Block Elements

Paragraphs and Line Breaks

A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
significantly from most other text-to-HTML formatters (including Movable
Type's "Convert Line Breaks" option) which translate every line break
character in a paragraph into a <br /> tag.

When you do want to insert a <br /> break tag using Markdown, you
end a line with two or more spaces, then type return.

Headers

Markdown supports two styles of headers, [Setext] [1] and [atx] [2].

Optionally, you may "close" atx-style headers. This is purely
cosmetic -- you can use this if you think it looks better. The
closing hashes don't even need to match the number of hashes
used to open the header. (The number of opening hashes
determines the header level.)

Blockquotes

Markdown uses email-style > characters for blockquoting. If you're
familiar with quoting passages of text in an email message, then you
know how to create a blockquote in Markdown. It looks best if you hard
wrap the text and put a > before every line:

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing.

Markdown allows you to be lazy and only put the > before the first
line of a hard-wrapped paragraph:

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing.

Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by
adding additional levels of >:

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

Blockquotes can contain other Markdown elements, including headers, lists,
and code blocks:

This is a header.

  1. This is the first list item.
  2. This is the second list item.

Here's some example code:

return shell_exec("echo $input | $markdown_script");

Any decent text editor should make email-style quoting easy. For
example, with BBEdit, you can make a selection and choose Increase
Quote Level from the Text menu.

Lists

Markdown supports ordered (numbered) and unordered (bulleted) lists.

Unordered lists use asterisks, pluses, and hyphens -- interchangably
-- as list markers:

  • Red
  • Green
  • Blue

is equivalent to:

  • Red
  • Green
  • Blue

and:

  • Red
  • Green
  • Blue

Ordered lists use numbers followed by periods:

  1. Bird
  2. McHale
  3. Parish

It's important to note that the actual numbers you use to mark the
list have no effect on the HTML output Markdown produces. The HTML
Markdown produces from the above list is:

If you instead wrote the list in Markdown like this:

  1. Bird
  2. McHale
  3. Parish

or even:

  1. Bird
  2. McHale
  3. Parish

you'd get the exact same HTML output. The point is, if you want to,
you can use ordinal numbers in your ordered Markdown lists, so that
the numbers in your source match the numbers in your published HTML.
But if you want to be lazy, you don't have to.

To make lists look nice, you can wrap items with hanging indents:

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
    viverra nec, fringilla in, laoreet vitae, risus.
  • Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
    Suspendisse id sem consectetuer libero luctus adipiscing.

But if you want to be lazy, you don't have to:

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
    viverra nec, fringilla in, laoreet vitae, risus.
  • Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
    Suspendisse id sem consectetuer libero luctus adipiscing.

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be indented by either 4 spaces
or one tab:

  1. This is a list item with two paragraphs. Lorem ipsum dolor
    sit amet, consectetuer adipiscing elit. Aliquam hendrerit
    mi posuere lectus.

    Vestibulum enim wisi, viverra nec, fringilla in, laoreet
    vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
    sit amet velit.

  2. Suspendisse id sem consectetuer libero luctus adipiscing.

It looks nice if you indent every line of the subsequent
paragraphs, but here again, Markdown will allow you to be
lazy:

  • This is a list item with two paragraphs.

    This is the second paragraph in the list item. You're
    only required to indent the first line. Lorem ipsum dolor
    sit amet, consectetuer adipiscing elit.

  • Another item in the same list.

To put a blockquote within a list item, the blockquote's >
delimiters need to be indented:

  • A list item with a blockquote:

    This is a blockquote
    inside a list item.

To put a code block within a list item, the code block needs
to be indented twice -- 8 spaces or two tabs:

  • A list item with a code block:

    <code goes here>

Code Blocks

Pre-formatted code blocks are used for writing about programming or
markup source code. Rather than forming normal paragraphs, the lines
of a code block are interpreted literally. Markdown wraps a code block
in both <pre> and <code> tags.

To produce a code block in Markdown, simply indent every line of the
block by at least 4 spaces or 1 tab.

This is a normal paragraph:

This is a code block.

Here is an example of AppleScript:

tell application "Foo"
    beep
end tell

A code block continues until it reaches a line that is not indented
(or the end of the article).

Within a code block, ampersands (&) and angle brackets (< and >)
are automatically converted into HTML entities. This makes it very
easy to include example HTML source code using Markdown -- just paste
it and indent it, and Markdown will handle the hassle of encoding the
ampersands and angle brackets. For example, this:

<div class="footer">
    © 2004 Foo Corporation
</div>

Regular Markdown syntax is not processed within code blocks. E.g.,
asterisks are just literal asterisks within a code block. This means
it's also easy to use Markdown to write about Markdown's own syntax.

tell application "Foo"
    beep
end tell

Span Elements

Links

Markdown supports two style of links: inline and reference.

In both styles, the link text is delimited by [square brackets].

To create an inline link, use a set of regular parentheses immediately
after the link text's closing square bracket. Inside the parentheses,
put the URL where you want the link to point, along with an optional
title for the link, surrounded in quotes. For example:

This is an example inline link.

This link has no title attribute.

Emphasis

Markdown treats asterisks (*) and underscores (_) as indicators of
emphasis. Text wrapped with one * or _ will be wrapped with an
HTML <em> tag; double *'s or _'s will be wrapped with an HTML
<strong> tag. E.g., this input:

single asterisks

single underscores

double asterisks

double underscores

Code

To indicate a span of code, wrap it with backtick quotes (`).
Unlike a pre-formatted code block, a code span indicates code within a
normal paragraph. For example:

Use the printf() function.

#Test

Maestral

Open source Dropbox client

Maestral is a lightweight Dropbox client for macOS and Linux. It provides powerful command line tools, supports gitignore patterns to exclude local files from syncing and allows syncing multiple Dropbox accounts.

Historischer Währungsrechner

Der Historische Währungsrechner vergleicht den Preis eines Bündels von Gütern und Dienstleistungen, des sogenannten Warenkorbs, im Ausgangsjahr und heute. Der Historische Währungsrechner basiert auf einem Verbraucherpreisindex und stellt nur eine Möglichkeit dar, historische Werte für heute vergleichbar zu machen. Alternativen sind zum Beispiel die Entwicklung der durchschnittlichen Löhne oder des Bruttoinlandsprodukts. Welche Umrechnungsmethode am besten geeignet ist, hängt vom Preis (z. B. Handelt es sich um Waren, Einkommen oder ein großes Infrastrukturprojekt?) und der Fragestellung (z. B. Wieviel würde das heute kosten?) ab. Ergebnisse von Umrechnungen historischer Preise und Währungen sind daher stets nur als grobe Annäherungen zu betrachten und mit Vorsicht zu verwenden.

Social Search - Discover accounts across multiple Mastodon / Fediverse instances

Search for social accounts across multiple Mastodon / Fediverse instances. Discover content for the open sorce social network.

FediPress – WordPress And Fediverse

Welcome To FediPress – WordPress On Fediverse

Complianz | GDPR/CCPA Cookie-Einwilligung

Configure your Cookie Notice, Cookie Consent and Cookie Policy with our Wizard and Cookie Scan. Supports GDPR, DSGVO, TTDSG, LGPD, POPIA, RGPD, CCPA

WordPress Bildgrößen: Best Practices

Unser Leitfaden zu WordPress Bildgrößen: Alles, was du wissen musst, damit deine Bilder im Web optimal aussehen.

Postie WordPress-Plugin

Postie allows you to create posts via email, including many advanced features not found in WordPress's default Post by Email feature.

Tagesspiegel: 9. März 1957 Heinz Conrads | SN.at

1957: Zum ersten Mal wird im Österreichischen Rundfunk die Fernsehsendung "Was sieht man Neues", von und mit Heinz Conrads, live gesendet. Unter dem Titel "Guten Abend am Samstag" wird die Sendung bis zum 15. Februar 1986 ausgestrahlt.

Warum Wordpress kein Blog-System mehr ist und Textpattern perfekt

Ein Abgesang auf Wordpress: Warum ich das System für meine Webseite in Rente schicke - und was an Textpattern besser ist

Selbstorganisation | Dirks Logbuch

In der letzten Zeit wurde ich häufiger gefragt, wie ich mich selber organisiere. Das werde ich in diesem Blogartikel gerne beschreiben und mich dabei auf die wesentlichen Werkzeuge - was schon gar n...

Das perfekte Blogsystem - onli blogging

Ich fand mich bei einem Gedanken: Wie sähe das perfekte Blogsystem aus? Mit Serendipity bin ich mit dem hier laufendem klassischen PHP-Blogsystem ziemlich vertraut, mit ursprung habe ich mich an eine...

LEVITATION/ ein Tanzstück mit Luftobjekten zur Gravitation

Choreografie mit Tänzerinnen und Pneus – Ein atmender Bühnenraum im Dialog mit Tanz, Architektur, Musik. Könnte er abheben?

Mastodon: Dezentrale Twitter-Alternative mit neuen Apps im Test

Das Open-Source-Projekt Mastodon versucht mit dezentralem Ansatz und neuen Apps eine Alternative zu Twitter zu bieten.

YunoHost

YunoHost ist ein Serverbetriebssystem, das Self-Hosting für alle ermöglicht. • YunoHost

Feather Wiki | About

A lightweight quine for simple wikis!

FediTips (@feditips@mstdn.social) - Mastodon 🐘

Tipps, Tricks, Links und anderweitiges rund um Mastodon und das Fediverse.

Trunk for the Fediverse

Trunk allows you to mass-follow a bunch of people in order to get started with Mastodon or any other platform on the Fediverse.

Material Theme

Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.
#Shaarli

Wichtig Regel für Mastodon

Hier mal eine seht wichtige #Regel für alle, die von Twitter nach #Mastodon gekommen sind!!!

Macht was ihr wollt und habt unbedingt ganz viel Spaß 😎👍

Nur ein Blog

Das Blog von Robert Lender

Shaarli - Der persönliche, minimalistische, superschnelle, datenbankfreie Lesezeichenservice

Welcome to Shaarli!

Shaarli allows you to bookmark your favorite pages, and share them with others or store them privately.
You can add a description to your bookmarks, such as this one, and tag them.

Create a new shaare by clicking the +Shaare button, or using any of the recommended tools (browser extension, mobile app, bookmarklet, REST API, etc.).

You can easily retrieve your links, even with thousands of them, using the internal search engine, or search through tags (e.g. this Shaare is tagged with shaarli and help).
Hashtags such as #shaarli #help are also supported.
You can also filter the available RSS feed and picture wall by tag or plaintext search.

We hope that you will enjoy using Shaarli, maintained with ❤️ by the community!
Feel free to open an issue if you have a suggestion or encounter an issue.

Note: Shaare descriptions

Adding a shaare without entering a URL creates a text-only "note" post such as this one.
This note is private, so you are the only one able to see it while logged in.

You can use this to keep notes, post articles, code snippets, and much more.

The Markdown formatting setting allows you to format your notes and bookmark description:

Title headings

Multiple headings levels

  • bullet lists
  • italic text
  • bold text
  • strike through text
  • code blocks
  • images
  • links

Markdown also supports tables:

Name Type Color Qty
Orange Fruit Orange 126
Apple Fruit Any 62
Lemon Fruit Yellow 30
Carrot Vegetable Red 14