Viewing profile — fshen
fshen
HN member- Joined
- Fri, Jun 29, 2012, 2:44 AM UTC
- HN karma
- 105
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About fshen
blog: http://shenfeng.me
Recent public activity
-
comment
Comment #47871579
I use the same computer as you do. m5 can run faster: pip install mlx_lm python -m mlx_vlm.convert --hf-path Qwen/Qwen3.6-27B --mlx-path ~/.mlx/models/Qwen3.6-27B-mxfp4 --quantize …
-
comment
Comment #9111772
Four years of android user. Just switch to iphone6 2 month ago. Almost every app requests too many permissions. Almost every app starts a background process to receive notification…
-
comment
Comment #8874299
compiled fast is quite helpful. The standard lib is a also +1, very useful for network services.
-
comment
Comment #8872919
Come from china, a golang user, for 2 years now. golang.org and Google is blocked in china by government, so, Google trends and golang.org traffic from China maybe miss leading. Go…
- story
-
comment
Comment #6995195
SEEKING WORK - Remote, I'm based in China Full stack developers, specialized in web development, both front end and backend: fluent in Javascript, Java, Clojure, Python, C++, MySQL…
-
comment
Comment #6964995
I did one using golang too. https://github.com/shenfeng/http-watcher It monitors a directory for change (using notify facility provided by the OS), upon change, will execute a give…
- story
- story
- story
- story
- story
-
comment
Comment #4469357
very nice, Thanks. I love it.
-
comment
Comment #4425904
I agree with the author. And Absolute are cacheable. It's readable. what's wrong with 2012-08-24 10:16:59?
-
comment
Comment #4300107
I am downloading IntelliJ. I've use Eclipse for years, It works for me. I will give Eclipse a try.
-
comment
Comment #4299672
Yes. I can't agree more. One example to backup: Eclipse makes Java fun.
-
comment
Comment #4277522
Javascript is an usable language, just need an open mind to learn it. Javascript is a simple language. Compile(translate) other language seems good. But complicated things.
- story
-
comment
Comment #4223323
Impressive.
-
comment
Comment #4223167
Clojure startup time is slow. AOT helps a little. http://clojure.org/compilation Clojure runs quite fast, in my experience. I have written an web app http://rssminer.net , in Cloju…
-
comment
Comment #4221539
Compress/minify everything: HTML, CSS, JS, Images. Less is more. Anyway, There are tools to help you understand the code if you take time to find it.
-
comment
Comment #4217771
Try using Chrome developer tools or firebug to inspect css. Its's better.
-
comment
Comment #4214000
I learn a lot from reading it. I am a Linux(Debian) user.
-
comment
Comment #4206049
Why write an OS with clojure. It's not designed to do that. Clojure is better suited to write application, low level system software does not fit.
-
comment
Comment #4193549
There are quite some interesting web apps implemented in clojure. Build web app with clojure is where clojure shines. I've built a few, some are for the company which pay me. One f…