home.social

#rector — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rector, aggregated by home.social.

fetched live
  1. Save the date: das nächste TYPO3 Meetup München ist am Montag, 13. Juli, um 19 Uhr mit diesen Themen:

    - AiM: The AI Brain for Your TYPO3 Website ( @obartsch)
    - TYPO3 Upgrades mit Rector und Fractor (Simon Schaufelberger)

    meetup.com/de-DE/munich-typo3-

    #TYPO3 #mtug #t3muc #ai #rector #php

  2. Hi all,

    Our #rector, Petra De Sutter, promised to join our open spokes council.

    She cancelled today, and wants instead to meet in a closed room.

    For transparency, we publish our communications here:

    ---------

    Dear Activists

    As I mentioned earlier, I will definitely be available to meet with you starting Monday.

    The vice-rector and I are unavailable on Monday at 4 p.m. However, we would be happy to meet with a small delegation from your group at 10 a.m. that day. We have arranged a meeting room on the Coupure campus for this purpose. Over the past few months, we have already met with activists in a similar setting on several occasions (including most recently on April 20) and find this format essential for fostering a respectful and constructive dialogue.

    We would appreciate hearing as soon as possible whether you will be able to attend on Monday.

    Kind regards, also on behalf of Vice-Rector Herwig Reynaert
    Petra De Sutter

    -------

    In the Comms working group, press working group and how to talk with Petra group, we worked on an answer to this email and a press release. We realised throughout this evening that we've been lacking in communicating these evolutions to the broader group. Sorry for that. Here's our full answer to Petra's email:

    ----------

    Beste rector De Sutter, beste vice-rector Reynaert

    Zoals eerder gecommuniceerd nodigen wij jullie expliciet uit voor een spokescouncil, onze dagelijkse horizontale vergadering.

    De voorbije 2,5 jaar hebben studenten in heel Vlaanderen in gelijkaardige omstandigheden het gesprek gevoerd met hun rectoren. Wij ervaren dit format als een noodzakelijke voorwaarde om dit belangrijke maatschappelijke debat op een democratische en transparante manier te voeren. Daarom gaan we niet in op jullie voorstel voor een gesprek met een beperkte delegatie in een gesloten vergaderzaal. We verwachten dat jullie deelnemen aan een spokescouncil, zodat alle studenten en personeelsleden dit kunnen volgen en eraan kunnen deelnemen.

    Het debat rond een academische boycot leeft breed binnen de academische gemeenschap. Een overleg achter gesloten deuren met een beperkte delegatie doet hier geen recht aan.

    De eis tot een academische boycot van alle Israëlische instellingen wordt bovendien niet enkel door ons gedragen. Uit verschillende bevragingen blijkt dat een brede meerderheid van de studentenpopulatie dit standpunt ondersteunt, net als heel wat professoren en medewerkers binnen de UGent-gemeenschap. Om dat te staven, verwijzen we graag nog eens naar de open brief die jullie voor jullie aanstelling als rectorenduo zelf ondertekenden.

    Nogmaals, dit is geen onderhandeling tussen een groepje individuen, maar een maatschappelijk debat dat de volledige universitaire gemeenschap aanbelangt. Een gesloten gesprek is daarom geen optie voor ons.

    Onze eerstvolgende spokescouncil gaat door op dinsdag om 19u.

    Wij verwachten dat jullie op korte termijn bevestigen of jullie deelnemen aan deze spokescouncil, zodat de dialoog waar jullie zelf het belang van benadrukten effectief kan worden opgestart.

    Groeten

    #Ghent #Student #Encampment

  3. #Nacionales #UNAH #Rector Rector de UNAH condena violencia tras estudiante perder ojo izquierdo en disturbios frente al Congreso: «Nada justifica la violencia» elmundo.hn/rector-de-unah-cond

  4. #Nacionales #UNAH #Rector «Pareciera una carta personal»: Secretario de Comunicaciones responde a análisis de la UNAH sobre los primeros 40 días de gobierno elmundo.hn/secret-de-comunicac

  5. Could someone explain to me why #PHP #Rector devs have closed this feature request? I don't get it at all, and the github bot has closed the issue: github.com/rectorphp/rector/is

  6. I converted the procedural #Drupal hooks in a contrib module to OO in about 15 minutes (and a lot of that was making notes for the blog post). #Rector and #PHPCS make it quick and easy! noreiko.com/blog/converting-ho

  7. RE: phpc.social/@jay/1158110485529

    My proposal to Rector was rightfully rejected, so I’m attempting to incorporate it into PHP CS Fixer now 🤞🏻. Here’s the link to my pull request, in case you want to check it out!

    github.com/PHP-CS-Fixer/PHP-CS

    #Rector #PHPCSFixer #PHP

  8. RE: infosec.exchange/@art4/1157471

    Just in time for the end of 2025 (at least in my time zone), I released version 1.0.0 of my new #RectorExtension that replaces the native type declaration set. The special thing about it: no breaking changes!

    This means: no changes to parameter types or return types if your class/method is not private or final. This is particularly important for library maintainers who want to use #Rector but don't want to have any breaking changes.

    If you are a maintainer of a #PHP library and #backwardcompatibility is important to you, then check it out on #packagist:

    packagist.org/packages/art4/re

    Happy new year! 🥳

  9. I just wrote my first custom Rector rule and it took me just four hours of trial and error. It wraps negated instance checks in parentheses, so

    !$foo instance of Foo

    to

    !($foo instance of Foo)

    I think I will try to get it into the core project 🤞🏻

    #Rector #PHP

  10. I'm currently working on a #RectorExtension that replaces the native type declaration set. The special thing about it: no breaking changes!

    This means: no changes to parameter types or return types if your class/method is not private or final. This is particularly important for library maintainers who want to use #Rector but don't want to have any breaking changes.

    If you are a maintainer of a #PHP library and #backwardcompatibility is important to you, then check it out on #packagist: packagist.org/packages/art4/re

    And feel free to give me feedback.

  11. 🚀 Meet one of your #SymfonyOnline January 2026 #TRAINERS!
    Dave Liddament will lead “Creating Custom PHPStan & Rector Rules” 🛠️

    Take your PHP skills to the next level — enforce coding standards, catch bugs, automate refactoring 💻✨

    📅 Workshop: Jan 20, 2026 | 9:30 AM CET

    🎟️ Register: live.symfony.com/2026-online-j

    #PHP #Workshop #Rector

  12. This might be the most obvious of #linktuesday links in ages, but really, I've recently been helped a lot by #rector. So yes, I'm sharing Rector today: getrector.com

    If you have not worked with it before, it may seem intimidating, but take some time to get used to it, because it can really make your life a lot easier, especially when working with #legacy code

    #php #refactor

  13. big shoutout to #rector for making my life so much easier. thank you

  14. Transpiling PHP for older versions

    Transpiling lets you write your package or application using the latest PHP features—even if your runtime is older. This is especially useful for libraries (where you can’t just bump the PHP version without inconveniencing your users) and can be a lifesaver when upgrading legacy apps.

    chrastecky.dev/programming/tra

  15. with #php 8.4, we get #propertyHooks
    #awesome !!!

    the real question is... will #rector be able to automate the refactoring ?

    anyone got some info about that ?

    #php84