Viewing profile — GroSacASacs
GroSacASacs
HN member- Joined
- Sat, Feb 07, 2015, 7:51 PM UTC
- HN karma
- 29
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About GroSacASacs
No profile information was provided.
Recent public activity
- story
-
comment
Comment #25798611
Plain JS ? Not even that is true, it uses JSX ...
-
comment
Comment #25798586
almost every view framework is based on plain JS
-
comment
Comment #19285370
We are using https://github.com/Canop/miaou to stay productive, loads fast, markdown support, replies, channels
-
comment
Comment #18946549
Have a look at BlasJs also https://github.com/R-js/blasjs
-
comment
Comment #18310429
I see this too much nowadays, people who want to use cool technologies to make new software, without knowledge if it is better for the user. It is not progress, it is change.
-
comment
Comment #18252228
What are the benefits compared to Mastodon social network ?
-
comment
Comment #16949233
how do you explore pulbic bitbuckets repos ? I can't find search tool.
-
comment
Comment #16769240
Delegate and grow
-
comment
Comment #16526025
phony add on
-
comment
Comment #16470838
very good, and also may provide smarter autofill
-
comment
Comment #16111639
is it regex-DOS proof ?
-
comment
Comment #15951834
How did the situation evolve since 2014
-
comment
Comment #15892606
It's not just about offline or push. In my experience enterprises pay big to have their app (their website with less things in a webview) in the AppStore. Because they think it is …
-
comment
Comment #15892495
normal, modern dev with automated builds and git creates a build every time you commit (or every push), and you can commit for a missing comma so ... with 10 or more people working…
-
comment
Comment #15670239
Sometimes less is more. JS and JSON. JS and HTML. Cars and Motorbikes. TV and Radio. Both can exist at the same time and be usefull.
-
comment
Comment #15660767
you can escape backticks with \
-
comment
Comment #15651625
https://tldrlegal.com/license/open-font-license-(ofl)-explai...
-
comment
Comment #15578343
As a game developper I would use this information to set the inital graphics settings on low instead of medium.
- story
-
comment
Comment #15535146
Email is one backdoor less to care about, step by step you can regain total privacy with project like these
-
comment
Comment #15534846
incorrect try { throw new Error("catch me !"); // force try to fail } catch (catchedError) { console.log("inside catch"); // throw new Error("hmm"); } finally { // always executed …
-
comment
Comment #15438030
You have global opt out with browser settings, you can use never ask again on a per site basis and you can avoid returning to the annoying sites. You can also disable JS entirely.
-
comment
Comment #15430473
Because reasons ... First every CRUD app has specific differences in: the UI, authorization system, rules, It is not taught enough in classic computer science classes (what I did) …
-
comment
Comment #15368974
it is possible to read comments on runtime in js and do things based on what you read with a while loop + if else