talk
Big Tech Is Killing Their Customers
Big tech companies are destroying smaller online platforms through endless data scraping, causing a crisis in revenue and value for content creators.
talk
Big tech companies are destroying smaller online platforms through endless data scraping, causing a crisis in revenue and value for content creators.
talk
IT巨头通过无视爬虫规则大规模抓取个人网站数据,影响用户体验,导致互联网多样性减少。
tech
Hyrum's Law: when using APIs, consider implementation details as they affect stability & maintenance. Avoid anti-patterns for better code quality!
tech
海勒姆定律提醒开发者关注API实现细节,避免仅依赖其功能,确保代码的稳定性和可维护性。
tech
HTTPS请求比HTTP请求大约多10倍,因TLS握手占用大量数据。视场景需求可考虑使用HTTP优化性能。
talk
Reflect on 2024 with 35 transformative questions to guide personal growth and set intentions for a purposeful 2025. #SelfDiscovery
tech
goroutine在Go中有多种状态,如运行中、可运行及等待中。这些状态受runtime控制并影响任务调度。
tech
htmx简化前端开发,通过HTML属性实现动态行为,减少对JS的依赖,提升可读性和维护性。
tech
Go 1.24 introduces `testing/synctest`, enhancing concurrent testing by using virtual clocks for faster, reliable results. #Golang #Testing
tech
Go 1.24 引入了 `testing/synctest`,利用虚拟时钟简化了并发代码测试,从而实现更快、更可靠的测试!🚀 #GoLang #测试
tech
“安全是我们的首要任务”这种说法过于简单,未能平衡安全与用户体验。安全是无止境的,需明确其实际意义与优先级。
tech
Previously, I wrote an article about the runtime.SetFinalizer that is used to be called when an object is cleaned up, but some issues with this function cause it to be used less frequently. https://github.com/golang/go/issues/67535 * SetFinalizer must always refer to the first word of