Live data from Hacker News

Viewing profile — GroSacASacs

GroSacASacs

HN member
Joined
Sat, Feb 07, 2015, 7:51 PM UTC
HN karma
29
Public activity
63 items

About GroSacASacs

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #25798611

    Plain JS ? Not even that is true, it uses JSX ...

  3. comment
    Comment #25798586

    almost every view framework is based on plain JS

  4. comment
    Comment #19285370

    We are using https://github.com/Canop/miaou to stay productive, loads fast, markdown support, replies, channels

  5. comment
    Comment #18946549

    Have a look at BlasJs also https://github.com/R-js/blasjs

  6. 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.

  7. comment
    Comment #18252228

    What are the benefits compared to Mastodon social network ?

  8. comment
    Comment #16949233

    how do you explore pulbic bitbuckets repos ? I can't find search tool.

  9. comment
    Comment #16769240

    Delegate and grow

  10. comment
    Comment #16526025

    phony add on

  11. comment
    Comment #16470838

    very good, and also may provide smarter autofill

  12. comment
    Comment #16111639

    is it regex-DOS proof ?

  13. comment
    Comment #15951834

    How did the situation evolve since 2014

  14. 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 …

  15. 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…

  16. 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.

  17. comment
    Comment #15660767

    you can escape backticks with \

  18. comment
    Comment #15651625

    https://tldrlegal.com/license/open-font-license-(ofl)-explai...

  19. comment
    Comment #15578343

    As a game developper I would use this information to set the inital graphics settings on low instead of medium.

  20. story
  21. comment
    Comment #15535146

    Email is one backdoor less to care about, step by step you can regain total privacy with project like these

  22. 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 …

  23. 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.

  24. 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) …

  25. 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