mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

789
active users

#pods

0 posts0 participants0 posts today
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://lain.com/users/lain" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>lain</span></a></span> <span class="h-card" translate="no"><a href="https://bemrose.social/users/ryan" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ryan</span></a></span> reminds me of <a href="https://www.youtube.com/watch?v=GcKUYbChE3A" rel="nofollow noopener noreferrer" target="_blank"><em>"What if we build public transport, but worse &amp; for-profit?"</em></a></p><p>Video via <a href="https://infosec.space/tags/AdamSomething" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdamSomething</span></a> </p><p><a href="https://infosec.space/tags/zoox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zoox</span></a> <a href="https://infosec.space/tags/Amazon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amazon</span></a> <a href="https://infosec.space/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> <a href="https://infosec.space/tags/robotaxi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>robotaxi</span></a> <a href="https://infosec.space/tags/robotaxis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>robotaxis</span></a> <a href="https://infosec.space/tags/PublicTransport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PublicTransport</span></a> <a href="https://infosec.space/tags/Enshittufication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enshittufication</span></a> <a href="https://infosec.space/tags/Classism" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Classism</span></a> <a href="https://infosec.space/tags/EliteProjection" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EliteProjection</span></a> <a href="https://infosec.space/tags/privatization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>privatization</span></a> <a href="https://infosec.space/tags/infrastructure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>infrastructure</span></a></p>
ohmrun<p>tldr: everything in pieces on the shop floor, but....</p><p>I'm trying towards an implementation of Babashka Pods in Haxe.</p><p>Given Haxe is a polyglot language, it makes sense to go for a polyglot interop solution. </p><p>There's things like built in async handling, client side code and platform awareness, very much the inverted pyramid that's good for adoption by keeping complexity at the base low.</p><p>A Haxe Pod implementation would transpile to around 10 different languages, and could be a base for a repl implementation, certainly of HScript, and or KissLang or some of the other languages and dialects cropping up.</p><p>Looking at what I did with Stig this week it probably bears some explanation.</p><p>I wanted a structured data format that doesn't rely on reflection, doesn't require the heavyness of the internal runtime representation of tagged unions (enums/gadts) but can be pattern matched on.</p><p>The external StigForm is neither here nor there, the internal StigNode is the important bit. There's probably a few minor adjustments so it can sit well in most languages.</p><p>I might well use it to build a Bencode output, as it fits perfectly.</p><p>The inclusion of Stx, or the dead-code eliminated version of it is for parsing is unavoidable, but the generated loc is only around 5k at present.</p><p>It's based on Stephan Le Dorze's mix of Haskell Parsex plus Alex Worth's Phd work on linear time left recursive packrat parsing, and I've been tinkering with it for years.</p><p>Work on Go2Hx by PXShadow means there's the opening to cross compile CueLang, meaning that there's an opening for language native type generations from Cue, which is pretty exciting, and Haxe has an extremely compact and well designed internal type representation, and the new completion algorithm is very snappy.</p><p>Still work to do though, I'm in the middle of a rebuild atm.</p><p><a href="https://hachyderm.io/tags/Haxe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Haxe</span></a> <a href="https://hachyderm.io/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://hachyderm.io/tags/Babashka" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Babashka</span></a> <a href="https://hachyderm.io/tags/Edn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Edn</span></a> <a href="https://hachyderm.io/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a> <a href="https://hachyderm.io/tags/CueLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CueLang</span></a> <a href="https://hachyderm.io/tags/GoLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoLang</span></a> <a href="https://hachyderm.io/tags/OMeta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMeta</span></a> <a href="https://hachyderm.io/tags/Parsex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Parsex</span></a> <a href="https://hachyderm.io/tags/Interop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Interop</span></a> <a href="https://hachyderm.io/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://hachyderm.io/tags/OMeta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMeta</span></a></p>
kurtsh<p>If you DIY <a href="https://mastodon.social/tags/Keurig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Keurig</span></a> <a href="https://mastodon.social/tags/coffee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coffee</span></a> <a href="https://mastodon.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a>, may I recommend this: 288 ready-to-use pods w/ foldover lids &amp; pre-applied adhesive for a permanent airtight seal for $90.<br>✅ iFillCup Pods-288 White self-fillable single-serve coffee pods for use in Keurig brewers<br><a href="https://a.co/d/6YW0Hi3" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">a.co/d/6YW0Hi3</span><span class="invisible"></span></a></p>
JustinCasuarina Pods<br> <br> <a href="https://pixelfed.au/discover/tags/Canberra?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Canberra</a> <a href="https://pixelfed.au/discover/tags/Civic?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Civic</a> <a href="https://pixelfed.au/discover/tags/Sculpture?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Sculpture</a> <a href="https://pixelfed.au/discover/tags/Pods?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Pods</a> <br> <a href="https://pixelfed.au/discover/tags/Photography?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Photography</a> <a href="https://pixelfed.au/discover/tags/Summilux50ASPH?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#Summilux50ASPH</a> <a href="https://pixelfed.au/discover/tags/LeicaM11?src=hash" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#LeicaM11</a> <br> <br> <a href="https://www.arts.act.gov.au/public-art/casuarina-pods" rel="nofollow noopener noreferrer" target="_blank">https://www.arts.act.gov.au/public-art/casuarina-pods</a>
Scott Davis<p><span class="h-card" translate="no"><a href="https://mastodon.social/@dhinojosa" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dhinojosa</span></a></span> Tim Berners-Lee agrees. Check out these <span class="h-card" translate="no"><a href="https://w3c.social/@w3c" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>w3c</span></a></span> standards <a href="https://mastodon.social/tags/solid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solid</span></a> and <a href="https://mastodon.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> </p><p><a href="https://www.youtube.com/watch?v=LdiL4UtlnN8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/watch?v=LdiL4UtlnN8</span><span class="invisible"></span></a></p>
Bjarne Oldrup<p>Consider Pods Framework if you are building a new website and don't need the current uncertainties that comes with Advanced Custom Fields at the moment.</p><p>Pods is a rock solid open source alternative, that even comes with useful Gutenberg blocks. I've been using Pods on larger projects for years, and have only good things to say about it.</p><p>Here's a blog post with some notes I made when working on a little project:<br><a href="https://oldrup.dk/en/pods-framework-and-the-block-editor/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">oldrup.dk/en/pods-framework-an</span><span class="invisible">d-the-block-editor/</span></a></p><p>Pods: <a href="https://pods.io/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pods.io/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.green/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a> <a href="https://mastodon.green/tags/ACF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ACF</span></a> <a href="https://mastodon.green/tags/wpdrama" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wpdrama</span></a></p>
Kevin Karhan :verified:<p>It's so entertaining to see <a href="https://infosec.space/tags/Zoomers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zoomers</span></a> <a href="https://youtu.be/rw5ZjWudVTI" rel="nofollow noopener noreferrer" target="_blank">loose their shit</a> watching <a href="https://infosec.space/tags/cringe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cringe</span></a>-ass <a href="https://infosec.space/tags/Kindergarten" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kindergarten</span></a>-Level Ideas by <a href="https://infosec.space/tags/DahirInsaat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DahirInsaat</span></a>...</p><ul><li>Cuz it's a <a href="https://youtu.be/lxUEuOkblws" rel="nofollow noopener noreferrer" target="_blank">worse idea</a> than the <a href="https://infosec.space/tags/StraddlingBus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>StraddlingBus</span></a> aka. <a href="https://infosec.space/tags/TransitElevatedBus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TransitElevatedBus</span></a>.</li></ul><p>And that is already <a href="https://youtu.be/9f__nhlHC1g" rel="nofollow noopener noreferrer" target="_blank">worse</a> than <a href="https://infosec.space/tags/Monorail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Monorail</span></a>|s.</p><ul><li>Granted, <a href="https://infosec.space/tags/SkyTrain" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SkyTrain</span></a>-<a href="https://youtu.be/NeYTtlXywUI" rel="nofollow noopener noreferrer" target="_blank">Style</a> <a href="https://infosec.space/tags/OverheadMonorails" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OverheadMonorails</span></a> do make sense in edge-cases where <a href="https://infosec.space/tags/Tram" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tram</span></a>, <a href="https://infosec.space/tags/Metro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Metro</span></a> and <a href="https://infosec.space/tags/Bus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bus</span></a> ain't an option...</li></ul><p>The problem is rather that these ain't at surface level, and that <a href="https://youtu.be/F4KZLcvMQWg" rel="nofollow noopener noreferrer" target="_blank">verticality makes it less accessible to use</a>, so <a href="https://youtu.be/Ei6LKHNFpeE" rel="nofollow noopener noreferrer" target="_blank">only in few cases</a> they are a good option and oftentimes <a href="https://infosec.space/tags/CableCars" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CableCars</span></a> would be way better - espechally the modern ones that decouple <a href="https://infosec.space/tags/Cabins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cabins</span></a> aka. <em>"<a href="https://infosec.space/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a>"</em> from the wire and let people board at a standstill without interrupting the flow.</p><p>Kinda like an <a href="https://youtu.be/6RiYXI1Tfu4" rel="nofollow noopener noreferrer" target="_blank">Aerial Ropeway</a> makes sense in guaranteed asymetric load scenarios and having <em>"load swap"</em> systems to reverse the direction would not work unless they are more efficient than electric powered cablecars...</p>
eddyizm<p>Any podman users? Set up a pod with systemd and its pretty sweet but now im wondering on best practice on updating a container in that pod (freshly rebuilt from the new code commits) <a href="https://fosstodon.org/tags/Redhat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Redhat</span></a> <a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://fosstodon.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://fosstodon.org/tags/containers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>containers</span></a> <a href="https://fosstodon.org/tags/deploy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deploy</span></a> <a href="https://fosstodon.org/tags/podman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>podman</span></a> <a href="https://fosstodon.org/tags/SystemD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SystemD</span></a> <a href="https://fosstodon.org/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a></p>
Cesare Pautasso<p>How to search for data which doesn't want to be found?</p><p>(like the personal and private data in <a href="https://scholar.social/tags/solid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solid</span></a> <a href="https://scholar.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a>)</p><p><a href="https://scholar.social/tags/ICWE2024" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ICWE2024</span></a></p>
am!r<p>Seriously curious the % of publishing articles / <a href="https://mastodon.social/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> posts / <a href="https://mastodon.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> vs. actually building things and doing things. </p><p>I work for almost a year or two to get something worthy to publish. How everyone else specifically in <a href="https://mastodon.social/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> does this?</p>
Stefan Ihringer<p>Mocking futuristic ideas of tech-bros is so much fun though. This one by <a href="https://mograph.social/tags/AdamSomething" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdamSomething</span></a> will brighten up any day 😃</p><p><a href="https://www.youtube.com/watch?v=5V_FM0mLC0c" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=5V_FM0mLC0</span><span class="invisible">c</span></a></p><p><a href="https://mograph.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a></p>
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://mastodon.social/@RebelGeek99" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>RebelGeek99</span></a></span> <span class="h-card" translate="no"><a href="https://pxlmo.com/peter" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>peter</span></a></span> <a href="https://www.youtube.com/watch?v=z_Yzv8Ky2J4&amp;t=22m10s" rel="nofollow noopener noreferrer" target="_blank">reminds me of</a> the <a href="https://infosec.space/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> from the prison in <a href="https://infosec.space/tags/DIM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DIM</span></a>...</p>
Ricardo Harvin<p>Good article and I'm very interested in the concepts and possible solutions discussed here.</p><p>I'm disappointed and concerned that problematic <a href="https://mstdn.social/tags/Bluesky" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bluesky</span></a> (cofounded by <a href="https://mstdn.social/tags/JackDorsey" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JackDorsey</span></a>) and <a href="https://mstdn.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> (long history of <a href="https://mstdn.social/tags/misogyny" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>misogyny</span></a> and <a href="https://mstdn.social/tags/racism" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>racism</span></a>) are included as positive examples, and that <a href="https://mstdn.social/tags/Inrupt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Inrupt</span></a> is hosted on <a href="https://mstdn.social/tags/Amazon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amazon</span></a> (an example of what the <a href="https://mstdn.social/tags/Solid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Solid</span></a> <a href="https://mstdn.social/tags/protocol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>protocol</span></a> and <a href="https://mstdn.social/tags/PODs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PODs</span></a> are described as fighting against).</p><p>I won't let perfect be the enemy of good, though.</p><p>From: <span class="h-card" translate="no"><a href="https://mastodon.social/@gtbarry" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gtbarry</span></a></span><br><a href="https://mastodon.social/@gtbarry/112112094597775397" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@gtbarry/11211</span><span class="invisible">2094597775397</span></a></p>
Marie Muller<p>Hackathon <a href="https://mastodon.social/tags/Solid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Solid</span></a> le 18 mars 👇 </p><p><a href="https://mastodon.social/tags/linkeddata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linkeddata</span></a> <a href="https://mastodon.social/tags/shex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shex</span></a> <a href="https://mastodon.social/tags/activityPub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>activityPub</span></a> <a href="https://mastodon.social/tags/rdf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rdf</span></a> <a href="https://mastodon.social/tags/shapes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shapes</span></a> <a href="https://mastodon.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> <a href="https://mastodon.social/tags/inrupt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>inrupt</span></a></p><p><a href="https://solidhack.org/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">solidhack.org/</span><span class="invisible"></span></a></p>
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://kolektiva.social/@AnarchoKitty" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>AnarchoKitty</span></a></span> <span class="h-card" translate="no"><a href="https://social.notjustbikes.com/@notjustbikes" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>notjustbikes</span></a></span> <br>Whereas I think <a href="https://infosec.space/tags/cars" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cars</span></a> are kinda <a href="https://infosec.space/tags/antisocial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>antisocial</span></a> and everytime someone makes "<a href="https://infosec.space/tags/PublicTransport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PublicTransport</span></a>, but shittier" and uses "<a href="https://infosec.space/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a>" as unit to have an absurdly small number of people shuffled around, people like <a href="https://infosec.space/tags/AdamSomething" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdamSomething</span></a> get an aneurism...<br><a href="https://www.youtube.com/watch?v=R6RaoGHZC3A" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=R6RaoGHZC3</span><span class="invisible">A</span></a></p>
bioinformatician_next_door<p><span class="h-card" translate="no"><a href="https://neuromatch.social/@neuralreckoning" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>neuralreckoning</span></a></span> <span class="h-card" translate="no"><a href="https://indieweb.social/@bonfire" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bonfire</span></a></span> <span class="h-card" translate="no"><a href="https://neuromatch.social/@GunnarBlohm" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>GunnarBlohm</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@brembs" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>brembs</span></a></span> <span class="h-card" translate="no"><a href="https://fediscience.org/@UlrikeHahn" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>UlrikeHahn</span></a></span> <span class="h-card" translate="no"><a href="https://red.niboe.info/@jorge" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jorge</span></a></span> <span class="h-card" translate="no"><a href="https://a.gup.pe/u/open_science" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>open_science</span></a></span> </p><p>For better interoperability of the archival guarantees I would suggest using:<br><a href="https://kafeneio.social/tags/IPFS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPFS</span></a> and<br><a href="https://kafeneio.social/tags/solid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solid</span></a> <a href="https://kafeneio.social/tags/pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pods</span></a> <br><a href="https://solidproject.org/about" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">solidproject.org/about</span><span class="invisible"></span></a><br>+<br><span class="h-card" translate="no"><a href="https://fosstodon.org/@activitypods" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>activitypods</span></a></span> <br><a href="https://activitypods.org/the-road-to-activitypods-2-0/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">activitypods.org/the-road-to-a</span><span class="invisible">ctivitypods-2-0/</span></a></p><p>with the integration of<br><a href="https://kafeneio.social/tags/noosphere" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>noosphere</span></a> knowledge graphs</p><p><a href="https://github.com/subconsciousnetwork/noosphere/blob/main/design/explainer.md" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/subconsciousnetwork</span><span class="invisible">/noosphere/blob/main/design/explainer.md</span></a></p><p>All together these can provide strong security/transparency and "easily" moving data from server to server (Considering that scientists change institutions).</p>
Ron's Computer Videos🖥️📼<p><a href="https://bitbang.social/tags/SHORTS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SHORTS</span></a> - <a href="https://bitbang.social/tags/Finally" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Finally</span></a>, edible Tide <a href="https://bitbang.social/tags/PODS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PODS</span></a>!<br><a href="https://youtube.com/shorts/CzRCBxs1unc?feature=share" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtube.com/shorts/CzRCBxs1unc</span><span class="invisible">?feature=share</span></a></p>
The Animal and the Machine<p><span class="h-card" translate="no"><a href="https://toot.lgbt/@hotkey" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hotkey</span></a></span> I’ve been there and know that feeling. What I’ve learned is that you want a non-Nespresso brand Nespresso standard machine as Nespresso has two defensive patents that allow it to make a machine that makes non Nespresso pods not brew properly. You can get fully compostable pods now.</p><p>I am an environmentalist but I am also bound by the limits of my physical self and the capitalist society. In short, sometimes, just accept the compromise and live. Details from James Hoffmann:</p><p><a href="https://youtu.be/HouzvJGazs4?si=RKlxg59to2kU40UO" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtu.be/HouzvJGazs4?si=RKlxg5</span><span class="invisible">9to2kU40UO</span></a></p><p><a href="https://mathstodon.xyz/tags/Coffee" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coffee</span></a> <a href="https://mathstodon.xyz/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a></p>
Brandon Zhang 🇨🇳<p><span class="h-card" translate="no"><a href="https://toot.wales/@HughWRoberts" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>HughWRoberts</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@wpcommaven" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>wpcommaven</span></a></span> Same here, all classic themes with Gutenberg blocks on my client websites. Gutenberg editor is so not friendly to content creator, and in my opinion it’s getting far away from content management system. So, I’m migrating one of those sites to use custom post type and custom settings created by <a href="https://mastodon.online/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a> plugin (disabling Gutenberg editor completely), so my client can edit anything on the website without even touching the Gutenberg editor at all.</p>
Bjarne Oldrup<p><a href="https://mastodon.green/tags/Pods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pods</span></a> 3.0 for <a href="https://mastodon.green/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> was just released, now with Conditional Logic for Fields, and more 🎉</p><p><a href="https://docs.pods.io/fields/conditional-logic-for-fields/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.pods.io/fields/conditiona</span><span class="invisible">l-logic-for-fields/</span></a></p><p>ACF recently got better support for relationships, and I'd love to put my lifetime license to use, as ACF is slightly better supported in some third-party tools</p><p>However, Pods is just, how should I put it? — Like family —The lovable part, that is.</p><p>Kudos to <span class="h-card"><a href="https://scottodon.com/@skc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>skc</span></a></span> and the rest of the gang.</p>