Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hv42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hv42
21d ago
Exactly my experience as well. OSMAnd is a lot better for hiking as it has 3d views, hiking routes, topo maps and better routing in general. Comaps is great for city navigation or casual usage
2.
▲
by
hv42
11mo ago
https://github.com/CyberTimon/RapidRAW is rapidly going to be a nice cross-platform alternative to Lightroom
3.
▲
by
hv42
11mo ago
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)
4.
▲
by
hv42
11mo ago
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 like remote cache are on their roadmap?
5.
▲
by
hv42
1y ago
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 GitHub) I wish
6.
▲
by
hv42
2y ago
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 required for the project. See https:&#x
7.
▲
by
hv42
2y ago
You will be able to use mise to set up any tools required for the linters. See https://mise.jdx.dev/dev-tools/
8.
▲
by
hv42
2y ago
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 = """ #
9.
▲
by
hv42
2y ago
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 task runner (more verbose but much easier to understand
10.
▲
by
hv42
2y ago
There is a plugin that works well to automatically configure some of the SDKs https://plugins.jetbrains.com/plugin/24904-mise
11.
▲
by
hv42
2y ago
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 run tasks in parallel, has a watch task
12.
▲
by
hv42
2y ago
Have a look at https://httptoolkit.com/ which works with a lot tools (even cli)
13.
▲
by
hv42
3y ago
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?
14.
▲
by
hv42
3y ago
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/admin/deplo
15.
▲
by
hv42
3y ago
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 and eventually cache the dependencies for the next run. No n
16.
▲
by
hv42
5y ago
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.
17.
▲
by
hv42
5y ago
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 the ability to commit specific lines. [1] See this highl
18.
▲
Auto Dark Theme in Chrome
(developer.chrome.com)
2 points
by
hv42
5y ago
|
0 comments
19.
▲
by
hv42
5y ago
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 allow you to install them without hombrew. (e. g. https:/&
20.
▲
by
hv42
6y ago
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 needed. The caveat is that it does not work well if you are
21.
▲
by
hv42
6y ago
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 content across several apps (
22.
▲
by
hv42
6y ago
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 little.
23.
▲
by
hv42
7y ago
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 improved now?
24.
▲
by
hv42
7y ago
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 easily. Once you start relying on it a bit too much, it can hurt
25.
▲
by
hv42
7y ago
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 version again?
26.
▲
by
hv42
7y ago
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 base.
27.
▲
by
hv42
7y ago
While some of the features in Kotlin are slowly coming to Java, that also means that one has to update Java (while you can use all the new kotlin while still targeting Java 8). Some features like named parameters or null checking might prob
28.
▲
by
hv42
7y ago
I was going to suggest to use rclone to download everything, but it seems that they are a couple of limitations: https://rclone.org/googlephotos/#downloading-images Seems that using Google takeout is your best bet.
29.
▲
by
hv42
7y ago
The UI is heavily inspired by the one from Trifacta/Cloud Dataprep. (i.e. histograms when selecting columns, brushing to start a transformation...) I guess that makes it easy to get started with pandas (and learn about the pandas api).
30.
▲
by
hv42
7y ago
Firefox has better tooling for CSS (really good flexbox for e.g.) but it lacks on the JS side. One basic feature that is missing for e.g. is that one cannot open a file using the syntax filename:line:column in the source editor. You will ne
More ›