Live data from Hacker News

Viewing profile — hv42

hv42

HN member
Joined
Sat, Apr 07, 2018, 7:55 PM UTC
HN karma
99
Public activity
42 items

About hv42

No profile information was provided.

Recent public activity

  1. comment
    Comment #45766680

    https://github.com/CyberTimon/RapidRAW is rapidly going to be a nice cross-platform alternative to Lightroom

  2. comment
    Comment #45538717

    They seem to have less marketing for sure. If you are migrating from webpack or create-react-app, rspack/rsbuild is a no brainer. (at least worth a try IMO)

  3. comment
    Comment #45538200

    I am wondering what vite+ will have that will really make it worth it compared to the "rstack" (i.e. rspack, rsbuild, rstest, rslint, etc.) rsbuild is already excellent and things …

  4. comment
    Comment #43423317

    With GitLab, I have found https://github.com/firecow/gitlab-ci-local to be an incredible time-saver when working with GitLab pipelines (similar to https://github.com/nektos/act for…

  5. comment
    Comment #43091874

    One of the goal of hk is to be used with mise ( https://mise.jdx.dev/dev-tools/ ) mise supports an experimental bootstrapping feature: it can download itself and install the tools …

  6. comment
    Comment #43082861

    You will be able to use mise to set up any tools required for the linters. See https://mise.jdx.dev/dev-tools/

  7. comment
    Comment #42855936

    You can use this trick with mise (mise-en-place) for small tasks: https://mise.jdx.dev/tasks/toml-tasks.html#shell-shebang [tools] uv = 'latest' [tasks.python_uv_task] run = """ #!…

  8. comment
    Comment #42360142

    I think you should give `mise` a chance. I believe it can help improve your workflow. It's better at managing tools than `asdf`, very close to `direnv` and superior to `make` as a …

  9. comment
    Comment #42359782

    There is a plugin that works well to automatically configure some of the SDKs https://plugins.jetbrains.com/plugin/24904-mise

  10. comment
    Comment #42353550

    mise tasks ( https://mise.jdx.dev/tasks/ ) are great! IMO, mise tasks are much better than `just`. A few things that make mise superior: — solid environment variables support — can…

  11. comment
    Comment #41664432

    Have a look at https://httptoolkit.com/ which works with a lot tools (even cli)

  12. comment
    Comment #37617948

    yeah... https://github.com/firecow/gitlab-ci-local is a good workaround but should be built-in. How do developers at GitLab/Github debug their workflows?

  13. comment
    Comment #36589033

    In case someone is wondering how to search local repositories with sourcegraph, see https://docs.sourcegraph.com/admin/external_service/src_serv... and https://docs.sourcegraph.com…

  14. comment
    Comment #35757412

    I found it really to be the perfect shell script replacement. People usually will use python for more complicated shell scripts but deno is just awesome at this. Just run the file …

  15. comment
    Comment #29722897

    Gradle is a good make replacement as well. The kotlin DSL is much more readable and easier to follow than makefiles and has a lot of additional features.

  16. comment
    Comment #29378835

    People on this issue[1] have been asking themselves the same questions. New very specific features are added with every new releases. However, the Git/shelf experience is lacking t…

  17. story
  18. comment
    Comment #29083945

    I would suggest to not use brew for anything that depends on python, ruby etc. Most of the time you can use e.g. asdf to manage all your dev dependencies. Also, most softwares allo…

  19. comment
    Comment #24378681

    You should be able to do this with IntelliJ e.g. where you can inject a language into a string. This is quite handy as you can reformat and open the string in a separate editor if …

  20. comment
    Comment #24367857

    That's really cool! What's the process around adding new apps? Would one be able to integrate easily? I built Quest https://github.com/hverlin/Quest during the lockdown to search c…

  21. comment
    Comment #23594007

    I think you have to watch someone writing a great novel or writing good code. Not just read it. I believe that just reading without understanding the thought process only helps a l…

  22. comment
    Comment #22442164

    The previous version was not really good on the accessibility side of things. See this article for example: https://darekkay.com/blog/accessible-ui-frameworks/ Maybe it has improve…

  23. comment
    Comment #22403420

    Buying non-open source software is quite risky. Buying non-open source software or using third party services is only valuable in the case that if it fails you can replace it easil…

  24. comment
    Comment #22389135

    you can always copy the code and install locally if you don't trust the publisher. That's the full benefit of open source. If it breaks in the future, just inspect and copy the new…

  25. comment
    Comment #22364589

    Definitely a great course, started learning JS using that one. After watching that I would recommend https://github.com/getify/You-Dont-Know-JS and that should give one a solid bas…