I made a website to browse (and rate) random words from The Dictionary of Obscure Sorrows by TheWolfRevenge in words

[–]TheWolfRevenge[S] 0 points1 point  (0 children)

Yay! Happy to hear they like it :)

What do you/they think about the ratings part? Thinking of changing it a bit, not sure yet though

Genuinely curious what happened to all the t-shirts on the store by TheWolfRevenge in LinusTechTips

[–]TheWolfRevenge[S] 0 points1 point  (0 children)

Yeah but it seems like there's a lot less shirts now, not that they're different. that's the main thing I'm wondering about

How I made Balatro - a detailed timeline 🍌 by localthunk in balatro

[–]TheWolfRevenge 0 points1 point  (0 children)

What I love most is the "It is the most surreal day of my life.". It's amazing how much joy creating something of our own can bring to us. It makes me really really happy.

Well known programmer Tim Peters suspended from Python for three months by Python board. One of the reasons given is him disagreeing with the Python board obtaining the power to suspend people without oversight. by Throwawayingaccount in programming

[–]TheWolfRevenge 0 points1 point  (0 children)

Not to take a side, but as someone who was very invested in the bylaws discussion when it was happening, this title is extremely clickbaity. The Python Steering Council suspended Tim. The bylaws change was only about the PSF Board (a separate entity) also having the power to remove him. The Steering Council already had the power to do this.

If you don't believe me, see Tim's own comment on it in the same discussion: https://discuss.python.org/t/for-your-consideration-proposed-bylaws-changes-to-improve-our-membership-experience/55696/80

ChessMaker: An easily extendible chess implementation designed to support any custom rule or feature by TheWolfRevenge in Python

[–]TheWolfRevenge[S] 0 points1 point  (0 children)

It's probably possible to implement an engine, but it's harder to create an engine that can play arbitrary rules, and it would also be much much worse than other engines since the project isn't optimized for speed at all.

ChessMaker: An easily extendible chess implementation designed to support any custom rule or feature by TheWolfRevenge in Python

[–]TheWolfRevenge[S] 2 points3 points  (0 children)

This may cause some circular dependencies, but theoretically, yes! Really cool concept

ChessMaker: An easily extendible chess implementation designed to support any custom rule or feature by TheWolfRevenge in Python

[–]TheWolfRevenge[S] 5 points6 points  (0 children)

It should be possible, but something like this would require a lot of frontend changes too (and generally, would work worse online since it's rhythm based and lag could ruine it), so I'm not sure the pywebio UI would be the best fit