#catalyst — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #catalyst, aggregated by home.social.
-
Bavaria's Minister-President, Markus Söder (CSU), has strongly opposed the idea of a minority government at the federal level. Speaking to Deutschlandfunk, he i... https://news.osna.fm/?p=47619 | #news #catalyst #dismisses #early #elections
-
Bavaria's Minister-President, Markus Söder (CSU), has strongly opposed the idea of a minority government at the federal level. Speaking to Deutschlandfunk, he i... https://news.osna.fm/?p=47619 | #news #catalyst #dismisses #early #elections
-
Bavaria's Minister-President, Markus Söder (CSU), has strongly opposed the idea of a minority government at the federal level. Speaking to Deutschlandfunk, he i... https://news.osna.fm/?p=47619 | #news #catalyst #dismisses #early #elections
-
Bavaria's Minister-President, Markus Söder (CSU), has strongly opposed the idea of a minority government at the federal level. Speaking to Deutschlandfunk, he i... https://news.osna.fm/?p=47619 | #news #catalyst #dismisses #early #elections
-
https://www.europesays.com/ie/495372/ Light-driven nanomotors improve multimodal breast cancer treatment efficacy #BreastCancer #cancer #Catalyst #Cell #CellMembrane #Éire #heat #Homologous #IE #Ireland #Laboratory #Membrane #Nanoparticles #Technology #therapy #Tumor
-
creates semantic nodes and clusters #CHRIS #CATALYST semantic-search.aepiot.com/advanced-sea... #RODOLFO #AYOROA advanced-search.aepiot.ro/advanced-sea... Do you like aéPiot semantics? Donate to the aéPiot semantic platform: www.paypal.com/donate?busin...
MultiSearch Tag Explorer -
creates semantic nodes and clusters #CHRIS #CATALYST semantic-search.aepiot.com/advanced-sea... #RODOLFO #AYOROA advanced-search.aepiot.ro/advanced-sea... Do you like aéPiot semantics? Donate to the aéPiot semantic platform: www.paypal.com/donate?busin...
MultiSearch Tag Explorer -
Be cautious about working with someone who calls themselves a "human catalyst". Because we all need to be open to change.
#FacilitatingChange #facilitation #catalyst #BeingOpenToChange
-
Be cautious about working with someone who calls themselves a "human catalyst". Because we all need to be open to change.
#FacilitatingChange #facilitation #catalyst #BeingOpenToChange
-
Be cautious about working with someone who calls themselves a "human catalyst". Because we all need to be open to change.
#FacilitatingChange #facilitation #catalyst #BeingOpenToChange
-
Be cautious about working with someone who calls themselves a "human catalyst". Because we all need to be open to change.
#FacilitatingChange #facilitation #catalyst #BeingOpenToChange
-
Be cautious about working with someone who calls themselves a "human catalyst". Because we all need to be open to change.
#FacilitatingChange #facilitation #catalyst #BeingOpenToChange
-
https://www.europesays.com/uk/902791/ Hydrogen made from alcohol by scientists using iron catalyst, UV light #Alcohol #Catalyst #Energy&Environment #Hydrogen #iron #IronCatalyst #methanol #Science #Sustainability #UK #UnitedKingdom
-
-
-
-
-
-
You know how you’re in the middle of a process and you refresh a web page and it loses state?
So that sucks.
With Kitten¹ – when using the new state-maintaining/class-based and event model-based component model – it’s easy to have flowing interfaces that animate between states, etc., that don’t lose state if you refresh the page (or open another tab).
What you can’t do on the Web, however, is restore the state of any cross-origin iframes. (As you have no visibility into their contents to take a snapshot, etc.)
This is something I ran into with the embedded Stripe component I’m using in Catalyst². Specifically, it has a success state that I want to restore so the interface, which uses selective disclosure and has animated to that step in the sign up process, doesn’t jump if you refresh it or look different if you open it in another tab.
So what do you do if you’re obsessed with making things work as well as possible?
Apparently, this:
1. You go and manually save the Stripe iframe’s HTML and relevant CSS
2. You notice that it is ~371KB in size and you sigh
3. You use a combination of automated and manual methods to whittle that down to a 4.2KB HTML/CSS snapshot of the state.
4. You make that into a Kitten component³ so you can set the bits that are dynamic⁴
5. You make sure that it matches the original exactly using PixelSnap 2 guides⁵ (see screenshot; and yes, I told you I’m obsessed) :)
6. Et voila!
🤷♂️
¹ https://kitten.small-web.org
² https://catalyst.small-web.org
³ https://kitten.small-web.org/tutorials/components-and-fragments/
⁴ https://codeberg.org/project-catalyst/app/src/commit/a3cf136f3670a9e2954a35d5b3aa227969f22eaf/sign-up/SuccessfulStripeSubscription.fragment.js
⁵ https://pixelsnap.com#Catalyst #SmallWeb #design #Stripe #iframes #stateRestoration #web #dev
-
You know how you’re in the middle of a process and you refresh a web page and it loses state?
So that sucks.
With Kitten¹ – when using the new state-maintaining/class-based and event model-based component model – it’s easy to have flowing interfaces that animate between states, etc., that don’t lose state if you refresh the page (or open another tab).
What you can’t do on the Web, however, is restore the state of any cross-origin iframes. (As you have no visibility into their contents to take a snapshot, etc.)
This is something I ran into with the embedded Stripe component I’m using in Catalyst². Specifically, it has a success state that I want to restore so the interface, which uses selective disclosure and has animated to that step in the sign up process, doesn’t jump if you refresh it or look different if you open it in another tab.
So what do you do if you’re obsessed with making things work as well as possible?
Apparently, this:
1. You go and manually save the Stripe iframe’s HTML and relevant CSS
2. You notice that it is ~371KB in size and you sigh
3. You use a combination of automated and manual methods to whittle that down to a 4.2KB HTML/CSS snapshot of the state.
4. You make that into a Kitten component³ so you can set the bits that are dynamic⁴
5. You make sure that it matches the original exactly using PixelSnap 2 guides⁵ (see screenshot; and yes, I told you I’m obsessed) :)
6. Et voila!
🤷♂️
¹ https://kitten.small-web.org
² https://catalyst.small-web.org
³ https://kitten.small-web.org/tutorials/components-and-fragments/
⁴ https://codeberg.org/project-catalyst/app/src/commit/a3cf136f3670a9e2954a35d5b3aa227969f22eaf/sign-up/SuccessfulStripeSubscription.fragment.js
⁵ https://pixelsnap.com#Catalyst #SmallWeb #design #Stripe #iframes #stateRestoration #web #dev
-
You know how you’re in the middle of a process and you refresh a web page and it loses state?
So that sucks.
With Kitten¹ – when using the new state-maintaining/class-based and event model-based component model – it’s easy to have flowing interfaces that animate between states, etc., that don’t lose state if you refresh the page (or open another tab).
What you can’t do on the Web, however, is restore the state of any cross-origin iframes. (As you have no visibility into their contents to take a snapshot, etc.)
This is something I ran into with the embedded Stripe component I’m using in Catalyst². Specifically, it has a success state that I want to restore so the interface, which uses selective disclosure and has animated to that step in the sign up process, doesn’t jump if you refresh it or look different if you open it in another tab.
So what do you do if you’re obsessed with making things work as well as possible?
Apparently, this:
1. You go and manually save the Stripe iframe’s HTML and relevant CSS
2. You notice that it is ~371KB in size and you sigh
3. You use a combination of automated and manual methods to whittle that down to a 4.2KB HTML/CSS snapshot of the state.
4. You make that into a Kitten component³ so you can set the bits that are dynamic⁴
5. You make sure that it matches the original exactly using PixelSnap 2 guides⁵ (see screenshot; and yes, I told you I’m obsessed) :)
6. Et voila!
🤷♂️
¹ https://kitten.small-web.org
² https://catalyst.small-web.org
³ https://kitten.small-web.org/tutorials/components-and-fragments/
⁴ https://codeberg.org/project-catalyst/app/src/commit/a3cf136f3670a9e2954a35d5b3aa227969f22eaf/sign-up/SuccessfulStripeSubscription.fragment.js
⁵ https://pixelsnap.com#Catalyst #SmallWeb #design #Stripe #iframes #stateRestoration #web #dev
-
You know how you’re in the middle of a process and you refresh a web page and it loses state?
So that sucks.
With Kitten¹ – when using the new state-maintaining/class-based and event model-based component model – it’s easy to have flowing interfaces that animate between states, etc., that don’t lose state if you refresh the page (or open another tab).
What you can’t do on the Web, however, is restore the state of any cross-origin iframes. (As you have no visibility into their contents to take a snapshot, etc.)
This is something I ran into with the embedded Stripe component I’m using in Catalyst². Specifically, it has a success state that I want to restore so the interface, which uses selective disclosure and has animated to that step in the sign up process, doesn’t jump if you refresh it or look different if you open it in another tab.
So what do you do if you’re obsessed with making things work as well as possible?
Apparently, this:
1. You go and manually save the Stripe iframe’s HTML and relevant CSS
2. You notice that it is ~371KB in size and you sigh
3. You use a combination of automated and manual methods to whittle that down to a 4.2KB HTML/CSS snapshot of the state.
4. You make that into a Kitten component³ so you can set the bits that are dynamic⁴
5. You make sure that it matches the original exactly using PixelSnap 2 guides⁵ (see screenshot; and yes, I told you I’m obsessed) :)
6. Et voila!
🤷♂️
¹ https://kitten.small-web.org
² https://catalyst.small-web.org
³ https://kitten.small-web.org/tutorials/components-and-fragments/
⁴ https://codeberg.org/project-catalyst/app/src/commit/a3cf136f3670a9e2954a35d5b3aa227969f22eaf/sign-up/SuccessfulStripeSubscription.fragment.js
⁵ https://pixelsnap.com#Catalyst #SmallWeb #design #Stripe #iframes #stateRestoration #web #dev
-
You know how you’re in the middle of a process and you refresh a web page and it loses state?
So that sucks.
With Kitten¹ – when using the new state-maintaining/class-based and event model-based component model – it’s easy to have flowing interfaces that animate between states, etc., that don’t lose state if you refresh the page (or open another tab).
What you can’t do on the Web, however, is restore the state of any cross-origin iframes. (As you have no visibility into their contents to take a snapshot, etc.)
This is something I ran into with the embedded Stripe component I’m using in Catalyst². Specifically, it has a success state that I want to restore so the interface, which uses selective disclosure and has animated to that step in the sign up process, doesn’t jump if you refresh it or look different if you open it in another tab.
So what do you do if you’re obsessed with making things work as well as possible?
Apparently, this:
1. You go and manually save the Stripe iframe’s HTML and relevant CSS
2. You notice that it is ~371KB in size and you sigh
3. You use a combination of automated and manual methods to whittle that down to a 4.2KB HTML/CSS snapshot of the state.
4. You make that into a Kitten component³ so you can set the bits that are dynamic⁴
5. You make sure that it matches the original exactly using PixelSnap 2 guides⁵ (see screenshot; and yes, I told you I’m obsessed) :)
6. Et voila!
🤷♂️
¹ https://kitten.small-web.org
² https://catalyst.small-web.org
³ https://kitten.small-web.org/tutorials/components-and-fragments/
⁴ https://codeberg.org/project-catalyst/app/src/commit/a3cf136f3670a9e2954a35d5b3aa227969f22eaf/sign-up/SuccessfulStripeSubscription.fragment.js
⁵ https://pixelsnap.com#Catalyst #SmallWeb #design #Stripe #iframes #stateRestoration #web #dev
-
BASF has launched the world's first industrial-scale 3D printed catalyst plant in Ludwigshafen, Germany. The facility marks a major milestone for industrial additive manufacturing in chemical production, demonstrating the scalability of 3D printing for critical industrial components. https://3dprinting.com/news/basf-starts-up-worlds-first-industrial-scale-3d-printed-catalyst-plant-in-ludwigshafen/ #3Dprint #3Dprinting #BASF #Catalyst
-
BASF has launched the world's first industrial-scale 3D printed catalyst plant in Ludwigshafen, Germany. The facility marks a major milestone for industrial additive manufacturing in chemical production, demonstrating the scalability of 3D printing for critical industrial components. https://3dprinting.com/news/basf-starts-up-worlds-first-industrial-scale-3d-printed-catalyst-plant-in-ludwigshafen/ #3Dprint #3Dprinting #BASF #Catalyst
-
BASF has launched the world's first industrial-scale 3D printed catalyst plant in Ludwigshafen, Germany. The facility marks a major milestone for industrial additive manufacturing in chemical production, demonstrating the scalability of 3D printing for critical industrial components. https://3dprinting.com/news/basf-starts-up-worlds-first-industrial-scale-3d-printed-catalyst-plant-in-ludwigshafen/ #3Dprint #3Dprinting #BASF #Catalyst
-
BASF has launched the world's first industrial-scale 3D printed catalyst plant in Ludwigshafen, Germany. The facility marks a major milestone for industrial additive manufacturing in chemical production, demonstrating the scalability of 3D printing for critical industrial components. https://3dprinting.com/news/basf-starts-up-worlds-first-industrial-scale-3d-printed-catalyst-plant-in-ludwigshafen/ #3Dprint #3Dprinting #BASF #Catalyst
-
BASF has launched the world's first industrial-scale 3D printed catalyst plant in Ludwigshafen, Germany. The facility marks a major milestone for industrial additive manufacturing in chemical production, demonstrating the scalability of 3D printing for critical industrial components. https://3dprinting.com/news/basf-starts-up-worlds-first-industrial-scale-3d-printed-catalyst-plant-in-ludwigshafen/ #3Dprint #3Dprinting #BASF #Catalyst
-
😈 Enzymes work as 'Maxwell's demon' by using memory stored as motion
https://phys.org/news/2026-02-enzymes-maxwell-demon-memory-motion.html
-
😈 Enzymes work as 'Maxwell's demon' by using memory stored as motion
https://phys.org/news/2026-02-enzymes-maxwell-demon-memory-motion.html
-
😈 Enzymes work as 'Maxwell's demon' by using memory stored as motion
https://phys.org/news/2026-02-enzymes-maxwell-demon-memory-motion.html
-
😈 Enzymes work as 'Maxwell's demon' by using memory stored as motion
https://phys.org/news/2026-02-enzymes-maxwell-demon-memory-motion.html
-
😈 Enzymes work as 'Maxwell's demon' by using memory stored as motion
https://phys.org/news/2026-02-enzymes-maxwell-demon-memory-motion.html
-
https://www.europesays.com/ie/376772/ Machine learning model predicts chemical reactions to accelerate drug discovery #Catalyst #Compound #DrugDiscovery #Éire #IE #Ireland #Ligand #MachineLearning #medicine #Molecule #Research #Running #Science
-
Ethereum Price Stuck Under $2,050, Bulls Seek Recovery Catalyst
https://misryoum.com/us/markets/ethereum-price-stuck-under-2050-bulls-seek-recovery/
Ethereum price started a fresh increase but failed near $2,080. ETH is now correcting gains and might decline further below $1,920. Ethereum started a downside correction from the $2,080 zone. The price is trading below $1,950 and the 100-hourly Simple...
#Ethereum #Price #Stuck #Under #2050 #Bulls #Seek #Recovery #Catalyst #US_News_Hub #misryoum_com
-
German economist Gabriel Felbermayr, the designated economic adviser for Austria, warns that the war in Iran will have negative economic consequences for German... https://news.osna.fm/?p=36618 | #news #catalyst #change #costs #economist
-
German economist Gabriel Felbermayr, the designated economic adviser for Austria, warns that the war in Iran will have negative economic consequences for German... https://news.osna.fm/?p=36618 | #news #catalyst #change #costs #economist
-
German economist Gabriel Felbermayr, the designated economic adviser for Austria, warns that the war in Iran will have negative economic consequences for German... https://news.osna.fm/?p=36618 | #news #catalyst #change #costs #economist
-
German economist Gabriel Felbermayr, the designated economic adviser for Austria, warns that the war in Iran will have negative economic consequences for German... https://news.osna.fm/?p=36618 | #news #catalyst #change #costs #economist
-
German economist Gabriel Felbermayr, the designated economic adviser for Austria, warns that the war in Iran will have negative economic consequences for German... https://news.osna.fm/?p=36618 | #news #catalyst #change #costs #economist
-
Schon wieder ein Update zur Version 1.12 von #Obsidian.
1.12.4 wurde als #Catalyst bzw. Vorabversion veröffentlicht und es scheint so, als nähern wir uns dem offiziellen, öffentlichen Release.