Viewing profile — cristiantincu
cristiantincu
HN member- Joined
- Wed, Mar 14, 2012, 1:36 PM UTC
- HN karma
- 104
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About cristiantincu
Recent public activity
-
comment
Comment #39381210
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…
-
comment
Comment #32137372
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 drive…
-
comment
Comment #18421114
Muie PSD!
-
comment
Comment #15770736
> 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?
- comment
-
comment
Comment #15770674
> 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. Th…
-
comment
Comment #15176580
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 …
-
comment
Comment #15176340
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, …
-
comment
Comment #12805024
http://zephyrosanemos.com/
- story
-
comment
Comment #11488936
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...
- story
-
comment
Comment #7937521
> 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…
-
comment
Comment #7793967
The glyphs files are the sources. They can be opened with Glyphs ( http://www.glyphsapp.com/ ).
-
comment
Comment #7049479
Here’s how you disable “EcoLinks” if you have this extension installed and enabled: chrome-extension://kkelicaakdanhinjdeammmilcgefonfh/ecosia.html Uncheck “Enable EcoLinks”.
-
comment
Comment #7008292
> 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 la…
-
comment
Comment #6900360
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.
- comment
-
comment
Comment #5868822
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...
-
comment
Comment #5758286
“Best viewed in Netscape” still wins over “Download for Windows (x86)”.
-
comment
Comment #5543141
Yes. So much about differentiation.
-
comment
Comment #5541591
What about `console.info()`? Or is it a bit too adventurous?
-
comment
Comment #5541374
Yes. It will not break, though. Unless you’re running it on an old IE that doesn’t host the `window.console` object.
- story
-
comment
Comment #5541287
`(new Error()).stack` is non-standard. But that’s a nice hack, nevertheless.