Viewing profile — dlsniper
dlsniper
HN member- Joined
- Fri, May 29, 2015, 4:04 AM UTC
- HN karma
- 71
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About dlsniper
Recent public activity
-
comment
Comment #48380909
This has to be my favorite tagline: > Microsoft pulled the rug. You don't have to stand on it. Time to switch to local inference for sure.
-
comment
Comment #25467126
> Now if only I could do remote development like in VSCode. We are working on it, stay tuned :)
-
comment
Comment #25467023
I'm sorry to hear that. We really strive to talk to everyone we can, and we are happy to hear all the stories from subscribers, or otherwise. Feedback, and more importantly, meetin…
-
comment
Comment #23044553
What kind of refactorings would you like to do but GoLand doesn't help with? I'd be interested in that kind of feedback. Thank you!
-
comment
Comment #16790495
You can disable the indexing of the whole GOPATH as of 2018.1 and it will finish indexing a whole lot faster. See Settings | Go | GOPATH | Index entire GOPATH.
- story
-
comment
Comment #15425402
I just seen it, guess someone forgot not to trust user inputs.
-
comment
Comment #15243743
You assume that they care about Caddy and that the 9 lines of how to get LE for nginx is something they think it's hard to do for anyone that can't follow these instructions: https…
-
comment
Comment #15067924
See here how to actually check for latency: https://pavelfatin.com/typing-with-pleasure/ :)
-
comment
Comment #15067922
I recommend reading this: https://pavelfatin.com/typing-with-pleasure/
-
comment
Comment #14180589
Excellent read about Go Assembly and how to use it. I'd love to see more on this, especially since assembly isn't something that often used, but after reading your post I can appre…
-
comment
Comment #13566643
IntelliJ is open-source as well and the Go plugin for it has been open-source for a long while as well :)
-
comment
Comment #13189164
There are technical reasons for not doing that. Most important one being that it can do formatting on the fly and not have your cursor jump around when formatting. So your experien…
-
comment
Comment #13189041
No, not it's not. It has never been.
- story
-
comment
Comment #12564786
That's just beautiful. I think it also made my projects a bit faster.
-
comment
Comment #12186645
You spelled Go incorrectly.
-
comment
Comment #12178431
Is this a general thing or a Go specific one? This generic statement seems to be false given how many optimizations that actually need assembly exist in Go and not only.
-
comment
Comment #12178430
Is this a general thing or a Go specific one? This generic statement seems to be false given how many optimizations that actually need assembly exist in Go and not only.
-
comment
Comment #11607933
Try a different exit node, the website uses Cloudflare so if you could access HN you should be able to access that one as well.
-
comment
Comment #11122451
Debugging, cross-platform, integration with a lot of other languages, and databases, local history, out of the box configuration for everything you've just mention (including the V…
-
comment
Comment #11030827
Read the whole thing and stop spreading false rumors... "A week of low-hanging-fruit fixes by a few of us and SSA has improved to about 40% slower than tip. Progress.." https://gro…
- story
-
comment
Comment #9749487
You can use the Go plugin for almost any IDE based on the IntelliJ Platform, that includes CLion and Android Studio. And the best of all, it's free. Give it a try by installing it:…