# membrane (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover membrane.

Page: <https://rssamplifier.com/topics/membrane/blogs>  
Feed: <https://rssamplifier.com/topics/membrane/blogs.md>

---

## [September 15, 2026: &#8220;Planar suspended membranes on Micro Electrode Cavity Arrays: formation, automation, imaging, and applications&#8221; Ionera lecture](https://www.comeincell.org/september-15-2026-planar-suspended-membranes-on-micro-electrode-cavity-arrays-formation-automation-imaging-and-applications/)

_2026-06-26 · Rafaela Keller · ComeInCell_

16:00 – 18:00h CET (Berlin time).

## [Mid-Term Evaluation &#038; First Annual Retreat: Reflections from Herrsching](https://www.comeincell.org/mid-term-evaluation-first-annual-retreat/)

_2026-06-04 · Rafaela Keller · ComeInCell_

We recently wrapped up our mid-term evaluation and first annual retreat in Herrsching, Germany. It was a productive few days \[…\]

## [September 14, 2026: Block &#8220;Membrane Models&#8221; lecture by Petra Schwille](https://www.comeincell.org/september-14-2026-block-membrane-models-lecture-by-petra-schwille/)

_2026-05-06 · Rafaela Keller · ComeInCell_

16:00 - 17:30h CET (Berlin time).

## [June 8, 2026: &#8220;Supramolecular Dynamic Chemistry for Membrane Transport and Biomimetic Systems&#8221; lecture by Javier Montenegro](https://www.comeincell.org/june-8-2026-block-supramolecular-chemistry-lecture-by-javier-montenegro/)

_2026-05-06 · Rafaela Keller · ComeInCell_

16:00 - 17:30h CET (Berlin time).

## [April 27, 2026: &#8220;Visualization of Molecules in AR/VR: A New Frontier in Molecular Studies&#8221; MD.USE workshop](https://www.comeincell.org/visualization-of-molecules-in-ar-vr-md-use-workshop/)

_2026-03-26 · Rafaela Keller · ComeInCell_

15:00 – 17:00h CET (Berlin time).

## [April 20, 2026: &#8220;Introduction to Molecular Dynamics Simulations in Membrane Studies&#8221; MD.USE workshop](https://www.comeincell.org/introduction-to-molecular-dynamics-md-use-workshop/)

_2026-03-26 · Rafaela Keller · ComeInCell_

14:00 – 18:00h CET (Berlin time).

## [May 4, 2026: &#8220;Phase separation in biological systems: from membranes to biomolecular condensates&#8221; lecture by Rumiana Dimova](https://www.comeincell.org/2026-05-04-rumiana-dimova/)

_2026-03-17 · Rafaela Keller · ComeInCell_

16:00 - 17:30h CET (Berlin time).

## [April 13, 2026: “Modelling cells with beads and springs&#8221; lecture by Andela Šarić](https://www.comeincell.org/2026-04-13-andela-saric/)

_2026-03-16 · Rafaela Keller · ComeInCell_

16:00 – 17:30h CET (Berlin time).

## [Mental Health Seminar](https://www.comeincell.org/mental-health-in-research-seminar/)

_2026-02-11 · Rafaela Keller · ComeInCell_

On February 10, 2026, ComeInCell held a specialized online seminar focused on mental health within the research environment. Led by \[…\]

## [May 21, 2026: &#8220;Introduction to Mass Photometry&#8221; Refeyn lecture](https://www.comeincell.org/2026-05-21-introduction-to-mass-photometry-refeyn-workshop/)

_2026-01-30 · Rafaela Keller · ComeInCell_

10:30 - 12:30h CET (Berlin time).

## [Open coordination for humans & AI (Sponsored)](https://crawlproof.com/a/hg63OrlxpYOC)

_2026-01-30 · **Sponsored**_

Shared schemas and CLI tooling to validate, route, and audit human-agent workflows.

## [Nix Resources](https://www.tseeley.com/posts/nix-resources/)

