Live data from Hacker News

Viewing profile — critium

critium

HN member
Joined
Fri, Jul 20, 2012, 4:23 AM UTC
HN karma
138
Public activity
59 items

About critium

No profile information was provided.

Recent public activity

  1. comment
    Comment #48750113

    Disney | Senior Software Engineer, Backend | ONSITE, NYC | Full Time The Subscriptions team is looking to expand our team in the NYC office. We are a dynamic team of engineers that…

  2. comment
    Comment #48498228

    We do but I don't want to over promise here since that's not my area. My best recommendation is to apply if it looks like a fit.

  3. comment
    Comment #48462170

    Disney | Senior Software Engineer, Backend | ONSITE, NYC | Full Time The Subscriptions team is looking to expand our team in the NYC office. We are a dynamic team of engineers that…

  4. comment
    Comment #36792910

    Also see second system syndrome/effect: https://en.wikipedia.org/wiki/Second-system_effect 2.0 is the hardest version to write.

  5. comment
    Comment #17568267

    From the Article >>> A top U.S. Justice Department official, Makan Delrahim, praised the deal as being carefully sculpted to avoid antitrust concerns, signaling federal regulators …

  6. story
  7. comment
    Comment #15145684

    Im curious as to how he's using vim + ensime. I've been trying off and on for the last 2 years to figure out a good workflow using ensime but i typically end up just turning it off…

  8. comment
    Comment #14613882

    would that happen to include scala?

  9. comment
    Comment #12614503

    Space Data Centers -- we got tons of power, just need to figure out how to vent all that heat.

  10. comment
  11. comment
    Comment #12539057

    this reminds me of the post about the jvm code cache a few days ago where if they had left the jvm to optimize the code cache by itself, the would not have ended up with the proble…

  12. comment
    Comment #12539035

    My posit was that 80% of the software an engineer will write will not require optimization and based on the responses i've been getting I should have used "rule of thumb" vs mantra…

  13. comment
    Comment #12538963

    absolutely agree with your last sentence. But thats not a majority of software written in my experience. "If you really need *high performance*, you need to design for high perform…

  14. comment
    Comment #12538898

    While this article is itself worth a read, remember the programming mantra: * Make it Work * Make it Right * Make it Fast And this is the last step. While this does not apply to al…

  15. comment
    Comment #12493924

    For the release notes see: https://raw.githubusercontent.com/vim/vim/master/runtime/doc...

  16. story
  17. comment
    Comment #12248187

    I would add to the list; * If you have transactions, keep your transactions to a single machine/instance/db as much as possible. Muti-machine or software transactions are the LAST …

  18. comment
    Comment #12121850

    While I agree deeply nested calls are bad, I've also had the pleasure of inheriting a an application with several, muti-thousand line functions and those are not fun either. In cod…

  19. comment
    Comment #12094839

    I suspect the bugs like this come about because of a patch not because of the original development. Devs and dev teams tend to get sloppy after the first push and budgets tend to s…

  20. comment
  21. comment
    Comment #11488256

    I have a somewhat similar stance as the author, though not remotely as strong. Its a combination of not wanting to add to the military machine but also not wanting my work to be _t…

  22. comment
  23. comment
    Comment #11266957

    I've taught scala to several devs as well and I'd like to echo that the course on coursera is absolutely essential. On a separate note, I leared scala and clojure nearly at the sam…

  24. comment
    Comment #10881427

    Torque does code-gen as well. This was before any fancy tools so we basically just had hand generated DDL. https://db.apache.org/torque/torque-4.0/documentation/orm-re... Regen, th…

  25. comment
    Comment #10880932

    Sorry if I did too much TL;DR but this reads very much like Apache Torque, which has been around for a very loooooooong time. https://db.apache.org/torque/torque-4.0/index.html Apa…