Viewing profile — savaki
savaki
HN member- Joined
- Sun, Sep 21, 2014, 3:17 AM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About savaki
No profile information was provided.
Recent public activity
-
comment
Comment #24046898
You may want to consider looking into go modules. It works much the same way that cargo does for rust and you won’t need to worry about GOPATH for most cases.
-
comment
Comment #24016280
> Apple embraced the web and the internet, then extinguished it as a means of getting software to consumers. Not sure why this is relevant to EU regulation. > This is false. The we…
-
comment
Comment #24015179
I'm not sure what the laws are in Europe, but in the US, there's nothing inherently illegal about being a monopoly. The illegality begins when one tries using the monopoly to gain …
-
comment
Comment #23060933
A few folks have commented that there were logic errors in the Go version. Specifically that len("föö") = 5 should instead have returned len("föö") = 3 I submitted a pull request, …
-
comment
Comment #23060741
Looks like a small bug in the go code, corrected here. Original author should have used rune throughout. https://play.golang.org/p/mGZZMFtMgHH
-
comment
Comment #23060659
This discussion seems to me like a microcosm of the differences in philosophies between Rust and Go. With Rust, you have much more control, but you also need a deep understanding o…