Live data from Hacker News

Viewing profile — jgrpf

jgrpf

HN member
Joined
Tue, May 01, 2018, 10:28 AM UTC
HN karma
29
Public activity
22 items

About jgrpf

No profile information was provided.

Recent public activity

  1. comment
    Comment #42326057

    DbGate might fit your needs: https://dbgate.org/ It even has a demo: https://demo.dbgate.org/

  2. comment
    Comment #33188670

    With framework maintainers providing paid support, extending services or an ecosystem with commercial components it somewhat makes sense even if not outright obvious or intentional…

  3. comment
    Comment #33188646

    I've had a couple of cases case where a bug was not fixed in time or fixed at all which results in writing workarounds or forking which is far from an ideal solution and further re…

  4. comment
    Comment #28126940

    React might have stabilized in the meantime but a couple of years ago the upgrade pain definitely was there.

  5. comment
    Comment #28126930

    I switched some years ago and never looked back. What I really like about Vue is that I can use it with a build system or just add it with a script tag for a bit of progressive enh…

  6. comment
    Comment #27770765

    Some JS seems to hijack the native scroll behaviour. The same on Manjaro Linux Firefox 89.0.1.

  7. comment
    Comment #24156879

    But it does break a lot of times and still contains a lot of inconsistencies.

  8. comment
    Comment #24156869

    But that's a problem: it maintains backwards compatability with a LOT of well known problems/inconsistencies while introducing more features/inconsistencies for which you can just …

  9. comment
    Comment #24156811

    This analogy doesn't work. You can still use a lot of these legacy mistakes today.

  10. comment
  11. comment
  12. story
  13. comment
    Comment #22767081

    A lot of people are scammed though by Shamans and the like. And often times they do not leave that much happier but emotionally dependant and sometimes even broke. I've seen it ple…

  14. comment
  15. story
  16. comment
    Comment #22001165

    A couple of programs substitue that with ctrl+[hjkl].

  17. comment
    Comment #21483421

    We use it on all our projects though it really needs improved/additional m:n handling.

  18. comment
    Comment #20819020

    I like wuzz. An ncurses interfaces for HTTP requests that allows me to save my configuration. It's super lightweight and all I need. https://github.com/asciimoo/wuzz

  19. comment
    Comment #18475991

    This is totally possible. You can create a sub component, register and use it in the same file as the parent component. Though not really recommended you can even do this: ... comp…

  20. comment
    Comment #17534779

    Though rather focused on todos, I use Taskwarrior with taskd deployed to a VPS. On mobile I use it inside Termux. For code snippets I wrote an interactive CLI that supports shell h…

  21. comment
    Comment #17472783

    But writing React without JSX is really not that great in my opinion whereas writing Vue without any preprocessor is totally fine. I know there's the option to use a JSX browser co…

  22. comment
    Comment #17467560

    Apart from anecdotal experience telling me that fresh JS devs have a much easier time with Vue than React, I love to still have the option to use it through a simple embed without …