Skip to content

Instantly share code, notes, and snippets.

View saschamt's full-sized avatar

Sascha Michael Trinkaus saschamt

View GitHub Profile
@saschamt
saschamt / feed.xml
Created February 21, 2026 10:16
OpenClaw Matter read-later RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>OpenClaw Read Later</title>
<description>Read-later items pushed from OpenClaw</description>
<link>https://openclaw.ai</link>
<lastBuildDate>Thu, 20 Feb 2026 09:50:00 +0000</lastBuildDate>
<item>
<title>Meet Superdesigner, My Design OS in Cursor — Part II</title>
<link>https://designaistack.com/p/meet-superdesigner-my-design-os-in?r=l2kk4&amp;utm_campaign=post&amp;utm_medium=web&amp;triedRedirect=true</link>
@saschamt
saschamt / Atom.markdown
Created March 6, 2014 09:31
A Pen by Sascha Michael Trinkaus.
@saschamt
saschamt / _pseudoFade.sass
Last active December 23, 2015 04:19
A simple Sass mixin for linear fade-out overlays. Uses Bourbon's +background-image mixin for the gradients. Replace rows 15, 23, 31, 39 if you want to use your own gradient code or replace with radial gradients for a vignette effect. Uses 'after' as default but can be extended to 'before' with a simple pass to the $pseudo variable. Added optiona…
=pseudoFade($start: bottom, $size: 30px, $color: #000, $edge: 0px, $pseudo: after, $z-index: false)
position: relative
&:#{$pseudo}
content: ""
display: block
position: absolute
-webkit-touch-callout: none
-webkit-user-select: none
-khtml-user-select: none
-moz-user-select: none