TGTGInsighttelegram intelligenceLIVE / telegram public index
← Welcome to the Black Parade
Welcome to the Black Parade avatar

TGINSIGHT POST

Post #408

@TheB1ackParade

Welcome to the Black Parade

Views221Post view count
PostedSep 2909/29/2023, 11:56 AM
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…