Live data from Hacker News

Viewing profile — cristiantincu

cristiantincu

HN member
Joined
Wed, Mar 14, 2012, 1:36 PM UTC
HN karma
104
Public activity
46 items

About cristiantincu

¯\_(ツ)_/¯

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #18421114

    Muie PSD!

  4. 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?

  5. comment
  6. 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…

  7. 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 …

  8. 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, …

  9. comment
    Comment #12805024

    http://zephyrosanemos.com/

  10. story
  11. 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...

  12. story
  13. 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…

  14. comment
    Comment #7793967

    The glyphs files are the sources. They can be opened with Glyphs ( http://www.glyphsapp.com/ ).

  15. 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”.

  16. 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…

  17. 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.

  18. comment
  19. 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...

  20. comment
    Comment #5758286

    “Best viewed in Netscape” still wins over “Download for Windows (x86)”.

  21. comment
    Comment #5543141

    Yes. So much about differentiation.

  22. comment
    Comment #5541591

    What about `console.info()`? Or is it a bit too adventurous?

  23. 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.

  24. story
  25. comment
    Comment #5541287

    `(new Error()).stack` is non-standard. But that’s a nice hack, nevertheless.