Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
luikore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
luikore
4mo ago
Nearly ideal. The only stopper for me is missing a way to add source level debugging info.
2.
▲
by
luikore
2y ago
With direct drive (no gear box), do we still need the secondary encoder?
3.
▲
by
luikore
6y ago
We still need Continuous Integration/Continuous Deployment in vaccine development.
4.
▲
by
luikore
6y ago
Aminoapps fired all employees and is handing the app to an outsourcing company to scavenge the remaining user values.
5.
▲
by
luikore
8y ago
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 cmd+G to next selection or cmd+opt+F to multi-cursor edi
6.
▲
by
luikore
8y ago
You can copy the search results in TextMate, then paste and continue your second search.
7.
▲
by
luikore
8y ago
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 dialog2 to let TextMate popup any dialogs or completion menu..
8.
▲
by
luikore
8y ago
Really? I desire a protocol which is not coupled with JSON-RPC.
9.
▲
by
luikore
9y ago
I also switched to parcel-bundler for a fresh start.
10.
▲
by
luikore
9y ago
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 easy job X can be cut into N services which are usually name
11.
▲
by
luikore
10y ago
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 have to create 3 pull requests across 3 repos, just ONE
12.
▲
by
luikore
10y ago
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 to divide their project into multiple repos in spite of git b
13.
▲
by
luikore
11y ago
Spaces for the beauty of code foo : ( bar ) | i just want to align this | when writing syntax definitions
14.
▲
by
luikore
11y ago
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 websocket example, and saw only the first worker process respo
15.
▲
by
luikore
11y ago
Why not? I'd love to build web applications on a router with pure C.
16.
▲
by
luikore
11y ago
I think the authors want to avoid thundering herd. You can find this basic pattern in the book UNIX Network Programming .
17.
▲
by
luikore
12y ago
I don't mean "non-sarcastic views will be deleted" at all.
18.
▲
by
luikore
12y ago
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 deleted.
19.
▲
by
luikore
12y ago
To start with assembly is great if one wants to learn programming instead of building websites.
20.
▲
by
luikore
12y ago
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,REFBQUFBQUFIVVVVVVVVVVVVVC
21.
▲
by
luikore
12y ago
Private moon plan to send drones to steal those artifacts -- worth it?
22.
▲
by
luikore
12y ago
Not all JSON are valid javascript: http://timelessrepo.com/json-isnt-a-javascript-subset
23.
▲
by
luikore
12y ago
A spelling error in http request can cost more hours if using IDE.
24.
▲
by
luikore
12y ago
The ages can be: 3 + 3 + 4 = 10 1 + 4 + 9 = 14 2 + 2 + 9 = 13 1 + 6 + 6 = 13 If the sum is 10 or 14, B would have had enough information for the answer at once. So the sum should be 13. And "oldest kid" is not
25.
▲
by
luikore
12y ago
The problem didn't say the price must be > 0. So they may all lowered the price to 0 after lunch time, so the price before lunch time can be $5, $7, or $35 in this case... If the price must be > 0, assume the it is `a` cents befo
26.
▲
by
luikore
12y ago
> And as we announced back in December, AngularJS 1.3.0 no longer supports IE8. This allowed us to make improvements and performance enhancements that otherwise would not be possible. It is possible, see how rivetsjs did that years ago.
27.
▲
by
luikore
12y ago
Sadly, for most compiled languages the semantics will be completely different when being interpreted.
28.
▲
by
luikore
12y ago
Removing-VM-lock-with-HTM has nothing to do with dynamic or static, compiled or not compiled. Many "staic compiled languages" can have global VM lock too.
29.
▲
by
luikore
12y ago
Money in bank is just a record in database, and they earn much more by trading money that do not exist.
30.
▲
by
luikore
12y ago
Variable is a BIG change in CSS. If a browser doesn't support variable, then new stylesheets are already broken in that browser. It makes little difference to make the syntax compatible. Once an easy-to-use syntax is published, toolcha
More ›