Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
guntars
3y ago
0 comments
Share
I find Copilot most useful for filling out debug statements such as this:
println(“foo at {:x} is {:?}”, &foo as *const _ as usize, foo);
It almost always writes what I would have. How DARE I steal from open source contributors like that?!
0 comments
default
newest
oldest
3836293648
3y ago
Given how rust-y that looks, are you aware of `dbg!`? Debug printing + file name + line number and it does it properly to stderr
classified
3y ago
A human re-using some code according to its license is not the same as an automated machine snorting up all of the code on the platform ignoring any licenses.
j
/
k
navigate · click thread line to collapse