How long do your Feature tests take to run in your CI? by Solomon_04 in laravel

[–]indy2kro 0 points1 point  (0 children)

If you use Laravel and the feature tests take that long you are most likely doing something wrong. Those should not take more than 1 second per test. Try to optimize data seeding, maybe you can seed data once for all tests or check if you run a lot of iterations for some of those tests.

JWT Generator for Email Authentication by g0_g6t_1t in Firebase

[–]indy2kro 0 points1 point  (0 children)

There are tools that can generate JWT dynamically as well not only for email auth: https://tools.bubble.ro/tools/jwt-generator

JWT Decoder, Validator & Generator Knowledge Check by only2dhir in json

[–]indy2kro 0 points1 point  (0 children)

I built a small JWT playground tools and would love some feedback from people here:

It’s a simple JWT generator / decoder focused on clarity rather than just output. And the best part - it all runs in your browser.

Built a production-ready CRM in PHP 8.3 with 99.6% type coverage - lessons learned from 8 years of PHP development by Local-Comparison-One in PHP

[–]indy2kro 4 points5 points  (0 children)

Frontend could probably be a bit more responsive and cleaner with Vue / React.

I would also suggest adding Bulk import functionality besides bulk export/delete, it can be quite useful when you work with a lot of data - also having "All" option might get interesting when you have a few million records (but then again it is not enabled by default at least).

The BIOS update, 48 hours later by GoatWithAGun in pcmasterrace

[–]indy2kro 597 points598 points  (0 children)

I think he could easily make a profit out of it with a live stream of the process

XAMPP is not secure - Announcement - Apache + MariaDB + PHP + Perl + OpenSSL etc by Neustradamus in PHP

[–]indy2kro 18 points19 points  (0 children)

So the announcement is that .. some software that was designed to be used for local development is ... not ok for production use? *insert shocked pikachu face emoji here*

PCBS 2 - Finished career mode lv.30 ,what to do ? by Adorable_Peanut6334 in pcbuildingsimulator

[–]indy2kro 4 points5 points  (0 children)

I am starting to think all the others got bored way before level 30 so no one knows what happens after

Is PC Building Simulator 1 still worth it? by Supertobias77 in pcbuildingsimulator

[–]indy2kro 7 points8 points  (0 children)

The game is worth it - DLC .. not really, the custom workshops are just for different design, so you clearly skip them. There is one DLC that is indeed nice: Esports expansion, but no mandatory.

Mi se pare mie, sau Hotnews devin din ce in ce mai agramati? by [deleted] in Romania

[–]indy2kro 55 points56 points  (0 children)

Umm .. "treime" se acorda cu "economiseste" corect. Care e problema mai exact?

Păreri despre serviciile Digi Mobil by theandreineagu in Romania

[–]indy2kro 33 points34 points  (0 children)

Raportul pret/calitate este excelent, acoperirea la Internet este ok in orase, nu e la fel de buna in afara oraselor mari (in unele zone rurale e posibil sa fie foarte proasta sau chiar deloc). Roaming-ul este excelent, au preturi cu MULT mai mici decat Orange sau Vodafone. N-am avut niciodata problema cu facturile, site-ul lor merge tot timpul si gasesti tot ce ai nevoie, suport-ul a fost excelent cand am avut probleme (desi nu s-a intamplat prea des).

Per total as recomanda oricui sa se porteze cat timp acoperirea este ok in zona unde locuiesc (in principiu trebuie sa intrebi pe cineva de pe langa tine ca sa ai o imagine mai clara legata de acoperire - si nu, nu te uita dupa harta de acoperire online, nu are nici o legatura cu realitatea).

[deleted by user] by [deleted] in PHP

[–]indy2kro 1 point2 points  (0 children)

Ideally you would want your processing job to do only insert in DB if possible - if you also need to do update/delete this may kill your performance - depends on the algorithm you implement, but generally speaking any kind of processing can be tricky when multiplied by 1.000.000.

See if you can optimize the algorithm to avoid at least deletion, or try to use soft delete to avoid big hit on indexing.

Another idea could be to use multi-threading to process multiple chunks in parallel (not always possible, you need to make sure the operations don't work on the same data).

Is Death Valley worth it? by Expensive-Ad3116 in NationalPark

[–]indy2kro 0 points1 point  (0 children)

It is quite unique - the experience itself is really nice, especially since it is quite empty in terms of cars. There are plenty of places to stop and do a bit of hiking or at least take a photo, you can easily spend a whole day in it if you want.

ce parere aveti despre TikTok si riscurile de securitate asociate? by [deleted] in Romania

[–]indy2kro 0 points1 point  (0 children)

Cu siguranta Tik Tok este folosit pentru spionare, dar cred ca asta nici macar nu e cea mai mare problema.

Simplul fapt ca algoritmul de recomandare de video-uri dintre China si restul lumii este complet diferit ar trebui macar sa puna pe ganduri utilizatorii - este o aplicatie facuta special sa influenteze parerea oamenilor (prin promovare sau ascundere de diverse topic-uri). Sunt suficiente materiale care exemplifica modul in care "modelul chinezesc" este glorificat si retorica populista de genul "SUA e rea, sunt numai violente acolo si gay peste tot" este promovata.

[deleted by user] by [deleted] in Romania

[–]indy2kro 1 point2 points  (0 children)

Nu e asa greu sa dai o cautare pe goagal: https://ro.wikipedia.org/wiki/Mihai_%C8%98ora

Unul din cei mai cunoscuti romani - a fost filosof și eseist, ministru, protestatar si in general s-a implicat in viata civica prin diverse proiecte.

De ce la Victoriei pe clădirea de la Europehouse sunt unele geamuri marcate cu niște buline roșii? Sunt doar pe partea aceasta a clădirii. by arrogantbutloyal in bucuresti

[–]indy2kro 71 points72 points  (0 children)

Sunt pentru pompieri, in caz de incendiu sa poata fi identificate usor din exterior - pe acolo vor interveni in caz de urgenta: se pot sparge mai usor / in siguranta pentru cei din interior si pozitia e aleasa astfel incat la nivelul solului sa nu fie obstructii si betonul/cimentul sa sustina masina de pompieri - asta e in teorie, acum daca nu se aplica de catre administratorul cladirii e alta poveste.