Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cholindo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cholindo
8mo ago
It looks great already, so I would say: - A package manager. This will help the project grow and mature. - I didn't find how to call JS functions and vice versa. Should I wrap js code into web components and do interop through props an
2.
▲
by
cholindo
10mo ago
I guess that you can do fingerprinting with any cached content, but the insane persistency of favicon's cache makes this much more concerning.
3.
▲
by
cholindo
2y ago
I wouldn't follow this approach because if you run `. .env;` you .env gets evaluated as a bash script, not as a configuration file. This means that you can get runtime errors in the .env file, and nobody wants that.
4.
▲
by
cholindo
2y ago
Sometimes waiting for the address is not enough. For example, you might want to wait for a specific API enpoint to return 200 OK, or you might want to wait for database migrations to get applied. Is `is_ready` aiming to cover those cases in
5.
▲
by
cholindo
2y ago
`process-compose` is a "scheduler and orchestrator". `is_ready` only checks for services to be ready so it seems great when you want to start the services by other means and wait for them to be avialabe (for example, services sta
6.
▲
by
cholindo
2y ago
+1
7.
▲
by
cholindo
2y ago
A bit off topic, but this is why I started using KDE over gnome. I liked to use middle mouse button for drag-move/resize but in gnome it required editing the source code and recompiling.
8.
▲
by
cholindo
3y ago
good to know, thanks
9.
▲
by
cholindo
3y ago
> Time Zones often have a "friendly name" in the format Continent/City|Island Continent/City are not friendly names, they are political boundaries that gice more precision. For example, CET covers many countries that
10.
▲
by
cholindo
3y ago
k3s is a super easy way of deploying kubernetes in a linux machine.