Filter
Exclude
Time range
-
Near
Replying to @Jason_Young1231
CodexL对codex的适配还是正常的
2
2
906
Replying to @canghe
哪有这么麻烦,一个codexl直接搞定所有功能,解锁插件,接入国内模型,远程控制,多开窗口全都有
1
1
2
1,420
Replying to @Jason_Young1231
github.com/musistudio/codexl CodexL已支持协议转换,Bot接力,多workspace,远程控制等功能,可以在你离开电脑时将codex消息自动转发到IM上,也可以直接通过IM审批codex app的权限,另外,消息是和codex app同步的,还贴心的为api用户解锁了插件功能
2
542
Replying to @rudrank
Omg i forget april 2 is soon and codexl imits will be at normal rate...
2
7,912
19 Sep 2025
Code to copy-paste: codex_update_check() { local installed=$(command codex --version | awk '{print $NF}') local latest=$(npm view @openai/codex version 2>/dev/null) [[ "$installed" != "$latest" ]] && npm install -g @openai/codex >/dev/null 2>&1 } codex_base() { codex_update_check command codex \ -m "gpt-5-codex" \ -c "model_reasoning_effort=$1" \ --dangerously-bypass-approvals-and-sandbox \ --search "${@:2}" } alias codexh='codex_base high' alias codexm='codex_base medium' alias codexl='codex_base low'
1
5
248
Dimensional stability and Code XL: the importance of correct load securing | KRONE TV ↪ youtu.be/USuZXVELed0 Subscribe now to our YouTube channel and don't miss any of our weekly videos. 🎥 #kronetrailer #krone #kronetv #loadsecuring #codexl
2
3
266
🚀 Great news, everyone! Code a videogame with us at CodeXL Academy. All the details in the below ⬇️ Spoiler alert: It's a very pythonic game 🐍 codexl.substack.com/p/progra…

1
4
124
🚀Entérate de los cambios que se avecinan para la Academia CodeXL⬇️ codexl.substack.com/p/se-vie… #python #programming #programacion

2
5
191
Totalmente de acuerdo Esta es la propuesta de la Academia CodeXL: - Blog oficial: blog.codexlacademy.com - Sitio web oficial: codexlacademy.com - Newsletter gratis: codexl.substack.com - Cursos gratuitos y de pago: marketplace.codexlacademy.co…

Hace falta mucho contenido tech en español y sobra gente para consumirlo. Esta es su señal para que empiecen 🌱✨
1
3
128
Recap on CodeXL Academy: - Official blog: blog.codexlacademy.com/ - Official website: codexlacademy.com/ - Free newsletter: codexl.substack.com/ - Free and paid courses: marketplace.codexlacademy.co… Doing our best to create good content in Spanish! #Python #Spanish #Learn

1
2
70
¡Tenemos noticias para ti! Infórmate sobre la siguiente etapa de la Academia CodeXL aquí: codexl.substack.com/p/lo-hem… #Python #programming #Spanish #teaching #knowledgenews #Beginning

2
2
97
I will be uploading translated versions of my articles from the CodeXL blog for our English-speaking audience. The first one is available here: albexl.hashnode.dev/how-to-d… These are for those of you new to programming and eager to learn about it in Python. So, go take a look!

1
2
91
Entérate sobre el nuevo dominio y el blog de la academa CodeXL aqui: codexl.substack.com/p/codexl… Seguimos en nuestro esfuerzo por brindarte conocimientos sobre programación y #Python en español 🐍🇪🇸. #Programming

2
6
146
CodeXL: ¡Tenemos un regalo para ti! jayjaydev.substack.com/p/ten…

2
6
563
10 Aug 2022
Strange how AMD killed support for CodeXL it was the closest thing they had to Nsight. Without CodeXL AMD has no integrated tool for live debugging and inspecting HIP, OpenCL or compute shader kernels. #AMD #HPC #GPU
1
8
Replying to @f0w13r_r3x
I've not read Codexl Alera yet. I've been teetering, so it's nice to see a recommendation. Thanks!
1
2
Exmpl: I have some spare time to contribute to a project, fetch it, try to build it in my env, I happen to use a newer (conforming) compiler than CI. Build breaks (not out of necessity), I wrestle with the build, give up, don't come back. CodeXL discontinued.
1
2
Replying to @Donzanoid
IIRC CodeXL had a similar feature.
1
2
Replying to @KostasAAA
Would be awesome to have cycle-count too, like once-upon-a-time in CodeXL cc @_tim_jones_ (image from giordi91.github.io/post/vega… )
1
4
A question to #OpenGL people: how do you debug mysteries that look like driver issue? Say, a segfault inside proprietary AMD driver in glDrawElements on a specific card only. Renderdoc crashes, CodeXL crashes as well, ASAN doesn't help since I don't have the driver source.
7
7