Viewing profile — amoerie
amoerie
HN member- Joined
- Fri, Nov 06, 2015, 9:21 AM UTC
- HN karma
- 130
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About amoerie
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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.
-
comment
Comment #36854399
Ironically, your answer is very well compressed.
-
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 …
-
comment
Comment #35480775
Codeberg being faster might be a side effect of not being very popular yet.
-
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 …
-
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?
-
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…
-
comment
Comment #25458128
What you are describing is exactly how mobX works, if I'm not mistaken.
-
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 …
-
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…
-
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…
-
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…
-
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.
-
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 …
-
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 …
-
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, …
-
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…