Readit News logoReadit News
juxhindb commented on Using information theory to solve Mastermind   goranssongaspar.com/maste... · Posted by u/SchwKatze
juxhindb · 6 months ago
One fun assignment at Oxford's Comp. Sci. department was solving Mastermind in Haskell using minmax. Knuth has a particularly fun paper on it in fact - https://www.cs.uni.edu/~wallingf/teaching/cs3530/resources/k...
juxhindb commented on Ghrc.io appears to be malicious   bmitch.net/blog/2025-08-2... · Posted by u/todsacerdoti
juxhindb · 7 months ago
Honestly using something like haveibeensquatted would catch _so_ many of these, including ability to submit takedowns.
juxhindb commented on Building the Rust Compiler with GCC   fractalfir.github.io/gene... · Posted by u/todsacerdoti
juxhindb · 8 months ago
> Really, think about it. How often do you see somebody inexperienced use ifs instead of a switch? This pattern is common enough for most compilers to recognize, and more importantly, optimize it.

This made me chuckle. Playing dumb so that gcc optimizes you away is both hilarious and genius

juxhindb commented on Reads Causing Writes in Postgres   jesipow.com/blog/postgres... · Posted by u/thunderbong
efxhoy · a year ago
That’s confusing. What DDL did it do? Create new partitions?
juxhindb · a year ago
Likely creating child tables for the various chunks that kick in periodically (e.g., depending on your hypertable chunking policy). Used to hit these all the time, quite annoying.

u/juxhindb

KarmaCake day76May 30, 2016View Original