_2026-01-15 · Thomas Seeley · Thomas Seeley_

Start here nix.dev NixOS & Flakes Book Reference search.nixos.org noogle.dev MyNixOS home-manager options Language + module system Nix Pills Nix Reference Manual Module system tutorial Community NixOS Discourse NixOS Wiki r/NixOS Code nixpkgs Misterio77/nix-config Mic92/dotfiles nix Thomas Seeley @tseeley.com on Bluesky , @iamseeley on Mastodon How To Onboard &rarr;

## [How To Onboard](https://www.tseeley.com/posts/onboarding/)

_2025-08-05 · Thomas Seeley · Thomas Seeley_

Optimize for time-to-value , not signup completion Never show a completely empty workspace Single, opinionated first action Personalize only when the answer changes the experience Teach by doing, not by tooltips Earn complexity over time Define and obsess over one activation milestone White-glove first to learn, then productize ux Thomas Seeley @tseeley.com on Bluesky , @iamseeley on Mastodon…

## [Inferring types from usage](https://www.tseeley.com/posts/inferring-state-types/)

_2025-04-01 · Thomas Seeley · Thomas Seeley_

Membrane programs have a persistent state object that survives across deploys. You import it and use it like a regular JavaScript object: import { state } from " membrane "; state . count ??= 0 ; export function increment () { return ++ state . count ; } The entire JS heap is durable, but state is the conventional way to pass data between code versions. The question is: what type is state ? We…

## [We forked TypeScript](https://www.tseeley.com/posts/we-forked-typescript/)

_2025-03-10 · Thomas Seeley · Thomas Seeley_

At Membrane , we forked TypeScript to extend contextual typing so our programming model gets type inference for free. The changes were made by Juan Campa . I went through them recently while updating our fork to the latest TypeScript version. What I found was surprisingly small and worth explaining. What Is Contextual Typing Most type inference works bottom-up. You write let x = 42 and the…

## [How to Use Chrome DevTools](https://www.tseeley.com/posts/how-to-use-chrome-devtools/)

_2024-12-15 · Thomas Seeley · Thomas Seeley_

I’ve been using DevTools for a while, but I often feel like I don’t really know how to use all the tools. Or even all the tools that actually exist (there’s a lot)! Everything here is something I use already or wish I’d known about sooner. It’s mostly organized by what you’re trying to do, not by which panel it’s in. Getting Around Command Menu. Cmd + Shift + P opens it. It works like the VS Code…

## [Hello, Membrane](https://www.tseeley.com/posts/hello-membrane/)

_2024-11-10 · Thomas Seeley · Thomas Seeley_

It’s been a busy, exciting past few months. I joined membrane.io as an intern in September, and I’m having a great time making improvements to the platform and building things in user space. What’s Membrane? Membrane is a serverless platform for developing JavaScript/TypeScript programs. Every program you create in your Membrane workspace becomes part of your graph, and the programs can connect to…

## [Neovim Cheatsheet](https://www.tseeley.com/posts/nvim/)

_2024-10-15 · Thomas Seeley · Thomas Seeley_

Basic Navigation Movement h j k l - Left, Down, Up, Right w - Next word start b - Previous word start e - End of word 0 - Start of line ^ - First non-blank character $ - End of line gg - Start of file G - End of file {number}G - Go to line number % - Jump to matching bracket Scrolling Ctrl-d - Half page down Ctrl-u - Half page up Ctrl-f - Page down Ctrl-b - Page up zz - Center cursor on screen…

## [Maze Playground](https://www.tseeley.com/posts/maze-playground/)

_2024-08-22 · Thomas Seeley · Thomas Seeley_

I read Andrew Healey’s Generating Mazes and wanted to see the algorithms work. Not just the finished maze, but each step of the generation. Walls getting removed one at a time, the path carving through the grid. So I built a small playground for it. Deno, TypeScript, and a \<canvas\> . The Data Model A maze is a grid of cells. Each cell has four walls and knows whether it’s been visited. export…

