Sridhar Ratnakumar

Results 816 comments of Sridhar Ratnakumar

Just hit this with Debian Stretch on a OVH dedicated server. Repro'ed 2nd time as well. Adding a `sleep 2` before the `find` fixed it for now.

``` > Measure-Command { Enable-PsFzfAliases } Days : 0 Hours : 0 Minutes : 0 Seconds : 4 Milliseconds : 308 Ticks : 43080303 TotalDays : 4.98614618055556E-05 TotalHours : 0.00119667508333333...

Or use find/xargs: ``` # Replace in all markdown files recursively find . -name \*.md -print0 | xargs -0 sd ```

It would be a good idea to keep this issue open meanwhile, so that it attracts the attention of such people into contributing.

Wikipedia article quality varies based on political diversity of the editor team: > we found that higher team political polarization was strongly associated with higher page quality, far exceeding the...

Ping @bitstein

To clarify, I went to https://justmeat.co/peoples/inuit/ - and it refers to books. I thought we could improve the page by addressing individual arguments like the above. I don't have the...

cf. https://old.reddit.com/r/exvegans/

Yea, I've never heard of it before either. I've been using the term [heterarchy](https://neuron.zettel.page/folgezettel-heterarchy), but "multitree" is probably more suitable for those cases. > Do you have anything specific in...

How can you use directives (as [documented here](https://windicss.org/guide/directives.html)), without even being able to import external CSS files? (My project is a JS-less static site)