Live data from Hacker News

Viewing profile — gmhafiz

gmhafiz

HN member
Joined
Thu, Jun 27, 2019, 4:22 AM UTC
HN karma
24
Public activity
14 items

About gmhafiz

A software engineer, a chess player, and a medical doctor. https://www.gmhafiz.com

Recent public activity

  1. comment
    Comment #48366698

    > Remember, Malaysia is an officially Islamic country, with Islamic laws. Malaysia is a secular country with secular laws. Islam is its official religion, and has a Syariah court t…

  2. comment
    Comment #40764731

    How do they know what my behaviours are if I don't have Facebook?

  3. comment
    Comment #39913354

    https://echo.labstack.com/ a Go web framework

  4. comment
    Comment #37804061

    In Go's net/http library, each request is served in a new goroutine. So it uses all CPU resources by default. I'm not sure why its number is quite low though.

  5. comment
    Comment #37666685

    Like the person said, the real thing. Brave and Firefox browsers you mention still use Safari engine underneath.

  6. comment
    Comment #37627620

    https://syncthing.net

  7. comment
    Comment #36811936

    It is still in draft and I've watched the spec changed at least once.

  8. comment
    Comment #36432929

    One potential downside is ULID does not have an RFC, unlike UUID V7

  9. comment
    Comment #36432901

    Expanding on temporal information leak 1. Size: If a client receives a record with id=10004578, they can guess that 4578 orders have been made. 2. Rate of growth: Receiving two dif…

  10. comment
    Comment #35914099

    I had Samsung s9+ in 2018 and I did have monthly security upgrades up until 2022 when I had it. Their promise was 5 years of security upgrades. I also had the latest Android versio…

  11. comment
    Comment #33781920

    Sqlc quickly breaks down when you want to do dynamic select. This is where an orm, or query builder shines

  12. comment
    Comment #33519906

    For perspective, that single server is - 1TB of DDR4 RAM - 3TB of NVME SSD storage - 192 physical 2.7GHz cores (384 with hyperthreading

  13. comment
    Comment #32711995

    I had to resort to chmod 400 on the autostart file to prevent ms teams from writing to that file

  14. comment
    Comment #29327155

    iirc dockertest does not need docker itself to be installed. Container start up time otoh is instant.