Hacker News new | past | comments | ask | show | jobs | submit | muattiyah's comments login

Hate to be the bearer of bad news but the PEP has been rejected https://peps.python.org/pep-0582/


Nooooooooooo it was the chosen one.

Its quite sad to see the rationale as making it too complicated when "upgrading to venvs" when it should kill them outright. Why using python depends at all on weird shell semantics is beyond me.


Music credits and the tracklist are mentioned at the bottom of the README.


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';


I'll go ahead and promise to leave the '#wrapper' id on that element in my blog template, so this can be shortened to:

  document.getElementById('wrapper').style.margin = '0 auto';
Though if you're in the habit of customizing sites you read, I'd personally recommend using a browser extension like Stylus (https://add0n.com/stylus.html) to do CSS, so you could write it like this:

  #wrapper {
    margin: 0 auto;
  }


That's a good tip! I also think its just as weird when sites have zero links to their home page. On what planet is "go to the address bar and delete the last part of the url and hit enter to go to the index" good user experience?


Agreed. It was a good tip.

My goal in leaving out the link to my home page was to make the Writing Gaggle home page more prominent than my personal blog. (I manage hosting both, see.) I only added my blog index page as an afterthought when I saw a ton of 404 errors on my server a few months ago because people were manually navigating to it.

I'll consider adding actual navigation to my page template though, so maybe you'll be less annoyed ;)


Square kufic is awesome, I used it to design my personal website's "logo" https://muattiyah.com/


What tools did you use to design that logo?


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.


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


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: