Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gmhafiz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
gmhafiz
4mo ago
> 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 that only applies to Muslim with limited jurisdiction. Big
2.
▲
by
gmhafiz
2y ago
How do they know what my behaviours are if I don't have Facebook?
3.
▲
by
gmhafiz
2y ago
https://echo.labstack.com/ a Go web framework
4.
▲
by
gmhafiz
3y ago
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.
▲
by
gmhafiz
3y ago
Like the person said, the real thing. Brave and Firefox browsers you mention still use Safari engine underneath.
6.
▲
by
gmhafiz
3y ago
https://syncthing.net
7.
▲
by
gmhafiz
3y ago
It is still in draft and I've watched the spec changed at least once.
8.
▲
by
gmhafiz
3y ago
One potential downside is ULID does not have an RFC, unlike UUID V7
9.
▲
by
gmhafiz
3y ago
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 different orders means they can track the growth rate of record
10.
▲
by
gmhafiz
3y ago
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 version. iirc they promised 3 years of OS upgrades
11.
▲
by
gmhafiz
4y ago
Sqlc quickly breaks down when you want to do dynamic select. This is where an orm, or query builder shines
12.
▲
by
gmhafiz
4y ago
For perspective, that single server is - 1TB of DDR4 RAM - 3TB of NVME SSD storage - 192 physical 2.7GHz cores (384 with hyperthreading
13.
▲
by
gmhafiz
4y ago
I had to resort to chmod 400 on the autostart file to prevent ms teams from writing to that file
14.
▲
by
gmhafiz
5y ago
iirc dockertest does not need docker itself to be installed. Container start up time otoh is instant.