GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices tagged with php, page 5

  1. Embed this notice
    pronskiy (pronskiy@phpc.social)'s status on Tuesday, 11-Jun-2024 00:04:13 JST pronskiy pronskiy

    To celebrate PHP's 29th birthday, I decided to try running #PHP 1.0

    https://www.youtube.com/watch?v=0BPExYh5Anw

    In conversation about a year ago from phpc.social permalink
  2. Embed this notice
    David Bisset (davidbisset@phpc.social)'s status on Sunday, 09-Jun-2024 09:37:33 JST David Bisset David Bisset

    #PHP is 29 years old today.

    https://groups.google.com/g/comp.infosystems.www.authoring.cgi/c/PyJ25gZ6z7A/m/M9FkTUVDfcwJ?pli=1

    🎉

    In conversation about a year ago from phpc.social permalink
  3. Embed this notice
    Ben Ramsey (ramsey@phpc.social)'s status on Friday, 07-Jun-2024 09:53:29 JST Ben Ramsey Ben Ramsey

    It boils my blood to hear folks insinuate that #PHP is the source of their performance problems and they should switch to microservices in another language to fix the performance issues. Maybe spend a little bit of time figuring out where your bottlenecks are and fix those, first!

    (This may or may not be a sub-toot.)

    In conversation about a year ago from phpc.social permalink
  4. Embed this notice
    Ben Ramsey (ramsey@phpc.social)'s status on Thursday, 23-May-2024 05:53:05 JST Ben Ramsey Ben Ramsey

    Opinions/thoughts/advice on #PHP monorepos with #Composer. Is anyone working within this problem space? What tools do you use?

    I know #Symfony is a #monorepo. Are the tools they use specific to them, or can others use them?

    In conversation about a year ago from phpc.social permalink
  5. Embed this notice
    Ben Ramsey (ramsey@phpc.social)'s status on Monday, 13-May-2024 23:11:43 JST Ben Ramsey Ben Ramsey

    I’m really happy the Fediverse has so much #PHP community activity and content on it (and tech content, in general).

    In conversation about a year ago from phpc.social permalink
  6. Embed this notice
    :mima_rule: Mima-sama (mima@makai.chaotic.ninja)'s status on Wednesday, 17-Apr-2024 09:45:57 JST :mima_rule: Mima-sama :mima_rule: Mima-sama
    • A group about the Philippines

    Fuuuuuck I should've saved my #dollars before I exchanged them for pesos like two weeks ago :reimu_sad_why:

    https://www.gmanetwork.com/news/money/economy/903830/peso-sinks-to-near-17-month-low-of-p57-vs-us-dollar/story/

    @pilipinas@fedigroups.social @philippines@a.gup.pe

    #USDollar #USD #PhilippinePeso #PHP #peso #dollar #Philippines #economy #exchangerate #inflation

    In conversation about a year ago from makai.chaotic.ninja permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: images.gmanews.tv
      Peso sinks to near 17-month low of P57 vs US dollar
      from JON VIKTOR D. CABUENAS, GMA Integrated News
      The Philippine peso continued to depreciate against the US dollar on Tuesday to hit the P57:$1 level and mark its worst showing in nearly 17 months, as the greenback was weighed down by geopolitical tensions.
  7. Embed this notice
    Matt Kowal (kowalabearhugs@mstdn.social)'s status on Saturday, 13-Apr-2024 20:00:06 JST Matt Kowal Matt Kowal

    Calling all #Solidity #Rust #Go #PHP #TypeScript hackers, apply for the 1st ever #Monero Hackathon.. https://monerokon.devfolio.co
    - Free entry to #MoneroKon2024 🎟️
    - Free food & drinks 🥪🍻☕️
    - Hackers can crash overnight @ Paralelni Polis 😴
    - $6k+ in prizes & bounties 🏆 including a 2000 USD paid in XMR award from the MAGIC Monero Fund (subject to increase)
    - max: 100 ppl.

    https://monerokon.devfolio.co/

    In conversation about a year ago from mstdn.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: devfolio-prod.s3.ap-south-1.amazonaws.com
      MoneroKon Hackathon | Devfolio
      from @devfolio
      1st edition IRL 48-hour hackathon dedicated to Security, Privacy, & Decentralization, hosted in Prague, Czech Republic
  8. Embed this notice
    packagist (packagist@phpc.social)'s status on Friday, 12-Apr-2024 22:45:42 JST packagist packagist

    👋 We're hiring a Senior Software Engineer in Berlin or remote! 💻 Build high-quality supply chain tools for thousands of devs in the PHP ecosystem 🐘 with the makers of Composer.

    We're a small experienced remote team, deeply caring about our customers and the quality of our product. 🧑🤝🧑 Help us maintain and improve key infrastructure for hundreds of businesses! 🎉

    https://packagist.com/about/careers/senior-software-engineer-1

    #composerphp #php #phpc

    In conversation about a year ago from phpc.social permalink

    Attachments


    1. https://media.phpc.social/media_attachments/files/112/258/454/480/433/855/original/14c911c11fc0aa85.png
    2. Domain not in remote thumbnail source whitelist: packagist.com
      Senior Software Engineer (x/f/m) - Private Packagist
      Composer package archive as a service for PHP
  9. Embed this notice
    Annika Backstrom (annika@xoxo.zone)'s status on Wednesday, 03-Apr-2024 16:53:03 JST Annika Backstrom Annika Backstrom

    Possibly cursed #PHP for randomising a string from a set of elements:

    ```
    echo implode(' ', array_fill(0, 5, new class {
    function __toString() {
    return ['has', 'anyone', 'really', 'been',
    'far'][mt_rand(0, 4)];
    }
    }));
    ```

    In conversation about a year ago from xoxo.zone permalink
  10. Embed this notice
    Ben Ramsey (ramsey@phpc.social)'s status on Thursday, 28-Mar-2024 10:38:07 JST Ben Ramsey Ben Ramsey

    A friend was telling me about guidelines for developing and deploying new services in their company, and one of the guidelines is “new services must not use #PHP.”

    I’m not making this up, and this isn’t hyperbole. They actually have this listed on their company documentation.

    In conversation about a year ago from phpc.social permalink
  11. Embed this notice
    opdavies (opdavies@mastodon.social)'s status on Wednesday, 27-Mar-2024 06:31:58 JST opdavies opdavies

    Why would I write something myself if there's already code available that solves my problem?

    https://www.oliverdavies.uk/archive/2024/03/26/let-someone-else-do-the-work

    #dev #SoftwareDevelopment #drupal #php #OpenSource

    In conversation about a year ago from mastodon.social permalink
  12. Embed this notice
    nixCraft 🐧 (nixcraft@mastodon.social)'s status on Sunday, 10-Mar-2024 00:02:00 JST nixCraft 🐧 nixCraft 🐧

    PHP is still better than any JS 👇😂 credit https://turnoff.us/ #php #programming #development

    In conversation Sunday, 10-Mar-2024 00:02:00 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: turnoff.us
      turnoff.us
      {turnoff.us} is a webcomic featuring humorous takes on programming, operating systems, and tech professional life.

    2. https://files.mastodon.social/media_attachments/files/112/066/315/220/222/628/original/b56660820d3b8d9c.png
  13. Embed this notice
    Terence Eden (edent@mastodon.social)'s status on Sunday, 03-Mar-2024 22:13:24 JST Terence Eden Terence Eden

    🆕 blog! “Updates to ActivityPub in a single PHP file”

    A few weeks ago, I built an ActivityPub Server in a Single PHP File. It's a proof of concept showing how easy it is to turn a website into a full-featured Fediverse participant. After a bunch of feedback and testing, I've added a some features to make it slightly more useful. A single PHP file […]

    👀 Read more: https://shkspr.mobi/blog/2024/03/updates-to-activitypub-in-a-single-php-file/
    ⸻
    #ActivityPub #php

    In conversation Sunday, 03-Mar-2024 22:13:24 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: shkspr.mobi
      Updates to ActivityPub in a single PHP file
      from @edent
      A few weeks ago, I built an ActivityPub Server in a Single PHP File. It's a proof of concept showing how easy it is to turn a website into a full-featured Fediverse participant. After a bunch of feedback and testing, I've added a some features to make it slightly more useful. A single PHP file [...]
  14. Embed this notice
    Rajeev Kumar (drupler@bihar.social)'s status on Saturday, 24-Feb-2024 17:54:22 JST Rajeev Kumar Rajeev Kumar

    Are you passionate about sharing your expertise and insights with our vibrant Drupal community in London?

    We're gearing up for our next meetup session and want YOU to be a part of it!

    Whether you're a Drupal expert, a whiz at front-end or back-end development, or have innovative ideas related to web content management, we want to hear from you!

    Contact me or any other organiser of https://www.meetup.com/london-drupal-user-group with your session proposals now for a chance to showcase your knowledge, connect with like-minded individuals, and contribute to the growth of our community.

    Let's unite to inspire, learn, and elevate our skills to new heights!

    #Drupal #OpenSource #PHP #Web #Meetup #London #UnitedKingdom

    In conversation Saturday, 24-Feb-2024 17:54:22 JST from bihar.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: secure.meetupstatic.com
      London Drupal User Group | Meetup
      We meet to share knowledge, expertise & experiences with Drupal. We hold various events across London, including breakfast meetings, lunches, co-working, coffee meetings and evening meetups with talks.This includes new changes in Drupal core and debating different ways to architect websites with Dru
  15. Embed this notice
    Joe Steinbring :thisisfine: (joe@toot.works)'s status on Saturday, 24-Feb-2024 05:00:04 JST Joe Steinbring :thisisfine: Joe Steinbring :thisisfine:

    Well, that fucking sucks. I just went into my o3 meeting with the boss and was told that I don't have a job anymore. If anybody is looking for an experienced #vue / #node / #php dev in the #Milwaukee area (or remote), let me know.

    https://jws.dev/Resume.html

    #FediHire #GetFediHired #FediJobs #FediHired

    In conversation Saturday, 24-Feb-2024 05:00:04 JST from toot.works permalink
  16. Embed this notice
    Ben Ramsey (ramsey@phpc.social)'s status on Monday, 19-Feb-2024 23:42:57 JST Ben Ramsey Ben Ramsey
    • dansup

    @dansup Two main reasons I ask are 1) I like what you’ve been doing around moderation, and 2) it might be interesting to migrate a #PHP community to a PHP-based server, which might get that community more involved in maintaining the project, but I would want to ensure that, however folks on our server experience the Fediverse today, their experience isn’t disrupted. I’m sure that would be a lot of work, but I know you already have some 1:1 compatibility with Mastodon APIs, right?

    In conversation Monday, 19-Feb-2024 23:42:57 JST from phpc.social permalink
  17. Embed this notice
    Terence Eden (edent@mastodon.social)'s status on Sunday, 18-Feb-2024 21:47:33 JST Terence Eden Terence Eden

    🆕 blog! “ActivityPub Server in a Single PHP File”

    Any computer program can be designed to run from a single file if you architect it wrong enough! I wanted to create the simplest possible Fediverse server which can be used as an educational tool to show how ActivityPub / Mastodon works. The design goals were: Upload a single PHP file to the server. No […]

    👀 Read more: https://shkspr.mobi/blog/2024/02/activitypub-server-in-a-single-file/
    ⸻
    #ActivityPub #mastodon #php

    In conversation Sunday, 18-Feb-2024 21:47:33 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: shkspr.mobi
      ActivityPub Server in a Single PHP File
      from @edent
      Any computer program can be designed to run from a single file if you architect it wrong enough! I wanted to create the simplest possible Fediverse server which can be used as an educational tool to show how ActivityPub / Mastodon works. The design goals were: Upload a single PHP file to the server. No [...]
  18. Embed this notice
    Annika Backstrom (annika@xoxo.zone)'s status on Sunday, 18-Feb-2024 19:17:49 JST Annika Backstrom Annika Backstrom
    in reply to

    Please, someone, anyone, fix the php-announce mailing list 😅

    #PHP

    In conversation Sunday, 18-Feb-2024 19:17:49 JST from xoxo.zone permalink
  19. Embed this notice
    Terence Eden (edent@mastodon.social)'s status on Friday, 16-Feb-2024 18:30:08 JST Terence Eden Terence Eden

    OK. Here's another "developing in the open" post.

    I've written an #ActivityPub server which can be deployed as a *single* #PHP file.

    No databases, no libraries, no dependencies, no frameworks. Also, no advanced features!

    It is currently powering the user example@example.viii.fi

    I am looking for alpha testers. All you need is a domain, PHP 8, and the ability to add a custom .htaccess rule to your server.

    If you'd like to try it out & give me feedback, please drop me a message.

    In conversation Friday, 16-Feb-2024 18:30:08 JST from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: file.No
      file.no in parked

  20. Embed this notice
    Larry Garfield (crell@phpc.social)'s status on Friday, 16-Feb-2024 08:24:00 JST Larry Garfield Larry Garfield

    The most important question to ask yourself when deciding how to structure code is "how will I *unit* test this?"

    Not integration test, not system test, unit test. Make the code easy to unit test. Most other "good code" attributes will result naturally from that.

    #Programming #PHP

    In conversation Friday, 16-Feb-2024 08:24:00 JST from phpc.social permalink
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.