Live data from Hacker News

Viewing profile — luikore

luikore

HN member
Joined
Mon, Jul 15, 2013, 12:52 PM UTC
HN karma
97
Public activity
85 items

About luikore

github.com/luikore

Recent public activity

  1. comment
    Comment #48377524

    Nearly ideal. The only stopper for me is missing a way to add source level debugging info.

  2. comment
    Comment #41954485

    With direct drive (no gear box), do we still need the secondary encoder?

  3. comment
    Comment #25700714

    We still need Continuous Integration/Continuous Deployment in vaccine development.

  4. comment
    Comment #22922272

    Aminoapps fired all employees and is handing the app to an outsourcing company to scavenge the remaining user values.

  5. comment
  6. comment
    Comment #17347715

    Seems you are not very familiar with TextMate. For TextMate, cmd+E, cmd+F then the selection is in the search box. Or, you don't even have to open the search box with cmd+F, just c…

  7. comment
    Comment #17347600

    You can copy the search results in TextMate, then paste and continue your second search.

  8. comment
    Comment #17347566

    Some key advantages: 1. Fast and responsive 2. If you write a plugin, you know TextMate is Unix (forked child process, communicate through shared fd, you invoke a command named dia…

  9. comment
    Comment #16881585

    Really? I desire a protocol which is not coupled with JSON-RPC.

  10. comment
    Comment #16264190

    I also switched to parcel-bundler for a fresh start.

  11. comment
    Comment #16201333

    I think another (important) cause of microservice is politics: When every department wants the easiest job with max outcome and the boss decides to split the cake equally, then an …

  12. comment
    Comment #12511445

    I suggest you use one repo with sub directories, one directory for API part, one directory for front end part, one for the server part ... Then, when you change the API, you don't …

  13. comment
    Comment #12503271

    One project with multiple repos just adds unnecessary work of integration and management. Or, your definition of project is something big, vague and blurry. Some people are eager t…

  14. comment
    Comment #10796032

    Spaces for the beauty of code foo : ( bar ) | i just want to align this | when writing syntax definitions

  15. comment
  16. comment
    Comment #9558940

    Really? | Event driven architecture with per CPU core worker processes So each process should be able to handle a lot of concurrent connections, just like nginx. And I tried the we…

  17. comment
    Comment #9558785

    Why not? I'd love to build web applications on a router with pure C.

  18. comment
    Comment #9558776

    I think the authors want to avoid thundering herd. You can find this basic pattern in the book UNIX Network Programming .

  19. comment
    Comment #8983339

    I don't mean "non-sarcastic views will be deleted" at all.

  20. comment
    Comment #8983100

    They are being sarcastic. In China's media, if some news is defined as "good news", then only comments like "好!支持!有希望了!" are displayed while doubting or opposing views are all dele…

  21. comment
    Comment #8714610

    To start with assembly is great if one wants to learn programming instead of building websites.

  22. comment
    Comment #8665986

    I don't agree with Example 9, we should use data uri scheme for file content "files": [{ "name": "dahut.txt", "src": "data:text/plain;base64,REFBQUFBQUFIVVVVVVVVVVVVVCEhIQo=" }] ht…

  23. comment
    Comment #8636130

    Private moon plan to send drones to steal those artifacts -- worth it?

  24. comment
    Comment #8510961

    Not all JSON are valid javascript: http://timelessrepo.com/json-isnt-a-javascript-subset

  25. comment
    Comment #8501845

    A spelling error in http request can cost more hours if using IDE.