Viewing profile — cholindo
cholindo
HN member- Joined
- Fri, Jul 14, 2023, 5:08 PM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About cholindo
No profile information was provided.
Recent public activity
-
comment
Comment #46751958
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 c…
-
comment
Comment #45951649
I guess that you can do fingerprinting with any cached content, but the insane persistency of favicon's cache makes this much more concerning.
-
comment
Comment #40196679
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 th…
-
comment
Comment #40186487
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 …
-
comment
Comment #40186474
`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 f…
- comment
-
comment
Comment #39976633
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 recomp…
-
comment
Comment #37131145
good to know, thanks
-
comment
Comment #37126658
> 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 exa…
-
comment
Comment #36726783
k3s is a super easy way of deploying kubernetes in a linux machine.