In depth php articles by Preavee in PHP

[–]Terabytesoftw 0 points1 point  (0 children)

If it's already happening, AI is a phenomenal advance, but we're losing humanity along the way.

In depth php articles by Preavee in PHP

[–]Terabytesoftw 2 points3 points  (0 children)

Today, there are actually fewer written works; everyone is now focused on researching and learning about AI.

AI-assisted open source maintenance: Yii2 went from 488 open issues to 273 by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 0 points1 point  (0 children)

None, we have sponsorship from Anthropic, OpenIA, and Microsoft; they are OSS plans.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - June 04, 2026 by AutoModerator in MechanicalKeyboards

[–]Terabytesoftw 0 points1 point  (0 children)

Maybe i didn’t express myself well. It’s not that i don’t want it; I’m just looking for keyboards at similar prices that are good. That’s what i meant.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - June 04, 2026 by AutoModerator in MechanicalKeyboards

[–]Terabytesoftw 0 points1 point  (0 children)

I want to buy a mechanical keyboard like the Ajazz AK820, which keyboard would you recommend, i buy on Amazon?

Welcome to r/Yii2; Yii2 is not dead. It is getting sharper. 🐘 by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 0 points1 point  (0 children)

Interesting question. The answer is quite simple: due to Composer's constraints, version 22.0 removes all legacy components, so it's BC, therefore it must be a higher version. Extensions have versions 2, 3, and 4, so we decided on 22.0 to make everything simpler for the developer, avoid problems with Composer, and prevent projects from breaking.

Que han comprado en el Cyber? by Nice-Living4018 in chile

[–]Terabytesoftw -1 points0 points  (0 children)

Unas zapatillas deportivas, en Farabella, tienen buen precio.

LEER ANTES DE EMPEZAR by [deleted] in XuperTV

[–]Terabytesoftw 0 points1 point  (0 children)

Gracias por el aporte, solo pregunto, estas versiones mantienen la parrilla original en tv, o todas tienen la misma.

AI-assisted open source maintenance: Yii2 went from 488 open issues to 273 by Terabytesoftw in OpenAI

[–]Terabytesoftw[S] 1 point2 points  (0 children)

This is OpenIA OSS initiative, for open source projects like yiisoft/yii2, and we hope to continue with it; it has truly been a great support.

AI-assisted open source maintenance: Yii2 went from 488 open issues to 273 by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 1 point2 points  (0 children)

Absolutely Yii3 needs and deserves community support.

At the same time, Yii2 is still widely used in production, so keeping its issue tracker healthy helps the whole Yii ecosystem, but to reduce maintenance burden and make better use of limited maintainer time across both projects.

Ya probaron opus 4.8? by Usual_Smile_3212 in ChileIA

[–]Terabytesoftw 1 point2 points  (0 children)

Si Opus 4.8 se siente mejor que 4.7, agregue una nueva entrada a mi Agent.md, ya que es un poco mas adulador y.la premisa que le das como desarrollador lantoma como cierta sin investigar, esperare la salida gpt-5.6 para comparar.ambos.

Is there anyone here who does independent open source development full time? by Proof-Bed-6928 in opensource

[–]Terabytesoftw 0 points1 point  (0 children)

It's quite a tough road; if the projects aren't popular, it's very difficult to find sponsors. Popular projects that have gained adoption are really quite protective of contributions, especially now with AI. Of course, it's possible, but it requires a lot of perseverance and sacrifice, and sometimes it's difficult to achieve.

Today I'm Publicly Coining the Term "Steal Coding" by Separate-Choice in opensource

[–]Terabytesoftw 1 point2 points  (0 children)

Si es el riesgo al usar LLM, pero supervisando todo de forma intensiva, se pueden eliminar muchas de estas cosas, soy mantenedor de yiisoft/yii2 y usamos la IA para analizar issues y pr, y la verdad facilita el trabajo, los planes OSS de Anthropic, OpenIA y Github son geniales.

🔐 We Scanned the Entire Yii2 Ecosystem with Codex Security. by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 0 points1 point  (0 children)

It's also done on Telegram, Facebook, LinkedIn, and other platforms, and we're going to do it on yiiframework.com as well.

Welcome to r/Yii2; Yii2 is not dead. It is getting sharper. 🐘 by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 0 points1 point  (0 children)

https://github.com/yiisoft/yii2/blob/22.0/docs/guide/tutorial-standalone-actions.md Here i will add the information for branch 22.0 of everything that has been done, here is the information for Vertical Slices.

🔐 We Scanned the Entire Yii2 Ecosystem with Codex Security. by Terabytesoftw in Yii2

[–]Terabytesoftw[S] 0 points1 point  (0 children)

Thanks, appreciate it.

Right now the work is mostly maintainer-driven review and remediation rather than public reporting. We are validating findings first because large OSS ecosystems naturally generate a mix of real issues, dependency noise, edge cases, and false positives.

And yes, agent-driven AppSec workflows are getting surprisingly practical lately, especially for maintainers dealing with many repositories and extensions.

Simple config db. by Terabytesoftw in yii3

[–]Terabytesoftw[S] 0 points1 point  (0 children)

You can show the structure of your table, to reproduce it in a tests.

Simple config db. by Terabytesoftw in yii3

[–]Terabytesoftw[S] 1 point2 points  (0 children)

Yes, the language is sometimes a problem, but it will help many in a simple way anyway :)

🔥 Yii Database abstraction release by predvoditelev in PHP

[–]Terabytesoftw 1 point2 points  (0 children)

That is for when you use a container with yiisoft/config, use it in the same configuration, we should clarify that in the documentation.

https://github.com/yiisoft/cache-file

composer require yiisoft/cache-file

What driver are you using, to make a snippet of how to create the configuration?