Viewing profile — eccenux
eccenux
HN member- Joined
- Sat, May 16, 2015, 7:00 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About eccenux
No profile information was provided.
Recent public activity
-
comment
Comment #24849995
That depends. CSS prototyping is usually easier in Firefox. For example grid editing, flexbox, shape path editing. I mostly switch to Chrome when debugging PWA. Other then that Fir…
-
comment
Comment #24849921
class A defines a let variable. It's how the standard define it. You can replace A with: A = class {...} This works with any browser. BTW. In Firefox there is a multi line editor. …
-
comment
Comment #15501341
The project is interesting... But I don't understand your point about JSON vs JS. 1. You can store JS anywhere (all DBMS support text). 2. You can send it over the Internet... Like…
-
comment
Comment #9557230
No, for OS you decide which compilator to choose. As is with browsers. There are several languages (e.g. TypeScript, CoffeeScript, Dart) which can be compiled to JS. That is not wh…