Viewing profile — ayanamist
ayanamist
HN member- Joined
- Fri, Oct 19, 2012, 3:20 PM UTC
- HN karma
- 54
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About ayanamist
No profile information was provided.
Recent public activity
-
comment
Comment #43099463
Network throughput and memory throughput are quite different.
-
comment
Comment #33221545
How tokio fs makes rust impl slower than java impl.
- story
-
comment
Comment #31106394
If you want a stable sort, you should always use https://pkg.go.dev/sort#SliceStable This PR only modifies Slice method which is declared as "is not guaranteed to be stable"
-
comment
Comment #30875389
workspace of Go1.18 may solve your issues https://sebastian-holstein.de/post/2021-11-08-go-1.18-featur...
-
comment
Comment #30816952
https://en.wikipedia.org/wiki/VMware_ThinApp
-
comment
Comment #29170611
In my laptop(ThinkPad P1 Gen3 w/ Intel i7-10750H), i run the same command in WSL2 env after executing `make`: real 0m5.321s user 0m25.747s sys 0m3.276s So i doubt if macOS has some…
-
comment
Comment #27878413
> "We only support static builds, if you need shared -> fix it yourself" I think this is thecause and effect why below > recently they removed builds support against Qt Maintaining…
-
comment
Comment #27541535
So linux people find that the model of windows iocp used is better?
-
comment
Comment #15244527
What is the problems? I have been doing this for one year without issues.
- story
-
comment
Comment #11844084
Hey guy, what you found is DNS polution, which is applied for years and upgraded several times. The most recent upgrade increases polluted result from tens to thousands and introdu…
-
comment
Comment #11148104
I meaned to chrismoos/hpack but not your standard library.......
-
comment
Comment #11131856
I think this project is written behind closed doors.
-
comment
Comment #11004485
This is the biggest problem in golang ecosystem. Yes there are many third party solution, but no official one. So different repo use different solution make all solutions invalid.
-
comment
Comment #9833016
In fact, JavaREPL ( http://www.javarepl.com/ ) with its standalone version exists for very long time.
-
comment
Comment #9673282
If file is very large like several gigabytes, `tail` is much faster than `less`
-
comment
Comment #8448734
Since Fiddler is just a proxy listening on port 8888, you can use some proxy profile extension like SwitchySharp in Chrome to control it, make only necessary urls access through fi…
-
comment
Comment #4673913
From his tweets, the latest version of ubuntu tweak is built on a web view, which means some parts of the soft is running on the server, and so far this server nearly runs out of t…