Live data from Hacker News

Viewing profile — martinlev

martinlev

HN member
Joined
Sat, Jul 01, 2017, 3:12 PM UTC
HN karma
31
Public activity
16 items

About martinlev

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: Mini_KV – minimalist in-memory key-value store

    This is a TCP-based key-value server supporting a minimal set of operations. Mostly did it in order to start learning golang - nothing too serious here :-). Feel free to comment if…

  4. story
  5. story
  6. story
  7. comment
    Comment #35851804

    hey I wasn't aware of this project - definitely looks interesting with significant number of features+plugins. In my case I wanted something fairly simple which I can setup on a pe…

  8. story
  9. story
  10. comment
    Comment #20927351

    I agree, but from my observation bad code is more significantly more widespread in Node. The tooling is just incomplete by default, you have to setup yourself. Further the projects…

  11. comment
    Comment #20927326

    I believe for small projects it can be interesting, you can have an instance up using 50 MB ram. Also the language is widely used. JS is used in the frontend so they believe it's g…

  12. comment
    Comment #20923149

    Definitely agree with this. I have been switching from developing in ruby into Node 2 years ago as I thought this was "the new thing" for web apps. Now I just want to move away fro…

  13. comment
    Comment #20691804

    I also don't get the advantage compared to having, let's say favorites in your browser, or use some browser plugins to augment it. What if there is this new community site? You nee…

  14. comment
    Comment #18908853

    It's pretty much sum up in this keynote (The Next Five Years of Elixir) https://www.youtube.com/watch?v=suOzNeMJXl0

  15. comment
    Comment #18566722

    The fact that it didn't have an official package manager from day 1 is a big issue to me. All other new languages have an officiel package manager - elixir, rust, ... https://githu…

  16. comment
    Comment #16751129

    I used rails about 3 years with multiple versions, and recently started to work on Node.js. Typically pure express-based websites tend to become quite messy, at least the projects …