Viewing profile — fknop
fknop
HN member- Joined
- Thu, Jan 05, 2017, 9:30 AM UTC
- HN karma
- 38
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About fknop
No profile information was provided.
Recent public activity
-
comment
Comment #23281218
Expo comes with pre-installed native bindings. If you want to add native bindings to your expo app you need to eject. This means it does not use any native bindings not included in…
-
comment
Comment #20046533
Note that it already mostly works right now with v8.
-
comment
Comment #17489218
I believe lumberyard also offers direct integration with AWS.
-
comment
Comment #16357588
You can do FP in any OO language. OO is an extension on top of FP.
-
comment
Comment #16357576
Strongly typed was one of the problem I found. TypeScript offers a better alternative to typing on the web because it keeps the compatibility with javascript and also have a real a…
-
comment
Comment #16357558
I hate it as well. I think it's a poorly designed language. The syntax is a mess (underscore...), the operator overloading make people overload silly operators which make code unre…
-
comment
Comment #16355058
It looks really verbose only to render simple html. I had one really bad experience with Scala.js. When I used it, I noticed Scala was just not designed for the web (front end) and…
-
comment
Comment #16319208
It's a "random" guess. But in my experience, for a website, if it doesn't look good at first sight, a user might just leave instantly. As someone pointed out in the comments, just …
-
comment
Comment #16319099
Maybe you don't want a good looking UI, but it's safe to say that at least 90% of users want a good looking UI. Good looking UI is a major part of user experience.
-
comment
Comment #16214070
I think Google pays Mozilla to have Google as default. https://techcrunch.com/2017/11/14/mozilla-terminates-its-dea...
-
comment
Comment #15605135
They actually reverted aot by default on serve because for really large project it might slow down the reload time.
-
comment
Comment #15605070
You can still use --no-aot (or something similar) in the meantime
-
comment
Comment #15605061
They do actually use every number of semver in a meaninful way.
-
comment
Comment #15605047
CLI should be pretty much instant to reload a page.
-
comment
Comment #15605038
It does, there is a wiki page on it.
-
comment
Comment #14096126
Enums are really nothing else than a map string/integer.
-
comment
Comment #14092214
If your battery is more important, just stick to Emacs. What machine are you using ? I have a 2 year old thinkpad, it's still 10h+ in full brightness, vscode, compiling, etc. And i…
-
comment
Comment #14087952
Meanwhile, we're still waiting for those "pro-native" people to give us better user experience. I agree that Electron has its issue like having multiple copies of Chromium (and not…
-
comment
Comment #14067601
One of the main guy behind nwjs was actually hired by Github to create Electron.