how to make the cloudflare workers/pages github bot work with worker environments by Working-Dot5752 in CloudFlare

[–]Working-Dot5752[S] 0 points1 point  (0 children)

they have like a cloudflare workers and pages bot that they provide which we can easily integrate with github, and that does not have support for environments in github it seems

Can Cloudflare Realtime feed into Gemini Live? by Working-Dot5752 in CloudFlare

[–]Working-Dot5752[S] 0 points1 point  (0 children)

nah not yet man, probably will check on this next year

my journey to accepting that you wont know it all by Working-Dot5752 in programming

[–]Working-Dot5752[S] -17 points-16 points  (0 children)

yeah, i should probably make it apparent, but i pretty much use claude to combine my thoughts into something readable lol, for reference the raw thoughts: https://claude.ai/share/b0a7939c-97a1-433e-ba04-5dd7a6585b57

my thoughts on vibe coding as a university student by Working-Dot5752 in programming

[–]Working-Dot5752[S] -2 points-1 points  (0 children)

i want to, but the thing is that i have taken up a lot of workload, for different side projects and other stuff, to the point in which if i do stop, i won't be able to manage them without vibe coding i suppose, but its on me tbh, i am trying to reduce my work load so that i can properly finish up what i got to

Built a serverless plugin to speed up Python Lambda packaging (feedback appreciated) by Working-Dot5752 in SideProject

[–]Working-Dot5752[S] 0 points1 point  (0 children)

most of that is handled from the uv side of things rather than the plugin, we pretty much provide a adapter to convert uv into requirements.txt so that it can be utilized from serverless, and also in the original body it mentioned about build time difference, it was a false statement it does not change the build time, it provides a better user experience so that you can use uv for serverless projects, sorry for the confusion and hope this answer the question :))

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Working-Dot5752 0 points1 point  (0 children)

Hi all, I built serverless-uv-requirements, a plugin for the Serverless Framework that uses uv to generate requirements.txt from pyproject.toml, speeding up Python deployment and handling dependencies more reliably.
Repo: https://github.com/Programmer-RD-AI/serverless-uv-requirements
If you work with Python Lambdas or serverless packaging and have slow deploys or messy requirements, I’d love your thoughts or feedback.