Viewing profile — sunng
sunng
HN member- Joined
- Sun, Mar 27, 2011, 3:44 AM UTC
- HN karma
- 257
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About sunng
Recent public activity
- story
-
comment
Comment #47320894
Emacs is like a minecraft of lisp expressions.
-
comment
Comment #46389859
Is this from the original sqlite team?
-
comment
Comment #46201327
I just terminated my 8-years O'Reilly subscription this year. I was at $400/year and realized I cannot make full use of it recently. But I just joined Manning subscription this win…
-
comment
Comment #44820220
According to StackExchange, Emacs is not even a code editor
-
comment
Comment #44359392
The async process sounds promising but unfortunately eglot doesn't work with it. I got a message from reddit that tramp 2.8.0-pre has fixed that issue but until last time I compile…
-
comment
Comment #44358619
Isn't recent Tramp versions using this by default?
-
comment
Comment #43791812
Sure you still need to code but instead of concrete metrics one by one, you instrument the context and the state. The opentelemetry trace API can save you a lot of work. But I agre…
-
comment
Comment #43791201
Yes, this is a common confusing point between structured logging and wide event. The Wide Event 101 article I referenced has clear explanation: > Structured logs could be wide even…
-
comment
Comment #43791094
Author here. Thanks @todsacerdoti for posting this. I am big fan of the idea to have original data and context as much as possible. With previous metrics system, we lost too much i…
- story
-
comment
Comment #39809508
I have being using andOTP for years but the development seems to halt, also it's no longer available from f-droid. The feature that backup with gpg encryption is broken. I hope it'…
- story
-
comment
Comment #38531302
Like linux, most firefox users has tracking protection so data is not collected for them.
- story
-
comment
Comment #31270311
While using data lake for this case is a good idea. I'm not sure if parquet is the particular good storage format for data like event log, audio log. The data is often row oriented…
-
comment
Comment #25857943
By using metrics we make it a lower dimensional model, that can be managed at scale. However in real world, it often becomes a overfit one. In large scale execution, people only ca…
-
comment
Comment #14439165
So sad to see he is leaving Clojure community. That's a sign of the death of Clojure. A few great developers have moved their focus away from Clojure.
-
comment
Comment #13324271
Here is an example that using Rust-native library for web development: https://github.com/tcr/rust-todomvc Also I forked it to use handlebars: https://github.com/sunng87/rust-todom…
-
comment
Comment #11387227
I'm org-mode beginner but quite enjoy it so far. I use emacs org-mode on my Linux desktop, and orgzly( http://www.orgzly.com/ ) on my Android. org files were synced via syncthing.
-
comment
Comment #11251361
> "gives the bare essentials and nothing else" Rust is that thing exactly.
-
comment
Comment #10893476
We use client certificates for our internal services. Also you should know that Apple use this for its push notification system. But I still think the technology is underrated.
- story
-
comment
Comment #8550965
The backend of Leancloud.cn is built with Clojure.
- story