Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cristiantincu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
cristiantincu
3y ago
DCS sure are thin, but sound is preference, and so some of us see ABS DCS as the best sounding keycaps on the market. Custom DCS runs (SolDark, 9009, Reaper, WoB, etc.) in the past few years sold well and are generally appreciated and sough
2.
▲
by
cristiantincu
4y ago
Been in the software development industry for almost 19 years now. The last five years have been pretty much what you describe. Yes, I can certainly relate. I've been largely driven by passion, but passion is no longer here. And I'
3.
▲
by
cristiantincu
8y ago
Muie PSD!
4.
▲
by
cristiantincu
9y ago
> I don't know why the author thought so deep about it. Because “beautiful” is a pretty abstract word. It kinda invites to a debate. Don’t you think?
5.
▲
by
cristiantincu
9y ago
> In conclusion, the newly added měilì 美丽 ("beautiful") in the Party constitution is completely unrelated to the abstract ideal of "beauty" of the Platonic or Aristotelian sort. This is a pretty interesting remark, in
6.
▲
by
cristiantincu
9y ago
I was referring to the company (the employer), not the employee. From the article: ”The company had presented him with printouts of his private messages to his brother and fiancée on Yahoo Messenger as evidence of his breach of a company ba
7.
▲
by
cristiantincu
9y ago
Hm, no. Long story short: In order for a company to be allowed to monitor, they would need to pass some kind of audit, they would need to prove that they don’t store, for example, sensitive personal data, etc.
8.
▲
by
cristiantincu
10y ago
http://zephyrosanemos.com/
9.
▲
Layx: The layout language
(layx.org)
5 points
by
cristiantincu
10y ago
|
0 comments
10.
▲
by
cristiantincu
10y ago
Spec: 1. http://www.ecma-international.org/ecma-262/6.0/#sec-array.pr... 2. http://www.ecma-international.org/ecma-262/6.0/#sec-sortcomp...
11.
▲
How to Implement a Programming Language in JavaScript
(lisperator.net)
99 points
by
cristiantincu
12y ago
|
34 comments
12.
▲
by
cristiantincu
12y ago
> In fact, native functions often have to cover complicated edge cases from the ECMAScript specification, which put them at a performance disadvantage. What. Is. This. I don’t even.
13.
▲
by
cristiantincu
12y ago
The glyphs files are the sources. They can be opened with Glyphs ( http://www.glyphsapp.com/ ).
14.
▲
by
cristiantincu
13y ago
Here’s how you disable “EcoLinks” if you have this extension installed and enabled: chrome-extension://kkelicaakdanhinjdeammmilcgefonfh/ecosia.html Uncheck “Enable EcoLinks”.
15.
▲
by
cristiantincu
13y ago
> Building a social network is not easy. Social networks have value proportional to their size, so participants aren’t motivated to join new social networks which aren’t already large. It’s a paradox where if people haven’t already joine
16.
▲
by
cristiantincu
13y ago
Ymacs is written by Mihai Bazon. It has nothing to do with Bellard. http://www.ymacs.org/ Edit: And it’s _written_ in JS, not ported.
17.
▲
by
cristiantincu
13y ago
The `for … in` statement iterates over the enumerable properties of an object¹. It’s not for arrays. 1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
18.
▲
by
cristiantincu
13y ago
“Best viewed in Netscape” still wins over “Download for Windows (x86)”.
19.
▲
by
cristiantincu
13y ago
Yes. So much about differentiation.
20.
▲
by
cristiantincu
13y ago
What about `console.info()`? Or is it a bit too adventurous?
21.
▲
by
cristiantincu
13y ago
Yes. It will not break, though. Unless you’re running it on an old IE that doesn’t host the `window.console` object.
22.
▲
euh.js — A JavaScript console wrapper
(github.com)
2 points
by
cristiantincu
13y ago
|
0 comments
23.
▲
by
cristiantincu
13y ago
`(new Error()).stack` is non-standard. But that’s a nice hack, nevertheless.
24.
▲
by
cristiantincu
13y ago
Calling `console.log()` in “production mode” is a bad idea, anyway. Ideally, you’ll want those calls stripped at some point, in your build script.
25.
▲
by
cristiantincu
14y ago
“For those looking for commercial support, StrongLoop (Ben Noordhuis & Bert Belder's company) has released a distribution containing node v0.10 that they will support on Windows, Mac, Red Hat/Fedora, Debian/Ubuntu and multiple cloud pla
26.
▲
by
cristiantincu
14y ago
http://semver.org/
27.
▲
by
cristiantincu
14y ago
Anonymous methods and closures are not the same thing. You may have anonymous methods that don’t access outside scopes, so they’re not creating any lexical closures. The syntax of anonymous methods is consistent with the overall language sy
28.
▲
by
cristiantincu
14y ago
Web Components is the storm that will wipe away all these frameworks: Backbone, Ember, Angular, Knockout, etc. Unfortunately, we’ll have to stick around with them for the following couple of years, probably, as for now, most of the Web Comp
29.
▲
by
cristiantincu
14y ago
It’s the “playground”. You can play with it here: http://benvie.github.com/continuum/ As for the editor, it’s CodeMirror.
30.
▲
by
cristiantincu
14y ago
This is a fine example of what hacking is about. Thank you for publishing this.
More ›