Sam Schlinkert

Results 64 comments of Sam Schlinkert

I would guess that it would not interfere, but if you have any trouble just go into `lib/post` and change line 21 to read ``` ruby current_time = Time.new ```...

So there's at least 2 way to update. The best way is to do a real re-install. Remove the radiation folder by running `rm -rf ~/radiation` and re- clone it...

Thanks man. Apologies but I just pushed a new version with Markdown support. You'll need to do a full re-install again if you want it-- sorry!

Ah, I did this work a few years, so this is a bit of test for me. Very cool to have someone interested in this stuff! > Basically, the character-based...

Yep, I gotcha. The "lines" are admittedly strict/unforgiving in the current set-up... maybe too strict to be useful? Haha I also haven't gotten much feedback from tidy users who are...

> I have a feeling that the calculation will not be trivial. My initial thought is that it may involve a 6-dimensional joint probability distribution... Ah, maybe you're right. If...

Not exactly on-topic, but I did add two formulas and two tables to the bottom of the readme that might be of interest here (and would welcome a double-check of...

> For the first table, your **max list length** values are only accurate to 2-3 significant digits, as a result of rounding errors in taking the logarithm. You can make...

> Can you explain why the limited precision of Rust's floating point calculation causes a problem in the code? Not sure I understand why there is a need to calculate...

> For the brute force case, this should require no floating-point arithmetic, and therefore would be expected to yield a more precise result. Very smart. Got it working and haven't...