TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
试了一下 Bard,比 ChatGPT-3.5 好一丢丢,但是还是写不出我的代码:用 Go 实现 Linux 下的 tail -f: > How does linux implement tail -f? Bard 说了三个方案,第一个方案是 inotify。 > Let's implement it using the 1st technique in Golang. You can only use golang standard library. The program accepts the…