Live data from Hacker News

Viewing profile — amoerie

amoerie

HN member
Joined
Fri, Nov 06, 2015, 9:21 AM UTC
HN karma
130
Public activity
19 items

About amoerie

No profile information was provided.

Recent public activity

  1. comment
    Comment #48516260

    Aren't we losing something there too though. I always respected a company with a product that had "things figured out" and pushed their product in conjunction with a way of working…

  2. comment
    Comment #37472655

    Long story: because changing identifiers is a considerable refactoring, and it takes coordination with multiple worldwide distributed partners to transition safely from the old to …

  3. comment
    Comment #37212628

    https://support.google.com/accounts/answer/12418290?hl=en#zi... Interestingly, buying a single book or movie also exempts your account from deletion.

  4. comment
    Comment #36854399

    Ironically, your answer is very well compressed.

  5. comment
    Comment #36202582

    As a radiology software developer: please please let JPEG XL become a thing. I sincerely hope this might make Chrome change its mind. JPEG XL is a game changer for 16 bit lossless …

  6. comment
    Comment #35480775

    Codeberg being faster might be a side effect of not being very popular yet.

  7. comment
    Comment #34137504

    I've been working on a large React + Mobx codebase for nearly 3 years now, and it's still holding up surprisingly well. Mobx is really well designed and plays nicely with React. I …

  8. comment
    Comment #32298177

    Can you write declarative reactive components with regular dom? If that wasn't an issue, why wasn't React immediately designed that way?

  9. comment
    Comment #28390704

    Something a colleague once showed me: if you open PowerPoint and try to add a video to a slide, it also lets you record your screen. You can draw a rectangle anywhere and start rec…

  10. comment
    Comment #25458128

    What you are describing is exactly how mobX works, if I'm not mistaken.

  11. comment
    Comment #21426981

    DOBCO Medical Systems | Fulltime | Zele, Belgium | Software Engineers | ONSITE | https://www.dobcomed.com/nl/content/vacatures (Dutch) DOBCO Medical Systems is a young, innovative …

  12. comment
    Comment #21262589

    I can attest to the genius that is MobX. Having worked on a frontend project built with RxJs + React for nearly two years, I feel like I have kept all of the benefits of reactivity…

  13. comment
    Comment #21151552

    I helped maintain (and later started rewriting) a medical web platform that used XSLT for it's HTML exactly like you described. It was powerful for sure, but a nightmare to maintai…

  14. comment
    Comment #20767898

    Generally, try the following steps: - turn off strict flags, turn them on again after everything compiles in non strict mode - ensure you have the correct typings for the libraries…

  15. comment
    Comment #20601870

    I found React to be very nice for interactive HTML mockups. But if it's mostly CRUD, just server side rendering is probably the fastest road to a working product.

  16. comment
    Comment #20586042

    DOBCO Medical Systems | Fulltime | Zele, Belgium | Software Engineers | ONSITE | https://www.dobcomed.com/nl/content/vacatures (Dutch) DOBCO Medical Systems is a young, innovative …

  17. comment
    Comment #20085365

    DOBCO Medical Systems | Fulltime | Zele, Belgium | Software Engineers | ONSITE | https://www.dobcomed.com/nl/content/vacatures (Dutch) DOBCO Medical Systems is a young, innovative …

  18. comment
    Comment #19470565

    What about dynamically changing HTML? Modal dialogs, dynamically loaded divs (depending on access rights), etc. Unless your css is only ever loaded when the corresponding HTML is, …

  19. comment
    Comment #12179926

    Well, I'm not entirely sold on TDD just yet, but after applying it for a few years now, the benefits seem to be: - Requires you to think about structure before you write the actual…