Viewing profile — olavgg
olavgg
HN member- Joined
- Wed, May 08, 2013, 7:33 AM UTC
- HN karma
- 1,766
- Public activity
- 653 items
- HN profile
- View on Hacker News ↗
About olavgg
https://intellistream.ai https://no.linkedin.com/in/olavgjerde http://olavgg.com
Recent public activity
-
comment
Comment #49131867
ROCE do require proper nic/switch tuning. But if you go all in on Mellanox NIC's and switches, its basically on knob on the switch: roce If you buy CX3 and Mellanox SX6036(easy fan…
-
comment
Comment #49126557
Yes, nfs with rdma will increase your performance significantly.
-
comment
Comment #48890274
I fully agree with the author, and I have stayed on vanilla JS for decades now. I like the simplicity, ownership, zero dependecies. I have my own bundler in Spring Boot using Googl…
-
comment
Comment #48736599
The MSSQL developer experience is ok, until you want to pipe the backup over ssh. Then you understand that the Linux support is a joke, with no stdout( https://linux.die.net/man/3/…
-
comment
Comment #48706131
Yes CX5 can offload more. I believe CX4 has similar offloading capabilities as CX3, except that it supports 100G. Another note: In my experience, RoCE works much better on CX4+ gen…
-
comment
Comment #48635579
Maybe you have priced it wrong? I just checked Ebay, a 16GB 12800 Registered ECC module goes for 40-50USD ea. That is crazy! Last year they were like 5 USD each.
-
comment
Comment #48596024
With NVMe-oF and RDMA I can saturate a 25G link with spinning disks easiliy with around 16 drives.
-
comment
Comment #48583082
I disagree, I play a lot around with enterprise stuff. Its insane that I need to buy enterprise grade hardware that costs 1000x more for lab/experimentation/learning. My only alter…
-
comment
Comment #48412882
We're a self hosted shop, we went with Valkey. Valkey also has support for RDMA, which we already is running in our infrastructure.
-
comment
Comment #48412851
But that is his point. If you cannot find the session id in redis, you login again. If your Redis server crash, you start a new one and everyone just login again. No data is lost.
-
comment
Comment #48409552
When I look at the oil & gas sector, I remember MS-DOS + Wordperfect was the beginning. Then Windows 3.1 + Microsoft Office took over, and since that, its been Microsoft, Azure, an…
-
comment
Comment #48284186
I just paid 120 000 USD for replacing the exterior drainage system. I knew it was expensive, but not that expensive.
-
comment
Comment #48194066
Every time I give Photoshop a chance I give completely up, the thing doesn't even start on neither Fedora or Ubuntu and I have no interest in configuring Wine for this. GIMP is the…
-
comment
Comment #48101731
It is a bit different, Mellanox with iSCSI/iSER over IB/RoCE is much less complex than iSCSI over TCP. RoCE runs over UDP, but requires switches with PFC, and ECN. Chelsio plays ni…
-
comment
Comment #48047887
ZFS supports self healing, you do not have scrub, it will be corrected during a bad read as long you have a copy. Metadata has 2 copies by default for additional safety for a singl…
-
comment
Comment #48046827
Using a proper NIC (Chelsio) with their iSCSI accelerator will boost your iSCSI performance significantly. Another alternative is Mellanox with RDMA. You need CX4+ for optimal perf…
-
comment
Comment #48033897
A 42U rack filled with 1u servers with 8 drives each, will have 84PB of data. It feels like it was a few month ago where you could buy a rack with 1PB of storage, and that was awes…
-
comment
Comment #47598113
I would not worry about running a distro. Most things are similar, there are some minor differences between the GNU applications and the FreeBSD alternatives. But for most people t…
-
comment
Comment #47593564
I just started with FreeCAD this weekend, and in 3 hours I managed to create a simple pci bracket that I could 3dprint. I just followed some YouTube tutorials. When I learned 3D St…
-
comment
Comment #47488127
Gitea is one of the easiest projects to to self-host. And to do regular upgrades, you only need to update one file. It has been a joy to self-host for many years now.
-
comment
Comment #47398496
You are correct that writes are not guaranteed to be atomic. PostgreSQL has a feature to handle torn pages: full_page_writes = on, which is enabled by default. This means you do do…
-
comment
Comment #47391091
I have tried multiple enterprise SSD's, for sync writes. Nothing comes close to Optane Dimm, even Optane NVMe is 10x slower than PDIMMS. https://forums.servethehome.com/index.php?t…
-
comment
Comment #47045758
It is my text, enchanced by AI. Without AI, I would never have used the word "Monopsony". So I learned something new writing this comment.
-
comment
Comment #47045699
[flagged]
-
comment
Comment #46906671
Its not only about performance, Redis data structures offer an even more advanced caching and data processing. I even use Redis as a cache for ClickHouse.