Viewing profile — luikore
luikore
HN member- Joined
- Mon, Jul 15, 2013, 12:52 PM UTC
- HN karma
- 97
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About luikore
Recent public activity
-
comment
Comment #48377524
Nearly ideal. The only stopper for me is missing a way to add source level debugging info.
-
comment
Comment #41954485
With direct drive (no gear box), do we still need the secondary encoder?
-
comment
Comment #25700714
We still need Continuous Integration/Continuous Deployment in vaccine development.
-
comment
Comment #22922272
Aminoapps fired all employees and is handing the app to an outsourcing company to scavenge the remaining user values.
- comment
-
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…
-
comment
Comment #17347600
You can copy the search results in TextMate, then paste and continue your second search.
-
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…
-
comment
Comment #16881585
Really? I desire a protocol which is not coupled with JSON-RPC.
-
comment
Comment #16264190
I also switched to parcel-bundler for a fresh start.
-
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 …
-
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 …
-
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…
-
comment
Comment #10796032
Spaces for the beauty of code foo : ( bar ) | i just want to align this | when writing syntax definitions
- comment
-
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…
-
comment
Comment #9558785
Why not? I'd love to build web applications on a router with pure C.
-
comment
Comment #9558776
I think the authors want to avoid thundering herd. You can find this basic pattern in the book UNIX Network Programming .
-
comment
Comment #8983339
I don't mean "non-sarcastic views will be deleted" at all.
-
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…
-
comment
Comment #8714610
To start with assembly is great if one wants to learn programming instead of building websites.
-
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…
-
comment
Comment #8636130
Private moon plan to send drones to steal those artifacts -- worth it?
-
comment
Comment #8510961
Not all JSON are valid javascript: http://timelessrepo.com/json-isnt-a-javascript-subset
-
comment
Comment #8501845
A spelling error in http request can cost more hours if using IDE.