TGTGInsighttelegram intelligenceLIVE / telegram public index
← 折腾实验室频道

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @TossLabChannel · Post #10 · 10月16日

#Task#Scrip#定时#签到#脚本猫 #ScriptCat -脚本猫 脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情! 安装脚本 可以从各大用户脚本市场获取脚本进行安装,脚本猫所支持的后台脚本专门建立了一个市场:后台脚本. 安装方式与油猴一样,同时也是兼容绝大部分油猴脚本的 开发文档 尽力完善中,因为是参考油猴的设计,与油猴脚本相通的地方很多,就算你使用其它油猴管理器,你也可以参考脚本猫的文档来开发! 安装扩展 我们已经上架了扩展商店,如果你无法访问商店内容,请在release中下载 zip 包手动进行安装 扩展商城 • Chrome 商店 • Edge 商店 • FireFox 商店 交流 • Telegram • 油猴中文网 📢 群聊:@TossIPhone 🎈 频道:@TossIChannel 每天推送有用有趣的内容,包括但不限于#Emby#VPS#APP#Crack#Task#Lottery#Mooch#AppleNews#还有每天都有的抽奖活动,加入我们,一起搞机,一起折腾!

Results

找到 11 条相似帖子

搜索 #debug

当前筛选 #debug清除筛选
Harukaの异想世界

@haruka_fantasy_world · Post #349 · 2026/02/06 04:21

嗯, podman的kube兼容的实现也非常草台班子 起因是把k8s带HTTP livenessProbe的pod移植到podman上运行, 发现healthcheck始终失败, 翻源码发现这部分实现非常难评, 是进入容器调用curl localhost实现的, 并不是像kubelet那样从容器外部访问 也就是说, 如果容器是精简过或者做了安全加固, 没有自带curl来做http get, 那livenessProbe无论如何都不会成功 https://github.com/containers/podman/blob/be85287fcf4590961614ee37be65eeb315e5d9ff/pkg/specgen/generate/kube/kube.go#L689 #Debug

Hashtags

Harukaの异想世界

@haruka_fantasy_world · Post #322 · 2025/12/11 19:24

被CMSIS-DSP的FFT创飞 (其实是没仔细读文档 arm官方文档明确指出了 arm_rfft_fast_f32 会原地修改输入缓冲区, 然而咱用库之前没仔细读文档 Due to the use of complex transform internally, the source buffer is modified by the rfft. 看到函数参数有输入和输出指针, 然后就想当然认为函数内部一定不会覆盖输入缓冲区, 再加上输入循环缓冲用的是zero-copy, 调用FFT也是直接传入了缓冲区指针, 所以相当于算了一次FFT后直接污染了整个缓冲区 #Debug

Hashtags

Harukaの异想世界

@haruka_fantasy_world · Post #171 · 2024/10/07 09:41

TL;DR 容器内设置了错误的dns导致tailscale用了自带的dns解析control-plane的ip, 用一种奇怪的方式避开了防火墙的阻断 #Debug

Hashtags

Arcadia

@ningxueye · Post #33 · 2024/03/19 09:40

aiokafka是根据获取到的metadata内的hostname和port去连接集群的,而我部署服务的环境无法解析集群内的hostname…… 吃了不熟悉Kafka的亏。 #debug

Hashtags

Harukaの异想世界

@haruka_fantasy_world · Post #334 · 2026/01/03 01:40

RPI5的PMIC有欠压锁定, 如果使用劣质充电头的上升时间太长会阻止上电自启 https://forums.raspberrypi.com/viewtopic.php?p=2194232&hilit=Rise+time#p2194178 #Debug#分享

Harukaの异想世界

@haruka_fantasy_world · Post #272 · 2025/07/21 15:43

最近在研究SDN, 结果闹出了在内网ARP查询外网IP这种抽象事 bro先是实现了带Learning的Bridge, 然后手搓了ARP Proxy, 但是没判断IP范围, 代码认为世界是个巨大的交换机, 所有IP都在LAN, 都能用ARP查出来对应的MAC ( 然后手机疯狂发送TCP SYN, 网桥也在内网里疯狂用ARP查询外网IP 回应想必是没有的, 然后手机就认为上不了网摆了, 绷 #日常#Debug

Ship Overboard

@Ship_Overboard · Post #833 · 2023/08/30 04:32

#debug#洋屁 playing Valheim with friends started a Linux Dedicated Server w/ Azure Playfab Crossplay Support. can't connect server using IP and Playfab API always connecting > Unable to preload the following plugins: libparty.so checking libparty.so using > ldd libparty.so IT NEEDS libpulse-dev ??????? Why? Audio lib requested SRSLY? sudo apt install libpulse-dev all works...

djangoproject

@djangoproject · Post #323 · 2017/04/29 08:15

https://pypi.python.org/pypi/django-debug-toolbar A configurable set of panels that display various #debug information about the current #request/#response. The #Django_Debug_Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel’s content. Here’s a screenshot of the toolbar in action:

GitHub Trends

@githubtrending · Post #15488 · 2026/02/13 12:30

#swift#analysis#analytics#cocoapods#crashlytics#debug#debugger#debugging#hacktoberfest#layout_debugger#leak_detection#log#logs_analysis#networking#performance_analysis#sandbox#swift#swift6#ui#uikit#view DebugSwift is a comprehensive toolkit that simplifies debugging for Swift iOS apps by providing real-time monitoring of network requests, performance metrics (CPU, memory, FPS), crash reports, and app resources like keychain and user defaults. It includes interface tools for visualizing layouts with grid overlays and touch indicators, plus memory leak detection and console logging. The main benefit is that you can quickly identify and fix issues during development without leaving your app—just shake your device to toggle the debug panel, making troubleshooting faster and more efficient. https://github.com/DebugSwift/DebugSwift