* Posts by shaye

3 publicly visible posts • joined 7 Mar 2023

AI can't replace devs until it understands office politics

shaye

"Coding is what nobody has coded before"

This might be true to less than 20% of the "coding jobs" out there, IMHO.

CrowdStrike shares sink as global IT outage savages systems worldwide

shaye

Plato's allegory of the cave

Maybe the security software update caused a sudden moment of clarity, in which it realized Windows 11 is a malware.

The Great Graph Debate: Revolutionary concept in databases or niche curiosity?

shaye

Stored routine

Excellent article, but seems like it overlooked one important advantage of Graph databases over RDBMSs (with or without graph support) - out of the box graph algorithms. Although very niche, graph algos such as nearest neighbors, page rank, community detection, etc., are offered natively by Graph db's and provide great value if you find yourself need them.

I'm sure RDBMSs can offer such algos at least to some degree, thought. Personally I have implemented page rank in SQL once.