HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kernelbugs

no profile record

comments

kernelbugs
·il y a 17 jours·discuss
Mind sharing your solution a bit more - how do they trigger actions from each other for instance (or is that prompted by you asking them to read from each other)? Asking because OP is interesting but seems a bit overambitious for my own usecases (two pairs of claude + codex agents such that each pair should talk between each other but not across pairs; all running on the same machine).
kernelbugs
·il y a 21 jours·discuss
Cool effort! I appreciated the background into the why, as initially I thought this would have to do with optimizing animated GIFs and didn't realize there was a usecase for single frame GIFs anymore.
kernelbugs
·il y a 11 mois·discuss
Could this be used for LTE roaming? My parents live out in the middle of nowhere - no cell tower reception, but Starlink works so they have internet. I'd love to get them local LTE coverage for cell phone calls and text messages.
kernelbugs
·il y a 11 mois·discuss
Are you still using outdated GitHub Oauth apps for this, or have you swapped to GitHub Apps? GitHub Apps are newer and have Oauth flows, but have a fine-grained permissions model instead of the Oauth permission model.

More info: https://docs.github.com/en/apps/oauth-apps/building-oauth-ap...

More-over, can you document the GitHub permissions needed and which GitHub App(s) this tool uses? Are you using device-flow, online oauth-flow, etc? And where are the Oauth tokens stored if so? Is there any server-side component where you might be storing tokens?

Thanks!