Live data from Hacker News

Viewing profile — cholindo

cholindo

HN member
Joined
Fri, Jul 14, 2023, 5:08 PM UTC
HN karma
10
Public activity
10 items

About cholindo

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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…

  4. 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 …

  5. 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…

  6. comment
  7. 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…

  8. comment
    Comment #37131145

    good to know, thanks

  9. 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…

  10. comment
    Comment #36726783

    k3s is a super easy way of deploying kubernetes in a linux machine.