Live data from Hacker News

Viewing profile — fshen

fshen

HN member
Joined
Fri, Jun 29, 2012, 2:44 AM UTC
HN karma
105
Public activity
28 items

About fshen

Developer at kanzhun.com

blog: http://shenfeng.me

Recent public activity

  1. 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 …

  2. 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…

  3. comment
    Comment #8874299

    compiled fast is quite helpful. The standard lib is a also +1, very useful for network services.

  4. 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…

  5. story
  6. 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…

  7. 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…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #4469357

    very nice, Thanks. I love it.

  14. 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?

  15. comment
    Comment #4300107

    I am downloading IntelliJ. I've use Eclipse for years, It works for me. I will give Eclipse a try.

  16. comment
    Comment #4299672

    Yes. I can't agree more. One example to backup: Eclipse makes Java fun.

  17. 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.

  18. story
  19. comment
    Comment #4223323

    Impressive.

  20. 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…

  21. 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.

  22. comment
    Comment #4217771

    Try using Chrome developer tools or firebug to inspect css. Its's better.

  23. comment
    Comment #4214000

    I learn a lot from reading it. I am a Linux(Debian) user.

  24. 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.

  25. 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…