Live data from Hacker News

Viewing profile — crcl

crcl

HN member
Joined
Sun, Apr 01, 2018, 3:52 AM UTC
HN karma
29
Public activity
14 items

About crcl

No profile information was provided.

Recent public activity

  1. comment
    Comment #22478932

    Yeah, that article makes fair arguments, there are a lot of (often inaccurate) assumptions that go into comparing subscription services to the price of coffee. I still think the co…

  2. comment
    Comment #22478694

    I understand the sentiment, but disagree with the conclusion. If an information/continuing-education tool is exactly what I'm looking for and isn't prohibitively expensive for me, …

  3. story
  4. story
    Ask HN: What do you do to improve every day?

    I've often heard/read that one should aim to improve themselves a little bit each day (e.g. improve by 1%, whatever that means, every day and your progress will compound over time)…

  5. story
  6. story
    Ask HN: Is there demand for a note-taking app tailored to programmers?

    I'm thinking of building a note-taking app tailored to programmers. I know there's org-mode and products like http://jrnl.sh, and I've read a number of HN posts that discuss note-t…

  7. story
    Ask HN: Should you always prefer pure functions?

    In general, I prefer following functional programming principles. This leads me to default to writing pure functions and only writing impure functions when it's absolutely necessar…

  8. comment
  9. story
    Ask HN: Do you prefer “engineer” or “developer”?

    To the people in software, do you prefer calling yourself (or others) a "software engineer" or "software developer"? Is there even a difference? Assuming there's no difference in m…

  10. comment
    Comment #17374054

    I write JavaScript for my day job, but I only recently started learning how engines optimize it. I had a ton of fun reading this article: https://mathiasbynens.be/notes/shapes-ics …

  11. story
  12. comment
    Comment #17288301

    It's an informal way of agreeing with/emphasizing the parent comment. Your question isn't stupid. Using "this" in such a manner is non-standard English and I can see how the meanin…

  13. comment
    Comment #16831444

    > Where everywhere is some subset of browsers in the wild and often not that consistently anywhere. Yes, but it's easier to download a version of the browser that works. The altern…

  14. comment
    Comment #16769922

    A comment in the Medium article asked the same thing. The author's response: > I agree that piping all logs to stdout would be the best solution in case of Dockerized microservices…