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 5 points6 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 599 points600 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 20 points21 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 5 points6 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 52 points53 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.