Viewing profile — gmhafiz
gmhafiz
HN member- Joined
- Thu, Jun 27, 2019, 4:22 AM UTC
- HN karma
- 24
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About gmhafiz
Recent public activity
-
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…
-
comment
Comment #40764731
How do they know what my behaviours are if I don't have Facebook?
-
comment
Comment #39913354
https://echo.labstack.com/ a Go web framework
-
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.
-
comment
Comment #37666685
Like the person said, the real thing. Brave and Firefox browsers you mention still use Safari engine underneath.
-
comment
Comment #37627620
https://syncthing.net
-
comment
Comment #36811936
It is still in draft and I've watched the spec changed at least once.
-
comment
Comment #36432929
One potential downside is ULID does not have an RFC, unlike UUID V7
-
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…
-
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…
-
comment
Comment #33781920
Sqlc quickly breaks down when you want to do dynamic select. This is where an orm, or query builder shines
-
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
-
comment
Comment #32711995
I had to resort to chmod 400 on the autostart file to prevent ms teams from writing to that file
-
comment
Comment #29327155
iirc dockertest does not need docker itself to be installed. Container start up time otoh is instant.