Sign up

Feeds from people participating in the IndieWebCamp Düsseldorf, April 2026.

A public list by dan.

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

✏️ I want the Read Write Suggest-Edit Accept-Edit Update Web.The consumer Infinite Scroll Web leaves us feeling empty.Too few of us participate in the Read Write Web, whether with personal sites or Wikipedia.A week ago when we wrapped up #IndieWebCamp Portland and I was readi...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

✏️ I want the Read Write Suggest-Edit Accept-Edit Update Web.The consumer Infinite Scroll Web leaves us feeling empty.Too few of us participate in the Read Write Web, whether with personal sites or Wikipedia.A week ago when we wrapped up #IndieWebCamp Portland and I was readi...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

Had a great time at IndieWebCamp Portland 2024 this past Sunday — our 10th IndieWebCamp in Portland!https://events.indieweb.org/2024/08/indiewebcamp-portland-2024-8bucXDlLqR0kBeing a one day #IndieWebCamp, we focused more on making, hacking, and creating, than on formal discu...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

Had a great time at IndieWebCamp Portland 2024 this past Sunday — our 10th IndieWebCamp in Portland!https://events.indieweb.org/2024/08/indiewebcamp-portland-2024-8bucXDlLqR0kBeing a one day #IndieWebCamp, we focused more on making, hacking, and creating, than on formal discu...

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

🎬 Possessor

Movie poster for “Possessor”.
This review may contain spoilers. Tap or click to view.

Uff! Brutal! And really menacing and suspenseful. Liked this a lot! The gore effects, that sequence when she enters the other body, and how this looked, sounded and felt in general. A few minus points for missing explanations and the what I felt not-so-logical ending. I'd watch this again!

~ephes Supports Webmention Valid

Weeknotes 2024-08-26

Weeknotes 2024-08-26 Aug. 26, 2024, Jochen I've never encountered your problem before, so it must be simple to solve. --Greg Wilson Dealt with a few unexpected bureaucratic challenges,...

letorey.co.uk Supports Webmention Valid

Massive Attack live on Clifton Downs Bristol

I first saw Massive Attack Live at Phoenix Festival 20 July 1996 (one of my favourite festivals ever), from that day I have been to see them as often as I can. I had seen the Massive Attack sound system the year previously when they were asked to curate the first ever Dance ...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

Nice #IndieWebCamp discussion session with Kevin Marks (@kevinmarks@indieweb.social @kevinmarks@xoxo.zone @kevinmarks) on the topic of auto-linking¹.I’ve implemented an auto_link function² that handles quite a few use-cases of URLs (with or without http: or https:), @-name @-...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

Nice #IndieWebCamp discussion session with @KevinMarks.com (@kevinmarks@xoxo.com @kevinmarks) on the topic of auto-linking¹.I’ve implemented an auto_link function² that handles quite a few use-cases of URLs (with or without http: or https:), @-name @-domain @-domain/path @-@-...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

All setup here at IndieWebCamp Portland!https://events.indieweb.org/2024/08/indiewebcamp-portland-2024-8bucXDlLqR0kGood crowd of participants from #XOXO #XOXOConf (@xoxofest.com @xoxo@xoxo.zone @xoxo) here to work on their personal website(s), domains, or other independent so...

Zachary Kai Supports Webmention Valid

Liminal Festival (2024) | Zachary Kai

Herein you'll find my notes from attending the inaugural Liminal Festival, hosted by the magazine of the same name, held in Melbourne, Australia (live and online.) Tab...

Tantek Çelik Updates instantly via WebSub Supports Webmention Valid

People over protocols over platforms.inspired by today’s #indieweb #fediverse #ActivityPub #decentralized #socialMedia lunch meetup at #XOXO #XOXOConf (@xoxo@xoxo.zone)This is post 16 of #100PostsOfIndieWeb. #100Posts← https://tantek.com/2024/173/t1/years-posse-microformats-adoption→ 🔮

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

🎬 Challengers

Movie poster for “Challengers”.
This review may contain spoilers. Tap or click to view.

I wasn't planning on joining Nicole when she put on this movie. But then the characters and plot drew me in. I wanted to know how and why the three ended up where they ended up (the film is very non-linear, which I liked for the most part). The acting was great, too.

But unfortunately, it's downhill from there. It's increasingly less about Art - the only really likeable person - and only very slowly unveils more and more about the relationship between the other two. The soundtrack was irritating. And the ending is not very plausible and it's a collage of infuriatingly endless slow-motion shots.

David Shanske Supports Webmention
David Shanske

  This is my first attempt at soldering switches into a keyboard…in fact, haven’t tried to solder anything since college. I also didn’t like the open board, so tried to 3d print one…from a template…needs refining, but good enough for now.

~ephes Supports Webmention Valid

Weeknotes 2024-08-19

Weeknotes 2024-08-19 Aug. 19, 2024, Jochen Technology is the art of arranging the world so we don't have to experience it. --Max Frisch Back from vacation, still catching up. Articles ...

~ephes Supports Webmention Valid

Weeknotes 2024-08-12

Weeknotes 2024-08-12 Aug. 12, 2024, Jochen It has been said that the great scientific disciplines are examples of giants standing on the shoulders of other giants. It has also been said t...

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

🔗 June 2023 – Daniel Pietzsch’s Photo Journal

photojournal.danielpietzsch.com/2023/June

One more month of photos.

A family trip to Belgium, Folkerdey, quite a few things in between, and of course our camper motorway crash false start into the summer holidays.

Björn Stierand Supports Webmention Valid
• Björn Stierand

Display dynamic JSON data in the Obsidian Digital Garden

To include dynamic content in my digital garden I used to rely on HTML Inline Frames (IFrames). To display data from a JSON file data.json { "artist": "Luude", "title": "Down Under - feat. Colin Hay" } stored on a server I used the following HTML code. <!DOCTYPE html...

Björn Stierand Supports Webmention Valid
• Björn Stierand

Add static prefix to title of your Obsidian Digital Garden pages

If you want to have a static prefix in front of all pages/notes in your Obsidian digital garden, just add a Javascript file to your Git repository at src/site/_data/metadata.js. In there you can define the prefix (in my case 'Björn Stierand - ') as seen in the code below. mo...

Björn Stierand Supports Webmention Valid
• Björn Stierand

Add static HTML sites to Digital Garden

To add static HTML sites (i.e. notes which are not in your Obsidian vault) to your digital garden, create a directory in the Git repository of your garden under src/site (e.g. src/site/components). Place your static HTML sites there using the suffix .html.

Afterwards, change .eleventy.js in the root directory so the templateFormats directive also includes html.

  [..]
  
  return {
    dir: {
      input: "src/site",
      output: "dist",
      data: `_data`,
    },
    templateFormats: ["njk", "html", "md", "11ty.js"],
    htmlTemplateEngine: "njk",
    markdownTemplateEngine: false,
    passthroughFileCopy: true,
  };

After the next Eleventy run (either triggered by deploying a note from within 4-Archive/Obsidian Setup/Obsidian or from the hosting provider, e.g. Vercel), the static site will be available at https://your-domain/components/html-file-name.