Hacker Newsnew | past | comments | ask | show | jobs | submit | pestaa's commentslogin

They are customers of the CDN too.

Briefly yesterday, linkedin.com was down with Cloudflare's internal server error page.

I don't think that's necessarily a bad review for Azure services, there are other explanations, like organizational inertia, contractual agreements, team preference.

You can feel the pain of GitHub migrating to Azure from afar. With a beast that LinkedIn is, there's got to be a good prize for someone at the end of the road before they pull the trigger.


I used it for a couple of days and was very impressed. Definitely a hidden gem, and super cheap.

This seems to have been written in good spirit, addressing FLOSS maintainers.

They are not retiring the API. Nginx Ingress is one of the many projects that implements this API, and you are free to migrate to another implementation.


I dabbled in this area, there are poster layout generation attempts that use gen ai to come up with an initial layout plan, and even feed the visualization back into the llm for iterative fine-tuning.

I was intrigued, but couldn't make it work reliably. Perhaps I forgot to add "make it look nice" to my prompts.

https://arxiv.org/abs/2412.04237v3

https://haoyuchen.com/POSTA

https://github.com/microsoft/LayoutGeneration/blob/main/Layo...


Thanks for sharing. Although diagrams have a unique requirement that the boxes are inter-connected, and those connections must also look "nice".


Why nobody should use Apache? I rediscovered it to be great in many use cases. And there's llms to help with the config syntax.


Performance not great compared to nginx.


I've been putting off a cloud to cloud migration, but apparently it can be done in hours?


You can use accelerants to speed up migration


The egress cost is gonna be a doozie though!


one of many fires to fight in such a fast scenario


Location: EU

Remote: Yes

Willing to relocate: No

Technologies: PHP, Laravel, PostgreSQL, Kubernetes

Résumé/CV: https://pestaa.com

Email: pestaa@pestaa.com

I'm a full stack developer with 10+ years of experience finding absurd amount of enjoyment in B2B web applications.

Especially happy to work on internal tooling, and being the go-to developer for non-technical coworkers.


SEEKING WORK | REMOTE | EU | PHP full-stack developer

Technologies: PHP, Laravel, PostgreSQL, Kubernetes

I'm a full stack developer with 10+ years of experience finding absurd amount of enjoyment in B2B web applications.

Especially happy to work on internal tooling, and being the go-to developer for non-technical coworkers.

CV: https://pestaa.com


Clean and solid, congrats on launching! Any unique features that may differentiate you from other feature flagging tools?


Thanks for checking it out!

This tool mainly differs around how identities are structured and how the evaluation works.

Identities represent specific entities in your application. For example pricing plan can have it's own identity, organization users belong to can be separate identity, users themselves are represented as identity objects.

You define as many identity types as you need through the interface or the API, then create actual identities through the API from you server-side application.

Now the flags evaluation part is where it differs from most other tools, as you define the hierarchy at evaluation time.

Let's say you have Premium product identity, Mailstorm Inc. organization identity, and Alicia end user identity. Alicia belongs to Mailstorm Inc. organization which is subscribed to Premium plan.

When Alicia is using the app, you could evaluate feature flags for her by sending following identity IDs: premium_id, mailstorm_id, alicia_id (order is important)

For each feature flag evaluated it will then take the first override it encounters among the provided identities, or fall back to the default environment value.

This gives a lot of flexibility and control on flag evaluations.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: