HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gregod

no profile record

Submissions

The Effectiveness of Polars DataFrames

godberit.de
1 points·by gregod·2 jaar geleden·0 comments

comments

gregod
·2 jaar geleden·discuss
https://github.com/GoogleChromeLabs/critters Might be a good starting point. It’s designed to inline the css afterward so it’s more focused on extracting used css than removing unused.
gregod
·2 jaar geleden·discuss
Yes, that was poorly worded. It has a very neat accounting system! Its just a little more complex to setup and keep in sync.
gregod
·2 jaar geleden·discuss
Slurm [1] is a open-source HPC scheduler thats a good example. Its featureful and (surprisingly) easy to run if no user accounting (i.e., accounting for individual computation budgets) is needed.

[1]: https://slurm.schedmd.com/documentation.html
gregod
·2 jaar geleden·discuss
The Evolutionary Computation Bestiary [1] list a wide variety of animal behavior inspired heuristics.

The foreword includes this great disclaimer: "While we personally believe that the literature could do with more mathematics and less marsupials, and that we, as a community, should grow past this metaphor-rich phase in our field’s history (a bit like chemistry outgrew alchemy), please note that this list makes no claims about the scientific quality of the papers listed."

[1]: https://fcampelo.github.io/EC-Bestiary/
gregod
·3 jaar geleden·discuss
Related: MS Office 2010 was/is available as "click-to-run" edition, based on a virtual streaming file system.

https://learn.microsoft.com/en-us/office/troubleshoot/office...

The tech/product behind it has its roots in game distribution: https://en.wikipedia.org/wiki/Microsoft_App-V
gregod
·3 jaar geleden·discuss
This is a good example for an interactive non-SPA. JS only for cosmetics and all state is fully stored in the URLs. The main pages could even be statically generated (858705 combinations * 3 views * 8KB = 20GB).