donphan.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This generalist Mastodon server welcomes enthusiasts of the Pokémon franchise, to talk about it or anything else. Join the federation!

Server stats:

129
active users

#php

9 posts8 participants1 post today
John "Gozzy" Godsland<p>Looks like I'm "seeking my next opportunity" after the company I work for got acquired. So if you know of any <a href="https://social.gozzys.com/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> and/or full stack software engineering roles in the UK drop me a DM. Recent experience is in financial services and I am a whizz at data migration, API integration, as well as designing and building stuff that "just works". UK based but a citizen of the world. <a href="https://social.gozzys.com/tags/GetFediHired" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GetFediHired</span></a></p>
Baptiste Langlade<p>New major release for <a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> innmind/black-box:<br>- Set is now a final class<br>- adds Set::flatMap() to randomly declare new Sets<br>- adds PHPUnit 12 support</p><p><a href="https://github.com/Innmind/BlackBox/releases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Innmind/BlackBox/re</span><span class="invisible">leases</span></a></p>
Ben Ramsey<p>Dmitry Stogov is leaving <span class="h-card" translate="no"><a href="https://phpc.social/@zend" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>zend</span></a></span> in two weeks and is looking for other opportunities. He's the driving force behind the JIT implementation in PHP (both the original one in 8.0 and the new one in 8.4), among many other features, bug fixes, and security patches to numerous to mention.</p><p>If PHP (and especially JIT for PHP) are important to your business, you should reach out and talk with him.</p><p><a href="https://news-web.php.net/php.internals/126804" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news-web.php.net/php.internals</span><span class="invisible">/126804</span></a> </p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a></p>
Negative12DollarBill<p>Hi, <a href="https://techhub.social/tags/Today" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Today</span></a> I decided to try to <a href="https://techhub.social/tags/getfedihired" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>getfedihired</span></a> — I've got many years of experience with web development, programming and production (<a href="https://techhub.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a>, <a href="https://techhub.social/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a>, <a href="https://techhub.social/tags/Javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Javascript</span></a>), I can make myself useful in anything on the open-source side of back end, i.e. the <a href="https://techhub.social/tags/Perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Perl</span></a>, <a href="https://techhub.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a>, <a href="https://techhub.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a>, <a href="https://techhub.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MySQL</span></a>, <a href="https://techhub.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> kind of area.</p><p>I live in <a href="https://techhub.social/tags/Sydney" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sydney</span></a> Australia and would be happy to work in-office, remote or hybrid.</p><p>Let me know of any opportunities, or pass this on to anyone else who might know of something? Thanks.</p>
Derick Rethans' Blog<b>And Then There Was PIE</b><br><a href="https://derickrethans.nl/and-then-there-was-pie.html" rel="nofollow noopener noreferrer" target="_blank">Original Post</a><br><br><p>In tandem with the <a href="https://pecl.php.net/" rel="nofollow noopener noreferrer" target="_blank">PECL</a> website, which hosts around 400 packages, PHP developers have been able to install third party extensions for several decades now with the PECL installer.</p><p>PECL, which stands for the PHP Extension Community Library was a sister project to <a href="https://pear.php.net" rel="nofollow noopener noreferrer" target="_blank">PEAR</a>, the PHP Extension and Application Repository. This repository has largely been replaced by <a href="https://packagist.org/" rel="nofollow noopener noreferrer" target="_blank">Packagist</a>, which hosts PHP user land code to be installed through <a href="https://getcomposer.org/" rel="nofollow noopener noreferrer" target="_blank">Composer</a>. Unlike PEAR, Packagist allows anybody to register a library of PHP code, which can then be composed through a file (<code>composer.json</code>) and made available to people's application code.</p><p>For extensions written in C, PECL was the only option. The PECL website has not been properly maintained for a long while now. And there are issues where the package description and release information XML files can not even contain higher-byte characters due to a very old misconfiguration of MySQL—back when it did not support Unicode and UTF-8 properly.</p><p>Updating the website, for example for adding new releases releases, is also not the easiest thing to do. Unlike adding a Git tag as you can do with Composer packages, it requires modifying an <a href="https://github.com/xdebug/xdebug/blob/master/package.xml" rel="nofollow noopener noreferrer" target="_blank">unwieldy XML file</a>, and uploading the packages manually through a web form.</p><p>With this in mind, about a year and a half ago, I started drafting the requirements for "New PECL". The initial goals I came up with were:</p><ul><li><p>A new simplified installer, that does not rely on PEAR</p></li><li><p>Ways to configure which (already installed) PHP version should get which extension version(s)</p></li><li><p>Cryptographic verification of released extension tags</p></li><li><p>Removing the reliance on a PECL website</p></li><li><p>No longer relying on <code>package.xml</code></p></li></ul><p>The <a href="https://thephp.foundation/" rel="nofollow noopener noreferrer" target="_blank">PHP Foundation</a> bid for funding by the <a href="https://www.sovereign.tech/tech/php" rel="nofollow noopener noreferrer" target="_blank">Sovereign Tech Agency</a> — an agency of the German government — to develop this new tool.</p><p>From my initial requirements, <a href="https://www.jamestitcumb.com/" rel="nofollow noopener noreferrer" target="_blank">James Titcumb</a> and others worked on a more detailed <a href="https://github.com/ThePHPF/pie-design" rel="nofollow noopener noreferrer" target="_blank">design</a> as part of their work for the PHP Foundation. James then set to <a href="https://github.com/php/pie" rel="nofollow noopener noreferrer" target="_blank">work on the installer</a> resulting in the <a href="https://thephp.foundation/blog/2024/11/19/pie-pre-release/" rel="nofollow noopener noreferrer" target="_blank">first pre-release</a> last November.</p><p>Since then, the tool has matured with more features, and better integration with Packagist, which now also features <a href="https://packagist.org/extensions" rel="nofollow noopener noreferrer" target="_blank">PHP extensions</a> besides public PHP packages. Many extensions, including <a href="https://packagist.org/packages/xdebug/xdebug" rel="nofollow noopener noreferrer" target="_blank">Xdebug</a>, can now be installed with PIE.</p><p><a href="https://github.com/php/pie/blob/main/docs/usage.md" rel="nofollow noopener noreferrer" target="_blank">Documentation for PIE</a> is available on GitHub.</p><p>Binary builds for Windows are also supported, and we have developed a <a href="https://github.com/php/php-windows-builder" rel="nofollow noopener noreferrer" target="_blank">GitHub action</a> to help extension authors to do this in the right way for PIE.</p><p>PIE's feature set is fairly compatible with PECL, and now is the time to start using it in your projects. There are sometimes still a few kinks, such as a recent issue with the <a href="https://github.com/mongodb/mongo-php-driver" rel="nofollow noopener noreferrer" target="_blank">MongoDB extension's</a> use of <a href="https://github.com/mongodb/mongo-php-driver/blob/v1.x/.gitmodules" rel="nofollow noopener noreferrer" target="_blank">Git submodules</a>. This is already fixed in the 0.7.0 of PIE, but more issues are likely to be encountered.</p><p>At some point in the future, the PECL website will be discontinued leaving PIE installing PHP extensions from Packagist as the only available option.</p><p>then now is the time to <a href="https://github.com/php/pie/blob/main/docs/extension-maintainers.md" rel="nofollow noopener noreferrer" target="_blank">add support</a> for PIE in your extension.</p><p>In most cases, this requires creating a <code>composer.json</code> file in the root of your GIT repository, such I have done for <a href="https://github.com/xdebug/xdebug/blob/master/composer.json" rel="nofollow noopener noreferrer" target="_blank">Xdebug</a>, and others have done for the <a href="https://github.com/krakjoe/apcu/blob/master/composer.json" rel="nofollow noopener noreferrer" target="_blank">APCu</a>, <a href="https://gitlab.com/Girgias/csv-php-extension/-/blob/master/composer.json?ref_type=heads" rel="nofollow noopener noreferrer" target="_blank">CSV</a>, <a href="https://github.com/Imagick/imagick/blob/develop/composer.json" rel="nofollow noopener noreferrer" target="_blank">Imagick</a>, and many other extensions.</p><p>that you currently install through PECL, then now would be a great time to start using PIE in your development environments. Only through superior testing will the new PIE installer reach maturity, and become ready to have a 1.0 release.</p><p>And then we can celebrate with an actual pie. 🥧</p>
hauschke<p>Would you like to work with us in the <span class="h-card" translate="no"><a href="https://openbiblio.social/@tibosl" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>tibosl</span></a></span> of the <span class="h-card" translate="no"><a href="https://openbiblio.social/@tibhannover" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>tibhannover</span></a></span>? </p><p>* Open source software developer (m/f/d) wanted! *</p><p><a href="https://www.tib.eu/en/tib/careers-and-apprenticeships/vacancies/details/stellenausschreibung-nr-16-2025" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">tib.eu/en/tib/careers-and-appr</span><span class="invisible">enticeships/vacancies/details/stellenausschreibung-nr-16-2025</span></a></p><p>A few hashtags:</p><p><a href="https://mastodon.social/tags/Mediawiki" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mediawiki</span></a><br><a href="https://mastodon.social/tags/Wikibase" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wikibase</span></a> <br><a href="https://mastodon.social/tags/OpenRefine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenRefine</span></a> <br><a href="https://mastodon.social/tags/Metadata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Metadata</span></a> <br><a href="https://mastodon.social/tags/OpenResearchInformation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenResearchInformation</span></a> <br><a href="https://mastodon.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a><br><a href="https://mastodon.social/tags/LinkedData" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinkedData</span></a> </p><p>If you have question: I'm looking to hearing from you, preferably by e-mail (see the job advertisement)!</p><p><span class="h-card" translate="no"><a href="https://a.gup.pe/u/academicsunite" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>academicsunite</span></a></span> </p><p><a href="https://mastodon.social/tags/fedihire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedihire</span></a></p>
Open Source JobHub<p>New Job Alert: Automattic is seeking a senior-level PHP/JavaScript Software Engineer. Learn more and apply now on <a href="https://fosstodon.org/tags/OSJH" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OSJH</span></a><br><a href="https://opensourcejobhub.com/job/23137/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opensourcejobhub.com/job/23137</span><span class="invisible">/</span></a><br><a href="https://fosstodon.org/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://fosstodon.org/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> <a href="https://fosstodon.org/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://fosstodon.org/tags/jobs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobs</span></a> <a href="https://fosstodon.org/tags/career" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>career</span></a> <a href="https://fosstodon.org/tags/Gutenberg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gutenberg</span></a> <a href="https://fosstodon.org/tags/Jetpack" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jetpack</span></a> <a href="https://fosstodon.org/tags/Rewind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rewind</span></a> <a href="https://fosstodon.org/tags/WooCommerce" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WooCommerce</span></a> <a href="https://fosstodon.org/tags/Tumblr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tumblr</span></a></p>
Ben Ramsey<p>That hash tag for <a href="https://phpc.social/tags/PHPPIE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHPPIE</span></a> looks like it should be pronounced "fippy," and I hereby declare that, should PIE ever get an <a href="https://phpc.social/tags/elePHPant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elePHPant</span></a> designed for it, its name should be Fippy.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a></p>
Ben Ramsey<p>I had my first real taste of PHP PIE tonight. Kudos to <span class="h-card" translate="no"><a href="https://phpc.social/@asgrim" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>asgrim</span></a></span> and <span class="h-card" translate="no"><a href="https://phpc.social/@thephpf" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>thephpf</span></a></span> for a really solid PHP extension installer. It was fantastic in that it Just Worked. Love it!</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/PHPPIE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHPPIE</span></a></p>
PHP Community<p>The PHP project has put out the call for release manager volunteers for PHP 8.5!</p><p>Candidates should be confident about merging pull requests without breaking BC, doing bug triage, liaising with previous RMs, and getting the branch in good shape. At least one candidate should be a core dev who can assess more technical PR's. Others do not need to have deep knowledge of internals but should understand above mentioned points.</p><p>Reply on the mailing list to volunteer.</p><p><a href="https://news-web.php.net/php.internals/126733" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news-web.php.net/php.internals</span><span class="invisible">/126733</span></a></p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a></p>
vga256<p>now that kiki - my super lo-fi wiki/blog/website software - is running pretty darn smoothly, i'd like to think about adding support for weird protocols</p><p>telnettable bbs with menuing? gopherspace? gemini?</p><p><a href="https://dialup.cafe/tags/smallWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>smallWeb</span></a> <a href="https://dialup.cafe/tags/smolWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>smolWeb</span></a> <a href="https://dialup.cafe/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://dialup.cafe/tags/bbs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bbs</span></a> <a href="https://dialup.cafe/tags/gopher" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gopher</span></a> <a href="https://dialup.cafe/tags/gemini" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gemini</span></a></p>
Derick Rethans<p>Do you use VS Code and the PHP Debug plugin to use <span class="h-card" translate="no"><a href="https://phpc.social/@Xdebug" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Xdebug</span></a></span>?</p><p>It'd mean the world to us to leave a nice/constructive review:<br><a href="https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug&amp;ssr=false#review-details" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">marketplace.visualstudio.com/i</span><span class="invisible">tems?itemName=xdebug.php-debug&amp;ssr=false#review-details</span></a></p><p><a href="https://phpc.social/tags/vscode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscode</span></a> <a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/debugging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debugging</span></a></p>
The New Oil<p>Critical <a href="https://mastodon.thenewoil.org/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> RCE vulnerability mass exploited in new attacks</p><p><a href="https://www.bleepingcomputer.com/news/security/critical-php-rce-vulnerability-mass-exploited-in-new-attacks/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">bleepingcomputer.com/news/secu</span><span class="invisible">rity/critical-php-rce-vulnerability-mass-exploited-in-new-attacks/</span></a></p><p><a href="https://mastodon.thenewoil.org/tags/cybersecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cybersecurity</span></a></p>
PHP Community<p>“PHP does not have type hints, types are enforced. You mean ‘Type declaration.’” — <span class="h-card" translate="no"><a href="https://phpc.social/@timwolla" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>timwolla</span></a></span> </p><p><a href="https://news-web.php.net/php.internals/126595" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news-web.php.net/php.internals</span><span class="invisible">/126595</span></a></p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a></p>
Camilo Bravo :drumset:<p><a href="https://musicians.today/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> you can call an object like a function in <a href="https://musicians.today/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a>.</p><p><a href="https://todayilearned.net/2025/03/call-object-function-php-using-invoke" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">todayilearned.net/2025/03/call</span><span class="invisible">-object-function-php-using-invoke</span></a></p>
Dummy-X 🇮🇹<p>📃 [<a href="https://mastodon.uno/tags/OldPost" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OldPost</span></a>] - C'è un aggiornamento sul blog ⚠️:<br>Avere un contatore di letture sugli articoli di un blog offre diversi vantaggi. Innanzitutto, fornisce un'indicazione immediata della popolarità di un contenuto, permettendo ai lettori di capire quali suscitano maggiore interesse. Si tratta di un dato che può influenzare le loro scelte di lettura, spingendoli verso i contenuti più apprezzati....</p><p>👉 <a href="https://www.selectallfromdual.com/blog/1477" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">selectallfromdual.com/blog/147</span><span class="invisible">7</span></a></p><p>#️⃣ <a href="https://mastodon.uno/tags/contatorevisite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>contatorevisite</span></a> <a href="https://mastodon.uno/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://mastodon.uno/tags/wordpress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wordpress</span></a></p>
Simon :laravel:<p>I feel like some folks still don't know, so PSA:</p><p>📣 You can build and SELL iPhone apps built with <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> - yes, PHP! - on the Apple App Store</p><p>Today!</p><p>Find out more:<br><a href="https://nativephp.com/mobile" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">nativephp.com/mobile</span><span class="invisible"></span></a></p>
HortusFoxHello fellow plant enthusiasts! HortusFox does now maintain an official account on pixelfed! 🪴<br> <br> Here I want to post more visual stuff around HortusFox and plant parenting.<br> <br> To those new to the app:<br> <br> HortusFox is a selfhosted, collaborative indoor and outdoor plants management system to track, journal and manage your plants. Therefore it provides a vast amount of features:<br> <br> 🪴 Plant management<br> 🏠 Custom locations<br> 📜 Tasks system<br> 📖 Inventory system<br> 📆 Calendar system<br> 🔍 Search feature<br> 🕰️ History feature<br> 🌦️ Weather feature<br> 💬 Group chat<br> ⚙️ Profile management<br> 🦋 Themes<br> 🔑 Admin dashboard<br> 📢 Reminders<br> 💾 Backups<br> 💻 REST API<br> 🔬 Plant identification<br> <br> If you need a management system for your plants while being 100% in control of your personal data, feel free to check it out!<br> <br> <a href="https://pixelfed.social/discover/tags/introductions?src=hash" title="#introductions" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#introductions</a> <a href="https://pixelfed.social/discover/tags/houseplants?src=hash" title="#houseplants" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#houseplants</a> <a href="https://pixelfed.social/discover/tags/plants?src=hash" title="#plants" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#plants</a> <a href="https://pixelfed.social/discover/tags/gardening?src=hash" title="#gardening" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#gardening</a> <a href="https://pixelfed.social/discover/tags/botany?src=hash" title="#botany" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#botany</a> <a href="https://pixelfed.social/discover/tags/horticulture?src=hash" title="#horticulture" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#horticulture</a> <a href="https://pixelfed.social/discover/tags/indoorplants?src=hash" title="#indoorplants" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#indoorplants</a> <a href="https://pixelfed.social/discover/tags/php?src=hash" title="#php" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#php</a> <a href="https://pixelfed.social/discover/tags/webdevelopment?src=hash" title="#webdevelopment" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#webdevelopment</a> <a href="https://pixelfed.social/discover/tags/naturephotography?src=hash" title="#naturephotography" class="u-url hashtag" rel="nofollow noopener noreferrer" target="_blank">#naturephotography</a>
Madcollector<p>Years ago I created a <a href="https://retro.pizza/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://retro.pizza/tags/mysql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mysql</span></a> <a href="https://retro.pizza/tags/comics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>comics</span></a> <a href="https://retro.pizza/tags/database" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>database</span></a> <br><a href="https://sourceforge.net/projects/madcollector/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceforge.net/projects/madco</span><span class="invisible">llector/</span></a></p><p>DM me If you'd be interested in reviving it.</p>
Jan Polzer<p>Značku Hetzner budete pravděpodobně znát jako velkého německého poskytovatele serverových a cloudových služeb. Já jsem zatoužil vyzkoušet jejich klasický webhosting. Objednal jsem si nejvyšší tarif a pustil jsem se do testování. A kdy jste vy naposledy jste posílali kopii občanky pro zřízení hostingu? ;-)</p><p><a href="https://www.maxiorel.cz/recenze-hetzner-level-19-moje-zkusenosti-s-nejvyssim-tarifem-klasickeho-hostingu" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">maxiorel.cz/recenze-hetzner-le</span><span class="invisible">vel-19-moje-zkusenosti-s-nejvyssim-tarifem-klasickeho-hostingu</span></a></p><p><a href="https://mastodonczech.cz/tags/hosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hosting</span></a> <a href="https://mastodonczech.cz/tags/webhosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webhosting</span></a> <a href="https://mastodonczech.cz/tags/cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cloud</span></a> <a href="https://mastodonczech.cz/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://mastodonczech.cz/tags/hetzner" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hetzner</span></a></p>