Live data from Hacker News

Viewing profile — FrontAid

FrontAid

HN member
Joined
Mon, Jul 13, 2020, 3:25 PM UTC
HN karma
390
Public activity
80 items

About FrontAid

No profile information was provided.

Recent public activity

  1. comment
    Comment #46690866

    There are many options, each with their own pros and cons. Also, you may or may not like their default styling and/or styling options. There is no one size fits all. Having said th…

  2. comment
    Comment #42817403

    Dashboards, tabs, trees, ... usually require at least some JavaScript to work properly. For some components, you may be able to use hacks around that. But I would generally not rec…

  3. comment
    Comment #42333354

    > specifically UI libraries There are certainly more UI libraries available for React than any other framework [1]. But do you think that these are also clearly better? What would …

  4. comment
    Comment #38018071

    Hi there. We create FrontAid CMS as another headless, Git-based CMS like Tina. And we integrate directly with Uploadcare. You can find more information here: - https://frontaid.io/…

  5. comment
    Comment #36797527

    Yes, that's it. Judging from the screencast, I will continue using lazygit for that though. Not a fan of all the clicking. Hopefully there will be a keystroke available for it.

  6. comment
    Comment #36784485

    I don't know Rider, but I assume this is a limitation in all of their IDEs. Yes, you can commit only certain changes within a file. But you can only do that based on whole chunks. …

  7. comment
    Comment #36783720

    I use IntelliJ IDEA and often rely on their own Git functionality. But it cannot stage specific lines, only whole chunks [1]. For that, I've been using lazygit for a couple of mont…

  8. comment
    Comment #35659174

    Ask HN: How did you increase your UX skills? https://news.ycombinator.com/item?id=32147968

  9. comment
    Comment #35082174

    Can you make an example of features/styles that have been replaced? I'm not really sure what you mean by that.

  10. comment
    Comment #35081948

    No. The former imports all the exports, and the latter imports the default export only. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... https://developer.mozilla.or…

  11. comment
    Comment #34645457

    More or less what CrowdView does. - https://news.ycombinator.com/item?id=34507965 - https://crowdview.ai/

  12. comment
    Comment #34279893

    > Similar to the Do Not Track header, a Accept Cookies header? Do not track can do that, it has three possible values. 0: The user prefers to allow tracking on the target site. 1: …

  13. comment
    Comment #34195857

    Same in Switzerland. There is even a remake/adaption in Swiss German https://www.youtube.com/watch?v=JNJrprqPVns but I like the original way more.

  14. comment
    Comment #34106117

    > I want access the RSS of NYT, where I find it? https://www.nytimes.com/rss

  15. comment
    Comment #33418932

    Unfortunately, almost all of them are terrible for accessibility. Most of them cannot be focussed by keyboard. And even more do not have a focus styling. I did not check their code…

  16. comment
    Comment #33262987

    Very interesting! I had a look at your "RFC 001: Core Architecture" but one question remains. You mentioned "git as the backend". As far as I understand, you don't use the word "ba…

  17. comment
    Comment #33139282

    If you are considering switching to a (different) date library, I would suggest to hold off. ECMAScript is about to introduce a native date and time API that is much better than th…

  18. comment
    Comment #32996567

    The article already explains that thoroughly.

  19. comment
    Comment #32996262

    Another similar gotcha is that the global-scoped `name` variable must be a string. See https://developer.mozilla.org/en-US/docs/Web/API/Window/name for details. var name = true; ty…

  20. comment
    Comment #32973107

    Au contraire. That is good question. Everything in the snippet except the font-size should also work with the body selector. The font-size is an exception here as it defines the ro…

  21. comment
    Comment #32972977

    > I wonder if everyone has a different optimum here based on different eyesight, screen size, and usage patterns. I always have a slightly different zoom on every website I visit. …

  22. comment
    Comment #32972768

    I think this does not work well for mobile devices. Spacing and the font size is too large. Hence, a lot of screen space is wasted and the user has to scroll more. Larger font size…

  23. comment
    Comment #31838156

    The changes in this edition of ECMAScript can be found at the end of this table (everything with "2022" in the last column): https://github.com/tc39/proposals/blob/main/finished-pr…

  24. story
  25. comment
    Comment #29945648

    You can have a look at https://github.com/troxler/awesome-css-frameworks which is an extensive collection of CSS frameworks. Check out the "Class-less" section for similar projects…