Will It Mythos? 30 days agoI don't want LLM usage to inadvertently change the way I communicate with people. 0ThreadHN
Zed AI 2 years agoYeah, I also don't want my editor to have syntax highlighting. I refuse to use any editor that has it. Don't even get me started on native vcs support. My rule of thumb is: "If it auto-completes then it gets the auto-yeet." 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agolol keep editing your message clown. 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agoit's unethical.lmao, I stopped reading after this. 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agobut it is not arbitrary codeuhh ya it is. There's also https://github.com/eleijonmarck/do-not-compile-this-code 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agoThat seems like a lot of hoops to jump through considering that rust allows arbitrary code execution during compile time anyway. 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agoWhy? The majority of people are happy with this change. 0ThreadHN
Go automatically downloads a newer toolchain if needed 2 years agoShould’ve been opt in behaviour by default not enforced.It's not enforced, it's trivial to disable. go env -w GOTOOLCHAIN=local 0ThreadHN
Artificial intelligence is losing hype 2 years agoSeriously I am a 2x coder compared to what I was because of this.You probably shouldn't advertise that. 0ThreadHN
Debugging operating systems with time-traveling virtual machines (2005) [pdf] 2 years agoI don't get how rr isn't more popular. 0ThreadHN
An unordered list of things I miss in Go 2 years ago... or just use a normal linked list with the existing entries like a sane person. 0ThreadHN
An unordered list of things I miss in Go 2 years agoAn array can be used to efficiently simulate a linked listThat's obviously not what the OP meant. Also, I don't think there's an efficient way of implementing deletes with an array backed linked list. 0ThreadHN
An unordered list of things I miss in Go 2 years agoI'm commenting on the proposed implementation of using an array to keep track of insertion order. 0ThreadHN
An unordered list of things I miss in Go 2 years agoYeah, who needs O(1) deletes anyway? /s 0ThreadHN
Go 1.23 Released 2 years agoYou seem to have forgotten that it's possible to range over channels. 0ThreadHN
Go is my hammer, and everything is a nail 2 years agoDealing with private repositories does suck, I'll give you that. 0ThreadHN
Go is my hammer, and everything is a nail 2 years agoGitHub seems like it's going to be eternal for now, but when the industry moves on in 10 years time every single Go project is going to break.This isn't correct. The Go module proxy stores all of the module content so it's still available even if the original source is removed. 0ThreadHN
Go is my hammer, and everything is a nail 2 years agoBut ultimately a real fix involves touching every single file that imports your dependency.Why is that a problem? 0ThreadHN
Go is my hammer, and everything is a nail 2 years agoNot sure what you're comparing to, but Go modules are probably the best dependency management system in any language. 0ThreadHN
Moments in Chromecast's history 2 years agoIn my circle everyone under the age of 40 knows what a Chromecast is. 0ThreadHN
OpenAI co-founder John Schulman says he will leave and join rival Anthropic 2 years agoIt's good for writing that prototype you're supposed to throw away. It's often easy to see the correct solution after seeing the wrong one. 0ThreadHN
Written by a 16 year old, a book on how computers work 2 years agoIt's a pretty impressive write up. 0ThreadHN
Written by a 16 year old, a book on how computers work 2 years agoA byte is the smallest addressable unit, not a bit. 0ThreadHN
Show HN: Semantic Grep – A Word2Vec-powered search tool 2 years agoThe similarities between semgrep and the linked tool start and end with the name. 0ThreadHN
Beyond Clean Code 2 years agoSeems like this only includes the compiled class files and no actual source? 0ThreadHN
Beyond Clean Code 2 years agoIf anyone wants to read the antithesis of Clean Code, check out "A philosophy of software design" 0ThreadHN