HackerTrans
热门最新趋势评论往期问答秀出招聘

kernelbugs

no profile record

评论

kernelbugs
·17天前·讨论
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
·21天前·讨论
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
·11个月前·讨论
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
·11个月前·讨论
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!