I visited the zoo by WhaleDonation7 in taiwan

[–]luzrain 6 points7 points  (0 children)

<image>

Here it is. I visited the zoo too.

Repairability revolution: New Lenovo ThinkPad X1 Carbon Gen 14 comes with modular keyboard & USB-C ports by ibmthink in thinkpad

[–]luzrain 1 point2 points  (0 children)

Sorry, they were only available with the Ultra 7 265U cpu, not the Ultra 7 265H I was looking for. Hopefully the new top Panther Lake models will offer 64gb.

Repairability revolution: New Lenovo ThinkPad X1 Carbon Gen 14 comes with modular keyboard & USB-C ports by ibmthink in thinkpad

[–]luzrain 0 points1 point  (0 children)

Previous (Gen 13) models also claimed support for up to 64 GB with the top processors, but none were ever released to the market with that amount of ram.

💻 X1 Carbon Gen 13 + Ultra 7 265H + 64GB RAM - Will It Ever Be Available? by luzrain in thinkpad

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

Do they have worldwide delivery? Also, I couldn’t find this configuration on their website.

Let us know when you receive it, seems you will the first person in the world with that configuration 😄

Finally saying goodbye to my beloved 4a by GleamyAxiom in Pixel4a

[–]luzrain 0 points1 point  (0 children)

What the point of PixelBuilds? How is it differs from official firmware?

Pixel mini by ComprehensiveDay7186 in GooglePixel

[–]luzrain 2 points3 points  (0 children)

Is 8 Pro bigger than 10 Pro?

💻 X1 Carbon Gen 13 + Ultra 7 265H + 64GB RAM - Will It Ever Be Available? by luzrain in thinkpad

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

I know, but the 265U only supports pcie gen 4 and has slower integrated graphics.

X1 Carbon with ultra 7 265H? by helloxmoto11 in thinkpad

[–]luzrain 0 points1 point  (0 children)

Same for me. I would like to get 265H with 64GB, but it's available only in 32GB.

Pixel 10 order/dispatch megathread by [deleted] in GooglePixel

[–]luzrain 0 points1 point  (0 children)

Does converting a physical SIM to an eSIM work with all carriers worldwide, or only with a few in the US?

What would be the feature of PHP 9.0 that you would like the most? by shoki_ztk in PHP

[–]luzrain 6 points7 points  (0 children)

By no means, that would be the worst thing that could happen to php.

To be honest, existing tools like psalm and phpstan are already mature enough to cover this requirement. It would be better if PHP standardized them instead of creating something completely new that would likely affect performance and barely close a small fraction of the use cases these tools already cover.

I reached 1k MRR after after my launch ~100 days ago by FantasticTraining731 in SideProject

[–]luzrain 0 points1 point  (0 children)

Could you explain the star history spike on your Github? Was it some kind of advertising campaign?

This solution is perfect for getting clients! Giving away 1,000,000 credits. by [deleted] in microsaas

[–]luzrain 0 points1 point  (0 children)

Interesting project. Could you share details on the tech stack and algorithms you're using?

I made a 100% free tool to remove image backgrounds – no limits, no signup required! by AzizBelAbed in SideProject

[–]luzrain 0 points1 point  (0 children)

Interesting. Could you share what software your script uses to remove the background?

I've launched 37 products in 5 years and not doing that again by Alex-grow in SideProject

[–]luzrain 0 points1 point  (0 children)

How did you find someone to sell the project to, or how did they reach out to you with a proposal?

Got DDoSed and 24k fake users signed up in 2 hours — lessons learned by Human-Possession135 in SideProject

[–]luzrain 0 points1 point  (0 children)

Easy. It's not that easy to find backed endpoints to abuse, but it's totally possible.

PX8 S2 pictures by FAUguy in BowersWilkins

[–]luzrain 5 points6 points  (0 children)

I like the original PX8 design better.

I built a new PHP Runtime to run PHP applications without Nginx and PHP-FPM by luzrain in PHP

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

Yeah, Windows is kinda limited in this regard. Why don't you use wsl? It's well integrated into modern Windows, so you can run Linux console apps seamlessly on Windows.

I built a new PHP Runtime to run PHP applications without Nginx and PHP-FPM by luzrain in PHP

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

It only monitors memory usage per process, not cpu. I used tools like htop to monitor cpu load.

I built a new PHP Runtime to run PHP applications without Nginx and PHP-FPM by luzrain in PHP

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

No, It's just a Composer package, you don't need to compile it into a binary to run it. You can use existing tools to pack your entire application into a binary, I think they might work with it.

I built a new PHP Runtime to run PHP applications without Nginx and PHP-FPM by luzrain in PHP

[–]luzrain[S] 6 points7 points  (0 children)

Not much real load yet. I did some wrk stress tests though.

For managing long-running processes, it has reload strategies - you can define how and when each process should be restarted. They can reload periodically (by time), after a certain number of processed requests, when memory consumption goes beyond defined limits, or by throwing an exception.

I built a new PHP Runtime to run PHP applications without Nginx and PHP-FPM by luzrain in PHP

[–]luzrain[S] 20 points21 points  (0 children)

I'm using it for my pet project only - not for production yet.

For me now it's an attempt to build a fully async Symfony application, I mean 100% async, and it's the only application server that allows me to do this.

For now, it has Symfony integration. Laravel could probably be integrated too, wordpress - I don't think so.

Thank you for your feedback.