HackerTrans
TopNewTrendsCommentsPastAskShowJobs

muattiyah

no profile record

comments

muattiyah
·vor 3 Jahren·discuss
Hate to be the bearer of bad news but the PEP has been rejected https://peps.python.org/pep-0582/
muattiyah
·vor 3 Jahren·discuss
Music credits and the tracklist are mentioned at the bottom of the README.
muattiyah
·vor 3 Jahren·discuss
I always thought it was weird when people have websites like this, anyways, for those phased away and want to read this article while centered, execute in the console:

  document.getElementsByTagName('body')[0].children[0].style.margin = '0 auto';
muattiyah
·vor 3 Jahren·discuss
inkscape iirc :) At the time I wanted a tool that would typeset text I write into geometric kufic and have some parameters that one can tune to e.g. control curvature, colors, ...etc but it'd have been too big of a bikeshed.
muattiyah
·vor 3 Jahren·discuss
Square kufic is awesome, I used it to design my personal website's "logo" https://muattiyah.com/
muattiyah
·vor 3 Jahren·discuss
ICYMI, there's an excellent interactive introduction to `datalog` that's referenced in the article's references.[0]

Last time I used `datalog` was years ago, I was developing an internal interactive tool that was used to compare different approaches to solving a certain problem at my employer. I used `datascript`[1] by way of clojurescript to store all experiment data and then interrogated the `datascript` DB via `datalog`. This is something I always remember fondly.

[0] https://www.learndatalogtoday.org/ [1] https://github.com/tonsky/datascript
muattiyah
·vor 4 Jahren·discuss
There is an accepted PEP[0] which removed a bunch of modules from the standard library in 3.11

[0] https://peps.python.org/pep-0594/ that